0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 17:38:19 +02:00
synapse/tests
Adrian Tschira 6495dbb326 Burminate v1auth
This closes #2602

v1auth was created to account for the differences in status code between
the v1 and v2_alpha revisions of the protocol (401 vs 403 for invalid
tokens). However since those protocols were merged, this makes the r0
version/endpoint internally inconsistent, and violates the
specification for the r0 endpoint.

This might break clients that rely on this inconsistency with the
specification. This is said to affect the legacy angular reference
client. However, I feel that restoring parity with the spec is more
important. Either way, it is critical to inform developers about this
change, in case they rely on the illegal behaviour.

Signed-off-by: Adrian Tschira <nota@notafile.com>
2018-04-30 22:20:43 +02:00
..
api use jsonschema.FormatChecker for RoomID and UserID strings 2017-03-23 11:42:41 -03:00
appservice Add extra space before inline comment 2017-11-16 18:22:40 +00:00
config Make tests py3 compatible 2018-04-16 00:39:32 +02:00
crypto Make tests py3 compatible 2018-04-16 00:39:32 +02:00
events Optimise state resolution 2017-01-17 13:22:19 +00:00
handlers Fix tests 2018-04-11 14:37:11 +01:00
metrics report metrics on number of cache evictions 2018-02-05 15:34:01 +00:00
replication s/replication_client/federation_client/ 2018-03-13 13:26:52 +00:00
rest Burminate v1auth 2018-04-30 22:20:43 +02:00
storage Merge pull request #3103 from NotAFile/py3-baseexcepton-message 2018-04-20 15:34:49 +01:00
util Merge branch 'develop' into rav/deferred_timeout 2018-04-27 12:54:43 +01:00
__init__.py
test_distributor.py Make tests py3 compatible 2018-04-16 00:39:32 +02:00
test_dns.py Remove address resolution of hosts in SRV records 2018-04-04 12:26:50 +02:00
test_preview.py Fix crash in url preview when html tag has no text 2016-12-14 22:38:18 +01:00
test_state.py Store state groups separately from events (#2784) 2018-02-06 14:31:24 +00:00
test_test_utils.py
test_types.py Validate group ids when parsing 2017-10-21 00:30:39 +01:00
unittest.py enable twisted delayedcall debugging in UTs 2018-01-09 12:06:45 +00:00
utils.py Merge pull request #3108 from NotAFile/py3-six-urlparse 2018-04-30 00:33:05 +01:00