Commit Graph

109 Commits

Author SHA1 Message Date
Manuel Gugger
a600ff5c9c implement file_upload field 2022-12-29 19:56:20 +01:00
Manuel Gugger
ce964220b7 cleanup examples 2022-11-08 17:10:27 +01:00
Manuel Gugger
1e3f4fb80f update docs 2022-10-24 20:09:59 +02:00
Manuel Gugger
ac2d1d6ed0 export lib crates in prelude to use in macro 2022-10-24 18:42:51 +02:00
Manuel Gugger
e48acd015c use lazy_static to initialize viewmodel fields 2022-10-24 18:22:38 +02:00
Manuel Gugger
b39ad99c7f add custom handlers and add them optionally to the menu 2022-10-11 18:54:45 +02:00
Manuel Gugger
859c139f8b implement error handling through notifications 2022-10-07 21:32:59 +02:00
Manuel Gugger
a7726f994a add 404 page 2022-10-07 17:03:09 +02:00
Manuel Gugger
0b293b5807 refactor menu element to allow adding arbitrary elements to the navbar 2022-09-29 16:23:49 +02:00
manuel
f64a0a5003 add categories to group entities in a dropdown in the navbar 2022-09-12 21:22:25 +02:00
Manuel Gugger
4fc35d0e97 fix doctests 2022-09-07 14:38:21 +02:00
Manuel Gugger
879dfff032 add show view 2022-09-06 10:21:07 +02:00
Manuel Gugger
a851e44d1e update readme.md 2022-09-02 17:28:10 +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
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
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 Gugger
f5d0364244 change parameter match in for case auth_is_enabled 2022-08-18 13:58:26 +02:00
manuel
4b53e45875 implement access rights for view models 2022-08-16 14:36:05 +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
5d9b7def23 move sample to folder example and rename project 2022-08-06 20:13:26 +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
a0fe692046 derive html input type based on field type 2022-08-04 17:44:40 +02:00
Manuel Gugger
a8ae8eff55 add search with 'contains' 2022-07-31 16:33:02 +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
manuel
96b069042e separate primary_key from other field values 2022-06-06 15:25:37 +02:00
manuel
244d1f9e01 add struct attr and parsing for option 2022-06-06 12:55:25 +02:00
Manuel Gugger
411c8668eb add prelude 2022-05-27 13:13:44 +02:00
Manuel Gugger
6dc1401550 split into multiple files 2022-05-27 12:49:21 +02:00
Manuel Gugger
90a17e64d3 create actix_admin_builder function 2022-05-25 19:34:29 +02:00
Manuel Gugger
7c8cf72668 implement macros for active_model generation 2022-05-25 13:11:54 +02:00
manuel
a22195d5d8 working list impl 2022-05-22 22:00:33 +02:00
manuel
dc60135cb9 asda 2022-05-22 16:46:33 +02:00
manuel
2827099708 cleaned up code 2022-05-22 14:36:39 +02:00
Manuel Gugger
50098f93dd create single route with dynamic entity param 2022-05-03 15:42:46 +02:00
Manuel Gugger
60797bd9eb add create fn 2022-05-01 23:30:20 +02:00
Manuel Gugger
790cf9ff59 derive fields for table columns 2022-04-27 18:22:47 +02:00
Manuel Gugger
b5f55487fa store actix_admin in appstate 2022-04-26 15:28:52 +02:00
Manuel Gugger
9923ae6a69 move list func into macro 2022-04-26 12:38:39 +02:00
Manuel Gugger
7648c4bced move function out of lib 2022-04-25 21:00:42 +02:00
Manuel Gugger
657ad8ffc9 add picocss 2022-04-25 17:23:38 +02:00
Manuel Gugger
b844315bf9 move oauth into separate crate 2022-04-24 14:35:43 +02:00
Manuel Gugger
8c106eb9f2 split into models and viewmodels 2022-04-23 20:03:09 +02:00
Manuel Gugger
10c50d7ddb add paginator sample 2022-01-03 19:31:34 +01:00
Manuel Gugger
12796fecfe add admin scope 2021-12-08 18:37:15 +01:00
Manuel Gugger
bb545ab742 add sea-orm for sqlite db 2021-12-06 18:10:03 +01:00
Manuel Gugger
b7152c47eb add tera template 2021-11-29 17:35:11 +01:00
Manuel Gugger
66d747fa32 add module and fix actix deprecations vom v3 2021-11-29 15:57:36 +01:00
Manuel Gugger
c26f92b245 adapt oauth2 example for azure and actix 4 2021-11-27 14:27:38 +01:00