aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/activity.ex
AgeCommit message (Expand)Author
2019-10-04Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-09-13Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.UtilsEgor Kislitsyn
2019-09-10Add an endpoint to get multiple statuses by IDsEgor Kislitsyn
2019-09-09Add Pleroma.Plugs.Cacheminibikini
2019-09-06activity: when restricting deactivated users, precalculate the user listAriadne Conill
2019-08-24Merge remote-tracking branch 'origin/develop' into sixohsix/pleroma-post_expi...lain
2019-08-15Hide muted theads from home/public timelines unless `with_muted` is setrinpatch
2019-08-13Mastodon API: Preloading and normalization optimizationsrinpatch
2019-07-24Add activity expirations tableMike Verdone
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use async/await...Eugenij
2019-06-05Contain search for unauthenticated usersEgor Kislitsyn
2019-05-21Add virtual :thread_muted? fieldAaron Tinio
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-16Use named binding to conditionally join objectAaron Tinio
2019-05-14Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-05-08Merge developAlexander Strizhakov
2019-05-07Remove `bookmarks` assoc and add a fake `bookmark` assoc insteadrinpatch
2019-05-07Use with_preloaded_bookmark in create_by_object_ap_id_with_objectrinpatch
2019-05-07- Actually use preloaded bookmarks in viewsrinpatch
2019-05-07Preload bookmarks wherever the object is preloadedrinpatch
2019-05-07Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-05-06Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into fea...Alexander Strizhakov
2019-04-22Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-04-18Add a guard to fetching reply activityrinpatch
2019-04-17Fix delete-by_ap_id to expect not only embeded objectsrinpatch
2019-04-17Remove updating reply count for embeded objectsrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-15Remove inReplyToStatusIdrinpatch
2019-04-11move user disable into deactivationEgor Kislitsyn
2019-04-11Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-04-06Handle `scheduled_at` on status creation.eugenijm
2019-03-26Increment replies_count on replies (MastoAPI)eugenijm
2019-03-25fix up missing announcements with preloadsWilliam Pitcock
2019-03-23activity: use left join instead of inner join when fetching activities that m...William Pitcock
2019-03-23activity: add get_by_ap_id_with_object()William Pitcock
2019-03-23formattingWilliam Pitcock
2019-03-23activity: fix credo nitpickWilliam Pitcock
2019-03-23activity: add with_preloaded_object() convenienceWilliam Pitcock
2019-03-22object: add support for preloading objects when walking an activity graph in ...William Pitcock
2019-03-21Merge branch 'ecto-3-migration' into 'develop'rinpatch
2019-03-20Ecto 3.0.5 migrationrinpatch
2019-03-18Added support for exclude_types, limit, and min_id in Mastodoneugenijm
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-11Broadcast deleted activity id on deletion to conform to MastoAPI streamig speceugenijm
2019-03-04allow users to disable their own accountEgor Kislitsyn
2019-02-20ReportsEgor
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-01-25Merge branch 'classic-flakeids' into 'develop'kaniini
2019-01-23Merge branch 'develop' into rename/pleroma_activity_consistencylain
2019-01-23Flake Ids for Users and Activitieshref