aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/utils.ex
AgeCommit message (Expand)Author
2019-10-18Fix a migration wiping user info of users that don't have any mutesrinpatch
2019-10-05ActivityPub / Transmogrifier: Correctly store incoming Update id.lain
2019-10-04removed legacy api: "/objects/:uuid/likes"Maksim Pechnikov
2019-10-04ActivityPub: Change addressing of Undo.lain
2019-09-13Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.UtilsEgor Kislitsyn
2019-08-27added tests for ActivityPub.like\unlikeMaksim Pechnikov
2019-08-15Cache follow staterinpatch
2019-08-07Do not rembed the object after updating itrinpatch
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-15tests for Pleroma.SignatureMaksim
2019-07-09Testing: Don't federate in testing.lain
2019-06-24Rework user deletionSergey Suprunenko
2019-06-05Utils: Split update_follow_state and update_follow_state_for_all.lain
2019-06-04Restrict `get_existing_votes` to only get Create activitiesrinpatch
2019-06-04utils: access inReplyTo as an explicit string when fetching poll results`William Pitcock
2019-06-01Add poll votesrinpatch
2019-05-22Normalize poll votes to Answer objectsrinpatch
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-15Handle incoming Question objectsrinpatch
2019-05-13Switch to Jason over PoisonMark Felder
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-16activitypub: allow indirect messages from users being followed at a personal ...William Pitcock
2019-04-08adding language tagAlexander Strizhakov
2019-04-02Merge branch 'fix-slow-relationships' into 'develop'Haelwenn
2019-04-02Merge branch 'feature/fake-statuses' into 'develop'lambda
2019-04-02Merge remote-tracking branch 'origin/develop' into fix-slow-relationshipslain
2019-04-02ActivityPub Utils: Greatly speed up the follow / block activity fetching.lain
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)`Egor Kislitsyn
2019-04-01Move putting fake attribute to lib/pleroma/web/activity_pub/utils.exrinpatch
2019-04-01insert object defaults for fake activities and make credo happyrinpatch
2019-03-30Add a fake option to lazy_put_actvity_defaultsrinpatch
2019-03-23activitypub: splice in the child object if we have oneWilliam Pitcock
2019-03-14activitypub: utils: also match Activity objectsWilliam Pitcock
2019-03-14activitypub: utils: rework make_flag_data to accept either activity payloads ...William Pitcock
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-08Fetch user's outbox posts on first federation with that userEkaterina Vaartis
2019-03-04Stop adresssing like activities to actor's follower collection on non-public ...rinpatch
2019-02-20ReportsEgor
2019-02-18Merge branch 'feature/jobs' into 'develop'kaniini
2019-02-11Revert "Merge branch 'object-creation' into 'develop'"lambda
2019-02-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
2019-02-10Merge branch 'fix/credo-issues' into 'develop'kaniini
2019-02-09Do object insertion through Cachexlain
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
2019-02-03Still do caching in tests.lain
2019-01-31Merge remote-tracking branch 'MAIN/develop' into feature/jobsEgor Kislitsyn
2019-01-29activitypub: utils: update the state of *any* pending follow relationship tha...William Pitcock
2019-01-28add a job queueEgor Kislitsyn