Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-02 | Conversations: 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-24 | Add activity expirations table | Mike 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-20 | fr/LC_MESSAGES/errors.po: Create translation file | Haelwenn (lanodan) Monnier | |
2019-07-16 | Merge develop | Roman Chvanikov | |
2019-07-15 | Add `listMessage` to to the JSON-LD context | Egor Kislitsyn | |
2019-07-15 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-11 | Merge branch 'develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-07-10 | saving following_address for existing users | Alex S | |
2019-07-10 | adding following_address field to user | Alex S | |
2019-07-10 | Add Russian translation | Egor Kislitsyn | |
2019-07-10 | Wrap error messages into gettext helpers | Egor Kislitsyn | |
2019-07-10 | add listener port and ip option for 'pleroma.instance gen' and enable its test | Sachin Joshi | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | Merge branch 'remove-swift' into 'develop' | kaniini | |
Remove Uploaders.Swift and `httpoison` dependency Closes #1051 See merge request pleroma/pleroma!1374 | |||
2019-07-03 | Split alters rather than work with indexes | Roman Chvanikov | |
2019-07-03 | Remove Uploaders.Swift | Egor Kislitsyn | |
2019-07-03 | Fix migration | Roman Chvanikov | |
2019-07-01 | [#1033] Fix database migrations | Maksim | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-28 | Update frontend. | lain | |
2019-06-26 | Merge 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-26 | Update mastofe to bundle-2019-06-26 | Haelwenn (lanodan) Monnier | |
2019-06-23 | Update adminFE to latest build | Mark Felder | |
2019-06-23 | Merge branch 'admin-config' into 'develop' | kaniini | |
Admin config See merge request pleroma/pleroma!1328 | |||
2019-06-23 | support for config groups | Alex S | |
2019-06-22 | Support RUM indexes in the config generator | rinpatch | |
2019-06-22 | Fallback to Config if Mix.Config does not exist, even if Config does not | rinpatch | |
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-21 | use Config in generated config when available | rinpatch | |
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-21 | Move config templates to priv so they can be found in releases | rinpatch | |
2019-06-19 | Update bundled pleroma-fe to c4fcdc71 | rinpatch | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-10 | Remove unused imports and aliases from migration | Sergey Suprunenko | |
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-05 | Create index on `activities.local` | Egor Kislitsyn | |
2019-06-05 | Fix conflict | Roman Chvanikov | |
2019-06-04 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-06-04 | Merge branch 'hotfix/add-in_reply_to_index' into 'develop' | kaniini | |
Add index on inReplyTo for objects See merge request pleroma/pleroma!1240 | |||
2019-06-03 | Merge branch 'develop' into feature/digest-email | Mark Felder | |
2019-06-03 | Add missing tag index on objects | rinpatch | |
The previous activity index is useless because objects are not embedded anymore and instead a joined object is queried. | |||
2019-06-03 | Add index on inReplyTo for objects | rinpatch | |
Fixes the performance of `get_existing_votes` | |||
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-25 | add migration to add notification settings to user accounts | William Pitcock | |
2019-05-24 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-05-17 | RUM: Remove vacuum analyze from migration | lain | |
Can't be run in a trnasaction. | |||
2019-05-17 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-05-17 | Add `ap_id` to List | Egor Kislitsyn | |