Age | Commit message (Collapse) | Author |
|
|
|
test/earmark_renderer_test.exs: Rename from test/earmark_renderer_test.ex
See merge request pleroma/pleroma!2300
|
|
Note: Seems to have different sanitization with TwitterCard generator giving
the following:
<meta content=\"“alert('xss')”\" property=\"twitter:description\">
|
|
[#1560] Restricted AP- & OStatus-related routes for non-federating instances
Closes #1560
See merge request pleroma/pleroma!2235
|
|
rip out fetch_initial_posts
Closes #1422 and #1595
See merge request pleroma/pleroma!2297
|
|
Wasn't in the test suite otherwise
|
|
rate limiter: disable based on if remote ip was found, not on if the plug was enabled
Closes #1620
See merge request pleroma/pleroma!2296
|
|
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
|
|
1560-non-federating-instances-routes-restrictions
# Conflicts:
# lib/pleroma/plugs/static_fe_plug.ex
|
|
Fix Cache Control headers on media
See merge request pleroma/pleroma!2295
|
|
Fix hashtags WebSocket streaming
Closes #1593
See merge request pleroma/pleroma!2294
|
|
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
|
|
Formatting: Do not use \n and prefer <br> instead
Closes #1374 and #1375
See merge request pleroma/pleroma!2204
|
|
|
|
|
|
|
|
Revert "Set better Cache-Control header for static content"
Closes #1613
See merge request pleroma/pleroma!2290
|
|
|
|
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
|
|
Exclude private and direct statuses visible to the admin when using godmode
Closes #1599
See merge request pleroma/pleroma!2272
|
|
1560-non-federating-instances-routes-restrictions
# Conflicts:
# test/web/activity_pub/activity_pub_controller_test.exs
|
|
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
|
|
Relay list shows hosts without accepted follow
See merge request pleroma/pleroma!2240
|
|
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
|
|
|
|
StaticFEController.
|
|
1560-non-federating-instances-routes-restrictions
|
|
|
|
routes. New tests + tests refactoring.
|
|
1560-non-federating-instances-routes-restrictions
|
|
restrictions.
|
|
|
|
|
|
|
|
Do not fail when user has no email
See merge request pleroma/pleroma!2249
|
|
|
|
|
|
Adjusted tests.
|
|
OStatusControllerTest.
|
|
ActivityPubControllerTest.
|
|
1560-non-federating-instances-routes-restrictions
|
|
|
|
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
|