Commit Graph

341 Commits

Author SHA1 Message Date
Alice Gaudon 0a11792557 Merge branch 'develop' 2021-01-25 17:29:26 +01:00
Alice Gaudon 44f2c2979b Version 0.23.3 2021-01-25 17:28:19 +01:00
Alice Gaudon aed825c4d6 FormHelperComponent: don't flash empty previous form data 2021-01-25 17:26:42 +01:00
Alice Gaudon 5caa0be862 FormHelperComponent: add field ID prefix to prevent conflicts
Fixes #20
2021-01-25 17:26:42 +01:00
Alice Gaudon 744923dc78 Auth view: merge register forms in one with js switch 2021-01-25 17:25:07 +01:00
Alice Gaudon 4745ae4e17 Fix session id not available in websocket listeners
Fixes #21
2021-01-25 16:36:15 +01:00
Alice Gaudon 8b98c8cc59 AddNameToUsersMigration: fix can't work when db already has users 2021-01-25 16:22:51 +01:00
Alice Gaudon 4817563dc1 Make models and components available immediately after their migration 2021-01-25 16:21:24 +01:00
Alice Gaudon 8a25f214ab AuthGuard: always provide a string to pending account mail username 2021-01-25 14:37:50 +01:00
Alice Gaudon b211845f57 Mail: also debug log data 2021-01-25 14:36:27 +01:00
Alice Gaudon 27bce2da0a package.json: reorder build script to a more natural position 2021-01-25 14:07:42 +01:00
Alice Gaudon b9ac4d0f05 AddUsedToMagicLinksMigration: delete all magic links after install 2021-01-25 14:07:20 +01:00
Alice Gaudon 449922490f MagicLinkAuthMethod: do not interrupt auth with used magic links 2021-01-25 14:02:58 +01:00
Alice Gaudon 1d4ea1720b Merge branch 'develop' 2021-01-25 12:53:50 +01:00
Alice Gaudon a314c9a55a Version 0.23.2 2021-01-25 12:52:38 +01:00
Alice Gaudon ab5d64df3b package.json: fix script name conflict with life cycle scripts 2021-01-25 12:52:18 +01:00
Alice Gaudon 9a862bc334 Merge branch 'develop' 2021-01-25 12:48:56 +01:00
Alice Gaudon d32f571925 Version 0.23.1 2021-01-25 12:47:54 +01:00
Alice Gaudon 359485170d UserNameComponent: ensure usage of user.name is optional
Fixes #19
2021-01-25 12:47:18 +01:00
Alice Gaudon e7d66e7c04 .gitignore: add config/local.* 2021-01-25 12:37:55 +01:00
Alice Gaudon 2a184e4ff5 Fix published npm package folder structure 2021-01-25 12:37:41 +01:00
Alice Gaudon 1f9fcbec58 Merge branch 'develop' 2021-01-25 10:56:36 +01:00
Alice Gaudon 16dedb681a Version 0.23.0 2021-01-25 10:56:23 +01:00
Alice Gaudon 8993e5e5bb Upgrade dependencies 2021-01-25 10:53:56 +01:00
Alice Gaudon f1a8a4ba07 Express.d.ts: normalize session fields case 2021-01-25 10:53:43 +01:00
Alice Gaudon e4768141bc Simplify RedirectBackComponent into PreviousUrlComponent
Closes #12
2021-01-24 22:42:20 +01:00
Alice Gaudon 19c8b86ff8 Fix express body parsing middlewares corrupting AsyncLocalStorage
Closes #17
2021-01-24 16:35:33 +01:00
Alice Gaudon 1b8ff1428f Add persist session checkbox on login
Makes session not persistent by default
Closes #11
2021-01-24 16:33:33 +01:00
Alice Gaudon 5897b6bf36 Code cleanup: remove debug log from AccountController 2021-01-24 16:33:14 +01:00
Alice Gaudon f5b2015ae0 Code cleanup: normalize configuration file line endings 2021-01-24 16:33:08 +01:00
Alice Gaudon 24785c3e71 error.njk: add default string to display when there is no error_id
Related: #17
2021-01-23 18:10:35 +01:00
Alice Gaudon 1c71f66150 Clean logs from unwanted info and use \t as a delimiter to align
Closes #6
2021-01-22 16:07:27 +01:00
Alice Gaudon 94cb157520 Remove connect-redis that breaks context with RedisStore 2021-01-22 15:55:06 +01:00
Alice Gaudon 8fab93e709 Use AsyncLocalStorage to provide requestId context 2021-01-22 15:54:26 +01:00
Alice Gaudon 6f9ecaa9c4 Upgrade dependencies 2021-01-22 13:42:15 +01:00
Alice Gaudon 93c41ebd7e Authenticated.test: reorganize tests
Closes #15
2021-01-22 13:35:30 +01:00
Alice Gaudon 49168b5391 Add account management (email addresses management, password management)
Closes #8
Closes #9
2021-01-22 12:22:11 +01:00
Alice Gaudon 784f2c976c Rename base_url setting to public_url 2021-01-21 17:13:05 +01:00
Alice Gaudon 3e0a25874e Auth: fix middleware applied globally and explicitly log them 2021-01-21 15:45:20 +01:00
Alice Gaudon 2c66c66a39 logging: add status code description for redirections 2021-01-21 15:45:20 +01:00
Alice Gaudon 878f706f82 magic links: fix views titles 2021-01-21 11:18:38 +01:00
Alice Gaudon 4db7217876 Controller: add useMiddleware method 2020-12-30 14:10:58 +01:00
Alice Gaudon bdaf815aec Upgrade dependencies 2020-12-28 12:01:00 +01:00
Alice Gaudon 87b4facea0 Upgrade dependencies and update to express session new typings 2020-12-04 15:24:22 +01:00
Alice Gaudon 7be3e00c46 Authentication tests: add no username component tests
Closes #7
2020-11-16 12:13:49 +01:00
Alice Gaudon 01277ea910 Authentication tests: add authenticate with email and password tests 2020-11-16 11:44:04 +01:00
Alice Gaudon 70d80d1f0a AuthMethod: add weight to choose when no method was specified 2020-11-16 11:43:14 +01:00
Alice Gaudon a5ee9922ec Authentication tests: add authenticate with username and password tests 2020-11-15 15:51:52 +01:00
Alice Gaudon 35129cd4f1 PasswordAuthMethod: simplify bad password throw 2020-11-15 15:50:19 +01:00
Alice Gaudon f99c62a5d9 Increase login fail per ip throttle limit and jail time 2020-11-15 15:49:40 +01:00