This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
anonymousland-synapse
Watch
1
Star
0
Fork
0
You've already forked anonymousland-synapse
mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced
2025-01-27 19:36:58 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
anonymousland-synapse
/
synapse
/
rest
/
admin
History
Dirk Klimpel
ef7fe09778
Fix setting a user's external_id via the admin API returns 500 and deletes users existing external mappings if that external ID is already mapped (
#11051
)
...
Fixes
#10846
2021-10-21 09:52:32 +01:00
..
__init__.py
Use direct references for configuration variables (part 5). (
#10897
)
2021-09-24 07:25:21 -04:00
_base.py
Add missing type hints to the admin API servlets (
#10105
)
2021-06-07 15:12:34 +01:00
devices.py
Add missing type hints to non-client REST servlets. (
#10817
)
2021-09-15 08:45:32 -04:00
event_reports.py
Remove redundant "coding: utf-8" lines (
#9786
)
2021-04-14 15:34:27 +01:00
groups.py
Add missing type hints to the admin API servlets (
#10105
)
2021-06-07 15:12:34 +01:00
media.py
Show error when timestamp in seconds is provided to the /purge_media_cache API (
#11101
)
2021-10-20 14:41:48 +00:00
registration_tokens.py
Allow
.
and
~
chars in registration tokens (
#10887
)
2021-09-23 17:58:12 +00:00
rooms.py
Remove unnecessary parentheses around tuples returned from methods (
#10889
)
2021-09-23 11:59:07 +01:00
server_notice_servlet.py
Add missing type hints to non-client REST servlets. (
#10817
)
2021-09-15 08:45:32 -04:00
statistics.py
Remove redundant "coding: utf-8" lines (
#9786
)
2021-04-14 15:34:27 +01:00
username_available.py
Add an admin API to check if a username is available (
#10578
)
2021-08-17 10:52:38 +01:00
users.py
Fix setting a user's external_id via the admin API returns 500 and deletes users existing external mappings if that external ID is already mapped (
#11051
)
2021-10-21 09:52:32 +01:00