Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
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
|
|
static_fe: Sanitize HTML
Closes #1614
See merge request pleroma/pleroma!2299
|
|
Fix Cache Control headers on media
See merge request pleroma/pleroma!2295
|
|
|
|
It moves bbcode to bbcode_pleroma as the former is owned by kaniini
and transfering ownership wasn't done in a timely manner.
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375
|
|
On furher investigation it seems like all that did was cause unintuitive
behavior. The emoji request flood that was the reason for introducing it
isn't really that big of a deal either, since Plug.Static only needs to
read file modification time and size to determine the ETag.
Closes #1613
|
|
Allow account registration without an email
See merge request pleroma/pleroma!2246
|
|
|
|
Merging default release config on app start
Closes #1610
See merge request pleroma/pleroma!2288
|
|
|
|
|
|
|
|
Do not fail when user has no email
See merge request pleroma/pleroma!2249
|
|
|
|
|
|
ActivityPub actions & side-effects in transaction
Closes #1482
See merge request pleroma/pleroma!2089
|
|
Done via the following command:
git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
|
|
Done via the following command:
git diff 1e6c102b --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
|
|
|
|
When multiple requests are processed by rate limiter plug at the same
time and the bucket is not yet initialized, both would try to initialize
the bucket resulting in an internal server error.
|
|
RateLimiter improvements: runtime configurability, no default limits in tests
See merge request pleroma/pleroma!2250
|
|
|
|
Admin API: `/api/pleroma/admin/statuses` (accepts `godmode` and `local_only`)
Closes #1550
See merge request pleroma/pleroma!2192
|
|
limits in tests.
|
|
|
|
/api/pleroma/admin/users/:nickname/statuses` and `GET /api/pleroma/admin/instance/:instance/statuses`
|
|
`godmode` and `local_only`)
|
|
Add a test to ensure OAuth tokens are tied to Push subscriptions
Closes #1551
See merge request pleroma/pleroma!2241
|
|
|
|
|
|
instance.gen task: fix crash when using custom static directory
Closes #1082
See merge request pleroma/pleroma!2237
|
|
Closes #1082
|
|
scope
|
|
Bugfix: return invalid when answer_data is nil
Closes #1585
See merge request pleroma/pleroma!2236
|
|
|
|
|
|
1505-threads-federation
# Conflicts:
# CHANGELOG.md
# config/config.exs
|
|
Single emoji reaction
Closes #1578
See merge request pleroma/pleroma!2226
|
|
Add an option to require fetches to be signed
Closes #1444
See merge request pleroma/pleroma!2071
|
|
remote_follow_controller.ex: Redirect to the user page on success
Closes #1245
See merge request pleroma/pleroma!2123
|
|
1505-threads-federation
# Conflicts:
# config/config.exs
|
|
New users digest email
Closes #1514
See merge request pleroma/pleroma!2128
|
|
Tweaks to `clear_config` calls in tests
See merge request pleroma/pleroma!2209
|
|
|
|
Fix `status.expires_at` type
Closes #1573
See merge request pleroma/pleroma!2222
|
|
tests-clear-config-tweaks
# Conflicts:
# test/web/admin_api/admin_api_controller_test.exs
|
|
1505-threads-federation
|
|
need_reboot flag for adminFE
See merge request pleroma/pleroma!2188
|