aboutsummaryrefslogtreecommitdiff
path: root/priv
AgeCommit message (Collapse)Author
2019-11-19bundles: bump pleroma-fe to 0eda60eeb49f4fa460fe6f9f6196ddbb014427c7rinpatch
2019-11-09Bump pleroma-fe bundle to 044c9ad0562af059dd961d50961a3880fca9c642rinpatch
2019-11-04Migrations: Don't copy over mutes unless there actually are some.lain
2019-11-04Migrations: Add a fixup migration for the muted_notificationslain
This sets info->muted_notifications to an emtpy array if it is explicitly set to null before. This can happen when safe_jsonb_set coalesces to a jsonb null, which will make ecto not use the default value of [] anymore because it has been explicitly overwritten.
2019-11-01Fix bookmark migration using a query with a schemarinpatch
This resulted in failures when updating from Pleroma <1.0 because of all the new fields that were added to the user schema.
2019-11-01Migrations: Add migration to fill empty info fields and make them non-null.lain
2019-10-18Fix a migration wiping user info of users that don't have any mutesrinpatch
And introduce safe_jsonb_set
2019-10-07clean up bundled litepub schema (closes #1303)Ariadne Conill
2019-10-06Fix muted notification migration only working with a schemarinpatch
Should also improve performance. I tested it on my local DB, but if anyone has a backup of <=1.0 db they can test this on, please do
2019-10-06Fix the use of queries with a schema in a migrationrinpatch
2019-10-06Move local keys out of `user.info`rinpatch
2019-10-04Remove in-db configuration references from 1.1rinpatch
It's still too unstable to be used.
2019-09-30update pleroma feAriadne Conill
2019-09-18Update AdminFE for 1.1 branchMark Felder
Latest build of AdminFE with Settings disabled as the feature is not stable yet
2019-09-06Update frontend bundle to e75ac9ddrinpatch
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-12Update AdminFEMark Felder
Now permits server configuration. Consider this ALPHA.
2019-08-08Merge branch 'feature/digest-email' into 'develop'lain
Feature/digest email See merge request pleroma/pleroma!1078
2019-08-08Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-04Remove longfox emoji setHakaba Hitoyo
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-15Add `listMessage` to to the JSON-LD contextEgor Kislitsyn
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-10Add Russian translationEgor Kislitsyn
2019-07-10Wrap error messages into gettext helpersEgor Kislitsyn
2019-07-10add listener port and ip option for 'pleroma.instance gen' and enable its testSachin Joshi
2019-07-09Merge developRoman Chvanikov
2019-07-09Merge branch 'remove-swift' into 'develop'kaniini
Remove Uploaders.Swift and `httpoison` dependency Closes #1051 See merge request pleroma/pleroma!1374
2019-07-03Split alters rather than work with indexesRoman Chvanikov
2019-07-03Remove Uploaders.SwiftEgor Kislitsyn
2019-07-03Fix migrationRoman Chvanikov
2019-07-01[#1033] Fix database migrationsMaksim
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-28Update frontend.lain
2019-06-26Merge branch 'update-mastofe/glitch-soc-2019-06-26' into 'develop'rinpatch
Update mastofe to bundle-2019-06-26 See merge request pleroma/pleroma!1341
2019-06-26Update mastofe to bundle-2019-06-26Haelwenn (lanodan) Monnier
2019-06-23Update adminFE to latest buildMark Felder
2019-06-23Merge branch 'admin-config' into 'develop'kaniini
Admin config See merge request pleroma/pleroma!1328
2019-06-23support for config groupsAlex S