Aine
afe5b06771
Synapse Admin v0.11.1-etke52
4ヶ月前
Aine
858a4ab555
Synapse Admin v0.11.1-etke51
4ヶ月前
Aine
1bc70935a0
Synapse Admin v0.11.1-etke50
5ヶ月前
Aine
f541425a7f
Synapse Admin v0.11.1-etke49
6ヶ月前
Aine
1b8c153c4a
Synapse Admin v0.11.1-etke48
7ヶ月前
Aine
841e2f7c4e
add new Synapse Admin config options
8ヶ月前
Aine
b62b5c3659
Synapse Admin - use correct restrictBaseUrl data type by default
8ヶ月前
Aine
c6b66d93b7
Synapse Admin v0.11.1-etke47
8ヶ月前
Aine
2253fc4d45
Synapse Admin v0.11.1-etke46
8ヶ月前
Slavi Pantaleev
4ef78bdb7f
Adjust default value for `matrix_synapse_admin_configuration_extension_json_auto` to match what we expect and how we use it
We expect a string, which is parsed via `from_json`.
This matches previous usage in inventories, as well as what the
user-controlled precedessor of this variable (`matrix_synapse_admin_configuration_extension_json`)
is like.
Related to 997e6ca611
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4459
9ヶ月前
Aine
997e6ca611
fix synapse-admin for ansible-core>=2.19.0. Related to #4445
9ヶ月前
Aine
f3a819c5f1
Synapse Admin v0.11.1-etke45
10ヶ月前
Aine
868ee4d688
Synapse Admin v0.11.1-etke44
11ヶ月前
Aine
e818bbb373
Synapse Admin v0.10.4-etke41
1年前
Aine
7afaba64f0
Synapse Admin v0.10.4-etke40
1年前
Aine
00cb1e5c0c
Synapse Admin v0.10.3-etke39
1年前
Aine
60bc545d0e
Synapse Admin v0.10.3-etke38
1年前
Suguru Hirahara
27c3be55b0
Add license information to files for matrix-synapse-admin
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1年前
Slavi Pantaleev
c47eca389b
Rework all roles to include `component_(docker|container)_image_registry_prefix*` variables
This:
- brings consistency - no more mixing `_name_prefix` and `_registry_prefix`
- adds extensibility - a future patch will allow reconfiguring all registry prefixes for all roles in the playbook
We still have `_docker_` vs `_container_` inconsistencies.
These may be worked on later.
1年前
akdk7
15f7f41afe
This push request is about handling Traefik ipallowlist to synapse-ad… ( #4063 )
* This push request is about handling Traefik ipallowlist to synapse-admin application.
It's my first push request. If I forgot something please let me know. :-)
* Changed position of variable and naming for better expandebility of traefik options
* Remove useless `noqa var-naming` comment and too many blank lines at the end of the file
---------
Co-authored-by: AkDk7 <joerg@pannbacker.email>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1年前
Slavi Pantaleev
0203e992c0
Remove useless `noqa var-naming` comment and too many blank lines at the end of the file
1年前
AkDk7
509e70d1ff
Changed position of variable and naming for better expandebility of traefik options
1年前
AkDk7
35d31c4b9a
This push request is about handling Traefik ipallowlist to synapse-admin application.
It's my first push request. If I forgot something please let me know. :-)
1年前
Aine
a7fcd12b88
Synapse Admin v0.10.3-etke37
1年前
Aine
35260cd026
Synapse Admin v0.10.3-etke36
1年前
Aine
33b493737d
Synapse Admin v0.10.3-etke35
1年前
Aine
7be14f03a0
Synapse Admin v0.10.3-etke34
1年前
Aine
0e5d0aec65
Synapse Admin v0.10.3-etke33
1年前
Aine
dd31bf0a0a
synapse-admin: remove deprecated vars, introduce matrix_synapse_admin_configuration_extension_json_auto
1年前
Aine
ed90f680ee
synapse-admin v0.10.3-etke32
1年前
Aine
ccd6c003ab
Synapse Admin v0.10.3-etke31
https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke31
1年前
Aine
ebb3b0c249
Synapse Admin v0.10.3-etke30
1年前
Aine
7a77d84276
synapse-admin: get rid of lookup and config duplicate var
1年前
Aine
8308a91afa
synapse-admin v0.10.3-etke29
1年前
Aine
15ce998146
synapse-admin: v0.10.3-etke26
1年前
Aine
b30823745c
synapse-admin v0.10.3-etke25: fix room state events display
1年前
Aine
b35a4293d1
synapse-admin v0.10.3-etke24: enable visual customization
1年前
Aine
14bd58769c
synapse-admin v0.10.3-etke23: user profile in the top menu
1年前
Aine
ffa5484cc3
synapse-admin v0.10.3-etke22
1年前
Aine
d564124af7
synapse-admin v0.10.3-etke21: fix 'Sign in' button disabled on SSO-only servers when attempting access token login
1年前
Aine
f6e118bb4c
synapse-admin v0.10.3-etke20: access token login
1年前
Aine
427d02c926
synapse-admin v0.10.3-etke19
1年前
Aine
86d0a01f19
synapse-admin: authenticated media and options to delete media and redact events on user removal
1年前
Aine
8efdfaf854
synapse-admin v0.10.3-etke17: add `Contact support` menu item
1年前
Aine
338e6d91c3
synapse-admin v0.10.3-etke16: Upgrade to react-admin v5, restrict actions on specific users ( #3543 )
* synapse-admin v0.10.3-etke15: Upgrade to react-admin v5
* v0.10.3-etke16
* fix linter
* add _auto and _custom vars
* Use 2 spaces before #noqa var-naming
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1年前
Aine
14a31e3e40
synapse-admin v0.10.3-etke14: bulk registration works again, add ability to change avatars
1年前
Aine
97cf596683
Synapse-Admin: Add UI option to block deleted rooms from being rejoined
1年前
Aine
951c9c97a8
fix synapse-admin image prefix ( #3521 )
* fix synapse-admin image prefix
* fix typo
1年前
Aine
9cb3ca2f2d
add missing prefix to synapse-admin version
1年前
Aine
73d338d9d1
Switch Synapse-Admin to etke.cc fork ( #3519 )
* switch to synapse-admin fork
* Fix typo
* Close unclosed ) and reword sentence
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1年前