Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-11 | remove single-step pipe | Sadposter | |
2019-12-11 | Merge branch '1427-oauth-admin-scopes' into 'develop' | lain | |
[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests Closes #1427 See merge request pleroma/pleroma!2053 | |||
2019-12-11 | [#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests. | Ivan Tashkinov | |
2019-12-10 | Apply suggestion to lib/pleroma/user.ex | Sadposter | |
2019-12-10 | Merge branch 'fix/unsubscribe-route' into 'develop' | feld | |
Do not apply http signature pipeline to the unsubscribe route See merge request pleroma/pleroma!2052 | |||
2019-12-10 | Merge branch 'develop' into 'domain-block-precedence' | Sadposter | |
# Conflicts: # lib/pleroma/user.ex | |||
2019-12-10 | format activity_pub.ex | Sadposter | |
2019-12-10 | modify SQL to include followed-but-domain-blocked activities | Sadposter | |
2019-12-10 | Do not apply http signature pipeline to the unsubscribe route | Egor Kislitsyn | |
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 | Change log level | Egor Kislitsyn | |
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 | |
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-10 | Use Pleroma.Utils.compile_dir/1 in Pleroma.HTML.compile_scrubbers/0 | Egor Kislitsyn | |
2019-12-10 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-09 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-09 | Merge branch 'fix/otp-parsers' into 'develop' | lain | |
OTP: Fix runtime upload limit config being ignored Closes #1109 See merge request pleroma/pleroma!2045 | |||
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-09 | Merge branch 'fix/user-list-task' into 'develop' | lain | |
Fix `mix pleroma.user list` task See merge request pleroma/pleroma!2029 | |||
2019-12-09 | Merge branch 'issue/1342' into 'develop' | lain | |
[#1342] Added privacy option to push notifications See merge request pleroma/pleroma!1920 | |||
2019-12-09 | Merge branch 'develop' into 'fix/oauth-compile-time' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-12-09 | Set Plug.Logger to log at `:debug` level | Egor Kislitsyn | |
2019-12-09 | Set Logger level to :info in prod | Egor Kislitsyn | |
2019-12-09 | Add Pleroma.Utils.compile_dir/1 | Egor Kislitsyn | |
2019-12-08 | Merge branch 'develop' into issue/1342 | Maksim Pechnikov | |
2019-12-08 | OTP: Fix runtime upload limit config being ignored | rinpatch | |
Closes #1109 | |||
2019-12-08 | HTML: Compile Scrubbers on boot | rinpatch | |
This makes it possible to configure their behavior on OTP releases. | |||
2019-12-08 | OAuth token cleanup: Get rid of compile-time configuration | rinpatch | |
2019-12-08 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-08 | Merge branch 'fix/clause-never-matches' into 'develop' | rinpatch | |
Fix never matching clause See merge request pleroma/pleroma!2042 | |||
2019-12-08 | Fix never matching clause | rinpatch | |
`length/1` is only used with lists. | |||
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 | [#1427] Bugfix for `enforce_oauth_admin_scope_usage`. Admin API ↵ | Ivan Tashkinov | |
documentation entry. | |||
2019-12-06 | ActivityPub: For user timelines, respects blocks. | lain | |
Unless the timeline belongs to a blocked user. | |||
2019-12-06 | Add a test for custom runtime modules | Egor Kislitsyn | |
2019-12-06 | Fix incorrect report count | Maxim Filippov | |
2019-12-06 | Use Kernel.inspect/2 to print loaded custom modules | Egor Kislitsyn | |
2019-12-06 | Move runtime configuration from `:instance` to `:modules` | Egor Kislitsyn | |
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). |