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