Age | Commit message (Collapse) | Author |
|
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
|
|
pleroma_api_controller.ex: Improve conversations error reporting
See merge request pleroma/pleroma!2264
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1594
|
|
Update AdminFE
See merge request pleroma/pleroma!2292
|
|
Fix Cache Control headers on media
See merge request pleroma/pleroma!2295
|
|
|
|
auth_controller.ex: Add admin scope to MastoFE
See merge request pleroma/pleroma!2256
|
|
pleroma_api.md: direct_conversation_id vs. conversation_id
See merge request pleroma/pleroma!2263
|
|
|
|
Fix hashtags WebSocket streaming
Closes #1593
See merge request pleroma/pleroma!2294
|
|
Fix static FE plug to handle missing Accept header.
See merge request pleroma/pleroma!2260
|
|
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
|
|
CLI_tasks/user.md: Fix `pleroma.user new` documentation
Closes #1621
See merge request pleroma/pleroma!2286
|
|
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
|
|
|
|
|
|
|
|
installation/otp_en.md: Fix pleroma.nginx target [deb]
See merge request pleroma/pleroma!2280
|
|
- [] for options
- <> for mandatory arguments
- foo ... when foo can be repeated
[ci skip]
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1621
[ci skip]
|
|
static-fe.css: Restore from before a65ee8ea
See merge request pleroma/pleroma!2284
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1616
|
|
Fix enforcement of character limits
Closes #1618
See merge request pleroma/pleroma!2283
|
|
|
|
Needs to be backported to stable.
Related: https://git.pleroma.social/pleroma/pleroma-support/issues/29
|
|
Better advice for vacuuming after restoring.
See merge request pleroma/pleroma!2233
|
|
mix.exs: bump version to development one
See merge request pleroma/pleroma!2279
|
|
|
|
Sync develop with stable
Closes #1262, #1267, #1293, #1303, #1287, #1291, #1382, #1438, #1129, #1109, and #1606
See merge request pleroma/pleroma!2278
|
|
Release/2.0.0
See merge request pleroma/pleroma!2273
|
|
|
|
moderation log: fix improperly migrated data
See merge request pleroma/pleroma!2277
|
|
Some of the actions used to have a user map as a subject, which was then
changed to an array of user maps. However instead of migrating old data
there was just a hack to transform it every time, moreover this hack
didn't include all possible actions, which resulted in crashes. This
commit fixes the crashes by introducing a proper database migration for old data.
Closes #1606
|