Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-01 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses # Conflicts: # CHANGELOG.md | |||
2020-04-01 | Merge branch 'gun' into 'develop' | feld | |
Gun adapter Closes #945 See merge request pleroma/pleroma!1861 | |||
2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-30 | activities generation tasks | Alexander Strizhakov | |
2020-03-25 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-notifications-sending-control | |||
2020-03-25 | Fixed incorrect usage of "relations" as a short form of "relationships". | Ivan Tashkinov | |
2020-03-20 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-20 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-20 | restrict_unauthenticated setting | Alexander Strizhakov | |
2020-03-16 | Enable Gun adapter by default | Mark Felder | |
We need devs to dogfood this before we merge it into the 2.1 release | |||
2020-03-16 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-16 | removing from descriptions.exs deprecated settings | Alexander Strizhakov | |
2020-03-15 | Merge branch 'f' into 'develop' | Haelwenn | |
rip out fetch_initial_posts Closes #1422 and #1595 See merge request pleroma/pleroma!2297 | |||
2020-03-15 | 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-13 | 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-04 | adding descriptions | Alexander Strizhakov | |
2020-03-03 | refactoring for gun api modules | Alexander Strizhakov | |
2020-03-03 | retry and retry_timeout settings default change | Alexander Strizhakov | |
2020-03-03 | naming for checkin from pool timeout | Alexander Strizhakov | |
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-03 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-02 | Merge branch 'prepared-statements-settings' into 'develop' | lain | |
Prepared statements settings See merge request pleroma/pleroma!2238 | |||
2020-03-02 | returning repo parameters | Alexander Strizhakov | |
2020-03-01 | Merge branch 'develop' into gun | Alexander Strizhakov | |
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 | Merge branch 'develop' into gun | Alexander Strizhakov | |
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-21 | Update documentation | Egor Kislitsyn | |
2020-02-21 | by default don't use gun retries | Alexander Strizhakov | |
remove conn depends on retry setting from config | |||
2020-02-21 | Merge branch 'develop' into gun | Alexander Strizhakov | |
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-18 | adding gun adapter | Alexander Strizhakov | |
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-14 | Update `cheatsheet.md` and `config/description.exs` | Egor Kislitsyn | |
2020-02-13 | Add ActivityExpirationPolicy | Egor Kislitsyn | |