Commit Graph

212 Commits (7fbfe3159a22857ddb09d8706c577a39dfd2b017)

Author SHA1 Message Date
Bruno Windels 7fbfe3159a dont assume bash when creating rest users 2019-04-09 16:19:44 +02:00
Bruno Windels 4c79e3bd0d better error handling when creating rest user fails 2019-04-09 15:59:08 +02:00
Bruno Windels b88dc0ffd5 show browser version when running tests 2019-04-09 15:45:16 +02:00
Bruno Windels 4591b26dab show all of create rest user command output on failure 2019-04-09 15:30:20 +02:00
Bruno Windels d1df0d98c6 avoid ipv6, see if that makes buildkite happy 2019-04-09 14:59:06 +02:00
Bruno Windels bdd7191c1c
Merge pull request #47 from matrix-org/bwindels/logstofile
support writing logs to file
2019-04-08 15:11:06 +00:00
Bruno Windels 492d8106b2 support writing logs to file 2019-04-08 17:00:19 +02:00
Bruno Windels 7e2d35fdfe moar sandbox flags 2019-04-05 16:55:59 +02:00
Bruno Windels 53eab479ec pass --no-sandbox to puppeteer 2019-04-05 16:45:07 +02:00
Bruno Windels 4e1ddf85a4 c/p error 2019-04-05 16:26:05 +02:00
Bruno Windels cfff4a998d install ComplexHttpServer regardless of whether riot is already installed 2019-04-05 16:15:38 +02:00
Bruno Windels 58e6d1bfd3
Merge pull request #46 from matrix-org/bwindels/redesignfixes
Make tests run on redesigned riot
2019-04-04 08:20:48 +00:00
Bruno Windels 04e06c3cfa PR feedback 2019-04-04 10:20:25 +02:00
Bruno Windels d93e6edb1d use python3 to install riot webserver 2019-04-03 17:01:49 +02:00
Bruno Windels 146549a66a keep complexhttpserver installation within riot folder and gitignore leftovers 2019-04-03 16:20:26 +02:00
Bruno Windels 5d4ded05b4 use yarn 2019-04-03 16:19:56 +02:00
Bruno Windels 2228ba83af Merge branch 'master' into bwindels/redesignfixes 2019-04-03 16:18:52 +02:00
Bruno Windels 685285156f
Merge pull request #32 from matrix-org/toml/install-scripts-fail-fast
Toml/install scripts fail fast
2019-04-03 13:57:55 +00:00
Bruno Windels c1464aaa5d Merge branch 'master' into toml/install-scripts-fail-fast 2019-04-03 15:52:11 +02:00
Bruno Windels 9c41ccce58 use shorter .bak suffix approach 2019-04-03 15:46:55 +02:00
Bruno Windels ed772e2cc5 Merge branch 'master' into bwindels/redesignfixes 2019-04-03 15:31:05 +02:00
Bruno Windels 240c715c84
Merge pull request #36 from matrix-org/bwindels/checkleavesmemberlist
test leaving members disappear from memberlist
2019-04-03 13:30:40 +00:00
Bruno Windels 3affb8f068 section for creating rest users 2019-04-03 15:15:28 +02:00
Bruno Windels 5939d62499 fix scrollpanel selector 2019-04-03 15:15:15 +02:00
Bruno Windels 2b2a4867bd forgot to add consent listener again, this will fix REST registration 2019-04-03 15:08:43 +02:00
Bruno Windels e10e4b0eab nicer output, comment 2019-04-03 14:37:03 +02:00
Bruno Windels e147cc9341 this dialog isn't shown anymore and this was accepting the SAS dialog
also lower timeout so we don't wait 5s if there is no dialog
2019-04-03 14:36:34 +02:00
Bruno Windels d63a0c5aea fix gete2e info and open settings, even though not used currently 2019-04-02 15:15:13 +02:00
Bruno Windels 2449ddcfee "disable" rate limiting for rest users 2019-04-02 15:14:51 +02:00
Bruno Windels 450430d66c remove travis flag 2019-04-02 15:14:44 +02:00
Bruno Windels f197e9f977 lazy loading is not in labs anymore 2019-04-02 15:14:24 +02:00
Bruno Windels c1312f09ab fix import 2019-04-02 15:14:08 +02:00
Bruno Windels 34171eab8c doing wait for /sync request to receive message, doesn't work well
just poll every 200ms, feels way faster as before
we were probably missing /sync requests
2019-04-02 15:13:04 +02:00
Bruno Windels 28bba4952b fix detecting e2e message in timeline 2019-04-02 15:12:51 +02:00
Bruno Windels 9ab1692544 fix verification, replace device id/key with SAS verification. 2019-04-02 14:30:41 +02:00
Bruno Windels ae5dc9d0b3 fix inviting someone 2019-04-02 14:29:47 +02:00
Bruno Windels 2bf51da73e fix enabling e2e encryption in room settings 2019-04-02 14:29:23 +02:00
Bruno Windels a1505971fc missed this when making createRoom export non-default earlier 2019-03-29 16:59:54 +01:00
Bruno Windels 5598214cd2 fix writing in composer 2019-03-29 16:59:05 +01:00
Bruno Windels fe6a273ba9 fix joining a room through the room directory 2019-03-29 13:59:42 +01:00
Bruno Windels a27b92a49a fix changing the room settings 2019-03-29 13:06:06 +01:00
Bruno Windels 65ca1b33ee fix creating a room 2019-03-29 12:27:48 +01:00
Bruno Windels ab5a2452ee fix signup 2019-03-29 12:04:51 +01:00
Bruno Windels 3056d936f5 use yarn and update dependencies, commit lock file 2019-03-29 11:55:33 +01:00
Bruno Windels 7ac19b0bea adjust synapse install script for python3 and config file changes 2019-03-29 11:25:21 +01:00
Travis Ralston 8f554556f1
Merge pull request #43 from matrix-org/travis/fix-build
Fix synapse not starting: install jinja2 for the ConsentResource
2018-12-28 17:00:58 -07:00
Travis Ralston 19c4f4a8c6 Install jinja2 2018-12-21 18:39:30 -07:00
Travis Ralston 259d4d62aa
Merge pull request #42 from matrix-org/travis/fix-consent-signup
Click the 'Accept' button as part of the signup process
2018-11-16 12:36:25 -07:00
Travis Ralston 2e839d545a Click the 'Accept' button as part of the signup process
Part of https://github.com/vector-im/riot-web/issues/7700
2018-11-15 20:23:15 -07:00
Bruno Windels 2559786038
Merge pull request #41 from matrix-org/travis/fix-consent-register
Tell synapse to require consent at registration
2018-11-08 16:51:26 +00:00