Commit Graph

425 Commits

Author SHA1 Message Date
10bd8bb95e Upgrade @rollup/plugin-commonjs 2021-04-23 16:11:14 +02:00
4271b6bbc6 Pin svelte-preprocess to 4.6.9
See https://github.com/sveltejs/svelte-preprocess/pull/337
2021-04-23 15:57:34 +02:00
053313002c Move svelte compilation to external rollup and add pre-compile-views cli 2021-04-23 15:56:39 +02:00
e5a9b9908d Refactor and make it nicer codewise 2021-04-23 15:56:39 +02:00
59067e49fe package.json scripts: use NodeJS instead of unix commands 2021-04-23 15:56:06 +02:00
29fa5f4e38 Make svelte work 2021-04-23 15:56:06 +02:00
5f0e11efed Add svelte pre-compilation 2021-04-23 15:56:06 +02:00
a34b97ad5a Version 0.23.10 2021-04-22 18:18:37 +02:00
df59795489 Remove mail spammy log 2021-04-22 18:01:52 +02:00
847fa030b8 Increase jest test timeout 2021-04-22 18:01:35 +02:00
cfc632ba1a Approval mode: revoke unapproved users auth proofs
Also add tests for auth approval mode
2021-04-22 18:01:13 +02:00
85e23b7f42 Version 0.23.9 2021-04-22 12:13:46 +02:00
93aa8579c3 Pagination: don't throw on first page when totalCount=0, validate params 2021-04-22 11:42:47 +02:00
23a11e7d60 Version 0.23.8 2021-04-21 13:57:20 +02:00
f314a4e022 Upgrade dependencies 2021-04-21 13:57:09 +02:00
12ec9b55f9 Handle SIGTERM exit signals (allows clean exit with systemd) 2021-04-21 13:52:52 +02:00
dbf9347ec6 Version 0.23.7 2021-03-30 12:10:58 +02:00
6973b2600c Upgrade dependencies 2021-03-30 12:10:49 +02:00
9ff832fb6f TestApp: don't ignore commands by default 2021-03-30 12:03:26 +02:00
714e747d6e Application: make start/stop sturdier, catch more stop signals 2021-03-30 12:03:26 +02:00
60e32042f7 package.json scripts: use NodeJS instead of unix commands 2021-03-30 12:03:26 +02:00
4cbc73a25f Fix ServeStaticDirectoryComponent while developping swaf
Also move core version detection to Application
2021-03-30 12:03:26 +02:00
69e9f3ce9c Controller: fix route() parsing with regexp params
Also allow numbers in route param names
2021-03-30 12:03:26 +02:00
4692a23696 Properly implement pagination 2021-03-30 12:02:57 +02:00
caae753d74 Allow users to change their username every configurable period of time
Closes #22
2021-02-23 17:43:11 +01:00
dcfb0b8f1c Add Time util class 2021-02-23 17:42:32 +01:00
3ce81e25cf Add tests for password remove flow
Closes #28
2021-02-21 16:28:27 +01:00
21f161a83a Update repository URL 2021-02-21 13:19:28 +01:00
562431449b Allow users to remove their password in case they forget it
Closes #23
2021-02-20 20:18:03 +01:00
cdac3c5f68 Version 0.23.6 2021-02-18 11:47:41 +01:00
5fc7b73668 Upgrade dependencies 2021-02-18 11:47:33 +01:00
f07f7cacee Fix account.njk error on fresh new account with username and password
Fixes #24
2021-02-18 11:43:27 +01:00
9d5fa9d937 Version 0.23.5 2021-01-26 17:57:17 +01:00
dbf6128747 Fix AddNameToUsersMigration not calling callbacks 2021-01-26 17:56:57 +01:00
a1d5597e96 Version 0.23.4 2021-01-25 17:54:29 +01:00
0f08b91370 macros.njk: remove debug default prefix 2021-01-25 17:53:50 +01:00
d96de4874a Add IF EXISTS to DropNameFromUsers migration to not fail in new installs 2021-01-25 17:45:11 +01:00
8b805a484b account view: normalize icons 2021-01-25 17:44:21 +01:00
44f2c2979b Version 0.23.3 2021-01-25 17:28:19 +01:00
aed825c4d6 FormHelperComponent: don't flash empty previous form data 2021-01-25 17:26:42 +01:00
5caa0be862 FormHelperComponent: add field ID prefix to prevent conflicts
Fixes #20
2021-01-25 17:26:42 +01:00
744923dc78 Auth view: merge register forms in one with js switch 2021-01-25 17:25:07 +01:00
4745ae4e17 Fix session id not available in websocket listeners
Fixes #21
2021-01-25 16:36:15 +01:00
8b98c8cc59 AddNameToUsersMigration: fix can't work when db already has users 2021-01-25 16:22:51 +01:00
4817563dc1 Make models and components available immediately after their migration 2021-01-25 16:21:24 +01:00
8a25f214ab AuthGuard: always provide a string to pending account mail username 2021-01-25 14:37:50 +01:00
b211845f57 Mail: also debug log data 2021-01-25 14:36:27 +01:00
27bce2da0a package.json: reorder build script to a more natural position 2021-01-25 14:07:42 +01:00
b9ac4d0f05 AddUsedToMagicLinksMigration: delete all magic links after install 2021-01-25 14:07:20 +01:00
449922490f MagicLinkAuthMethod: do not interrupt auth with used magic links 2021-01-25 14:02:58 +01:00