You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/rest
Erik Johnston ef9c4476a0 Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization 10 years ago
..
__init__.py SYN-48: Implement WHOIS rest servlet 10 years ago
admin.py SYN-48: Fix typo. Get the whois for requested user rather tahan the requester 10 years ago
base.py Use state groups to get current state. Make join dance actually work. 10 years ago
directory.py SYN-2: Allow server admins to delete room aliases 10 years ago
events.py Use state groups to get current state. Make join dance actually work. 10 years ago
initial_sync.py fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
login.py Comment out password reset for now, until the mechanism is fully discussed (IS token auth vs HS auth) 10 years ago
presence.py Make sure to return an empty JSON object ({}) from presence PUT/POST requests rather than an empty string ("") because most deserialisers won't like the latter 10 years ago
profile.py Fix pep8 warnings 10 years ago
register.py Fix pep8 warnings 10 years ago
room.py Fix pep8 warnings 10 years ago
transactions.py Fix pep8 warnings 10 years ago
voip.py Fix pep8 warnings 10 years ago