Manuel Gugger
|
226d7d0d53
|
add excludes to package
|
2022-09-02 17:37:13 +02:00 |
|
Manuel Gugger
|
01d7244cc1
|
add macro version to cargo.toml
|
2022-09-02 17:32:57 +02:00 |
|
Manuel Gugger
|
a851e44d1e
|
update readme.md
|
2022-09-02 17:28:10 +02:00 |
|
Manuel Gugger
|
359c210957
|
update example to use in memory sqlite
|
2022-09-02 17:23:06 +02:00 |
|
Manuel Gugger
|
229a77c88b
|
add initial crate documentation
|
2022-09-02 17:06:13 +02:00 |
|
Manuel Gugger
|
420bdbceaf
|
add custom handlers for index
|
2022-08-29 13:06:44 +02:00 |
|
Manuel Gugger
|
3e2b765678
|
update integration tests with edit
|
2022-08-29 11:01:00 +02:00 |
|
Manuel Gugger
|
5cc159e7a3
|
remove vscode
|
2022-08-28 20:27:53 +02:00 |
|
Manuel Gugger
|
0d27bc4753
|
add vscode to gitignore
|
2022-08-28 20:27:11 +02:00 |
|
Manuel Gugger
|
f37f3736a7
|
fix integration tests for post routes
|
2022-08-28 20:26:10 +02:00 |
|
manuel
|
a7352e5793
|
add custom handlers & post integration test
|
2022-08-28 17:06:23 +02:00 |
|
Manuel Gugger
|
920c5d00aa
|
add integration test for get req
|
2022-08-27 14:41:08 +02:00 |
|
manuel
|
f122be5294
|
cleanup dependencies
|
2022-08-20 23:39:18 +02:00 |
|
manuel
|
ea93fd6244
|
impl textarea
|
2022-08-20 23:31:45 +02:00 |
|
manuel
|
16e8c36f9f
|
display custom errors and implement in sample
|
2022-08-20 22:51:15 +02:00 |
|
manuel
|
1c450a7291
|
include custom_errors in validation
|
2022-08-20 21:49:15 +02:00 |
|
manuel
|
a6edbc0f56
|
impl selectlist for foreign key
|
2022-08-20 21:44:24 +02:00 |
|
manuel
|
b56bdf8984
|
impl selectlist for foreign key
|
2022-08-20 20:54:39 +02:00 |
|
Manuel Gugger
|
f5d0364244
|
change parameter match in for case auth_is_enabled
|
2022-08-18 13:58:26 +02:00 |
|
Manuel Gugger
|
ddf25f97da
|
move access function to the viewmodel
|
2022-08-18 13:56:38 +02:00 |
|
manuel
|
4b53e45875
|
implement access rights for view models
|
2022-08-16 14:36:05 +02:00 |
|
manuel
|
c0291efa28
|
implement access rights for view models
|
2022-08-16 00:17:35 +02:00 |
|
manuel
|
5e5b3571f9
|
add todos for auth impl
|
2022-08-06 22:13:54 +02:00 |
|
manuel
|
0f549856af
|
add auth to all routes
|
2022-08-06 22:05:40 +02:00 |
|
manuel
|
75a409cd73
|
add example with login
|
2022-08-06 21:49:52 +02:00 |
|
manuel
|
77bfb05f20
|
update env
|
2022-08-06 20:33:48 +02:00 |
|
manuel
|
5d9b7def23
|
move sample to folder example and rename project
|
2022-08-06 20:13:26 +02:00 |
|
manuel
|
c0245fd5c5
|
move web app to examples
|
2022-08-06 20:09:30 +02:00 |
|
manuel
|
08130f12fe
|
hide search if no searchable fields
|
2022-08-06 13:55:17 +02:00 |
|
Manuel Gugger
|
e79ae0a592
|
implement date
|
2022-08-05 18:33:05 +02:00 |
|
Manuel Gugger
|
fb4cd9f7d7
|
parse datetime and bool correctly
|
2022-08-05 18:23:51 +02:00 |
|
Manuel Gugger
|
5aa8bc809d
|
switch to multipart form
|
2022-08-05 13:32:08 +02:00 |
|
Manuel Gugger
|
a0fe692046
|
derive html input type based on field type
|
2022-08-04 17:44:40 +02:00 |
|
Manuel Gugger
|
80df5a2719
|
switch to bulma css and font-awesome
|
2022-08-04 09:21:40 +02:00 |
|
Manuel Gugger
|
2d3494c8ce
|
move spinner to bottom row
|
2022-08-01 15:19:31 +02:00 |
|
Manuel Gugger
|
97d2cccd73
|
add selectall checkboxes
|
2022-08-01 15:06:54 +02:00 |
|
Manuel Gugger
|
89baa30467
|
refactor into create_or_edit
|
2022-08-01 15:01:18 +02:00 |
|
Manuel Gugger
|
a222d3e01b
|
implement initial delete_many
|
2022-08-01 14:39:14 +02:00 |
|
Manuel Gugger
|
d0cc19d65c
|
implement htmx multi select for delete
|
2022-07-31 17:11:58 +02:00 |
|
Manuel Gugger
|
a8ae8eff55
|
add search with 'contains'
|
2022-07-31 16:33:02 +02:00 |
|
Manuel Gugger
|
09b9845b3d
|
add htmx search field
|
2022-07-29 17:53:59 +02:00 |
|
Manuel Gugger
|
1f88d67b76
|
implement field validation
|
2022-07-27 17:35:45 +02:00 |
|
Manuel Gugger
|
4d2d625d25
|
implement basic error handling
|
2022-07-27 00:37:49 +02:00 |
|
Manuel Gugger
|
38792b0fb5
|
add entities per page dropdown
|
2022-07-26 22:34:33 +02:00 |
|
Manuel Gugger
|
130a2b4098
|
add error handling in case of model errors
|
2022-07-26 17:47:18 +02:00 |
|
Manuel Gugger
|
3702474b41
|
add empty selectlist to optional field
|
2022-07-26 11:47:49 +02:00 |
|
Manuel Gugger
|
5194febe9b
|
add correct backlink
|
2022-07-25 17:33:06 +02:00 |
|
Manuel Gugger
|
76809ddc46
|
remove not required packages
|
2022-07-25 16:57:42 +02:00 |
|
Manuel Gugger
|
e0da08ef73
|
add dropdown for enums
|
2022-07-21 19:01:05 +02:00 |
|
manuel
|
2b653510b2
|
add option for html input type on column
|
2022-07-17 22:12:18 +02:00 |
|