Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-11 | Make MediaProxy failure tracking less brutal | rinpatch | |
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. | |||
2019-10-11 | Merge branch 'pleroma-ctl-enchancements' into 'develop' | Haelwenn | |
pleroma_ctl: Make it possible to specify branches/flavours when updating See merge request pleroma/pleroma!1832 | |||
2019-10-11 | pleroma_ctl: Make it possible to specify branches/flavours when updating | rinpatch | |
2019-10-09 | Merge branch 'unicode-search' into 'develop' | kaniini | |
Search: Add tests for unicode searches. See merge request pleroma/pleroma!1824 | |||
2019-10-09 | Merge branch 'webfinger-mocks' into 'develop' | kaniini | |
provide mocks for webfinger endpoints See merge request pleroma/pleroma!1821 | |||
2019-10-09 | provide mocks for webfinger endpoints | Steven Fuchs | |
2019-10-09 | Merge branch 'add-direct-conversation-id-to-status-show-page' into 'develop' | lain | |
Add `pleroma.direct_conversation_id` to `GET /api/v1/statuses/:id` See merge request pleroma/pleroma!1822 | |||
2019-10-09 | Merge branch 'feature/count-statuses-task' into 'develop' | lain | |
Add a task to re-count statuses for all users Closes #1305 See merge request pleroma/pleroma!1823 | |||
2019-10-09 | Search: Add tests for unicode searches. | lain | |
2019-10-09 | Add a task to re-count statuses for all users | Egor Kislitsyn | |
2019-10-09 | Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status ↵ | eugenijm | |
(`GET /api/v1/statuses/:id`) | |||
2019-10-08 | Merge branch 'chore/format-migrations' into 'develop' | rinpatch | |
Enable `mix format` for migrations See merge request pleroma/pleroma!1819 | |||
2019-10-08 | Enable `mix format` for migrations | rinpatch | |
2019-10-07 | Merge branch 'chore/bump-fe-122323f3' into 'develop' | rinpatch | |
Bump pleroma-fe bundle to https://git.pleroma.social/pleroma/pleroma-fe/commit/122323f35c32a4f12a345a8b3f163e9318f5dea3 See merge request pleroma/pleroma!1817 | |||
2019-10-07 | Bump pleroma-fe bundle to ↵ | rinpatch | |
https://git.pleroma.social/pleroma/pleroma-fe/commit/122323f35c32a4f12a345a8b3f163e9318f5dea3 | |||
2019-10-07 | Merge branch 'bugfix/exclude-replies' into 'develop' | kaniini | |
mastodon api: fix exclude_replies (closes #1287) Closes #1287 See merge request pleroma/pleroma!1813 | |||
2019-10-07 | mastodon api: fix exclude_replies (closes #1287) | Ariadne Conill | |
2019-10-07 | Merge branch 'feature/move-rss-out-of-ostatus' into 'develop' | kaniini | |
Extract RSS Feed functionality from OStatus Closes #1243 See merge request pleroma/pleroma!1644 | |||
2019-10-07 | Extract RSS Feed functionality from OStatus | Sergey Suprunenko | |
2019-10-07 | Merge branch 'chore/context-cleanups' into 'develop' | kaniini | |
clean up bundled litepub schema (closes #1303) Closes #1303 See merge request pleroma/pleroma!1808 | |||
2019-10-07 | clean up bundled litepub schema (closes #1303) | Ariadne Conill | |
2019-10-07 | Merge branch 'mrf/simple_policy/check_actor' into 'develop' | kaniini | |
mrf/simple_policy: check actor against accept/reject See merge request pleroma/pleroma!1806 | |||
2019-10-07 | Merge branch '1260-rate-limited-auth-actions' into 'develop' | Haelwenn | |
[#1260] Rate-limiting for create authentication and related requests Closes #1260 See merge request pleroma/pleroma!1681 | |||
2019-10-07 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1260-rate-limited-auth-actions # Conflicts: # CHANGELOG.md | |||
2019-10-07 | Merge branch '1234-mastodon-2-4-3-oauth-scopes' into 'develop' | Haelwenn | |
[#1234] Mastodon 2.4.3 hierarchical OAuth scopes Closes #1234 See merge request pleroma/pleroma!1643 | |||
2019-10-07 | mrf/simple_policy: check actor against accept/reject | Haelwenn (lanodan) Monnier | |
2019-10-06 | Merge branch 'fix/bad-migration' into 'develop' | kaniini | |
Fix muted notification migration only working with a schema See merge request pleroma/pleroma!1803 | |||
2019-10-06 | Fix muted notification migration only working with a schema | rinpatch | |
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 | |||
2019-10-06 | Merge branch 'refactoring/move-out-keys-from-user-info' into 'develop' | kaniini | |
Move local keys out of `user.info` See merge request pleroma/pleroma!1799 | |||
2019-10-06 | Fix the use of queries with a schema in a migration | rinpatch | |
2019-10-06 | Merge branch 'fix/report-email' into 'develop' | feld | |
Fix/report email Closes #1300 See merge request pleroma/pleroma!1800 | |||
2019-10-06 | Use the user.id instead of nickname in report URLs | feld | |
Ensures links to profiles of remote users work. | |||
2019-10-06 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-06 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/account_controller.ex # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-10-06 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1260-rate-limited-auth-actions # Conflicts: # CHANGELOG.md | |||
2019-10-06 | Merge branch 'fix-prameter-name-of-accounts-update-credentials' into 'develop' | Haelwenn | |
Fix custom fields of accounts update credentials See merge request pleroma/pleroma!1597 | |||
2019-10-05 | Merge branch 'split-masto-api/leftovers' into 'develop' | kaniini | |
[#1278] Move a few more actions from MastodonAPIController See merge request pleroma/pleroma!1761 | |||
2019-10-05 | Merge branch 'accept-embedded-announce-object' into 'develop' | kaniini | |
Import object from self-Announce whenever possible See merge request pleroma/pleroma!1770 | |||
2019-10-05 | Merge branch 'unread-conversation-count' into 'develop' | kaniini | |
Add `pleroma.unread_conversation_count` to the Account entity See merge request pleroma/pleroma!1796 | |||
2019-10-05 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-05 | Merge branch 'update-activity-fixes' into 'develop' | kaniini | |
Update activity fixes Closes #1298 See merge request pleroma/pleroma!1795 | |||
2019-10-05 | CommonAPI: Create profile updates as public. | lain | |
This saves us lots of sending out because we can use sharedInbox. | |||
2019-10-05 | ActivityPub / Transmogrifier: Correctly store incoming Update id. | lain | |
2019-10-05 | Add test for handling Announces with inlined object from different origin | Thibaut Girka | |
2019-10-05 | Make credo happy | Thibaut Girka | |
2019-10-05 | Import object from self-Announce whenever possible | Thibaut Girka | |
2019-10-05 | Merge branch 'revert-5c04e817' into 'develop' | kaniini | |
Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'" See merge request pleroma/pleroma!1794 | |||
2019-10-05 | Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'" | kaniini | |
This reverts merge request !1737 | |||
2019-10-04 | Merge branch 'issue/1296' into 'develop' | kaniini | |
[#1296] removed legacy api: "/objects/:uuid/likes" See merge request pleroma/pleroma!1788 |