This website requires JavaScript.
558afedfb6
code cleanup: use URLSearchParams instead of querystring
develop
Alice Gaudon
2024-09-21 18:44:09 +0200
aa059527ad
test app: fix triplicate route name
Alice Gaudon
2024-09-21 18:40:11 +0200
6031d3a2e6
app: log all errors (debug)
Alice Gaudon
2024-09-21 18:39:45 +0200
b59e053cad
config/mysql: create database by default, use swaf user with password swaf by default, don't create database in production
Alice Gaudon
2024-09-21 18:39:02 +0200
8ae520aa07
Upgrade dependencies
Alice Gaudon
2024-09-21 18:37:51 +0200
bbd9480000
chore(back): clean leftover console.log
Alice Gaudon
2022-03-07 19:25:25 +0100
3946a5facc
Merge branch 'develop'
v0.25.1
main
Alice Gaudon
2022-03-07 18:59:13 +0100
ecb2b13a83
Version 0.25.1
Alice Gaudon
2022-03-07 18:58:49 +0100
a823503cb4
Upgrade @tsconfig/svelte
Alice Gaudon
2022-03-07 18:58:21 +0100
f0304c0b9f
Upgrade @types/config, @types/node, concurrently, lucide
Alice Gaudon
2022-03-07 18:56:35 +0100
ae31edb622
Upgrade redis package
Alice Gaudon
2022-03-07 18:42:50 +0100
d378771ffa
Upgrade dependencies
Alice Gaudon
2022-03-07 18:15:48 +0100
839383f3cc
Merge branch 'develop'
v0.25.0
Alice Gaudon
2022-03-07 17:52:34 +0100
869791b3ad
Version 0.25.0
Alice Gaudon
2022-03-07 17:47:28 +0100
e19a627eb5
fix(front/auth/login form): don't show password login method if there is not UserPasswordComponent
Alice Gaudon
2022-03-07 17:40:47 +0100
3d960dccf3
fix(front/auth/register form): don't show password register method if there is no UserNameComponent
Alice Gaudon
2022-03-07 17:37:27 +0100
6714e413a2
feat(front/form): allow forms to be disabled, add disabled buttons style
Alice Gaudon
2022-03-07 17:22:43 +0100
27e9abc5f4
fix(back/auth): refactor auth success, fix message saying 'Welcome undefined' when there is no UserNameComponent
Alice Gaudon
2022-03-07 17:02:03 +0100
8c083d562d
fix(front/auth/login): show password field if previousFormData has password
Alice Gaudon
2022-03-07 16:31:40 +0100
4cfcaac1cc
fix(front/forms): simplify and fix usage of flashed previousFormData and validation errors
Alice Gaudon
2022-03-06 18:55:06 +0100
3eb33c64d7
fix(front/Field): prevent label from having a greater z-index than the mobile menu
Alice Gaudon
2022-03-06 18:46:33 +0100
fd2852c387
feat(front/NavMenu): put logout button on the Account link under an extendable dropdown menu
Alice Gaudon
2022-03-06 18:37:46 +0100
9f17c5b8cd
feat(front/style): add hr default style
Alice Gaudon
2022-03-06 18:36:02 +0100
144a72895e
fix(front/account): fix first panel tag name (div->section)
Alice Gaudon
2022-03-06 18:35:41 +0100
81c65344a9
chore(front): remove unnecessary containers and reformat
Alice Gaudon
2022-03-06 16:57:31 +0100
41a083ba52
feat(back/auth): add use() method to AuthProof and call it on successful login attempt
Alice Gaudon
2022-03-06 16:34:57 +0100
0c4349fac3
fix(common/Time): fix humanizeDuration for duration > 1 year
Alice Gaudon
2022-03-06 13:22:12 +0100
cb5001ce6e
fix(front/CopyableText): don't display title when not provided
Alice Gaudon
2022-03-06 13:21:04 +0100
ee56113808
fix(front/FlashMessages): only display relevant flash bags
Alice Gaudon
2022-03-06 13:20:20 +0100
2c3286d313
feat(front/data-table): add actions cell, col-grow and col-grow-cell
Alice Gaudon
2022-03-05 10:05:13 +0100
2e3c5d16c4
fix(back/flash): retrieve all flashed fields
Alice Gaudon
2022-03-05 10:03:49 +0100
81a62be38d
feat(front/CopyableText): add simple button mode
Alice Gaudon
2022-03-02 11:36:23 +0100
afef367e59
chore(front): cleanup outdated todo
Alice Gaudon
2022-03-02 10:23:19 +0100
1e72ec7172
fix(front/Icon): better match icon type against Lucide Icons full name instead of starting with fa to avoid collisions
Alice Gaudon
2022-03-02 10:22:14 +0100
0e0e633e08
feat(front/Form): allow overriding onSubmit function
Alice Gaudon
2022-02-28 14:43:36 +0100
7a49e47ae7
feat(front/Field): expose file list
Alice Gaudon
2022-02-28 14:42:36 +0100
67dc33adf4
fix(front/checkbox): prevent checkbox double click event
Alice Gaudon
2022-02-19 11:58:36 +0100
231aa8dcd7
fix(front/checkbox): change value to boolean and use handleInput
Alice Gaudon
2022-02-19 11:30:06 +0100
535c8afdb1
fix(websockets): send cookies manually for session authentication
Alice Gaudon
2022-02-18 22:52:59 +0100
7bb7f5a017
Merge branch 'develop'
v0.24.10
Alice Gaudon
2021-12-03 00:42:59 +0100
dad4ff62f1
Version 0.24.10
Alice Gaudon
2021-12-03 00:42:20 +0100
8626d0b571
Upgrade dependencies
Alice Gaudon
2021-12-03 00:42:12 +0100
32a1721ef2
front/BaseTemplate: add facebook, twitter and generic url preview meta tags
Alice Gaudon
2021-12-03 00:40:31 +0100
689c860e2e
front/ErrorTemplate: fix header logo being cropped
Alice Gaudon
2021-11-28 21:58:06 +0100
cd3dd454aa
Merge branch 'develop'
v0.24.9
Alice Gaudon
2021-11-28 21:28:42 +0100
7672a568fc
Version 0.24.9
Alice Gaudon
2021-11-28 21:28:06 +0100
d6b530d16c
Add formatViewData to response object to fix tests and prepare for async navigation
Alice Gaudon
2021-11-28 21:26:45 +0100
366e48757e
back/config: replace localhost with 127.0.0.1
Alice Gaudon
2021-11-28 21:24:51 +0100
ae603362e9
back/redis: fix not using redis.prefix config
Alice Gaudon
2021-11-28 17:05:50 +0100
be0676611a
Upgrade dependencies
Alice Gaudon
2021-11-28 16:50:24 +0100
b85573a64d
front: add Loader component
Alice Gaudon
2021-11-28 16:44:51 +0100
172d27a6d2
front/NavMenuItem: remove margin top/left on first menu item
Alice Gaudon
2021-11-28 16:44:27 +0100
e033baa57f
front/BaseTemplate: allow disabling login link and logo label
Alice Gaudon
2021-11-28 16:43:46 +0100
d1ff09fcc8
front/BaseFooter: fix app version local
Alice Gaudon
2021-11-28 16:42:22 +0100
9674fc87dd
front/SvelteViewEngine: add isSsr local
Alice Gaudon
2021-11-28 16:41:46 +0100
c606379bcd
front/SvelteViewEngine: don't use css cache in development environment
Alice Gaudon
2021-11-25 00:25:29 +0100
179cb09b58
back/Application: fix fallback error template view name
Alice Gaudon
2021-11-24 22:13:34 +0100
9980c54fcf
front/SvelteViewEngine: pre-compile ssr on demand, refactor globals into proper locals and lazy locals
Alice Gaudon
2021-11-24 22:08:38 +0100
2b85bea9dd
common/Routing: allow RouteParams to be undefined and ignore them in this case
Alice Gaudon
2021-11-24 18:18:55 +0100
4c895229ec
back/cli: fix main command not able to accept args
Alice Gaudon
2021-11-24 18:18:19 +0100
e1542ae476
back/migration command: add log to show that we are rolling back a migration and which one
Alice Gaudon
2021-11-24 18:17:33 +0100
59491d63ab
front/Field: add support for datetime-local field type
Alice Gaudon
2021-11-24 18:15:53 +0100
aa1484749e
front/BaseTemplate: allow disabling header, h1 and footer via boolean attributes
Alice Gaudon
2021-11-24 18:14:59 +0100
f801f6a43b
Add missing dev dependency @types/node
Alice Gaudon
2021-11-24 17:38:16 +0100
f68e81836b
Allow forms to have a file upload enctype
Alice Gaudon
2021-11-22 21:30:23 +0100
6348692473
Fix select field value bind
Alice Gaudon
2021-11-22 21:29:54 +0100
e151c9c744
Fix FileUploadMiddleware formidable usage
Alice Gaudon
2021-11-22 17:59:32 +0100
6e630c2715
Merge branch 'develop'
v0.24.8
Alice Gaudon
2021-11-21 20:25:08 +0100
2e68cf8cae
Version 0.24.8
Alice Gaudon
2021-11-21 20:24:56 +0100
f55ba4d611
Upgrade svelte-preprocess
Alice Gaudon
2021-11-21 20:24:35 +0100
5cfdecfebf
Also replace icons afterUpdate
Alice Gaudon
2021-11-21 20:18:15 +0100
10d5d16967
Watch DOM changes to add external link icons to new external links
Alice Gaudon
2021-11-21 20:17:49 +0100
7f4996c908
Add fonts copy to rollup config
Alice Gaudon
2021-11-21 18:34:36 +0100
aa4a47230d
Merge branch 'develop'
v0.24.7
Alice Gaudon
2021-11-21 17:08:00 +0100
92c6433235
Version 0.24.7
Alice Gaudon
2021-11-21 17:06:45 +0100
48de7829ec
Upgrade dependencies
Alice Gaudon
2021-11-21 17:06:28 +0100
9998f1a91c
Make require-from-string a normal dependency for dependants
Alice Gaudon
2021-11-21 17:06:06 +0100
d76a227c5c
Merge branch 'develop'
v0.24.6
Alice Gaudon
2021-11-21 16:50:59 +0100
c7d0238d22
Version 0.24.6
Alice Gaudon
2021-11-21 16:50:47 +0100
b24e9ab580
front: add CopyableText component
Alice Gaudon
2021-11-21 16:10:38 +0100
e9db1f4ded
front: add an external link icon to external links
Alice Gaudon
2021-11-21 15:02:31 +0100
428990dc00
front/home page: make first word of the title choosen at random in a list
Alice Gaudon
2021-11-21 13:15:15 +0100
c0918b17ed
Rename front layouts to templates
Alice Gaudon
2021-11-21 13:08:57 +0100
da6fda02a9
Replace feather icons with lucide icons, use Icon component everywhere
Alice Gaudon
2021-11-21 12:42:26 +0100
297bafcdc8
Add style to error pages
Alice Gaudon
2021-11-20 22:55:25 +0100
8b1e940d0a
Merge branch 'develop'
v0.24.5
Alice Gaudon
2021-11-20 19:53:14 +0100
61e7282f25
Version 0.24.5
Alice Gaudon
2021-11-20 19:52:59 +0100
d40481fe3b
Make rollup available in dependant projects
Alice Gaudon
2021-11-20 19:52:44 +0100
9da35de4e0
Move design page view to test views
Alice Gaudon
2021-11-20 19:14:26 +0100
febde935e3
Make more route usage optional
Alice Gaudon
2021-11-20 19:17:02 +0100
2879e014a8
Merge branch 'develop'
v0.24.4
Alice Gaudon
2021-11-20 19:09:26 +0100
3c28bd9fbe
Version 0.24.4
Alice Gaudon
2021-11-20 19:09:14 +0100
3616d54d29
frontend/BaseLayout: make it easier to edit the BaseLayout without redefining everything
Alice Gaudon
2021-11-20 19:04:55 +0100
e97cbb5d7f
Routing: add hasRoute and hasAnyRoute and make optional components views not render route if they don't exist
Alice Gaudon
2021-11-20 18:02:00 +0100
c0245e3e3d
Move tests page view to test folder
Alice Gaudon
2021-11-20 16:37:16 +0100
e188458f9c
SvelteViewEngine: fix stores file path
Alice Gaudon
2021-11-20 16:18:06 +0100
2f2e1f51b8
Fix dependencies for sources that will be rebuilt by dependant projects
Alice Gaudon
2021-11-20 16:17:18 +0100
575de5ebb1
Copy assets to dist folder at dist step
Alice Gaudon
2021-11-20 15:43:20 +0100
4156f978fa
Merge branch 'develop'
v0.24.3
Alice Gaudon
2021-11-20 15:40:38 +0100
876d509f10
Version 0.24.3
Alice Gaudon
2021-11-20 15:40:22 +0100