Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | Merge branch '1364-notifications-sending-control' into 'develop' | rinpatch | |
[#1364] Ability to opt-out of notifications (in all clients) Closes #1364 See merge request pleroma/pleroma!2301 | |||
2020-03-16 | rate limiter: disable based on if remote ip was found, not on if the plug ↵ | rinpatch | |
was enabled The current rate limiter disable logic won't trigger when the remote ip is not forwarded, only when the remoteip plug is not enabled, which is not the case on most instances since it's enabled by default. This changes the behavior to warn and disable when the remote ip was not forwarded, even if the RemoteIP plug is enabled. Also closes #1620 | |||
2020-03-16 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-02 | Merge branch 'prepared-statements-settings' into 'develop' | lain | |
Prepared statements settings See merge request pleroma/pleroma!2238 | |||
2020-03-01 | timeline controller: rate limit timelines to 3 requests per 500ms per ↵ | rinpatch | |
timeline per ip/user | |||
2020-02-29 | Merge branch 'rate-limiter-runtime-settings' into 'develop' | rinpatch | |
RateLimiter improvements: runtime configurability, no default limits in tests See merge request pleroma/pleroma!2250 | |||
2020-02-29 | streamer group & Oban crontab child | Alexander Strizhakov | |
2020-02-28 | add confirm field to filtered params | Steven Fuchs | |
2020-02-27 | Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵ | Ivan Tashkinov | |
limits in tests. | |||
2020-02-26 | unnecessary groups | Alexander Strizhakov | |
2020-02-25 | Add :unnamed option to default database configuration | lain | |
2020-02-24 | Merge branch '1505-threads-federation' into 'develop' | Haelwenn | |
[#1505] Threads / replies federation Closes #1505 See merge request pleroma/pleroma!2129 | |||
2020-02-22 | Add missing invites_enabled and account_activation_required settings | Mark Felder | |
2020-02-22 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation # Conflicts: # CHANGELOG.md # config/config.exs | |||
2020-02-20 | Apply database session parameter to improve GIN full text search | Mark Felder | |
2020-02-20 | [#1505] Typo fix. | Ivan Tashkinov | |
2020-02-20 | Merge branch 'require-signature' into 'develop' | lain | |
Add an option to require fetches to be signed Closes #1444 See merge request pleroma/pleroma!2071 | |||
2020-02-20 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation # Conflicts: # config/config.exs | |||
2020-02-20 | Merge branch 'feature/new-registrations-digest' into 'develop' | lain | |
New users digest email Closes #1514 See merge request pleroma/pleroma!2128 | |||
2020-02-18 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation | |||
2020-02-15 | [#1505] Restricted max thread distance for fetching replies on incoming ↵ | Ivan Tashkinov | |
federation (in addition to reply-to depth restriction). | |||
2020-02-13 | Formatting got me again | Mark Felder | |
2020-02-13 | Even more description improvements | Mark Felder | |
2020-02-13 | Add missing Oban job for attachments_cleanup | Mark Felder | |
2020-02-13 | More description cleanup work | Mark Felder | |
2020-02-13 | More description cleanups | Mark Felder | |
2020-02-13 | Merge branch 'develop' into 'fix/rename-no_attachment_links-setting' | feld | |
# Conflicts: # config/description.exs | |||
2020-02-13 | Formatting | Mark Felder | |
2020-02-13 | Formatting | Mark Felder | |
2020-02-13 | Update description.exs | feld | |
2020-02-13 | Apply suggestion to config/description.exs | feld | |
2020-02-11 | Fix the confusingly named and inverted logic of "no_attachment_links" | Mark Felder | |
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare. | |||
2020-02-11 | First round at cleaning up descriptions | Mark Felder | |
2020-02-11 | Hotlink logo instead of attachment | Egor Kislitsyn | |
2020-02-11 | Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" | feld | |
This reverts merge request !2194 | |||
2020-02-11 | Make Floki use fast_html | rinpatch | |
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-02-11 | set oban crontab to false in tests | Alexander Strizhakov | |
2020-02-10 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-02-08 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation | |||
2020-02-08 | [#1505] Added tests, changelog entry, tweaked config settings related to ↵ | Ivan Tashkinov | |
replies output on outgoing federation. | |||
2020-02-06 | description change | Alexander Strizhakov | |
2020-02-06 | dropdown type | Alexander Strizhakov | |
2020-02-05 | Merge branch 'remove-linker-scheme-option' into 'develop' | feld | |
Remove AutoLinker `scheme` option from the config See merge request pleroma/pleroma!2176 | |||
2020-02-05 | Remove AutoLinker `scheme` option from the config | Egor Kislitsyn | |
2020-02-05 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation | |||
2020-02-03 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-31 | Make attachments cleanup optional | Roman Chvanikov | |
2020-01-30 | config.exs: Re-enable rate limiter and enable remote ip | rinpatch | |
2020-01-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |