cadence pushed to princess at cadence/Carbon 2020-10-22 07:56:51 +00:00
e18c8c77ae Fallback to room name "empty room"
cadence commented on issue cadence/Carbon#15 2020-10-22 07:16:18 +00:00
Sending empty messages

How do you think we should check for if a message is empty? If body.trim().length is 0 ?

cadence commented on pull request cadence/Carbon#12 2020-10-22 04:45:32 +00:00
Refactor homeserver lookup code

Why chain a promise catch here? I don't have a problem with promise chaining, it's just weird considering that we used the try/catch syntax 3 lines up. IMO they should be made consistent?

cadence pushed to refactor-homeserver-lookup at cadence/Carbon 2020-10-22 04:41:29 +00:00
dce4fa6303 Merge branch 'princess' into refactor-homeserver-lookup
3f1850538d Merge branch 'princess' into refactor-homeserver-lookup
Compare 2 commits »
cadence pushed to refactor-homeserver-lookup at cadence/Carbon 2020-10-22 04:40:56 +00:00
3f1850538d Merge branch 'princess' into refactor-homeserver-lookup
9e71336c5b Update initial login redirect
Compare 2 commits »
cadence pushed to refactor-homeserver-lookup at cadence/Carbon 2020-10-22 04:36:11 +00:00
2ff43ea801 Style cleanup
cadence closed issue cadence/Carbon#11 2020-10-22 04:30:45 +00:00
Incorrect redirect on succesful login
cadence commented on issue cadence/Carbon#11 2020-10-22 04:30:45 +00:00
Incorrect redirect on succesful login

Addressed that in 9e71336.

cadence pushed to princess at cadence/Carbon 2020-10-22 04:30:28 +00:00
9e71336c5b Update initial login redirect
cadence commented on issue cadence/Carbon#11 2020-10-21 23:50:32 +00:00
Incorrect redirect on succesful login

Not entirely fixed - we need to ensure that we go to /login/ (with trailing slash) here: https://gitdab.com/cadence/Carbon/src/branch/princess/src/js/main.js#L8

cadence reopened issue cadence/Carbon#11 2020-10-21 23:50:32 +00:00
Incorrect redirect on succesful login
cadence pushed to princess at cadence/Carbon 2020-10-21 09:54:07 +00:00
ff427d0354 Update readme - add bug report instructions
cadence closed issue cadence/Carbon#8 2020-10-21 09:22:33 +00:00
Fish required to be installed to use watch script
cadence commented on issue cadence/Carbon#8 2020-10-21 09:22:33 +00:00
Fish required to be installed to use watch script

Changed to use sh shell in a56c423. A true multi-platform solution will come in the future when the file watcher is built into the node build script.

cadence pushed to princess at cadence/Carbon 2020-10-21 09:21:39 +00:00
a56c42311f Use sh shell instead of fish for watch script
cadence pushed to princess at cadence/Carbon 2020-10-21 09:11:38 +00:00
64c3e18788 Don't break on rooms with a redacted name
cadence deleted branch login from cadence/Carbon 2020-10-21 09:07:54 +00:00
cadence merged pull request cadence/Carbon#9 2020-10-21 09:07:38 +00:00
Add login GUI
cadence pushed to princess at cadence/Carbon 2020-10-21 09:07:38 +00:00
a7ded5fae3 Merge branch 'login' into princess
4869a31ec2 Update README, remove login GUI from todo
253ccbadc2 Only enter sync loop if logged in
b9df147db5 Branding
184c876fb9 Redirect to login page if not logged in
Compare 11 commits »
cadence pushed to login at cadence/Carbon 2020-10-21 08:58:04 +00:00
4869a31ec2 Update README, remove login GUI from todo