Skip to content

Tags: etkecc/synapse-admin

Tags

v0.10.3-etke35

Toggle v0.10.3-etke35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add notifications badge and page (#240)

* WIP on server notifications

* WIP: Add server notifications page and removal of notifications

* improve design

* fix missing notifications case; add tooltop

* Fix api response

* fix tests

* add docs; update readme

v0.10.3-etke34

Toggle v0.10.3-etke34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #195 from etkecc/add-account-suspention

Add support for Account Suspension (MSC3823)

v0.10.3-etke33

Toggle v0.10.3-etke33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add server status page and a badge in AppBar (#182)

* WIP: Add server status and running process indicators

* Finish ServerStatusPage and ServerRunningProcess

* fix typos, add running process info to the server status page

* Remove ServerRunningProcess and integrate it into ServerStatusBadge

* remove divider in menu

* display time as started X minutes ago

* add documentation; clearly state what new components are; update readme

* change wording a bit, cross-link with docs/README.md

* use returned HTML

* Finish ServerStatus page and badges

* Fix types

* cleanup

* remove some code

* adjust config load

v0.10.3-etke32

Toggle v0.10.3-etke32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactoring (#178)

* unify components import

* refactor config and app context

* refactor icons

* refactor date, error, mxid and storage

* refactor synapse utils

v0.10.3-etke31

Toggle v0.10.3-etke31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.10.3-etke30

Toggle v0.10.3-etke30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.10.3-etke29

Toggle v0.10.3-etke29's commit message

Verified

This commit was signed with the committer’s verified signature.
better rate limits handling

v0.10.3-etke28

Toggle v0.10.3-etke28's commit message

Verified

This commit was signed with the committer’s verified signature.
clear storage on logout

v0.10.3-etke27

Toggle v0.10.3-etke27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for config from /.well-known/matrix/client (#126)

* Add support for config from /.well-known/matrix/client

* final fixes, refactoring, updated readme

v0.10.3-etke26

Toggle v0.10.3-etke26's commit message

Verified

This commit was signed with the committer’s verified signature.
update README