Neil Johnson
|
eae8d4a388
|
add db support for support user
|
2018-11-13 10:07:03 +00:00 |
|
Neil Johnson
|
eaac29f7ef
|
move to db backed support user
|
2018-11-12 17:58:49 +00:00 |
|
Neil Johnson
|
7430a879a0
|
remove white space
|
2018-11-08 13:03:44 +00:00 |
|
Neil Johnson
|
12d09ac132
|
tiday up cruft
|
2018-11-08 12:42:17 +00:00 |
|
Neil Johnson
|
f217b5fd7a
|
fix case where auto creation of rooms should never auto create for support user
|
2018-11-07 22:29:17 +00:00 |
|
Neil Johnson
|
06a3ec83e2
|
replace filter with list comp to aid py2 py3 compat, make test more paranoid
|
2018-11-07 22:28:21 +00:00 |
|
Neil Johnson
|
425403398e
|
update description due to change in desired behaviour
|
2018-11-06 23:35:08 +00:00 |
|
Neil Johnson
|
b7d1f0dffd
|
remove unused import
|
2018-11-06 23:23:36 +00:00 |
|
Neil Johnson
|
d8b1f519e2
|
remove unused dependency
|
2018-11-06 23:21:07 +00:00 |
|
Neil Johnson
|
bccbdb85a8
|
replace is with ==
|
2018-11-06 23:08:49 +00:00 |
|
Neil Johnson
|
6f19edbda5
|
fix misnamed var
|
2018-11-06 22:46:40 +00:00 |
|
Neil Johnson
|
373a461088
|
remove need to create support user in homeserver
|
2018-11-06 21:42:27 +00:00 |
|
Neil Johnson
|
0e962f5de2
|
fix py2/3 incompatibility
|
2018-11-05 22:35:42 +00:00 |
|
Neil Johnson
|
503207678e
|
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/create_support_user
|
2018-11-05 21:48:52 +00:00 |
|
Neil Johnson
|
89640096b8
|
remove unused variable localpart
|
2018-11-05 21:28:42 +00:00 |
|
Amber Brown
|
efdcbbe46b
|
Tests for user consent resource (#4140)
|
2018-11-06 05:53:44 +11:00 |
|
Amber Brown
|
5a63589e80
|
Add some tests for the HTTP pusher (#4149)
|
2018-11-06 05:53:24 +11:00 |
|
Erik Johnston
|
bc80b3f454
|
Add helpers for getting prev and auth events (#4139)
* Add helpers for getting prev and auth events
This is in preparation for allowing the event format to change between
room versions.
|
2018-11-06 00:35:15 +11:00 |
|
Neil Johnson
|
76081eb5bc
|
ensure support user created if does not exist
|
2018-11-02 17:32:19 +00:00 |
|
Neil Johnson
|
9d045fef8e
|
tc
|
2018-11-02 15:59:15 +00:00 |
|
Neil Johnson
|
158eccdfb1
|
test suppoer user filtering
|
2018-11-02 15:51:33 +00:00 |
|
Amber Brown
|
0467384d2f
|
Set the encoding to UTF8 in the default logconfig (#4138)
|
2018-11-03 02:28:07 +11:00 |
|
Neil Johnson
|
cdb3aaee1c
|
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/create_support_user
|
2018-11-02 15:24:00 +00:00 |
|
Neil Johnson
|
1d0a5ab3c5
|
Merge branch 'neilj/create_support_user' of github.com:matrix-org/synapse into neilj/create_support_user
|
2018-11-02 15:23:36 +00:00 |
|
Erik Johnston
|
90d713b8c6
|
Merge pull request #4137 from matrix-org/erikj/clean_up_events
Clean up event accesses and tests
|
2018-11-02 14:12:49 +00:00 |
|
Erik Johnston
|
76cd7de108
|
Newsfile
|
2018-11-02 13:45:56 +00:00 |
|
Erik Johnston
|
b86d05a279
|
Clean up event accesses and tests
This is in preparation to refactor FrozenEvent to support different
event formats for different room versions
|
2018-11-02 13:44:14 +00:00 |
|
Amber Brown
|
cb7a6b2379
|
Fix typing being reset causing infinite syncs (#4127)
|
2018-11-03 00:19:23 +11:00 |
|
Richard van der Hoff
|
efb9343c8c
|
Merge pull request #4132 from matrix-org/rav/fix_device_list_locking
Fix locked upsert on device_lists_remote_cache
|
2018-11-02 10:50:53 +00:00 |
|
Richard van der Hoff
|
00f12e00f8
|
Merge pull request #4133 from matrix-org/travis/fix-terms-auth
Fix logic error that prevented guests from seeing the privacy policy
|
2018-11-02 10:50:43 +00:00 |
|
Erik Johnston
|
b199534518
|
Merge pull request #4135 from matrix-org/erikj/fix_state_res_none
Fix None exception in state res v2
|
2018-11-02 10:45:57 +00:00 |
|
Richard van der Hoff
|
1cc6671ec4
|
changelog
|
2018-11-02 10:36:13 +00:00 |
|
Richard van der Hoff
|
350f654e7b
|
Add unique indexes to a couple of tables
The indexes on device_lists_remote_extremeties can be unique, and they
therefore should, to ensure that the db remains consistent.
|
2018-11-02 10:36:13 +00:00 |
|
Richard van der Hoff
|
50e328d1e7
|
Remove redundant database locks for device list updates
We can rely on the application-level per-user linearizer.
|
2018-11-02 10:36:13 +00:00 |
|
Erik Johnston
|
f05d97e283
|
Newsfile
|
2018-11-02 10:32:06 +00:00 |
|
Erik Johnston
|
54aec35867
|
Fix None exception in state res v2
|
2018-11-02 10:29:19 +00:00 |
|
Travis Ralston
|
552f090f62
|
Changelog
|
2018-11-01 16:51:11 -06:00 |
|
Travis Ralston
|
642505abc3
|
Fix logic error that prevented guests from seeing the privacy policy
|
2018-11-01 16:48:32 -06:00 |
|
Richard van der Hoff
|
3149d55b7d
|
Merge pull request #3778 from z3ntu/patch-1
Fix build of Docker image with docker-compose
|
2018-11-01 17:34:56 +00:00 |
|
Travis Ralston
|
c68aab1536
|
Merge pull request #4004 from matrix-org/travis/login-terms
Add m.login.terms to the registration flow
|
2018-11-01 11:03:38 -06:00 |
|
Erik Johnston
|
1b21e771d0
|
Merge pull request #4128 from matrix-org/erikj/state_res_v2_version
Add STATE_V2_TEST room version
|
2018-11-01 13:17:57 +00:00 |
|
Erik Johnston
|
62d683161e
|
Newsfile
|
2018-11-01 11:44:44 +00:00 |
|
Erik Johnston
|
b3dd6fa981
|
Add STATE_V2_TEST room version
|
2018-11-01 11:43:46 +00:00 |
|
Amber Brown
|
073d400b84
|
Merge branch 'master' into develop
|
2018-11-01 21:32:12 +11:00 |
|
Amber Brown
|
907e6da5be
|
Merge branch 'release-v0.33.8'
|
2018-11-01 21:31:46 +11:00 |
|
Amber Brown
|
d0ebe82871
|
changelog
v0.33.8
|
2018-11-01 21:29:11 +11:00 |
|
Amber Brown
|
aa98e38896
|
version
|
2018-11-01 21:28:35 +11:00 |
|
Travis Ralston
|
a8c9faa9a2
|
The tests also need a version parameter
|
2018-10-31 13:28:08 -06:00 |
|
Travis Ralston
|
a8d41c6aff
|
Include a version query string arg for the consent route
|
2018-10-31 13:19:28 -06:00 |
|
Travis Ralston
|
d1e7b9c44c
|
Merge branch 'develop' into travis/login-terms
|
2018-10-31 13:15:14 -06:00 |
|