Commit Graph

63 Commits

Author SHA1 Message Date
Alice Gaudon 679e8ab769 Make max public domain identity per user configurable, default unlimited 2021-05-28 14:38:15 +02:00
Alice Gaudon 14edb62823 Update to latest swaf changes on UserNameComponent 2021-03-31 15:43:08 +02:00
Alice Gaudon f90208c74e Fix user list not appearing in domains backend 2021-03-31 15:24:21 +02:00
Alice Gaudon b9949cdf5e Backend: separate mail domains from mailboxes 2021-03-01 14:01:02 +01:00
Alice Gaudon 272e506281 MailboxBackend: add set main identity action 2021-03-01 13:43:29 +01:00
Alice Gaudon 6478d77733 MailboxBackend: fix redirections 2021-03-01 13:29:30 +01:00
Alice Gaudon 0a0d284ecc mailbox backend: fix create identity form title when mailbox exists 2021-02-26 12:57:14 +01:00
Alice Gaudon 1f064b5ea1 Update to swaf 0.23.4 2021-01-26 11:09:06 +01:00
Alice Gaudon 5564bf7991 Merge remote-tracking branch 'template/master' into develop 2021-01-25 18:02:08 +01:00
Alice Gaudon 5eaebd5d12 Upgrade dependencies and bump swaf to ^0.23.0 2021-01-25 13:18:49 +01:00
Alice Gaudon ba5b90a4f9 swaf rename: rename project to swaf-boilerplate 2020-11-13 10:54:35 +01:00
Alice Gaudon 5ce5e60af4 backend: improve user mailbox layout and display 2020-11-10 15:22:06 +01:00
Alice Gaudon a2e6dfbeaf Add missing recovery email address warning and improve info layout 2020-11-10 15:15:40 +01:00
Alice Gaudon a9f56cd0cf Allow users to change their password 2020-11-10 15:12:18 +01:00
Alice Gaudon 0fb544d88b Add users list backend and allow admins to change a user's password 2020-11-10 14:53:58 +01:00
Alice Gaudon 5937798c2e mail autoconfig: fix route priority (conflict with MailController) 2020-11-08 11:38:07 +01:00
Alice Gaudon 868f9e2683 mail autoconfig: load all parameters from app config 2020-11-08 11:11:25 +01:00
Alice Gaudon 414f3258c4 mail autoconfig: sort domains by ascending name 2020-11-08 11:02:28 +01:00
Alice Gaudon ed3fa80ee1 mail autoconfig: also serve /mail/config-v1.1.xml 2020-11-08 11:02:07 +01:00
Alice Gaudon 40c36ef1e1 mail autoconfig: add host_domain config parameter 2020-11-08 11:01:43 +01:00
Alice Gaudon 43848e93a3 Fix registration password proof set too early 2020-11-04 12:05:23 +01:00
Alice Gaudon 01746913f8 Fix password proofs created for registration not working 2020-11-04 11:56:57 +01:00
Alice Gaudon 5b145c7b4b Fix yarn dev script 2020-11-03 17:53:59 +01:00
Alice Gaudon 04f19f5a28 Fix yarn dev script 2020-11-03 17:26:32 +01:00
Alice Gaudon 5f0a0ced48 Rename project to Rainbox Email and update homepage content 2020-11-03 12:22:52 +01:00
Alice Gaudon 0306180321 MailDomain: fix 0 to null user_id conversion 2020-11-03 11:21:32 +01:00
Alice Gaudon 450c526867 Upgrade wms-core 2020-11-03 10:44:46 +01:00
Alice Gaudon 67b2890c3f Fix mistaken usage of getOrFail with await 2020-11-03 09:46:25 +01:00
Alice Gaudon 56cc192a9f Fix password auth proof serialization 2020-11-03 09:45:31 +01:00
Alice Gaudon 3ed93dbefb Fix lint issues 2020-11-02 19:27:18 +01:00
Alice Gaudon f53dc7c63c Fix compiling errors following wms-core upgrade 2020-11-02 18:59:35 +01:00
Alice Gaudon 35207aa6d4 Merge remote-tracking branch 'template/develop' into develop 2020-11-02 18:42:35 +01:00
Alice Gaudon 292e843cd1 Upgrade packages i.e. wms-core 2020-11-02 18:17:55 +01:00
Alice Gaudon 4d841636bd Add Thunderbird auto configuration mechanism 2020-11-02 14:33:02 +01:00
Alice Gaudon a8bad1c8c1 Upgrade wms-core and add eslint 2020-10-05 13:38:03 +02:00
Alice Gaudon 3b124a993b main.ts: fix config path order 2020-09-03 12:59:16 +02:00
Alice Gaudon 5157b12b77 tsconfig.json: restore wms-core/types include and add test 2020-09-03 11:46:00 +02:00
Alice Gaudon 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
Alice Gaudon 72fabd4dac LDAP server: close on application stop 2020-07-30 11:59:25 +02:00
Alice Gaudon 21e327251a Backend/MailDomain: allow setting domain owner to public 2020-07-30 11:14:35 +02:00
Alice Gaudon d4709b0499 Backend/Mailboxes: add domain editing 2020-07-30 10:58:51 +02:00
Alice Gaudon ba3a7a3caf Validate domain name uniqueness 2020-07-30 09:49:22 +02:00
Alice Gaudon a6872cda80 PasswordAuthProof: invalidate when user is deleted from DB 2020-07-29 16:19:41 +02:00
Alice Gaudon 2b349b61e4 Upgrade dependencies 2020-07-29 15:03:54 +02:00
Alice Gaudon 9550cf2bf3 Login: handle pending approval users 2020-07-29 15:01:06 +02:00
Alice Gaudon 1c2ca9fa57 Throttle register and login attempts
Closes #8
2020-07-28 11:23:44 +02:00
Alice Gaudon f609d4b751 Upgrade wms-core and fix mail identity creating from backend 2020-07-27 17:31:46 +02:00
Alice Gaudon b5acd3feb1 Add mailboxes 2020-07-27 16:02:09 +02:00
Alice Gaudon 41fd867193 accounts: enable adding/removing recovery email addresses 2020-07-25 19:53:06 +02:00
Alice Gaudon 933d8f1cbb Turn UserPassword and Username into a User model component 2020-07-25 11:23:13 +02:00