Handle cases where a to/cc field is absent on a status
[akkoma] / lib / pleroma / web / activity_pub /
2018-05-15 csaurusHandle cases where a to/cc field is absent on a status
2018-05-13 csaurusFormatting
2018-05-13 csaurusFix tests.
2018-05-13 csaurusapi/v1/timelines/direct implementation
2018-05-12 csaurusStream function to handle direct messages.
2018-05-12 csaurusDetect and try to stream incoming "direct" messages
2018-05-07 lainMore warning fixes.
2018-05-06 lambdaMerge branch 'feld-varnish' into 'develop'
2018-05-06 lambdaMerge branch 'feld-warnings' into 'develop'
2018-05-06 lambdaMerge branch 'fix/unsafe-variables' into 'develop'
2018-05-06 ealGet rid of unsafe variables.
2018-05-04 Mark FelderGroup def renders here as well
2018-05-04 Mark FelderMerge branch 'feld-test.secret' into feld-warnings
2018-05-04 Mark FelderFix formatting
2018-05-04 Mark FelderThat last change was stupid. Multiline comments in...
2018-05-04 Mark FelderDirty hack to remove the warning
2018-05-04 Mark FelderFix unused variables, imports, and aliases
2018-05-04 Mark FelderFix build. Too eager with the fixing of unused variables.
2018-05-04 Mark FelderClean up unused aliases and imports
2018-05-04 Mark FelderMore unused variables
2018-05-04 Mark FelderMerge branch 'feld-test.secret' into feld-warnings
2018-05-04 Mark FelderFix a bunch of unused variable warnings
2018-04-29 lambdaMerge branch 'patch-bio' into 'develop'
2018-04-28 lainInsert object after being rewritten.
2018-04-28 lambdaMerge branch 'fix/blocked-user-boosts' into 'develop'
2018-04-28 Wim VanderbauwhedeMerge remote-tracking branch 'upstream/develop' into...
2018-04-27 lambdaMerge branch 'bugfix/mrf-simple-media-stripping' into...
2018-04-25 William PitcockActivityPub MRF SimplePolicy: fix media stripping
2018-04-24 lambdaMerge branch 'gitignore' into 'develop'
2018-04-24 lainFix formatting.
2018-04-24 lambdaMerge branch 'feature/message-rewrite-facility' into...
2018-04-24 lainMerge branch 'dashie/pleroma-fix/delete-decrement-statu...
2018-04-24 DashieAdd User.decrease_note_count and call it from ActivityP...
2018-04-24 lambdaMerge branch 'favicon_tag' into 'develop'
2018-04-22 lainMerge branch 'develop' into fix/note-count-not-updating
2018-04-21 ealUpdate note count in ActivityPub.create.
2018-04-21 lambdaMerge branch '146-enable-custom-panel-by-default-and...
2018-04-21 lambdaMerge branch 'readme-update' into 'develop'
2018-04-21 lambdaMerge branch 'nginx-certbot-doc' into 'develop'
2018-04-21 lainFormatting fixes.
2018-04-19 nenolod@dereferenc... ActivityPub MRF: fix nsfw tagging of objects with attac...
2018-04-14 William PitcockActivityPub MRF: implement the SimplePolicy policy
2018-04-14 William PitcockActivityPub: implement MRF core hook and baseline noop...
2018-04-14 ealActivityPub.ex: do not return boosted statuses from...
2018-04-10 lambdaMerge branch 'feld-varnish' into 'develop'
2018-04-02 lainLoad all users at once in timelines.
2018-04-02 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2018-04-02 lainGenerates contexts and ids on insertion time.
2018-04-01 KANEKO YoshitakaFix conflict
2018-03-31 lambdaMerge branch 'new-mastofe' into 'develop'
2018-03-31 lainDon't fetch anything except ap_id for follower / following
2018-03-30 lainFormat the code.
2018-03-27 lainMore Jason changes.
2018-03-25 lainFix follower collection id.
2018-03-25 lambdaMerge branch 'feature/oauth-token-password' into 'develop'
2018-03-24 lambdaMerge branch 'bugfix/activitypub-hashtags' into 'develop'
2018-03-24 William Pitcockactivitypub transmogrifier: rewrite incoming hashtags
2018-03-23 lainFor outgoing objects, fake mastodon style ap id for...
2018-03-22 lainMerge branch 'develop' into kaniini/pleroma-feature...
2018-03-22 William Pitcockactivitypub: add outbox endpoint
2018-03-22 William Pitcockactivitypub: add restrict_limit
2018-03-22 William Pitcockactivitypub: implement following/followers endpoints
2018-03-21 lainFetch relayed messages from source while we don't have...
2018-03-20 lambdaMerge branch 'feld-varnish' into 'develop'
2018-03-20 lambdaMerge branch 'patch-README' into 'develop'
2018-03-20 lambdaMerge branch 'feld-mastoweb5000' into 'develop'
2018-03-20 lambdaMerge branch 'feld-Logger' into 'develop'
2018-03-19 Mark FelderClarify that this error is about a problem decoding...
2018-03-19 Mark FelderAP and WebFinger need love here
2018-03-19 Mark FelderGrammar consistency
2018-03-19 lainUse connection pools.
2018-03-19 lainOnly fetch if it's http.
2018-03-14 William Pitcockactivitypub transmogrifier: rewrite non-http URLs using...
2018-03-13 lainFix Mastodon emojis.
2018-03-08 lainRestrict activity fixing more.
2018-03-08 lambdaMerge branch 'feature/activitypub' into 'develop'
2018-03-08 lainMerge branch 'develop' into feature/activitypub
2018-03-07 lainOnly run the fix-up tasks once.
2018-03-03 lainHandle incoming deletes.
2018-02-26 lainRestrict public by recipients.
2018-02-25 lainActual real fix.
2018-02-25 lainOne more fix.
2018-02-25 lainFix context stitching.
2018-02-25 lainAdd support for outgoing update.
2018-02-25 lainMake likes and announces public.
2018-02-25 lainFix specs.
2018-02-25 lainUse update_and_set cache.
2018-02-25 lainHandle remote update activities.
2018-02-25 lainSet conversation to parent conversation.
2018-02-25 lainSome fixes to AP fetching.
2018-02-24 lainUnify object representation.
2018-02-24 lainDon't deliver to local followers.
2018-02-24 lain.
2018-02-24 lainFix.
2018-02-24 lainBetter signature errors messages.
2018-02-24 lainBit more signature debugging.
2018-02-24 lainRemove unneccesary subscriptions on update.
2018-02-24 lainFix remote following.
2018-02-24 lainNever update local users from foreign sources.
2018-02-24 lainOh no! More fixes!
next