Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-21 | Revert "Merge branch 'feature/status-counts-by-scope' into 'develop'" | Maxim Filippov | |
This reverts merge request !2076 | |||
2019-12-20 | Posts without media attachments should get the Summary TwitterCard | Mark Felder | |
2019-12-20 | Merge branch 'feature/status-counts-by-scope' into 'develop' | feld | |
Stats: return status counts by scope See merge request pleroma/pleroma!2076 | |||
2019-12-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-19 | [#2068] Introduced proper OAuth tokens usage to controller tests. | Ivan Tashkinov | |
2019-12-19 | Return 404 if account to filter notifications from is not found | Egor Kislitsyn | |
2019-12-19 | Do not crash when remote user follower and following counters are hidden | Egor Kislitsyn | |
2019-12-18 | Stats: return status counts by scope | Maxim Filippov | |
2019-12-18 | add tag feeds | Maksim Pechnikov | |
2019-12-17 | Add ActivityPub Object Event type support | Thomas Citharel | |
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||
2019-12-17 | Add support for `account_id` param to filter notifications by the account | Egor Kislitsyn | |
2019-12-17 | Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost | Maxim Filippov | |
2019-12-17 | Hide follower counter when hiding is activated | Egor Kislitsyn | |
2019-12-17 | Merge branch 'develop' into feature/tag_feed | Maksim Pechnikov | |
2019-12-16 | formatting | rinpatch | |
2019-12-16 | tests: significantly reduce streamer timeout | rinpatch | |
there is no reason IPC between two processes on the same node should take 4 seconds | |||
2019-12-16 | tests: remove a useless 1 second sleep | rinpatch | |
there is no need to wait for the task to finish, it will be deleted when the transaction is aborted anyway. | |||
2019-12-16 | tests: remove a useless 3 second sleep | rinpatch | |
the ids favs use are accurate down to a microsecond, there is no need for it | |||
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. | |||
2019-12-14 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-14 | Disable rate limiter for socket/localhost (unless RemoteIp is enabled) | Maxim Filippov | |
2019-12-12 | [#1427] Graceful clearance of OAuth admin scopes for non-admin users (no ↵ | Ivan Tashkinov | |
error raised). PleromaFE and other clients may safely request admin scope(s): if user isn't an admin, request is successful but only non-admin scopes from request are granted. | |||
2019-12-12 | Merge branch 'develop' into feature/report-notes | Maxim Filippov | |
2019-12-11 | Merge branch 'develop' into issue/1411 | Mark Felder | |
2019-12-10 | Merge branch 'develop' into 'domain-block-precedence' | Sadposter | |
# Conflicts: # lib/pleroma/user.ex | |||
2019-12-10 | make analysis happy | Sadposter | |
2019-12-10 | modify SQL to include followed-but-domain-blocked activities | Sadposter | |
2019-12-10 | Merge branch 'develop' into '1427-oauth-admin-scopes' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-12-10 | [ActivityPub] Configurable ActivityPub actor type | Hakaba Hitoyo | |
2019-12-10 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1427-oauth-admin-scopes # Conflicts: # CHANGELOG.md | |||
2019-12-09 | Merge branch 'fix/prefer-url-over-search' into 'develop' | rinpatch | |
status search: prefer the status fetched by url over other results See merge request pleroma/pleroma!2050 | |||
2019-12-09 | status search: prefer the status fetched by url over other results | rinpatch | |
2019-12-09 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-09 | Merge branch 'exclude-visibilities-for-like-notifications' into 'develop' | lain | |
Fix exclude_visibilities filter for followers-only Like notifications See merge request pleroma/pleroma!1957 | |||
2019-12-08 | Merge branch 'develop' into issue/1342 | Maksim Pechnikov | |
2019-12-08 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-08 | Merge branch 'improve-move-notificaions-api' into 'develop' | rinpatch | |
Add `with_move` query param to the notifications API See merge request pleroma/pleroma!2032 | |||
2019-12-08 | Merge branch 'bugfix/1463-blocking-in-user-tls' into 'develop' | rinpatch | |
ActivityPub: For user timelines, respects blocks. Closes #1463 See merge request pleroma/pleroma!2041 | |||
2019-12-08 | Implement report notes destruction | Maxim Filippov | |
2019-12-07 | [#1427] Extra check that admin OAuth scope is used by admin. Adjusted tests. | Ivan Tashkinov | |
2019-12-06 | [#1427] Fixes / improvements of admin scopes support. Added tests. | Ivan Tashkinov | |
2019-12-06 | Merge branch 'feature/1455-chat-character-limit' into 'develop' | rinpatch | |
Feature/1455 chat character limit Closes #1455 See merge request pleroma/pleroma!2034 | |||
2019-12-06 | ActivityPub: For user timelines, respects blocks. | lain | |
Unless the timeline belongs to a blocked user. | |||
2019-12-06 | Fix incorrect report count | Maxim Filippov | |
2019-12-06 | init tag feed | Maksim Pechnikov | |
2019-12-06 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1427-oauth-admin-scopes | |||
2019-12-06 | [#1427] Reworked admin scopes support. | Ivan Tashkinov | |
Requalified users.is_admin flag as legacy accessor to admin actions in case token lacks admin scope(s). | |||
2019-12-06 | Merge branch 'develop' into fix/mrf-delete | rinpatch | |
2019-12-05 | ActivityPub: Fix deletes being exempt from MRF | rinpatch | |
Closes #1461 |