| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This enables to address the same group of people every time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove Uploaders.Swift and `httpoison` dependency
Closes #1051
See merge request pleroma/pleroma!1374
|
|
|
|
|
|
|
|
|
|
|
|
Update mastofe to bundle-2019-06-26
See merge request pleroma/pleroma!1341
|
|
|
|
|
|
Admin config
See merge request pleroma/pleroma!1328
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
we can't change module attributes and endpoint settings in runtime
|
|
|
|
|
|
|
|
Add index on inReplyTo for objects
See merge request pleroma/pleroma!1240
|
|
The previous activity index is useless because objects are not embedded
anymore and instead a joined object is queried.
|
|
Fixes the performance of `get_existing_votes`
|
|
|
|
|
|
Can't be run in a trnasaction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|