Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | compilation warnings fix | Alexander Strizhakov | |
2020-01-12 | Delete attachments when status is deleted | Roman Chvanikov | |
2020-01-12 | Merge branch 'updated-at-on-conversation-read' into 'develop' | feld | |
MastodonAPI: Fix mark-as-read bringing the conversation to the top (`POST /api/v1/conversations/:id/read`) See merge request pleroma/pleroma!2080 | |||
2020-01-12 | Merge branch 'issue/1354' into 'develop' | feld | |
[#1354] fix remote follow See merge request pleroma/pleroma!2079 | |||
2020-01-12 | Assign token that can write to follows | Mark Felder | |
2020-01-12 | Merge branch 'develop' into issue/1354 | Mark Felder | |
2020-01-12 | Merge branch 'issue/1487' into 'develop' | feld | |
[#1487] fixed clear HTML entities after scrub html and truncate See merge request pleroma/pleroma!2090 | |||
2020-01-11 | Remove MDII uploader | Hakaba Hitoyo | |
2020-01-10 | Merge branch 'issue/1490' into 'develop' | lain | |
[#1490] fixed create service user (relay, internal.fetch) See merge request pleroma/pleroma!2092 | |||
2020-01-08 | fix create service actor | Maksim Pechnikov | |
2020-01-05 | Fix mark-as-read (`POST /api/v1/conversations/:id/read`) refreshing ↵ | eugenijm | |
updated_at and bringing conversation to the top in the user's direct conversation list | |||
2020-01-03 | fixed Metadata.Utils.scrub_html_and_truncate | Maksim Pechnikov | |
2020-01-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-25 | added code of mr#2067 | Maksim Pechnikov | |
2019-12-22 | update test | Maksim Pechnikov | |
2019-12-21 | moved remote follow in separate controller | Maksim Pechnikov | |
2019-12-21 | Merge branch 'feature/custom-runtime-modules' into 'develop' | rinpatch | |
Add support for custom modules at runtime Closes #1448 See merge request pleroma/pleroma!2039 | |||
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 | Expose issue via failing test | Maxim Filippov | |
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 | 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-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 | Hide follower counter when hiding is activated | Egor Kislitsyn | |
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 sleep in rate limiter tests | rinpatch | |
It was used to check that authenticated and unauthenticated users have different limits. Instead of sleeping a super low limit for unauthenticated users was set, preventing them from doing 5 requests in the first place. | |||
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-16 | tests: Replace 2 second sleep with offseting updated_at | rinpatch | |
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. | |||
2019-12-13 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-12 | Merge branch 'feature/native-captcha' into 'develop' | lain | |
Add native captcha and enable it by default. Closes #1017 and #1405 See merge request pleroma/pleroma!2060 | |||
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 | Add native captcha and enable it by default. | Egor Kislitsyn | |
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-11 | Merge branch 'domain-block-precedence' into 'develop' | rinpatch | |
make follows take precedence over domain blocks See merge request pleroma/pleroma!2019 | |||
2019-12-11 | [#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests. | Ivan Tashkinov | |
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 'feature/custom-runtime-modules' | minibikini | |
# Conflicts: # CHANGELOG.md | |||
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 | fix loads config variable with large value from db | Maksim Pechnikov | |