aboutsummaryrefslogtreecommitdiff
path: root/priv
AgeCommit message (Collapse)Author
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-09Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queueIvan Tashkinov
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-08-01[#1149] Replaced RetryQueue with oban-based retries.Ivan Tashkinov
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-20fr/LC_MESSAGES/errors.po: Create translation fileHaelwenn (lanodan) Monnier
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
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-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`