Borislav Pantaleev
cb1314ab1d
Add "Assign Admin" button to the rooms ( #156 )
...
* wip on make admin button
* Finish assign admin button
* fixes from pr
* update readme; remove unnecessary console.log; add assign admin to room directory and room view; rename user_id label; set own MXID by default; fix room name display when there is no name
2024-11-21 07:11:48 +02:00
Aine
dae6872fe8
add reverse proxy docs
2024-11-20 16:31:55 +02:00
Aine
61b91adf25
fix readme
2024-11-20 13:03:49 +02:00
Aine
5f7f587477
add config docs
2024-11-20 13:02:45 +02:00
Aine
75b9aeea01
add docs/
2024-11-20 12:36:12 +02:00
Aine
fb71b5ed08
update readme
2024-11-20 11:56:35 +02:00
Borislav Pantaleev
befcd15298
Add preferred theme colors to footer ( #155 )
...
* Add preferred theme colors to footer
* remove inline-block
* Add Footer to LoginPage
* update README, add new screenshot, update Footer
2024-11-19 11:14:06 +02:00
Aine
ca2decda3a
add nginx config example
2024-11-18 10:15:40 +02:00
Borislav Pantaleev
915e3564f8
Allow providing login form details via GET params ( #140 )
...
* Allow providing login form details via GET params
* add http:// to serverURL if it's only domian name
* update readme
2024-11-14 09:26:12 +02:00
Borislav Pantaleev
b94b782547
Prevent accidental user overwrites ( #139 )
...
* Prevent accidental user overwrites
* cleanup
* update translation
* update readme
2024-11-12 10:15:33 +02:00
Aine
73a1d952b1
update readme
2024-11-08 19:04:40 +02:00
Aine
c698f57395
Add support for config from /.well-known/matrix/client ( #126 )
...
* Add support for config from /.well-known/matrix/client
* final fixes, refactoring, updated readme
2024-11-07 00:24:33 +02:00
Borislav Pantaleev
9adc13e722
Add User Rate Limits tab ( #125 )
...
* Add User Rate Limits tab
* update readme
2024-11-06 23:55:14 +02:00
Borislav Pantaleev
a04b24a5d5
add random password generation on user create/edit form ( #123 )
...
* Add button to generate password in UserEdit
* increase default random password length to 64, add more possible symbols to the generator
* update readme
2024-11-06 11:48:44 +02:00
Borislav Pantaleev
cd1ca7c039
Add option to control user's experimental features ( #111 )
...
* Add option to control user's experimental features
* Don't use ReferenceManyField, load experimental features manually
* cleanup
* Move experimental features to their own components, improve UI
* remove background from Stack
* update readme
2024-11-06 11:25:47 +02:00
Aine
a613a88232
allow setting version using SYNAPSE_ADMIN_VERSION
env var on build (if git is not available)
2024-10-31 17:18:28 +02:00
Aine
fe4ba22a03
update README
2024-10-30 18:49:32 +02:00
Aine
44e8b82412
Sanitize CSV on import ( #101 )
...
* Sanitize CSV on import
* update readme
2024-10-25 11:52:26 +03:00
Aine
791ae2c869
update naming
2024-10-24 21:49:00 +03:00
Aine
2eca0dcc33
better visual
2024-10-24 14:11:59 +03:00
Aine
d2219c1667
try adding community room to the readme
2024-10-24 14:11:23 +03:00
Aine
132ea6f97f
add images
2024-10-24 13:44:12 +03:00
Aine
28ef08de03
Fix room state events display ( #100 )
...
* Fix room state events table display
* update readme
2024-10-23 13:48:21 +03:00
Aine
abc922c956
Enable visual customization ( #81 )
...
* Enable visual customization
* update readme
2024-10-23 00:03:06 +03:00
Aine
4f2cd38344
Add user profile to the top menu ( #80 )
...
* Add user profile to the top menu
* update readme
2024-10-22 12:18:55 +03:00
Aine
ca71038874
Custom Menu Items ( #79 )
...
* Custom Menu Items
* update readme
* fix indentation
2024-10-21 23:33:51 +03:00
Aine
23f5a24803
update README.md
2024-10-19 15:57:12 +03:00
Borislav Pantaleev
0d021021df
Add option for access token login ( #58 )
...
* Fix SSO login flow, redirect is done after auth
* Add accessToken login
* Add confirmation for session destroy on accessToken logout
* add translations, fix tests, minor renaming
* update readme
2024-10-17 18:34:20 +03:00
Aine
19302466ef
update README.md
2024-10-10 22:13:50 +03:00
Borislav Pantaleev
31d3712dbb
Better media preview/download implementation ( #53 )
...
* Add download option for non image media
* make view media button change the icon during the loading; update readme
2024-10-03 11:23:51 +03:00
Borislav Pantaleev
a79c3597d6
Authenticated Media Support ( #51 )
...
* Fix AvatarField to work with authenticated media
* Fix ViewMediaButton to work for user's media tab and reported events
* remove console.log
* cleanup AvatarField
* use correct thumbnail size
* fix AvatarField.test
* ignore postgres data for watchman
* fix new avatar preview
* watchman should ignore testdata completely, instead of specific subdirs
* update README
* change user's media icon in sidebar - use the same icon as the media tab
* Add preview for user media files if mimeType is image/*
* Add new line in user media Dialog
2024-10-03 00:38:35 +03:00
Aine
f3080e9468
Provide options to delete media and redact events on user erase ( #49 )
...
* Provide options to delete media and redact events on user erase
* update readme
2024-09-29 00:16:44 +03:00
Aine
b7f8e03894
update README
2024-09-25 19:26:26 +03:00
Aine
59bb4b4183
update README
2024-09-25 19:10:43 +03:00
Aine
bb53d53692
Add Contact support
button ( #45 )
2024-09-25 19:09:58 +03:00
Aine
e328380c77
Restrict actions on specific users ( #42 )
...
* Restrict actions on specific users
* update readme
2024-09-24 13:25:29 +03:00
Borislav Pantaleev
48d933e028
Upgrade react-admin to version 5 ( #40 )
...
* wip on ra upgrade
* Finish upgrade
* fix package.json
* pr fixes
* more pr fixes
* update readme
2024-09-24 10:02:47 +03:00
Aine
24cf0a60bf
Expose user avatar URL field in the UI ( #27 )
...
* wip
* some fixes
* update readme
* update readme
* Add option to change/erase any user's avatar
* Fix README
* Remove mutationMode from Edit
* remove log
* update readme
2024-09-17 23:06:12 +03:00
Aine
6957cb1f7d
Fix Bulk registration invalid MXID in requests, fixes #30 ( #33 )
...
* Fix Bulk registration invalid MXID in requests
* update readme
2024-09-17 14:02:41 +03:00
Aine
66c706532a
Fix required fields check on Bulk registration CSV upload, fixes #29 ( #32 )
2024-09-17 13:17:07 +03:00
Aine
332e98a095
add dev stack
2024-09-17 12:54:29 +03:00
Borislav Pantaleev
7de9166648
Add UI option to block deleted rooms from being rejoined ( #26 )
...
Add UI option to block deleted rooms from being rejoined
This is almost a copy of https://github.com/Awesome-Technologies/synapse-admin/pull/166 PR,
authored by @jkanefendt
2024-09-14 11:03:51 +03:00
Borislav Pantaleev
0bf3440fc8
Federation page improvements for dark mode and last_entry without a date ( #19 )
...
Federation page improvements
This is almost a copy of https://github.com/Awesome-Technologies/synapse-admin/pull/583 PR,
authored by @rkfg
2024-09-06 00:23:23 +03:00
Aine
1474b46ff0
Put version into the manifest.json on CI builds (Docker, CDN, etc.)
...
This commit fixes the https://github.com/Awesome-Technologies/synapse-admin/issues/507 issue.
While it's a mere workaround, it may help until the
https://github.com/Awesome-Technologies/synapse-admin/issues/507#issuecomment-2063845882 is implemented
2024-09-06 00:15:00 +03:00
Borislav Pantaleev
e093bd8625
Fix base_url being undefined on unsuccessful login ( #18 )
...
* Fix base_url being undefined on unsuccessful login
* update readme
2024-09-05 23:23:17 +03:00
Borislav Pantaleev
390aab5ce7
Display actual synapse errors ( #17 )
...
* Display actual synapse errors
* Show actual errors from dataProvider requests
* update README
2024-09-05 21:39:39 +03:00
Borislav Pantaleev
eff17a0929
Fix redirect URL after user creation ( #16 )
...
* Fix redirect URL after user creation
* increment version; update readme
2024-09-05 09:02:46 +03:00
Aine
1967546ae4
enable docker action to see how it goes
2024-09-03 15:50:11 +03:00
Aine
3c6259cc88
Revert "switch from nginx to SWS for serving the app (docker image)", as it causes issues with CDN deploy - workflow
...
should be adjusted first
This reverts commit 317df5af0f
.
2024-09-03 14:04:32 +03:00
Aine
317df5af0f
switch from nginx to SWS for serving the app (docker image)
2024-09-03 14:02:35 +03:00