Releases: etkecc/synapse-admin
v0.11.1-etke53 BREAKING
This release contains breaking changes in the Docker image specifically; see the explanation below
- User badges: new Federated User badge
- Improved user tables across the app (i.e., Room Members tab)
- Improved media quarantine handling, including automatic quarantined media bypass
- Add new User -> Memberships tab (ref)
- Improve performance of all have-many relations (e.g., User -> Joined Rooms, Room -> Members, etc.) (ref)
- Improve error messages (return actual errors on actions like publishing a room in the directory)
- Fix incorrect handling of empty responses from API
- Custom Menu: add
i18nsupport - Fix loading of Persian translation
- Add all missing translations for all supported locales, including etke.cc components
- Set page titles for all entities, add avatars to rooms' and users' page titles
- Set document page title based on app page (sync page and document titles)
- Add bulk actions to User -> (Joined) Rooms table (has a bug with caching)
- Improved Bulk CSV import: more relaxed rules for boolean fields
BREAKING CHANGES in Docker images
Synapse Admin now runs in a rootless container, and because of that, paths and port have been changed.
Port
- Was:
80 - Now:
8080
Path (inside container)
- Was:
/app - Now:
/home/sws/publicand symlink/var/public
The changes are reflected in the MDAD PR, so once a new version is released, MDAD will handle the changes automatically
Full Changelog: v0.11.1-etke52...v0.11.1-etke53
v0.11.1-etke52
This is a dependency update release with a security vulnerability fix of one of the dependencies: React Router SSR XSS in ScrollRestoration
Full Changelog: v0.11.1-etke51...v0.11.1-etke52
v0.11.1-etke51
- Fix rooms table
encryptionfield sorting - Add
creatorandjoin rulescolumns to the room list - Localized date fields
What's Changed
- Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #978
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #971
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #970
- Localized date fields by @aine-etke in #989
Full Changelog: v0.11.1-etke50...v0.11.1-etke51
v0.11.1-etke50
- Improved OIDC Auth support #907
- Add
Public RoomsandEmpty Roomsfilters to the rooms list #945 - Allow restoring system-managed users #956
What's Changed
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #914
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #913
- Bump docker/metadata-action from 5.8.0 to 5.9.0 by @dependabot[bot] in #929
- Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by @dependabot[bot] in #928
- Add public rooms and empty rooms filters by @aine-etke in #945
- update deps by @aine-etke in #946
- fix running on ipv4-only systems by @OE1KHZ in #947
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #948
- Bump softprops/action-gh-release from 2.4.2 to 2.5.0 by @dependabot[bot] in #966
- Bump docker/metadata-action from 5.9.0 to 5.10.0 by @dependabot[bot] in #965
- Allow restoring system-managed users by @beastafk in #967
New Contributors
Full Changelog: v0.11.1-etke49...v0.11.1-etke50
v0.11.1-etke49
- OIDC Auth support
- Add
v0rolling release docker tag (details) - (etke.cc-exclusive) Instance Config
v0.11.1-etke48
- Improved Login page:
-
- better handling of different ways to restrict homeserver URL field
-
- show SSO button only when homeserver supports SSO login
-
- mobile-friendly UI
- Do not logout on
403errors automatically (e.g., when setting a password for an external auth provider-managed user) - External Auth Provider-compatible mode
- New Ukrainian localization
v0.11.1-etke47
Fix homeserver url selection on login page
this release fixed regression from the previous v0.11.1-etke46 release
v0.11.1-etke46
v0.11.1-etke45
- Add Japanese localization
- (etke.cc-exclusive) Billing page
- fix empty User Account Data error message
v0.11.1-etke44
- Do not check homeserver URL during typing in the login form
- Use correct API to suspend/unsuspend user
- Improve user account status toggles
- Validate that password is entered upon reactivation of account
- Do not crash on malformed MXC URLs
- Add missing title to error pages