Commit Graph

51 Commits

Author SHA1 Message Date
5ce5e60af4 backend: improve user mailbox layout and display 2020-11-10 15:22:06 +01:00
a2e6dfbeaf Add missing recovery email address warning and improve info layout 2020-11-10 15:15:40 +01:00
a9f56cd0cf Allow users to change their password 2020-11-10 15:12:18 +01:00
0fb544d88b Add users list backend and allow admins to change a user's password 2020-11-10 14:53:58 +01:00
5937798c2e mail autoconfig: fix route priority (conflict with MailController) 2020-11-08 11:38:07 +01:00
868f9e2683 mail autoconfig: load all parameters from app config 2020-11-08 11:11:25 +01:00
414f3258c4 mail autoconfig: sort domains by ascending name 2020-11-08 11:02:28 +01:00
ed3fa80ee1 mail autoconfig: also serve /mail/config-v1.1.xml 2020-11-08 11:02:07 +01:00
40c36ef1e1 mail autoconfig: add host_domain config parameter 2020-11-08 11:01:43 +01:00
43848e93a3 Fix registration password proof set too early 2020-11-04 12:05:23 +01:00
01746913f8 Fix password proofs created for registration not working 2020-11-04 11:56:57 +01:00
5b145c7b4b Fix yarn dev script 2020-11-03 17:53:59 +01:00
5f0a0ced48 Rename project to Rainbox Email and update homepage content 2020-11-03 12:22:52 +01:00
0306180321 MailDomain: fix 0 to null user_id conversion 2020-11-03 11:21:32 +01:00
450c526867 Upgrade wms-core 2020-11-03 10:44:46 +01:00
67b2890c3f Fix mistaken usage of getOrFail with await 2020-11-03 09:46:25 +01:00
56cc192a9f Fix password auth proof serialization 2020-11-03 09:45:31 +01:00
3ed93dbefb Fix lint issues 2020-11-02 19:27:18 +01:00
f53dc7c63c Fix compiling errors following wms-core upgrade 2020-11-02 18:59:35 +01:00
35207aa6d4 Merge remote-tracking branch 'template/develop' into develop 2020-11-02 18:42:35 +01:00
292e843cd1 Upgrade packages i.e. wms-core 2020-11-02 18:17:55 +01:00
4d841636bd Add Thunderbird auto configuration mechanism 2020-11-02 14:33:02 +01:00
a8bad1c8c1 Upgrade wms-core and add eslint 2020-10-05 13:38:03 +02:00
3b124a993b main.ts: fix config path order 2020-09-03 12:59:16 +02:00
5157b12b77 tsconfig.json: restore wms-core/types include and add test 2020-09-03 11:46:00 +02:00
54faa5c873 Use config package's multi-directory built-in support
This avoids full object overriding when you just want to set specific fields
2020-09-03 08:29:14 +02:00
72fabd4dac LDAP server: close on application stop 2020-07-30 11:59:25 +02:00
21e327251a Backend/MailDomain: allow setting domain owner to public 2020-07-30 11:14:35 +02:00
d4709b0499 Backend/Mailboxes: add domain editing 2020-07-30 10:58:51 +02:00
ba3a7a3caf Validate domain name uniqueness 2020-07-30 09:49:22 +02:00
a6872cda80 PasswordAuthProof: invalidate when user is deleted from DB 2020-07-29 16:19:41 +02:00
2b349b61e4 Upgrade dependencies 2020-07-29 15:03:54 +02:00
9550cf2bf3 Login: handle pending approval users 2020-07-29 15:01:06 +02:00
1c2ca9fa57 Throttle register and login attempts
Closes #8
2020-07-28 11:23:44 +02:00
f609d4b751 Upgrade wms-core and fix mail identity creating from backend 2020-07-27 17:31:46 +02:00
b5acd3feb1 Add mailboxes 2020-07-27 16:02:09 +02:00
41fd867193 accounts: enable adding/removing recovery email addresses 2020-07-25 19:53:06 +02:00
933d8f1cbb Turn UserPassword and Username into a User model component 2020-07-25 11:23:13 +02:00
3b8dee7fdf Fix some routing and configuration 2020-07-25 10:48:56 +02:00
cb9d28128f Update codebase to latest wms-core and add recovery email add form 2020-07-20 16:57:23 +02:00
3c2d408428 Merge remote-tracking branch 'template/master' into develop 2020-07-20 15:55:03 +02:00
34b0798fdf Add default config files and use it 2020-06-27 17:21:29 +02:00
3f37626b13 Fix missing return statement 2020-05-05 15:32:44 +02:00
65e12a7df2 Merge branch 'boilerplate' into develop 2020-05-05 15:27:48 +02:00
8149ecac71 Add auto update component 2020-05-05 15:26:28 +02:00
36893750bf Make app port configurable 2020-05-05 15:22:36 +02:00
4318edfce8 Add prelaunch wall 2020-04-25 16:13:40 +02:00
c8f9947ef1 Add LDAP auth server and make username required and unique per user
Closes #5
2020-04-25 16:13:31 +02:00
55dc97e672 Improve register form validation
Closes #1
2020-04-25 11:29:08 +02:00
b5fedda02b Add basic register and auth system 2020-04-25 09:41:22 +02:00