Skip to content

Releases: etkecc/synapse-admin

v0.11.1-etke53 BREAKING

03 Feb 20:38
5cfb734

Choose a tag to compare

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 i18n support
  • 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/public and 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

09 Jan 08:41
a949492

Choose a tag to compare

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

06 Jan 09:44
b7d8cce

Choose a tag to compare

  • Fix rooms table encryption field sorting
  • Add creator and join rules columns to the room list
  • Localized date fields

What's Changed

Full Changelog: v0.11.1-etke50...v0.11.1-etke51

v0.11.1-etke50

04 Dec 18:53
4568de4

Choose a tag to compare

  • Improved OIDC Auth support #907
  • Add Public Rooms and Empty Rooms filters to the rooms list #945
  • Allow restoring system-managed users #956

What's Changed

New Contributors

Full Changelog: v0.11.1-etke49...v0.11.1-etke50

v0.11.1-etke49

23 Oct 15:40
3a9fa36

Choose a tag to compare

v0.11.1-etke48

02 Oct 11:09
e0a7ac2

Choose a tag to compare

  • 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 403 errors 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

03 Sep 11:49
07d6d60

Choose a tag to compare

Fix homeserver url selection on login page

this release fixed regression from the previous v0.11.1-etke46 release

v0.11.1-etke46

02 Sep 17:24
0384aec

Choose a tag to compare

  • Correctly set document language based on selected locale #723
  • Improve homeserver URL field on the login page #761 #762 #763
  • Support 3pids in CSV users import (bulk registration) #804

v0.11.1-etke45

13 Jul 21:19
cd52512

Choose a tag to compare

v0.11.1-etke44

11 Jun 12:14
2d9ff83

Choose a tag to compare