66a696f40e
Application: fix isInNodeModules is inverted
2021-05-13 14:13:45 +02:00
26140d2028
svelte: don't eat conditional chains question marks
2021-05-13 14:12:40 +02:00
fac59e12d6
views: delete target file or re-precompile on file remove
2021-05-13 14:11:23 +02:00
d423d78f2a
esm: fix jest not running
...
following 82ab0b963c
2021-05-12 14:33:18 +02:00
1167e99c30
Svelte view engine: backend calls: don't match dots and quotes
2021-05-12 14:02:58 +02:00
c60bd442e8
Svelte view engine: preprocess dependencies recursively
2021-05-12 14:02:58 +02:00
e851630be4
SvelteViewEngine: update backend calls prefix to $locals (store)
2021-05-12 14:02:58 +02:00
85b4b39dd2
Svelte view engine: also compile backend calls on SSR
...
Add local to determine whether render is SSR or not
2021-05-12 14:02:58 +02:00
b247d73fcb
Use clear-module to clear require cache of dependencies
2021-05-11 15:47:42 +02:00
423f19de68
Only crash when not watching after everything is pre-compiled
2021-05-11 15:14:51 +02:00
076cda8008
Fix localStore set to a function that fetches pre-executed backend calls
2021-05-11 15:13:32 +02:00
8884f70a24
AssetPreCompiler: watch all view directories instead of the first one
2021-05-11 13:54:08 +02:00
42f7ebba05
Svelte: write fully preprocessed code to pre-compiled files
2021-05-11 13:52:48 +02:00
50e1b287a9
Catch command line errors and force exit with error code
2021-05-04 17:28:02 +02:00
6aa37eb9e4
Add two step pre-compile/compile asset processing
...
Reorganize views into new "assets" folder structure
Turn locals into a store so locals don't have to be passed through files that don't need them
Some fixes to previous commit (esm) 82ab0b963c
Remove afs in favor of fs.promises (renamed afs.exists to Utils.doesFileExist
Rename Utils.readdirRecursively to Utils.listFilesRecursively
2021-05-04 17:14:32 +02:00
82ab0b963c
Switch to esm and add import auto format
2021-05-03 20:52:52 +02:00
238bbec429
Cancel replaces on ssr html todo
2021-04-30 14:04:42 +02:00
05d112a3b3
Remove NunjucksComponent
2021-04-30 13:59:22 +02:00
e385986aca
Svelte: refactor many symbols and safe eval backend calls arguments
...
Also allow dumping function contents by outputing them directly
2021-04-29 16:13:31 +02:00
bd2b7e7579
svelte render: simplify replaces
2021-04-28 17:03:27 +02:00
05069b15d8
Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine
2021-04-28 17:02:49 +02:00
a7f421d2f8
Move request context locals definition to FrontendToolsComponent
2021-04-28 14:10:29 +02:00
c93ea7691e
ViewEngine: demote buildDir and publicDir fields
2021-04-28 14:09:02 +02:00
c4f71e569f
Move globals to static ViewEngine and add setGlobal()
2021-04-28 14:05:06 +02:00
0c178955ec
Fix svelte template replace would recursively replace
2021-04-28 11:00:51 +02:00
fd7a6af98d
Remove useless type definitions
2021-04-27 15:43:51 +02:00
58ea522593
Reorganize config params and use view.cache for caching instead of view.dev
2021-04-27 15:08:41 +02:00
7b2cdb8269
Clear require cache for watch recompiling
2021-04-23 18:20:22 +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
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
df59795489
Remove mail spammy log
2021-04-22 18:01:52 +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
93aa8579c3
Pagination: don't throw on first page when totalCount=0, validate params
2021-04-22 11:42:47 +02:00
12ec9b55f9
Handle SIGTERM exit signals (allows clean exit with systemd)
2021-04-21 13:52:52 +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
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
562431449b
Allow users to remove their password in case they forget it
...
Closes #23
2021-02-20 20:18:03 +01:00
dbf6128747
Fix AddNameToUsersMigration not calling callbacks
2021-01-26 17:56:57 +01:00
d96de4874a
Add IF EXISTS to DropNameFromUsers migration to not fail in new installs
2021-01-25 17:45:11 +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
4745ae4e17
Fix session id not available in websocket listeners
...
Fixes #21
2021-01-25 16:36:15 +01:00