- May 22, 2020
-
-
pleroma/pleroma!2572 ActivityPubController: Add Mastodon compatibility route. OStatusController: Add Mastodon compatibility route for objects. ActivityPubController: Add Mastodon activity compat route. OStatusController: Add Mastodon activity compat route. Fix warning
-
- May 14, 2020
-
-
Alex Gleason authored
-
- May 12, 2020
- May 09, 2020
- May 02, 2020
-
-
rinpatch authored
[#1559] Support for "follow_request" notifications Closes #1559 See merge request pleroma/pleroma!2354
- May 01, 2020
-
- Apr 30, 2020
-
-
Ivan Tashkinov authored
[#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks when password is provided. Refactored plugs skipping functionality.
-
rinpatch authored
Enforcement of OAuth scopes check for authenticated API endpoints See merge request pleroma/pleroma!2349
-
lain authored
Fix ObjectAgePolicy See merge request pleroma/pleroma!2404
-
Haelwenn authored
Stats: Ignore internal users for user count. Closes #1670 See merge request pleroma/pleroma!2414
-
Haelwenn authored
Fix follower/blocks import when nicknames starts with @ Closes #1698 See merge request pleroma/pleroma!2416
-
lain authored
-
Eugenij authored
Mastodon API: do not create a following relationship if the corresponding follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize`
-
rinpatch authored
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687
- Apr 07, 2020
-
- Apr 02, 2020
-
-
rinpatch authored
test/earmark_renderer_test.exs: Rename from test/earmark_renderer_test.ex See merge request pleroma/pleroma!2300
-
Haelwenn authored
Add support for funkwhale Audio activity Closes #764 and #1624 See merge request pleroma/pleroma!2287
-
Haelwenn authored
Fix profile url for funkwhale channels, removes one source_data use Closes #1653 See merge request pleroma/pleroma!2333
-
- Mar 31, 2020
-
-
rinpatch authored
AccountView: fix for other forms of <br> in bio Closes #1643 See merge request pleroma/pleroma!2322
-
feld authored
Fix activity deletion Closes #1640 See merge request pleroma/pleroma!2328
-
- Mar 15, 2020
-
-
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
static_fe: Sanitize HTML Closes #1614 See merge request pleroma/pleroma!2299
-
minibikini 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
-