Commit Graph

565 Commits

Author SHA1 Message Date
Alice Gaudon cfc632ba1a Approval mode: revoke unapproved users auth proofs
Also add tests for auth approval mode
2021-04-22 18:01:13 +02:00
Alice Gaudon 85e23b7f42 Version 0.23.9 2021-04-22 12:13:46 +02:00
Alice Gaudon 93aa8579c3 Pagination: don't throw on first page when totalCount=0, validate params 2021-04-22 11:42:47 +02:00
Alice Gaudon 23a11e7d60 Version 0.23.8 2021-04-21 13:57:20 +02:00
Alice Gaudon f314a4e022 Upgrade dependencies 2021-04-21 13:57:09 +02:00
Alice Gaudon 12ec9b55f9 Handle SIGTERM exit signals (allows clean exit with systemd) 2021-04-21 13:52:52 +02:00
Alice Gaudon dbf9347ec6 Version 0.23.7 2021-03-30 12:10:58 +02:00
Alice Gaudon 6973b2600c Upgrade dependencies 2021-03-30 12:10:49 +02:00
Alice Gaudon 9ff832fb6f TestApp: don't ignore commands by default 2021-03-30 12:03:26 +02:00
Alice Gaudon 714e747d6e Application: make start/stop sturdier, catch more stop signals 2021-03-30 12:03:26 +02:00
Alice Gaudon 60e32042f7 package.json scripts: use NodeJS instead of unix commands 2021-03-30 12:03:26 +02:00
Alice Gaudon 4cbc73a25f Fix ServeStaticDirectoryComponent while developping swaf
Also move core version detection to Application
2021-03-30 12:03:26 +02:00
Alice Gaudon 69e9f3ce9c Controller: fix route() parsing with regexp params
Also allow numbers in route param names
2021-03-30 12:03:26 +02:00
Alice Gaudon 4692a23696 Properly implement pagination 2021-03-30 12:02:57 +02:00
Alice Gaudon caae753d74 Allow users to change their username every configurable period of time
Closes #22
2021-02-23 17:43:11 +01:00
Alice Gaudon dcfb0b8f1c Add Time util class 2021-02-23 17:42:32 +01:00
Alice Gaudon 3ce81e25cf Add tests for password remove flow
Closes #28
2021-02-21 16:28:27 +01:00
Alice Gaudon 21f161a83a Update repository URL 2021-02-21 13:19:28 +01:00
Alice Gaudon 562431449b Allow users to remove their password in case they forget it
Closes #23
2021-02-20 20:18:03 +01:00
Alice Gaudon cdac3c5f68 Version 0.23.6 2021-02-18 11:47:41 +01:00
Alice Gaudon 5fc7b73668 Upgrade dependencies 2021-02-18 11:47:33 +01:00
Alice Gaudon f07f7cacee Fix account.njk error on fresh new account with username and password
Fixes #24
2021-02-18 11:43:27 +01:00
Alice Gaudon 9d5fa9d937 Version 0.23.5 2021-01-26 17:57:17 +01:00
Alice Gaudon dbf6128747 Fix AddNameToUsersMigration not calling callbacks 2021-01-26 17:56:57 +01:00
Alice Gaudon a1d5597e96 Version 0.23.4 2021-01-25 17:54:29 +01:00
Alice Gaudon 0f08b91370 macros.njk: remove debug default prefix 2021-01-25 17:53:50 +01:00
Alice Gaudon d96de4874a Add IF EXISTS to DropNameFromUsers migration to not fail in new installs 2021-01-25 17:45:11 +01:00
Alice Gaudon 8b805a484b account view: normalize icons 2021-01-25 17:44:21 +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 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 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 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