Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-10 | Merge branch 'fix/streaming-termination-errors' into 'develop' | rinpatch | |
Fix two pseudo-errors in websocket handler Closes #2131 See merge request pleroma/pleroma!2982 | |||
2020-09-10 | Merge branch '2130-mfa-users-oauth-login-fix' into 'develop' | rinpatch | |
[#2130] Fixed OAuth OOB authentication for users with enabled MFA Closes #2130 See merge request pleroma/pleroma!2979 | |||
2020-09-10 | Streaming integration tests: remove unexpected error assumption | rinpatch | |
For some reason instead of fixing unexpected errors, we made tests assert they indeed trigger... Now that the errors are fixed these were failing | |||
2020-09-10 | [#2497] Removed support for thumbnail_max_* params for media preview proxy | Ivan Tashkinov | |
(per https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2497#note_70771) | |||
2020-09-10 | Websocket handler: fix never matching code on failed auth | rinpatch | |
`:cowboy_req.reply` does not return tuples since 2.0, see https://ninenines.eu/docs/en/cowboy/2.4/manual/cowboy_req.reply/ | |||
2020-09-10 | Websocket handler: do not raise if handler is terminated before switching ↵ | rinpatch | |
protocols Closes #2131 | |||
2020-09-10 | websocket handler: Do not log client ping frames as errors | rinpatch | |
2020-09-10 | Merge branch 'fix/tesla-client-opts' into 'develop' | rinpatch | |
Pass options without adapter key in tesla reverse proxy client See merge request pleroma/pleroma!2985 | |||
2020-09-10 | pass options without adapter key | Alexander Strizhakov | |
2020-09-10 | oban warning | Alexander Strizhakov | |
2020-09-10 | formatting | Alexander Strizhakov | |
2020-09-10 | migration to move tokens expiration into Oban | Alexander Strizhakov | |
2020-09-10 | migration and changelog | Alexander Strizhakov | |
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-10 | schedule expired oauth tokens deletion with Oban | Alexander Strizhakov | |
2020-09-10 | Merge branch 'fix/2132-emoji-packs' into 'develop' | lain | |
use Pleroma.HTTP in emoji packs tasks Closes #2132 See merge request pleroma/pleroma!2980 | |||
2020-09-10 | [#2497] Removed Hackney-specific code | Ivan Tashkinov | |
(no longer needed due to adapter options unification). | |||
2020-09-10 | use Pleroma.HTTP in emoji packs tasks | Alexander Strizhakov | |
2020-09-09 | [#2130] Fixed OAuth OOB authentication for users with enabled MFA. | Ivan Tashkinov | |
2020-09-09 | [#2497] Formatting fix. | Ivan Tashkinov | |
2020-09-09 | [#2497] Added missing alias, removed legacy `:adapter` option specification ↵ | Ivan Tashkinov | |
for HTTP.get/_. | |||
2020-09-09 | Merge branch 'develop' into media-preview-proxy | Mark Felder | |
2020-09-09 | Merge branch 'chore/concurrent_limiter_update' into 'develop' | rinpatch | |
bump concurrent_limiter See merge request pleroma/pleroma!2978 | |||
2020-09-09 | bump concurrent_limiter | rinpatch | |
Should fix gun deadlocks | |||
2020-09-09 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | lain | |
Translations update from Weblate See merge request pleroma/pleroma!2977 | |||
2020-09-09 | Translated using Weblate (Spanish) | tarteka | |
Currently translated at 9.4% (10 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/es/ | |||
2020-09-09 | Added translation using Weblate (Spanish) | tarteka | |
2020-09-08 | Merge branch 'stable-sync/2.1.1' into 'develop' | rinpatch | |
Sync stable with develop after 2.1.1 Closes #2, #2047, #2095, #2116, #1987, and #2080 See merge request pleroma/pleroma!2974 | |||
2020-09-08 | Merge branch 'stable' into stable-sync/2.1.1 | rinpatch | |
2020-09-08 | Metadata: Move restriction check from Feed provider to activated_providers | rinpatch | |
2020-09-08 | Use :restrict_unauthenticated testing for more granular control | Mark Felder | |
2020-09-08 | Document breaking change for metadata providers | Mark Felder | |
2020-09-08 | RelMe and Feed no longer configurable | Mark Felder | |
2020-09-08 | Do not serve RSS/Atom feeds when instance is private | Mark Felder | |
2020-09-08 | Fix test so setting doesn't leak | Mark Felder | |
2020-09-08 | Feed provider only generates a redirect, so always activate it. | Mark Felder | |
Making this configurable is misleading. | |||
2020-09-08 | Disable providers of user and status metadata when instance is private | Mark Felder | |
2020-09-08 | Do not make RelMe metadata provider optional. | Mark Felder | |
There's really no sound reason to turn this off anyway. | |||
2020-09-08 | user: harden get_friends_query(), get_followers_query() and their wrappers | Haelwenn (lanodan) Monnier | |
2020-09-08 | search: Apply following filter only when user is usable | Haelwenn (lanodan) Monnier | |
2020-09-08 | AP C2S: Restrict character limit on Note | Haelwenn (lanodan) Monnier | |
2020-09-08 | Fix atom leak in AdminAPIController | Egor Kislitsyn | |
2020-09-08 | Merge branch 'release/2.1.1' into 'stable'v2.1.1 | rinpatch | |
2.1.1 release See merge request pleroma/secteam/pleroma!13 | |||
2020-09-08 | SECURITY.md: we don't support 2.0 anymore, bump to 2.1 | rinpatch | |
2020-09-08 | Merge branch 'bugfix/mock' into 'develop' | Haelwenn | |
mockfix but for non-secteam because gitlab See merge request pleroma/pleroma!2973 | |||
2020-09-08 | pleroma-fe bundle: update to 938887ef91a12dcaaaaa0884af4e76abd1c6c679 | rinpatch | |
2020-09-08 | Merge branch 'temp-hackney-fix' into 'develop' | rinpatch | |
temp hackney fix See merge request pleroma/pleroma!2951 | |||
2020-09-08 | Merge branch 'fix/upload-filter-exiftool-webp' into 'develop' | rinpatch | |
Skip processing webp image files because we can't strip EXIF Closes #2080 See merge request pleroma/pleroma!2924 | |||
2020-09-08 | CHANGELOG.md: Add 2.1.1 entry | rinpatch | |
2020-09-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |