- 15 Mar, 2020 25 commits
-
-
rinpatch authored
2.0.1 release See merge request pleroma/pleroma!2298
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
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
-
rinpatch authored
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
-
rinpatch authored
static_fe: Sanitize HTML Closes #1614 See merge request pleroma/pleroma!2299
-
rinpatch authored
-
Haelwenn authored
Related: pleroma/pleroma#1594
-
feld authored
-
rinpatch authored
Fix Cache Control headers on media See merge request pleroma/pleroma!2295
-
Haelwenn authored
Related: pleroma/pleroma#1265
-
Haelwenn authored
Related: pleroma/pleroma#1594
-
minibikini authored
-
Phil Hagelberg authored
-
Haelwenn authored
It moves bbcode to bbcode_pleroma as the former is owned by kaniini and transfering ownership wasn't done in a timely manner. Closes: pleroma/pleroma#1374 Closes: pleroma/pleroma#1375
-
rinpatch authored
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
-
rinpatch authored
CLI_tasks/user.md: Fix `pleroma.user new` documentation Closes #1621 See merge request pleroma/pleroma!2286
-
feld authored
Allow account registration without an email See merge request pleroma/pleroma!2246
-
Haelwenn authored
Needs to be backported to stable. Related: pleroma/pleroma-support#29
-
feld authored
-
rinpatch authored
Merging default release config on app start Closes #1610 See merge request pleroma/pleroma!2288
-
Alexander Strizhakov authored
-
Haelwenn authored
Related: pleroma/pleroma#1616
-
rinpatch authored
-
- 08 Mar, 2020 1 commit
-
-
rinpatch authored
Release/2.0.0 See merge request pleroma/pleroma!2273
-
- 07 Mar, 2020 4 commits
-
-
rinpatch authored
-
rinpatch authored
moderation log: fix improperly migrated data See merge request pleroma/pleroma!2277
-
rinpatch authored
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
-
Alexander Strizhakov authored
-
- 06 Mar, 2020 2 commits
-
-
rinpatch authored
Remove EmojiPacks from AdminFE build See merge request pleroma/pleroma!2275
-
feld authored
Once more, with feeling
-
- 05 Mar, 2020 8 commits
-
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
-
rinpatch authored
-
lain authored
MastodonController: Return 404 errors correctly. See merge request pleroma/pleroma!2270
-
lain authored
-
Haelwenn authored
Generate instance stats on startup Closes #1598 See merge request pleroma/pleroma!2271
-