Commit Graph

287 Commits (b1b6a7dfa890a6ae16f49d2f91e2ebdbaecf1724)

Author SHA1 Message Date
Maxim Filippov 219dca1b00 Merge branch 'develop' into feature/return-total-for-reports
5 years ago
Ivan Tashkinov 6bcedb693c [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue
5 years ago
Alex S a1f2dfb10a expanding regex sigils to use modifiers
5 years ago
Maxim Filippov af746fa4a8 Return total for reports
5 years ago
Maxim Filippov 6c2fd1b78b Fix tests
5 years ago
Ivan Tashkinov e890ea7e82 [#1149] Added Oban job for "activity_expiration". Merged remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue
5 years ago
Maxim Filippov f182f0f6bd Add ability to search moderation logs
5 years ago
Maxim Filippov 5e4fde1d3d Filter logs by date
5 years ago
Maxim Filippov c338224c93 Fix sporadic test
5 years ago
Maxim Filippov 37dd3867bb Log admin/moderator actions
5 years ago
lain 90986667ce Merge branch 'admin-create-users' into 'develop'
5 years ago
Ivan Tashkinov 71700ea6d4 [#1149] Updated docs & tests.
5 years ago
Maksim a320358703 added test helpers to clear config after tests
5 years ago
Alexander Strizhakov de0f3b73dd Admin fixes
5 years ago
Egor Kislitsyn f98235f2ad Clean up tests output
5 years ago
Alexander Strizhakov 51b3b6d816 Admin changes
5 years ago
Maxim Filippov f46805bb40 Merge branch 'develop' into feature/admin-api-user-statuses
5 years ago
Maxim Filippov 03471151d6 AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see private statuses)
5 years ago
Alexander Strizhakov 5e72554f3c Admin config fix
5 years ago
Sergey Suprunenko 05b5af8075 Add tests for users tasks and PleromaAuthenticator
5 years ago
Maxim Filippov 9570a5be40 Merge branch 'develop' into feature/admin-api-user-statuses
5 years ago
Alex S c66044b923 atom keys with leading :
5 years ago
Maxim Filippov a9459ff98f Admin API: Endpoint for fetching latest user's statuses
5 years ago
Alexander Strizhakov 846ad9a463 admin api configure changes
5 years ago
Sergey Suprunenko ff55e3c16f Create mentions only for explicitly mentioned users
5 years ago
feld 93a0eeab16 Add license/copyright to all project files
5 years ago
Eugenij ab50c6b3ca Add fallback value to the admin report view.
5 years ago
Maxim Filippov 90927e6a9a Kowalski, analysis!
5 years ago
Maxim Filippov 452ca5250d Merge admin and mastodon user views for reports
5 years ago
Alex S 982cad0268 support for config groups
5 years ago
Alex S 410add1c30 support for tuples with more than 2 values
5 years ago
Alex S f0fccb7578 fix for int and modules
5 years ago
Alexander Strizhakov 32320c1ee9 Fixes for dynamic configuration
5 years ago
rinpatch bf6aa6f1a8 Fix report content stopping to be nullable
5 years ago
rinpatch 44de34d170 Credo fixes
5 years ago
rinpatch e943905bd7 Add tests for report view
5 years ago
Alexander Strizhakov c2ca1f22a2 it is changed in compile time
5 years ago
Sachin Joshi e394fc2eef fix the flaky test for users creation by admin
5 years ago
Sachin Joshi ad5263c647 Merge remote-tracking branch 'upstream/develop' into admin-create-users
5 years ago
Sachin Joshi 5534d4c676 make bulk user creation from admin works as a transaction
5 years ago
Maksim db94294dfb [#936] fix tests
5 years ago
Aaron Tinio f76268135c Fix failing test
5 years ago
Sachin Joshi 5c028b8f92 user creation admin api will create multiple users
5 years ago
Sergey Suprunenko e2b3a27204 Add Reports to Admin API
5 years ago
Sachin Joshi f01f995816 make url uniform in admin api
5 years ago
Alexander Strizhakov bfeb33e951 Merge develop
5 years ago
Egor b9cdf6d3b9 Use `User.get_cached*` everywhere
5 years ago
Alex S c5d0fffeaf naming fix
6 years ago
Alex S fe511a6c65 Merge branch 'develop' into feature/788-separate-email-addresses
6 years ago
Alex S fe13a1d78c adding notify_email setting for trigger emails
6 years ago
Ivan Tashkinov 44829d9181 AdminApiControllerTest unused variables fix.
6 years ago
Alex S 012bb5dcc9 renaming expire_at -> expires_at
6 years ago
Alex S b810aac117 added docs to docs/api/admin_api.md
6 years ago
Alex S dcc54f8cfa admin api endpoints for invites
6 years ago
Mark Felder fac76bfa35 We actually want the user id not nickname in the test...
6 years ago
Mark Felder c746087f57 Also remove Repo functions in the tests
6 years ago
Roger Braun 7895ee37fa Add user following / unfollowing to the admin api.
6 years ago
Egor Kislitsyn 1b3d921921 change `Repo.get(User, id)` => `User.get_by_id(id)`
6 years ago
eugenijm 10c81fc902 Add user show endpoint for Pleroma admin API
6 years ago
Maxim Filippov 3cf7539bca Add more user filters + move search to its own module
6 years ago
Maxim Filippov 76a13bc5a2 Fix test
6 years ago
Maxim Filippov 257d8e78e5 Add tags
6 years ago
Maxim Filippov 4872914d32 Add test when local is false
6 years ago
Maxim Filippov d5edff6ce6 Fix test
6 years ago
Maxim Filippov 490d9cf7b1 Add "local" to users admin API
6 years ago
Maxim Filippov 25eb6cf1cb Add "roles" to users admin API
6 years ago
Maxim Filippov e34710b988 Format & update docs
6 years ago
Maxim Filippov f620199836 Merge search endpoint into /users
6 years ago
Maxim Filippov 2ec8cf5665 Add pagination to search
6 years ago
Maxim Filippov f384a9a256 Format
6 years ago
Maxim Filippov f1a4c3163b Show current user in users list as well
6 years ago
Maxim Filippov 5b08b470f6 Add "local" params to users search
6 years ago
Maxim Filippov 46f29b9da1 Add search users endpoint
6 years ago
Maxim Filippov 70e82a3465 Add test for the second page
6 years ago
Maxim Filippov 2883f75a3a Add pagination to users admin API
6 years ago
Maxim Filippov ed7fd6b47e Add missing docs and tests
6 years ago
eugenijm 25b9e7a8c3 Added admin API for changing user activation status
6 years ago
Haelwenn (lanodan) Monnier 8bb7e19b38
test: de-group alias/es
6 years ago
William Pitcock 3c08d229db tests: add legal boilerplate
6 years ago
Ivan Tashkinov 07e93f9940 [#114] Improved tests.
6 years ago
Ivan Tashkinov a89e3b4b60 [#114] Moved email_invite action to AdminAPIController, adjusted tests.
6 years ago
Maksim Pechnikov 89b3729afa fix warnings
6 years ago
Ivan Tashkinov 6ed5044c4e [#394] Refactoring (using Ecto.Multi; "untag" route change).
6 years ago
Ivan Tashkinov 22830c8fc9 [#394] Formatting fix.
6 years ago
Ivan Tashkinov 7b19487389 [#394] Added `users.tags` and admin routes to tag and untag users. Added tests.
6 years ago
lain 1c67277c80 Fix admin api.
6 years ago
Haelwenn (lanodan) Monnier 52681f7fd0
Web.AdminAPI.AdminAPIControllerTest: New Test
6 years ago