- Oct 14, 2019
- Oct 13, 2019
-
-
lain authored
Assorted transmogrifier fixes See merge request pleroma/pleroma!1831
-
- Oct 12, 2019
-
-
rinpatch authored
Make MediaProxy failure tracking less brutal See merge request pleroma/pleroma!1836
-
- Oct 11, 2019
-
-
rinpatch authored
The current failure tracking mechanism will never request anything that didn't respond with a success, 403, 404, or 5xx codes. This is causing issues when using in real fediverse because of weird status codes some software has and timeouts being frequent. This patch changes failure tracking mechanism to only never request the url again if it responded with 400, 204, or the body is too large, otherwise it can be re-requested in 60 seconds.
-
Haelwenn authored
pleroma_ctl: Make it possible to specify branches/flavours when updating See merge request pleroma/pleroma!1832
-
lain authored
-
lain authored
Turns out you can't actually find the user with this.
-
rinpatch authored
-
lain authored
-
lain authored
-
- Oct 10, 2019
-
-
lain authored
-
- Oct 09, 2019
-
-
kaniini authored
Search: Add tests for unicode searches. See merge request pleroma/pleroma!1824
-
kaniini authored
provide mocks for webfinger endpoints See merge request pleroma/pleroma!1821
-
-
lain authored
Add `pleroma.direct_conversation_id` to `GET /api/v1/statuses/:id` See merge request pleroma/pleroma!1822
-
lain authored
Add a task to re-count statuses for all users Closes #1305 See merge request pleroma/pleroma!1823
-
lain authored
-
minibikini authored
-
Eugenij authored
Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status (`GET /api/v1/statuses/:id`)
-
- Oct 08, 2019
-
-
rinpatch authored
Enable `mix format` for migrations See merge request pleroma/pleroma!1819
-
rinpatch authored
-
- Oct 07, 2019
-
-
rinpatch authored
Bump pleroma-fe bundle to pleroma/pleroma-fe@122323f3 See merge request pleroma/pleroma!1817
-
rinpatch authored
Bump pleroma-fe bundle to pleroma/pleroma-fe@122323f3
-
kaniini authored
mastodon api: fix exclude_replies (closes #1287) Closes #1287 See merge request pleroma/pleroma!1813
-
kaniini authored
-
kaniini authored
Extract RSS Feed functionality from OStatus Closes #1243 See merge request pleroma/pleroma!1644
-
-
kaniini authored
clean up bundled litepub schema (closes #1303) Closes #1303 See merge request pleroma/pleroma!1808
-
kaniini authored
-
kaniini authored
mrf/simple_policy: check actor against accept/reject See merge request pleroma/pleroma!1806
-
Haelwenn authored
[#1260] Rate-limiting for create authentication and related requests Closes #1260 See merge request pleroma/pleroma!1681
-
Ivan Tashkinov authored
# Conflicts: # CHANGELOG.md
-
Haelwenn authored
[#1234] Mastodon 2.4.3 hierarchical OAuth scopes Closes #1234 See merge request pleroma/pleroma!1643
-
Haelwenn authored
-
- Oct 06, 2019
-
-
kaniini authored
Fix muted notification migration only working with a schema See merge request pleroma/pleroma!1803
-
rinpatch authored
Should also improve performance. I tested it on my local DB, but if anyone has a backup of <=1.0 db they can test this on, please do
-
kaniini authored
Move local keys out of `user.info` See merge request pleroma/pleroma!1799
-