Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
|
|
Do not try to guess which pagination we need by the existence of an :offset param.
Closes #2399
See merge request pleroma/pleroma!3230
|
|
param.
Require explicit request to get offset pagination.
|
|
|
|
Do not reverse order of reports. We want newest ones sorted to the top.
Closes #2364
See merge request pleroma/pleroma!3225
|
|
|
|
|
|
|
|
Test framework overhaul (speed, reliability)
See merge request pleroma/pleroma!3209
|
|
Caching can't work in async tests, so for them it is mocked to a
null cache that is always empty. Synchronous tests are stubbed
with the real Cachex, which is emptied after every test.
|
|
Defaults to Cachex.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend-admin-api
|
|
|
|
# Conflicts:
# lib/pleroma/web/router.ex
|
|
|
|
[#2137] admin/users filters
See merge request pleroma/pleroma!3016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/api/pleroma/admin/instance_document/:document_name`
|