dklimpel
2bf8a6debb
Switch to relative URL for example.csv
2020-11-12 14:48:11 +01:00
dklimpel
c8d9a6db55
Bugfix URL for import users from CSV
2020-11-12 14:48:11 +01:00
Dirk Klimpel
3d4f45d070
Bugfix delete room ( #72 )
...
Fixes #70
Bugfix delete a room in room list with `deleteMany`.
2020-10-28 09:25:22 +01:00
Dirk Klimpel
cfe4f4a995
Add more information and requirements to README.md ( #79 )
2020-10-28 09:25:17 +01:00
Dirk Klimpel
26b8cea6a5
Add button to purge rooms to room list ( #44 )
...
* Add button to purge rooms to room list
Add button (BulkDeleteButton) to delete rooms with no local users:
- purge rooms `POST /_synapse/admin/v1/purge_room`
(https://github.com/matrix-org/synapse/blob/master/docs/admin_api/purge_room.md )
* Bugfix of merge 'master'
* Change from purge room to delete room endpoint
2020-10-07 20:50:10 +02:00
Dirk Klimpel
8bdf76f27e
Bugfix plural in user tab ( #62 )
2020-08-11 10:25:05 +02:00
dklimpel
6da3c8b885
Bugfix translation of plural in UserTitle
2020-07-08 08:50:00 +02:00
Dirk Klimpel
8282a3caf8
Move threepids in UserEdit to a separate tab ( #51 )
...
Separates information into individual tabs for a better overview.
2020-07-06 12:35:26 +02:00
Dirk Klimpel
3fd615943c
Shows encrypted status with icons
2020-07-01 22:36:15 +02:00
dklimpel
aaf1ebb909
Change field creation_ts * 1000 to creation_ts_ms
2020-06-16 10:15:22 +02:00
dklimpel
627f3d2917
Add creation timestamp and consent version to UserEdit
...
Add information about the user to UserEdit
- creation timestamp
- consent version
2020-06-16 10:15:22 +02:00
dklimpel
168e249296
Bugfix removes the ability to click on individual connections.
...
If you click on a connection in UserEdit, you will get an empty page.
This solves the problem.
2020-06-16 09:45:43 +02:00
dklimpel
5bdfb80db7
Bugfix sort users by user_id
...
Users are not sortable by `user_id`.
Set `sortable={false}`.
2020-06-10 13:11:35 +02:00
dklimpel
3884c50012
Extend the room list with further attributes
...
Add further attributes:
- is_encrypted
- federatable
- public
- state_events
- version
- joined_local_members
Also add the ability to sort.
API was added by synapse v1.13.0.
2020-05-23 17:43:33 +02:00
Dirk Klimpel
009ce803e2
Add ServerNoticeButton to UserBulkActionButtons ( #41 )
...
This adds the button to send "Server Notices" to many users at once.
2020-05-06 09:03:33 +02:00
Dirk Klimpel
7f16f784f9
Allow port in homeserver URL ( #40 )
...
Allow to use homeserver URL with port (e.g. ':443').
2020-05-04 21:28:04 +02:00
dklimpel
445c7fc327
Add more size options to pagination ( #23 )
2020-04-06 11:41:15 +02:00
dklimpel
7ef6bc05c6
Add list of client connections per user ( #26 )
...
List the result of GET /_synapse/admin/v1/whois/<user_id>.
2020-03-30 10:42:31 +02:00
dklimpel
dfc643a10f
Add 3pids to user ( #24 )
2020-03-30 10:23:36 +02:00