aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/activity.ex
AgeCommit message (Expand)Author
2019-01-21Activity: all_by_object_ap_id/1 → get_all_by_object_ap_id/1Haelwenn (lanodan) Monnier
2018-12-31update copyright years to 2019William Pitcock
2018-12-29Salmon# fixed publish an activity to remote accountsMaksim Pechnikov
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-14Pleroma.Activity.mastodon_notification_type/1href
2018-12-04activity: add helpers for updating activities in the databaseWilliam Pitcock
2018-12-04activity: minor cleanups to normalization functions to align them with the ob...William Pitcock
2018-12-04activity: clean up direct use of object dataWilliam Pitcock
2018-10-25activity: add helper to fetch an activity's parentWilliam Pitcock
2018-08-29activity: drop recipients_to/recipients_cc fieldsWilliam Pitcock
2018-08-29activity: add recipients_to and recipients_cc fieldsWilliam Pitcock
2018-06-27activity: add normalize() to find a complete activity given either URI or par...William Pitcock
2018-06-03Better error handling in TwitterApiController.lain
2018-03-30Format the code.lain
2018-03-27Reduce OP fetching queries.lain
2017-12-12Add recipients field to activities.Lain Iwakura
2017-12-08Delete notifications on activity deletion.Lain Iwakura
2017-11-09Add actor column to activities.Roger Braun
2017-10-23Use index in basic activity query.Roger Braun
2017-10-23Speed up deletion and related queries.Roger Braun
2017-09-11Add basic mastodon notification support.Roger Braun
2017-08-16Fix deletion not deleting relevant actions.Roger Braun
2017-08-01Add basic incoming deletions.Roger Braun
2017-06-20Use more efficient queries.Roger Braun
2017-06-20Use more efficient query.Roger Braun
2017-05-02Fix specs, add local marker to actitivies.Roger Braun
2017-04-30Get create activity from created object id.Roger Braun
2017-04-13Add utility functions for objects and activities.Roger Braun
2017-03-21Basic AP objects.Roger Braun