Commit graph

707 commits

Author SHA1 Message Date
Angelina Filippova
caba7eaefd Return dispatching action that gets node info 2019-10-18 18:12:55 +02:00
Angelina Filippova
fa2410d614 Fix tests for updated user actions 2019-10-18 13:57:48 +02:00
Angelina Filippova
6975f43527 Add optimistic update for actions that moderate users 2019-10-17 22:42:04 +02:00
Angelina Filippova
408b9dcc64 Fix displaying error message when there is no error response 2019-10-16 22:30:29 +02:00
Angelina Filippova
d47b3287bd Fix user deletion for multiple users 2019-10-16 21:00:25 +02:00
Angelina Filippova
4d58527201 Update api function and module action for user deletion 2019-10-16 14:24:35 +02:00
Angelina Filippova
58573a7de8 Remove multiple calls of functions that moderate users 2019-10-12 09:53:02 +03:00
Angelina Filippova
d0025dfe7a Update test mocks for api calls that toggle activation 2019-10-12 09:45:43 +03:00
Angelina Filippova
42f73e6c79 Pass users instead of nicknames to actions that toggle activation 2019-10-12 09:44:44 +03:00
Angelina Filippova
77a153deac Update api for ActivateUsers and DeactivateUsers actions 2019-10-11 03:28:55 +03:00
Angelina Filippova
f0899ec263 Update api for AddRight and DeleteRight actions 2019-10-11 02:49:16 +03:00
Maxim Filippov
3daf35d0b0 Fix tests 2019-09-27 19:40:25 +03:00
Maxim Filippov
8956e68fa1 mailerEnabled must be set to true in order to require password reset (password reset currently only works via email) 2019-09-27 19:23:42 +03:00
Maxim Filippov
a30a795b44 Add moderation log 2019-09-27 12:41:54 +00:00
Maxim Filippov
ada2de9733 Ability to require user's password reset 2019-09-24 22:55:42 +00:00
Ekaterina Vaartis
e9060cd8ba Add baseName to some remote instance requests 2019-09-24 20:15:44 +03:00
Ekaterina Vaartis
2662210063 Make baseName check if http is already in the name 2019-09-24 20:15:39 +03:00
Ekaterina Vaartis
10d3f3f0a0 Use the remote pack listing endpoint 2019-09-24 19:39:06 +03:00
Ekaterina Vaartis
acfdb3ae6f Report errors from requests with the error json property 2019-09-24 09:38:18 +03:00
Ekaterina Vaartis
8899157dc8 Fix emoji having double http(s) in their links 2019-09-24 00:34:14 +03:00
Angelina Filippova
81510916b5 Generate invite tokens from admin-fe 2019-09-23 19:00:28 +00:00
vaartis
2841de76cf Add configuration for sharing emoji packs 2019-09-23 18:42:18 +00:00
Maxim Filippov
c2a33da65c Add ability to disable settings/reports during compile time 2019-09-14 22:17:24 +00:00
Maxim Filippov
eeb68bafee Merge branch 'feature/make-404-default-in-english' into 'master'
Show 404 page in English by default

Closes #38

See merge request pleroma/admin-fe!42
2019-09-14 17:43:31 +00:00
Maxim Filippov
3f52ba1d47 Show 404 page in English by default 2019-09-14 20:38:27 +03:00
Maxim Filippov
0aee17e9a2 Add "login-pleroma" link 2019-09-13 20:50:21 +00:00
Maxim Filippov
f8fe580e16 Login via PleromaFE 2019-09-13 01:55:50 +03:00
Angelina Filippova
210d19314e Get instance from window.location if it is not provided in the username field 2019-09-02 23:58:17 +00:00
Angelina Filippova
e79b4bfd9f Add new settings to config 2019-08-24 11:55:47 +00:00
kPherox
c6dcc94626 Fix parsing objects in config 2019-08-21 17:48:30 +00:00
kPherox
e504d8264b Converts maps and structs from config to JS objects, not array of tuples when wrapping config 2019-08-21 11:37:55 +00:00
Maxim Filippov
1987475752 Remove "dashboard" from menu 2019-08-15 12:22:14 +00:00
Angelina Filippova
30c15dbc62 [1.0.1] Server config fixes 2019-08-15 12:13:14 +00:00
Angelina Filippova
c9684059ca Merge branch 'fix-setting-error' into 'master'
Fixed there can't be submitted settings

See merge request pleroma/admin-fe!28
2019-08-14 23:51:51 +00:00
Maxim Filippov
64c82c5bca Linter fixes 2019-08-14 10:24:51 +00:00
sierra
09738dc919 Revert "Try 30 seconds to get a passing build"
This reverts commit 06bb4b79ac4a56913d257852e64d88531cd9567c
2019-08-14 09:51:33 +00:00
Exilat
b875801900 [i18n] Adds Occitan language 2019-08-14 09:50:45 +00:00
kPherox
b37aaac9d6
Add null check 2019-08-10 02:05:43 +09:00
Angelina Filippova
6846ccf670 Add forms for configuring server-settings 2019-08-09 16:45:25 +00:00
Angelina Filippova
f1418274dc Fix user deletion by changing variable name 2019-07-27 12:05:30 +00:00
Angelina Filippova
232d5d8407 Remove deleted users 2019-07-27 11:51:31 +00:00
Maxim Filippov
1222604703 Reporting enhancements
- User moderate actions
- Don't show closed reports on the main reports dashboard
- User links should link to the user's local (or shadowed) profile *inside* Admin FE so a moderator can do a more "full spectrum" analysis of the situation
2019-07-24 20:50:45 +00:00
Angelina Filippova
42f88d0bea Render html tags in statuses 2019-06-15 19:01:10 +00:00
Angelina Filippova
b602f1fc41 Update node-sass and remove deprecated code 2019-06-12 15:38:15 +00:00
Angelina Filippova
6cca293824 Allow to register new user accounts 2019-06-11 15:13:48 +00:00
feld
3a8a032e81 Merge branch 'feature/add-reports' into 'master'
Add ability to read reports

Closes #14

See merge request pleroma/admin-fe!11
2019-05-30 15:45:40 +00:00
Angelina Filippova
c436b36a72 Add test for deleting a status 2019-05-30 02:37:43 +02:00
Angelina Filippova
fdb12d7a05 Add tests for adding and removing sensitive flag to a status 2019-05-30 02:11:23 +02:00
feld
366fdbfc1e Merge branch 'feature/select-multiple-users' into 'master'
Apply user actions to multiple users

Closes #18

See merge request pleroma/admin-fe!17
2019-05-29 22:24:42 +00:00
Angelina Filippova
7bf7f4ef4c Add tests for changing report state 2019-05-29 23:48:50 +02:00