aboutsummaryrefslogtreecommitdiff
path: root/priv
AgeCommit message (Collapse)Author
2019-09-29Add 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-14add listener port and ip option for 'pleroma.instance gen' and enable its testSachin Joshi
2019-07-28Split alters rather than work with indexesRoman Chvanikov
2019-07-28Fix migrationRoman 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
2019-06-22Support RUM indexes in the config generatorrinpatch
2019-06-22Fallback to Config if Mix.Config does not exist, even if Config does notrinpatch
exist either For some weird reason Code.ensure_loaded?(Config) is false on OTP releases even though `use Config` from config files works just fine.
2019-06-21use Config in generated config when availablerinpatch
Mix.Config is deprecated and does not work on OTP releases. However we can't fully switch to Config because it is not present in Elixir < 1.9. I tried to evaluate if Config is available at runtime, but for some weird reason OTP releases crash if I do that.
2019-06-21Move config templates to priv so they can be found in releasesrinpatch
2019-06-19Update bundled pleroma-fe to c4fcdc71rinpatch
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-05Create index on `activities.local`Egor 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-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-25add migration to add notification settings to user accountsWilliam Pitcock
2019-05-17RUM: Remove vacuum analyze from migrationlain
Can't be run in a trnasaction.
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-13Merge branch 'mascot/pleroma-tan-shy' into 'develop'lambda
pleroma-fox-tan-shy.png: Add another version of pleroma-tan See merge request pleroma/pleroma!1139
2019-05-12pleroma-fox-tan-shy.png: Add another version of pleroma-tanHaelwenn (lanodan) Monnier
Commissioned by https://shitposter.club/users/moonman and drawn by https://shpposter.club/users/Nightingalle Intended to be used when mastofe crashes out and allows to report a bug among other things. Should require a bit of modification on mastofe to use the image as it's more of a vanilla flavour thing.
2019-05-11Search: Use RUM index.lain
2019-05-11Initial bundle of basic AdminFEfeld
Due to CSP headers we only allow connecting to self. If you want to host AdminFE on a separate domain without CSP headers you will be able to connect to any public Pleroma host.
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
2019-05-06fix formatMaksim
Modified-by: Maksim Pechnikov <parallel588@gmail.com>
2019-05-03Search: Add fts index on objects table.lain
2019-05-01Merge remote-tracking branch 'origin/develop' into conversations_threelain
2019-04-29Fix MigrateOldBookmarks migration crashing on deleted activitiesrinpatch
2019-04-27update pleroma frontendWilliam Pitcock
2019-04-25migration without using old field nameAlex S
removing old field from db, after bookmarks migration
2019-04-25removing useless transactionAlex S
2019-04-25migration optimizationAlex S
changelog wording
2019-04-25migrate user.bookmarks to separate tableAlex S
2019-04-25bookmarks in separate tableAlex S
2019-04-22Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn