Optimize conversation fetching.
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
2017-09-12 Roger BraunOptimize conversation fetching.
2017-09-11 lambadalambdaMerge branch 'oauth2' into 'develop'
2017-09-11 Roger BraunMerge branch 'develop' into oauth2
2017-09-11 Roger BraunAdd basic mastodon notification support.
2017-09-09 Roger BraunAdd type restriction to activitypub fetcher
2017-09-04 lambadalambdaMerge branch 'deletions' into 'develop'
2017-09-04 Roger BraunDon't delete new delete activity...
2017-09-04 Roger BraunAdd delete to ActivityPub.
2017-09-01 lambadalambdaMerge branch 'hj.doc-install' into 'develop'
2017-08-18 lambadalambdaMerge branch 'patch-1' into 'develop'
2017-08-08 Roger BraunOrder by id instead of inserted_at to better use indexes.
2017-07-01 Roger BraunMake user timelines faster for users with few statuses.
2017-06-30 Roger BraunOnly return posts in TwAPI conversations.
2017-06-30 Roger BraunOrder conversation fetches like GS does.
2017-05-16 Roger BraunAP refactoring.
2017-05-10 Roger BraunAdd option to keep id for follows.
2017-05-07 Roger BraunAdd some debugging info.
2017-05-07 Roger BraunPrevent double insertions.
2017-05-07 Roger BraunPreserve ids on favorites / retweets.
2017-05-07 Roger BraunMerge branch 'develop' into dtluna/pleroma-feature...
2017-05-05 Roger BraunHandle incoming favorites, fetch potentially missing...
2017-05-05 Roger BraunMerge branch 'develop' into dtluna/pleroma-refactor/1
2017-05-04 Roger BraunParse incoming retweets.
2017-05-03 Roger BraunAdd announce federation.
2017-05-03 Roger BraunRemove doubled 'to' recipients.
2017-05-03 Roger BraunReturn note objects as ostatus post activities.
2017-05-02 Roger BraunFederate likes.
2017-05-02 Roger BraunSave context in likes / announces.
2017-05-02 Roger BraunAdd twkn timeline.
2017-05-02 Roger BraunMark incoming activties as non-local.
2017-04-30 Roger BraunStop adding statusnetConversationIds.
2017-04-28 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-27 dtlunaRefactor code to comply with credo suggestions
2017-04-26 Roger BraunMerge branch 'feature/incoming_ostatus' of ssh.gitgud...
2017-04-26 Roger BraunMerge branch 'feature/incoming_ostatus' of ssh.gitgud...
2017-04-26 Roger BraunRefactor, add beginnings of websub client subscriptions.
2017-04-26 Roger BraunMerge branch 'develop' into feature/incoming_ostatus
2017-04-24 Roger BraunReturn salmon path for users, basic incoming salmon...
2017-04-23 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-21 dtlunaAdd Undo of Follow Activity insertion
2017-04-21 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-20 dtlunaMerge branch 'feature/unfollow-by-screen-name' of ssh...
2017-04-20 dtlunaMerge branch 'feature/follow-by-screen-name' of ssh...
2017-04-19 lambadalambdaMerge branch 'feature/user-timeline' into 'develop'
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 Roger BraunSupport data uris in uploads.
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-15 Roger BraunAddress liking / announcing to the original author.
2017-04-15 Roger BraunAdd announcements / retweets to TwAPI.
2017-04-15 Roger BraunAdd announcements to activitypub.
2017-04-14 Roger BraunAdd unliking to activitypub.
2017-04-14 dtlunaAdd user timeline
2017-04-14 Roger BraunFavorite changes.
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 Roger BraunAdd liking to ActivityPub.
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-12 lambadalambdaMerge branch 'feature/home-timeline' into 'develop'
2017-04-12 lambadalambdaMerge branch 'bugfix/verify_credentials_get' into ...
2017-04-12 Roger BraunAdd max_id fetching to activity fetching.
2017-04-10 lambadalambdaMerge branch 'develop' into 'develop'
2017-04-08 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-04 dtlunaAdd Follow activity insertion
2017-03-30 Roger BraunPut objects in inserted activties into the db.
2017-03-30 Roger BraunAdd port if specified.
2017-03-29 Roger BraunBasic file uploading via TwAPI.
2017-03-23 Roger BraunAdd fetching of activities in context.
2017-03-23 Roger BraunAdd context and inReplyTo.
2017-03-23 Roger BraunAdd id to objects, too.
2017-03-23 Roger BraunGenerate ids for activities.
2017-03-22 Roger BraunAdd fetching for recipients.
2017-03-21 Roger BraunAdd public timeline TwAPI.
2017-03-21 Roger BraunAdd since_id for activitypub fetching.
2017-03-21 Roger BraunAdd limiting to activity pub fetching.
2017-03-21 Roger BraunBasic status creation and retrieval.
2017-03-21 Roger BraunBasic AP objects.