synadm

Command line admin tool for Synapse (the Matrix reference homeserver)

GPL-3.0 License

Downloads
1.2K
Stars
183
Committers
21

Bot releases are visible (Hide)

synadm - v0.46.1 Latest Release

Published by github-actions[bot] 4 months ago

Improved / Changed

  • Clarified that v2 room delete is async and the default by @JacksonChen666 in 874638be484a87c9ff339390e1a49cce2dc0e2f8

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.46...v0.46.1

synadm - v0.46

Published by github-actions[bot] 7 months ago

Improved / Changed

  • Allow to run the module without installing it by @n-peugnet in https://github.com/JOJ0/synadm/pull/138
  • synadm media delete (delete local media) now uses the newer non-deprecated endpoint by @JacksonChen666 in 5bd5e3c8c58d2e57f6ffcf924bfb852d3e6e19ba
  • Updated links to the synapse documentation by @JacksonChen666 in cc239988a25960a4b6947d787f8e74badb4b19f8
  • Clarified "Homeserver name" in synadm config by @JacksonChen666 in acdcd819a7259561aa5fa7e9471aa04dd8a9a8be
  • Capitalize "admin API" as "Admin API" by @JacksonChen666 in ae26ecf848278b167c8383ea28e8e32a284fb00c

New

  • Implement synadm room purge-empty by @JacksonChen666 in 48fa5defee99533abbf47905c4c3473f250a0b1c
  • (API) Implement room_list_paginate by @JacksonChen666 in a56abc92dbf4153a05cce005f26e9c078cfa540f

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.45...v0.46

synadm - v0.45

Published by github-actions[bot] 11 months ago

Improved / Changed

New

Fixed

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.44...v0.45

synadm - v0.44

Published by github-actions[bot] about 1 year ago

New

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.43.1...v0.44

synadm - v0.43.1

Published by github-actions[bot] about 1 year ago

Improved / Changed

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.43...v0.43.1

synadm - v0.43

Published by github-actions[bot] about 1 year ago

New

Improved / Changed

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.42...v0.43

synadm - v0.42

Published by github-actions[bot] over 1 year ago

New

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.41.3...v0.42

synadm - v0.41.3

Published by github-actions[bot] over 1 year ago

synadm v0.41.3

Improved / Changed

Fixed

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.41.2...v0.41.3

synadm - v0.41.2

Published by github-actions[bot] over 1 year ago

Improved / Changed

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.41.1...v0.41.2

synadm - v0.41.1

Published by github-actions[bot] over 1 year ago

Improved / Changed

Notes

The issue https://github.com/JOJ0/synadm/issues/106 can be worked around by installing Click>=7.1,<9.0 if you need older versions.


Full Changelog: https://github.com/JOJ0/synadm/compare/v0.41...v0.41.1

synadm - v0.41

Published by github-actions[bot] over 1 year ago

New

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.40...v0.41

synadm - v0.40

Published by github-actions[bot] over 1 year ago

Improved / Changed

New

Fixed

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.39...v0.40

synadm - v0.39

Published by github-actions[bot] over 1 year ago

Improved / Changed

New

Fixed

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.38...v0.39

synadm - v0.38

Published by github-actions[bot] almost 2 years ago

New

Notes

synadm - v0.37.1

Published by github-actions[bot] almost 2 years ago

New

Improved

Notes

synadm - v0.36

Published by github-actions[bot] about 2 years ago

Improved / Changed

Fixed

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.35...v0.36

synadm - v0.35

Published by github-actions[bot] over 2 years ago

Improved / Changed

New

  • Documentation chapter around using synadm together with Synapse instances deployed with matrix-docker-ansible-deploy.

Fixed

Notes

Full Changelog: https://github.com/JOJ0/synadm/compare/v0.34...v0.35

synadm - v0.34

Published by Ascurius over 2 years ago

New

Improved

Notes

synadm - v0.33.1

Published by github-actions[bot] over 2 years ago

Fixed

Notes

synadm - v0.33

Published by github-actions[bot] almost 3 years ago

Improved / Changed

  • Remove case-insensitive room search workaround.
    • synadm room search, an alias for synadm room list -n, had a workaround built-in to support case-insensitive searches via the room list API. Since Synapse v1.25 (2021-01) this API does case-insensitivity by itself already. The workaround has been removed.
  • Support full feature-set of room list command.
    • synadm room search now supports options --sort and --reverse, which now gives it the same feature-set as the original synadm room list command.

New

  • Support the room state API, synadm room state (#53)
  • Room power levels command (list admins, mods, ...),synadm room power-levels(#54)

Fixed

  • Several fixes and improvements in --help texts of room ... commands.

Notes