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
Aine
0594259ae4
make avatar field sortable in the users list
2024-10-08 12:15:03 +03:00
Aine
ba485bbb18
Merge branch 'master'
2024-10-08 10:51:16 +03:00
Dirk Klimpel
9fc005032c
Fix for empty user default tab after creation ( #628 )
2024-10-08 09:20:55 +02:00
Aine
f5d6f24b30
correctly treat empty or "almost empty" restrictBaseUrl config option, fixes #56
2024-10-07 12:00:33 +03:00
Aine
a42efe7eda
do not color failed federation destinations, use an icon instead
2024-10-04 00:16:11 +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
Aine
a15dad4a31
ensure preview works for images only (for now)
2024-10-03 01:18:45 +03:00
Borislav Pantaleev
9062a6afb1
Remove Dialog window for image preview, open all media in new tab
2024-10-03 00:52:07 +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
470f1b5455
adjust 'redact all user events on remove' to the new API
2024-10-02 23:34:07 +03:00
Aine
46cc0e2fda
refactor users' after delete to react-admin lifecycle hooks, fixes #50
2024-09-29 19:46:00 +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
f8fe1166e2
Do not block deleted rooms from being rejoined by default (UI option), fixes #48
2024-09-27 19:25:15 +03:00
Borislav Pantaleev
02bee92806
Fix missing QueryClient ( #47 )
2024-09-26 21:42:09 +00: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
52a2f1c936
reword managed user error
2024-09-24 21:58:24 +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
dependabot[bot]
a277ded227
Bump rollup from 4.22.0 to 4.22.4 ( #41 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.22.0 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.22.0...v4.22.4 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 10:18:09 +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
dependabot[bot]
d5113aad72
Bump dompurify from 2.5.0 to 2.5.6 ( #35 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.5.0 to 2.5.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.5.0...2.5.6 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 20:34:41 +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
Aine
f639a1c9ff
rename release artifact file
2024-09-14 21:36:03 +03:00
Aine
8282bb0926
add github release CI step
2024-09-14 21:32:36 +03:00
Aine
264d2ff59d
add on-tags CI build
2024-09-14 21:14:22 +03:00
Aine
90a6c7d8c2
switch to tag-based build
2024-09-14 21:09:58 +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
cceae77529
fix ci
2024-09-06 00:20:37 +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
Aine
01e3947b22
add missing translations
2024-09-05 23:52:27 +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
Aine
fb1a04971b
[skip ci] add justfile
2024-09-05 09:50:06 +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
8eaaaa50ec
cleanup .dockerignore
2024-09-03 16:07:43 +03:00
Aine
85b305d117
ensure the latest version is checked out
2024-09-03 16:01:41 +03:00
Aine
4cbea6ffb6
enable cdn
2024-09-03 15:55:29 +03:00
Aine
1967546ae4
enable docker action to see how it goes
2024-09-03 15:50:11 +03:00
Aine
c9a3294852
use different path
2024-09-03 15:44:50 +03:00
Aine
f1839387e2
fix ci
2024-09-03 15:41:38 +03:00
Aine
c8246a1d19
try ci artifacts
2024-09-03 15:40:23 +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