Merge branch 'develop' into feature/activitypub
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
2018-02-21 lainMerge branch 'develop' into feature/activitypub
2018-02-21 lainLogging.
2018-02-21 lainActivityPub: Fetch missing activities on reply.
2018-02-20 lainActivityPub: One queue item per server.
2018-02-18 lainfix typo.
2018-02-18 lainFor existing users, just replace info.
2018-02-18 lainfix typo.
2018-02-18 lainOnly push to followers if they are addressed.
2018-02-18 lainFix conversations.
2018-02-18 lainFix delivery to CC.
2018-02-18 lainFederate non-public over ActivityPub only, do some...
2018-02-18 lainDon't relay non-public messages.
2018-02-18 lainRespect visibility in API.
2018-02-18 lainDon't show unlisted in public.
2018-02-18 lainShow users their own posts in timeline.
2018-02-18 lainTry to fetch AP user data first.
2018-02-18 lainActivityPub: Make fake Create activities for objects...
2018-02-17 lainActivityPub: Fetch an object from an id.
2018-02-17 lainActivtyPub Delivery: Use shared inbox if possible.
2018-02-17 lainActivityPub: Send out Accept after Follow.
2018-02-17 lainDo some transmogrifying for the output.
2018-02-17 lainFix specs.
2018-02-15 lainActivityPub: Use recipients fields.
2018-02-15 lainActivityPub: Refactor create function.
2018-02-12 lainMerge branch 'develop' into feature/activitypub
2018-02-11 lainActivityPub: Basic note federation with Mastodon.
2018-02-11 Roger BraunBasic AP user building.
2018-02-11 Roger BraunMerge branch 'develop' into feature/activitypub
2017-12-12 Lain IwakuraAdd recipients field to activities.
2017-12-09 Roger BraunMerge branch 'develop' into feature/activitypub
2017-11-19 Roger BraunMastodonAPI: Streaming fixes.
2017-11-19 lambdaMerge branch 'feature/fix-warnings' into 'develop'
2017-11-19 ThogFix all compilation warnings
2017-11-16 Roger BraunMastoAPI: Implement all streaming functions.
2017-11-16 Roger BraunMastodonAPI: Stream fixes.
2017-11-14 lambdaMerge branch 'twitterapi-bitlbee' into 'develop'
2017-11-14 lambdaMerge branch 'api-links' into 'develop'
2017-11-14 lambdaMerge branch 'mastoapi-media-timeline' into 'develop'
2017-11-14 ealAccept 1 as true.
2017-11-14 ealMastoAPI: Add media timelines.
2017-11-12 lambdaMerge branch 'mastodon-notification-endpoints' into...
2017-11-12 lambdaMerge branch 'filetype-recognition' into 'develop'
2017-11-12 lambdaMerge branch 'mastoapi-update-credentials' into 'develop'
2017-11-11 Roger BraunMastoAPI: Basic streaming.
2017-11-09 lambdaMerge branch 'fix-tootdon-image-uploads' into 'develop'
2017-11-09 Roger BraunAdd actor column to activities.
2017-11-08 lambdaMerge branch 'following-you-in-user-view' into 'develop'
2017-11-08 Roger BraunLook through whole db for user timelines.
2017-11-06 lambdaMerge branch 'fix-tootdon-oauth' into 'develop'
2017-11-05 Roger BraunMerge branch 'develop' of git.pleroma.social:pleroma...
2017-11-05 Roger BraunFix bug when no posts are in the db.
2017-11-03 lambdaMerge branch 'feature/blocks' into 'develop'
2017-11-02 Roger BraunHandle nil cases.
2017-11-02 Roger BraunDon't return blocked users' activities in contexts.
2017-11-02 Roger BraunDon't return activities from blocked users.
2017-10-31 Roger BraunOnly search through last 100_000 activities for fetches.
2017-10-23 Roger BraunSpeed up deletion and related queries.
2017-10-19 Roger BraunRevert "Simplify query."
2017-10-18 Roger BraunSimplify query.
2017-09-17 Roger BraunMastoAPI: Return reblogs, too.
2017-09-17 Roger BraunMastodonAPI: Add user favorites endpoint.
2017-09-17 Roger BraunUse desc id to sort instead of desc inserted_at
2017-09-14 Roger BraunAdd tag timelines.
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
next