Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | Add email blacklist, fixes #1404 | Alex Gleason | |
2020-08-02 | Migrate legacy tags set by AdminFE to match TagPolicy, #2010 | Alex Gleason | |
2020-08-02 | Add indigenous to clients | swentel | |
2020-08-02 | Add welcome chatmessages | Ilja | |
* I added the option in config/config.exs * created a new module lib/pleroma/user/welcome_chat_message.ex * Added it to the registration flow * added to the cheatsheet * added to the config/description.ex * added to the Changelog.md | |||
2020-08-01 | SimpleMRF: Add missing :followers_only to config.exs | Alex Gleason | |
2020-08-01 | Merge branch '1985-unobtrusive-autologin-on-registration' into 'develop' | lain | |
[#1985] Prevented force login on registration if account approval and/or email confirmation needed Closes #1985 See merge request pleroma/pleroma!2823 | |||
2020-08-01 | Merge branch 'fix/gun-nxdomain-no-error-tuple' into 'develop' | rinpatch | |
ConnectionPool: fix gun open errors being returned without an error tuple Closes #2008 See merge request pleroma/pleroma!2832 | |||
2020-08-01 | ConnectionPool: fix gun open errors being returned without an error tuple | rinpatch | |
When gun shuts down due to the host being unreachable, the worker process shuts down with the same shutdown reason since they are linked. Gun doesn't have error tuples in it's shutdown reason though, so we need to handle it in get_conn. Closes #2008 | |||
2020-08-01 | Merge branch 'fix/gun-limiter' into 'develop' | rinpatch | |
Fix ConnecitonPool deadlocking after reaching the connection limit Closes #1977 See merge request pleroma/pleroma!2830 | |||
2020-08-01 | Fix ConnecitonPool deadlocking after reaching the connection limit | rinpatch | |
The issue was with ConcurrentLimiter not decrementing counters on overload. It was fixed in the latest commit, but concurrentlimiter version wasn't updated in Pleroma for some reason. Closes #1977 | |||
2020-08-01 | Merge branch 'fix/user-agent-overriding' into 'develop' | rinpatch | |
Don't override user-agent header if it's been set Closes #1923 See merge request pleroma/pleroma!2829 | |||
2020-08-01 | Don't override user-agent header if it's been set | Roman Chvanikov | |
2020-07-31 | Frontend mix task: Support installation from local file. | lain | |
2020-07-31 | Revert "Merge branch 'revert-1ac0969c' into 'develop'" | lain | |
This reverts merge request !2825 | |||
2020-07-31 | Merge branch 'revert-1ac0969c' into 'develop' | lain | |
Revert "Merge branch 'mrf-silence-2' into 'develop'" See merge request pleroma/pleroma!2825 | |||
2020-07-31 | Revert "Merge branch 'mrf-silence-2' into 'develop'" | lain | |
This reverts merge request !2820 | |||
2020-07-31 | Merge branch 'mrf-silence-2' into 'develop' | lain | |
MRF silencing alternative solution See merge request pleroma/pleroma!2820 | |||
2020-07-31 | Merge remote-tracking branch 'pleroma/develop' into features/poll-validation | Haelwenn (lanodan) Monnier | |
2020-07-31 | [#1985] Prevented force login on registration if account approval and/or ↵ | Ivan Tashkinov | |
email confirmation needed. Refactored login code in OAuthController, reused in AccountController. Added tests. | |||
2020-07-31 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-07-31 | Default MRF to ObjectAgePolicy, 7 days threshold | Haelwenn (lanodan) Monnier | |
2020-07-31 | Merge branch 'deactivate-gun-again' into 'develop' | lain | |
Config: Default to Hackney again See merge request pleroma/pleroma!2821 | |||
2020-07-31 | Config: Default to Hackney again | lain | |
Gun is still acting up. | |||
2020-07-31 | SimplePolicy: Fix problem with DM leaks. | lain | |
2020-07-30 | Merge branch 'chore/fix-docs-typo' into 'develop' | feld | |
Fix example json response See merge request pleroma/pleroma!2819 | |||
2020-07-30 | Fix example json response | Mark Felder | |
2020-07-30 | Merge branch 'fix/configdb-otp-instructions' into 'develop' | feld | |
OTP users need Pleroma running to execute pleroma_ctl, so reorganize instructions. See merge request pleroma/pleroma!2817 | |||
2020-07-30 | Merge branch 'render-preview-cards-in-chats' into 'develop' | Haelwenn | |
Render preview cards in chats See merge request pleroma/pleroma!2816 | |||
2020-07-30 | Merge branch '1993-confirm-users-on-registration' into 'develop' | Haelwenn | |
AccountController: Don't explicitly ask to keep users unconfirmed. Closes #1993 See merge request pleroma/pleroma!2809 | |||
2020-07-30 | Merge branch 'develop' into fix/configdb-otp-instructions | Mark Felder | |
2020-07-30 | ChatMessage schema: Add preview cards. | lain | |
2020-07-30 | ChatMessageReferenceView: Display preview cards. | lain | |
2020-07-30 | OTP users need Pleroma running to execute pleroma_ctl, so reorganize ↵ | Mark Felder | |
instructions. | |||
2020-07-30 | Merge branch 'chore/fix-configdb-docs-formatting' into 'develop' | feld | |
Attempt to fix markdown formatting See merge request pleroma/pleroma!2815 | |||
2020-07-30 | Attempt to fix markdown formatting | Mark Felder | |
2020-07-30 | Merge branch 'hide-reactions' into 'develop' | lain | |
Let favourites and emoji reactions optionally be hidden See merge request pleroma/pleroma!2804 | |||
2020-07-30 | SimplePolicyTest: Add test for leaking DMs. | lain | |
2020-07-30 | Config: Add kenoma as available frontend. | lain | |
2020-07-30 | Config: Add frontend information. | lain | |
2020-07-30 | Mix tasks: Add frontend task to download and install frontends. | lain | |
Co-authored-by: Roman Chvanikov <chvanikoff@pm.me> | |||
2020-07-30 | Merge branch 'feature/captcha-expose-timeout' into 'develop' | lain | |
Expose seconds_valid in Pleroma Captcha API endpoint Closes #1954 See merge request pleroma/pleroma!2812 | |||
2020-07-30 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-07-30 | Merge branch 'issue/1933-update-dependency' into 'develop' | lain | |
[#1933] update dependency See merge request pleroma/pleroma!2813 | |||
2020-07-30 | set versions | Maksim Pechnikov | |
2020-07-30 | updated `cors_plug` | Maksim Pechnikov | |
2020-07-30 | set `postgrex` version | Maksim Pechnikov | |
2020-07-30 | set `web_push_encryption` version | Maksim Pechnikov | |
2020-07-30 | updated `calendar` package | Maksim Pechnikov | |
2020-07-30 | Merge branch 'develop' into issue/1933-update-dependency | Maksim Pechnikov | |
2020-07-29 | Expose seconds_valid in Pleroma Captcha API endpoint | Mark Felder | |