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-02-03 17:19:58 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
anonymousland-synapse
/
synapse
/
rest
/
client
/
v2_alpha
History
David Baker
c12b9d719a
Make registration idempotent: if you specify the same session, make it give you an access token for the user that was registered on previous uses of that session. Tweak the UI auth layer to not delete sessions when their auth has completed and hence expire themn so they don't hang around until server restart. Allow server-side data to be associated with UI auth sessions.
2016-03-16 11:56:24 +00:00
..
__init__.py
copyrights
2016-01-07 04:26:29 +00:00
_base.py
Add a parse_json_object function
2016-03-09 11:26:26 +00:00
account_data.py
Use parse_json_object_from_request to parse JSON out of request bodies
2016-03-11 16:41:03 +00:00
account.py
Fix cache invalidation so deleting access tokens (which we did when changing password) actually takes effect without HS restart. Reinstate the code to avoid logging out the session that changed the password, removed in 415c2f05491ce65a4fc34326519754cd1edd9c54
2016-03-11 13:14:18 +00:00
auth.py
Catch the exceptions thrown by twisted when you write to a closed connection
2016-02-12 13:46:59 +00:00
filter.py
Use parse_json_object_from_request to parse JSON out of request bodies
2016-03-11 16:41:03 +00:00
keys.py
Use parse_json_object_from_request to parse JSON out of request bodies
2016-03-11 16:41:03 +00:00
receipts.py
Initial cut
2016-02-17 15:40:50 +00:00
register.py
Make registration idempotent: if you specify the same session, make it give you an access token for the user that was registered on previous uses of that session. Tweak the UI auth layer to not delete sessions when their auth has completed and hence expire themn so they don't hang around until server restart. Allow server-side data to be associated with UI auth sessions.
2016-03-16 11:56:24 +00:00
sync.py
Initial cut
2016-02-17 15:40:50 +00:00
tags.py
Use parse_json_object_from_request to parse JSON out of request bodies
2016-03-11 16:41:03 +00:00
tokenrefresh.py
Add a parse_json_object function
2016-03-09 11:26:26 +00:00