Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-23 | truncate config table on migrate to db task | Alexander Strizhakov | |
2020-01-21 | some refactor and tests | Alexander Strizhakov | |
2020-01-18 | releases support | Alexander Strizhakov | |
2020-01-17 | some clean up | Alexander Strizhakov | |
2020-01-17 | revert non needable | Alexander Strizhakov | |
2020-01-17 | configure only console backend | Alexander Strizhakov | |
2020-01-17 | compile fix | Alexander Strizhakov | |
2020-01-17 | saving to DB only added by user settings | Alexander Strizhakov | |
2020-01-16 | renaming | Alexander Strizhakov | |
Pleroma.Web.AdminAPI.Config -> Pleroma.ConfigDB | |||
2020-01-15 | don't migrate Pleroma.Web.EndPoint settings | Alexander Strizhakov | |
don't set Logger level to all tasks | |||
2020-01-10 | don't migrate prometheus settings | Alexander Strizhakov | |
2020-01-10 | don't migrate configurable_from_database setting | Alexander Strizhakov | |
2020-01-10 | dynamic_configuration renaming | Alexander Strizhakov | |
and moving it from instance settings | |||
2020-01-10 | fix for endpoints after env update | Alexander | |
2020-01-10 | tests for setttings without an explicit key | Alexander | |
2020-01-10 | config editing through database | Alex S | |
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/user-list-task' into 'develop' | lain | |
Fix `mix pleroma.user list` task See merge request pleroma/pleroma!2029 | |||
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-02 | Fix `mix pleroma.user list` task | Egor Kislitsyn | |
2019-11-28 | add mix task to set\unset privacy option of notification | Maksim Pechnikov | |
2019-11-21 | Merge branch 'list-users' into 'develop' | rinpatch | |
Add CLI list users command See merge request pleroma/pleroma!1990 | |||
2019-11-21 | Add CLI list users command | Alex Schroeder | |
2019-11-20 | Some tasks try to set log level in test environment, but we were stripping ↵ | Mark Felder | |
logs belog :warn. Ensure console backend logs in test environment are :warn, but mix tasks run in test env do not run with :debug because it's far too verbose. | |||
2019-11-19 | Allow mix tasks to always run with debug logging | Mark Felder | |
2019-11-10 | fix for migrate task | Alexander | |
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-21 | Merge branch 'develop' into refactor/following-relationships | Egor Kislitsyn | |
2019-10-20 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-19 | Merge branch 'mix-emoji-task-pack-json' into 'develop' | rinpatch | |
For pleroma.emoji downloaded packs, generate pack.json instead See merge request pleroma/pleroma!1748 | |||
2019-10-18 | Merge branch 'develop' into feature/relay-list | Maxim Filippov | |
2019-10-18 | Fix a migration wiping user info of users that don't have any mutes | rinpatch | |
And introduce safe_jsonb_set | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-15 | For pleroma.emoji downloaded packs, generate pack.json instead | Ekaterina Vaartis | |
2019-10-11 | Add `GET /api/pleroma/admin/relay` endpoint - lists all followed relays | Maxim Filippov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-09 | Add a task to re-count statuses for all users | Egor Kislitsyn | |
2019-10-03 | Move config task docs to a separate file and mark it as WIP | rinpatch | |
2019-10-03 | Mix tasks: derive moduledoc from doc files | rinpatch | |
2019-10-03 | Move database maintenance tasks docs to a separate file | rinpatch | |
2019-10-03 | Move user tasks docs to a separate file | rinpatch | |
2019-10-03 | Move uploads task docs to a separate file | rinpatch | |
2019-10-03 | Move relay docs to a separate file | rinpatch | |
2019-10-03 | Move instance CLI task docs to a text file | rinpatch | |
2019-10-03 | Move digest email docs to a separate file and improve styling | rinpatch | |
2019-10-03 | Move emoji task docs to a separate file | rinpatch | |
2019-09-26 | Merge branch 'refactor/user' into 'develop' | kaniini | |
Simplify updating user's `info` See merge request pleroma/pleroma!1712 |