aboutsummaryrefslogtreecommitdiff
path: root/priv/repo
AgeCommit message (Collapse)Author
2019-08-25Log admin/moderator actionsMaxim Filippov
2019-08-24Merge remote-tracking branch 'origin/develop' into ↵lain
sixohsix/pleroma-post_expiration
2019-08-23Add an index on object likesrinpatch
In !1538 favorites timeline was switched to use the joined object, but no idex on likes in the joined object was added.
2019-08-14Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-02Conversations: Add recipient list to conversation participation.lain
This enables to address the same group of people every time.
2019-07-24Add activity expirations tableMike Verdone
Add a table to store activity expirations. An activity can have zero or one expirations. The expiration has a scheduled_at field which stores the time at which the activity should expire and be deleted.
2019-07-16Merge developRoman Chvanikov
2019-07-15Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14Feature/1072 muting notificationsAlexander Strizhakov
2019-07-12merge developRoman Chvanikov
2019-07-11Merge branch 'develop' into feature/addressable-listsEgor Kislitsyn
2019-07-10saving following_address for existing usersAlex S
2019-07-10adding following_address field to userAlex S
2019-07-09Merge developRoman Chvanikov
2019-07-03Split alters rather than work with indexesRoman Chvanikov
2019-07-03Fix migrationRoman Chvanikov
2019-07-01[#1033] Fix database migrationsMaksim
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-23support for config groupsAlex S
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-10Remove unused imports and aliases from migrationSergey Suprunenko
2019-06-07Resolve conflictsRoman Chvanikov
2019-06-05Create index on `activities.local`Egor Kislitsyn
2019-06-05Fix conflictRoman Chvanikov
2019-06-04Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-06-04Merge branch 'hotfix/add-in_reply_to_index' into 'develop'kaniini
Add index on inReplyTo for objects See merge request pleroma/pleroma!1240
2019-06-03Merge branch 'develop' into feature/digest-emailMark Felder
2019-06-03Add missing tag index on objectsrinpatch
The previous activity index is useless because objects are not embedded anymore and instead a joined object is queried.
2019-06-03Add index on inReplyTo for objectsrinpatch
Fixes the performance of `get_existing_votes`
2019-05-29Merge developRoman Chvanikov
2019-05-25add migration to add notification settings to user accountsWilliam Pitcock
2019-05-24Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-17RUM: Remove vacuum analyze from migrationlain
Can't be run in a trnasaction.
2019-05-17Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-17Add `ap_id` to ListEgor Kislitsyn
2019-05-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-indexlain
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-15thread visibility function: fix use of no longer used author variableWilliam Pitcock
2019-05-15thread visibility function: significantly improve efficiencyWilliam Pitcock
2019-05-15update migrationWilliam Pitcock
2019-05-15migration: only care about Create activitiesWilliam Pitcock
2019-05-15migrations: add function to see if a thread can be satisfiedWilliam Pitcock
2019-05-15Search: Add optional rum indexing / searching.lain
2019-05-14Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-05-14Make irreversible field default to false in filtersSachin Joshi
2019-05-11Search: Use RUM index.lain
2019-05-08Merge developRoman Chvanikov
2019-05-07Merge branch 'conversations_three' into 'develop'lambda
Conversations once more. See merge request pleroma/pleroma!1119
2019-05-07Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn