Age | Commit message (Collapse) | Author |
|
|
|
Use Pleroma.Formatter.linkify/2 instead
See merge request pleroma/pleroma!2352
|
|
|
|
test/earmark_renderer_test.exs: Rename from test/earmark_renderer_test.ex
See merge request pleroma/pleroma!2300
|
|
Add support for funkwhale Audio activity
Closes #764 and #1624
See merge request pleroma/pleroma!2287
|
|
Fix profile url for funkwhale channels, removes one source_data use
Closes #1653
See merge request pleroma/pleroma!2333
|
|
Fix CI by temporarily removing federated testing
See merge request pleroma/pleroma!2314
|
|
|
|
|
|
Improve documentation of mrf_object_age
See merge request pleroma/pleroma!2305
|
|
Fix ssl option on Ecto config breaking release
See merge request pleroma/pleroma!2307
|
|
AccountView: fix for other forms of <br> in bio
Closes #1643
See merge request pleroma/pleroma!2322
|
|
Admin API: `PATCH /api/pleroma/admin/users/:nickname/update_credentials`
See merge request pleroma/pleroma!2149
|
|
Fix activity deletion
Closes #1640
See merge request pleroma/pleroma!2328
|
|
[#1364] Ability to opt-out of notifications (in all clients)
Closes #1364
See merge request pleroma/pleroma!2301
|
|
2.0.1 release
See merge request pleroma/pleroma!2298
|
|
|
|
|
|
|
|
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
|
|
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1594
|
|
|
|
Fix Cache Control headers on media
See merge request pleroma/pleroma!2295
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1265
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1594
|
|
|
|
|
|
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
|
|
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
|
|
Needs to be backported to stable.
Related: https://git.pleroma.social/pleroma/pleroma-support/issues/29
|
|
|
|
Merging default release config on app start
Closes #1610
See merge request pleroma/pleroma!2288
|
|
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1616
|
|
|
|
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
|
|
|
|
Remove EmojiPacks from AdminFE build
See merge request pleroma/pleroma!2275
|
|
Once more, with feeling
|
|
|
|
|
|
|