Commit graph

22 commits

Author SHA1 Message Date
Bruno Windels
1468be0db4 add script to clear synapse db 2018-07-20 18:50:29 +02:00
Bruno Windels
7ecd7d3873 add template config file for riot installation 2018-07-20 18:50:05 +02:00
Bruno Windels
01612f71bf dont assume current directory in scripts 2018-07-18 18:04:31 +02:00
Bruno Windels
2cb83334ed add script to install, start and stop riot 2018-07-18 17:52:51 +02:00
Bruno Windels
dcf4be79b7 add start and stop scripts for synapse 2018-07-18 17:52:29 +02:00
Bruno Windels
fc4c425a22 do accepting terms as part of signup since we try to create a room with riot-bot after login, which fails with consent warning 2018-07-17 12:38:20 +02:00
Bruno Windels
83eebfdecc script to install local synapse 2018-07-17 12:36:35 +02:00
Bruno Windels
9a2d32e642 accept terms when joining 2018-07-10 19:26:47 +02:00
Bruno Windels
9c5e43a693 cleanup 2018-07-09 18:40:25 +02:00
Bruno Windels
d4682eb5e6 apply code style 2018-07-09 18:35:47 +02:00
Bruno Windels
838563f0a6 add note to README 2018-07-09 18:21:43 +02:00
Bruno Windels
400327a0f1 add test for joining preexisting room 2018-07-09 18:21:05 +02:00
Bruno Windels
5c4f92952f move tests to separate file 2018-07-09 17:51:02 +02:00
Bruno Windels
b76c3a1842 don't use jest and just run test code sequentially
since a lot of tests will be interdepent and need to happen in order,
it seems easier to not use a test runner enforcing tests to be semi-independent
and instead just run the code and have some logging code to see where
a problem occurs
2018-07-09 17:43:21 +02:00
Bruno Windels
61ac989847 add code style 2018-07-09 17:08:16 +02:00
Bruno Windels
473af6ff62 add ignore file 2018-07-09 17:08:16 +02:00
Bruno Windels
5429bfde11 move helpers to other module 2018-07-09 17:08:16 +02:00
Bruno Windels
9921573076 add license and copyright notice 2018-07-09 17:08:16 +02:00
Bruno Windels
f43d53c020
Update roadmap 2018-07-09 12:41:24 +02:00
Bruno Windels
a240c5617c
Update roadmap 2018-07-06 11:40:42 +01:00
Bruno Windels
956beaf1f4 add initial README 2018-07-05 11:56:19 +01:00
Bruno Windels
e806b0d22a initial commit 2018-07-05 11:55:45 +01:00