Commit Graph

  • 226d7d0d53 add excludes to package Manuel Gugger 2022-09-02 17:37:13 +0200
  • 01d7244cc1 add macro version to cargo.toml Manuel Gugger 2022-09-02 17:32:57 +0200
  • a851e44d1e update readme.md Manuel Gugger 2022-09-02 17:28:10 +0200
  • 359c210957 update example to use in memory sqlite Manuel Gugger 2022-09-02 17:23:06 +0200
  • 229a77c88b add initial crate documentation Manuel Gugger 2022-09-02 17:06:13 +0200
  • 420bdbceaf add custom handlers for index Manuel Gugger 2022-08-29 13:06:44 +0200
  • 3e2b765678 update integration tests with edit Manuel Gugger 2022-08-29 11:01:00 +0200
  • 5cc159e7a3 remove vscode Manuel Gugger 2022-08-28 20:27:53 +0200
  • 0d27bc4753 add vscode to gitignore Manuel Gugger 2022-08-28 20:27:11 +0200
  • f37f3736a7 fix integration tests for post routes Manuel Gugger 2022-08-28 20:26:10 +0200
  • a7352e5793 add custom handlers & post integration test manuel 2022-08-28 17:06:23 +0200
  • 920c5d00aa add integration test for get req Manuel Gugger 2022-08-27 14:41:08 +0200
  • f122be5294 cleanup dependencies manuel 2022-08-20 23:39:18 +0200
  • ea93fd6244 impl textarea manuel 2022-08-20 23:31:45 +0200
  • 16e8c36f9f display custom errors and implement in sample manuel 2022-08-20 22:51:15 +0200
  • 1c450a7291 include custom_errors in validation manuel 2022-08-20 21:49:15 +0200
  • a6edbc0f56 impl selectlist for foreign key manuel 2022-08-20 21:44:24 +0200
  • b56bdf8984 impl selectlist for foreign key manuel 2022-08-20 20:54:39 +0200
  • f5d0364244 change parameter match in for case auth_is_enabled Manuel Gugger 2022-08-18 13:58:26 +0200
  • ddf25f97da move access function to the viewmodel Manuel Gugger 2022-08-18 13:56:38 +0200
  • 4b53e45875 implement access rights for view models manuel 2022-08-16 14:36:05 +0200
  • c0291efa28 implement access rights for view models manuel 2022-08-16 00:17:35 +0200
  • 5e5b3571f9 add todos for auth impl manuel 2022-08-06 22:13:54 +0200
  • 0f549856af add auth to all routes manuel 2022-08-06 22:05:40 +0200
  • 75a409cd73 add example with login manuel 2022-08-06 21:49:52 +0200
  • 77bfb05f20 update env manuel 2022-08-06 20:33:48 +0200
  • 5d9b7def23 move sample to folder example and rename project manuel 2022-08-06 20:13:26 +0200
  • c0245fd5c5 move web app to examples manuel 2022-08-06 20:09:30 +0200
  • 08130f12fe hide search if no searchable fields manuel 2022-08-06 13:55:17 +0200
  • e79ae0a592 implement date Manuel Gugger 2022-08-05 18:33:05 +0200
  • fb4cd9f7d7 parse datetime and bool correctly Manuel Gugger 2022-08-05 18:23:51 +0200
  • 5aa8bc809d switch to multipart form Manuel Gugger 2022-08-05 13:32:08 +0200
  • a0fe692046 derive html input type based on field type Manuel Gugger 2022-08-04 17:44:40 +0200
  • 80df5a2719 switch to bulma css and font-awesome Manuel Gugger 2022-08-04 09:21:40 +0200
  • 2d3494c8ce move spinner to bottom row Manuel Gugger 2022-08-01 15:19:31 +0200
  • 97d2cccd73 add selectall checkboxes Manuel Gugger 2022-08-01 15:06:54 +0200
  • 89baa30467 refactor into create_or_edit Manuel Gugger 2022-08-01 15:01:18 +0200
  • a222d3e01b implement initial delete_many Manuel Gugger 2022-08-01 14:39:14 +0200
  • d0cc19d65c implement htmx multi select for delete Manuel Gugger 2022-07-31 17:11:58 +0200
  • a8ae8eff55 add search with 'contains' Manuel Gugger 2022-07-31 16:33:02 +0200
  • 09b9845b3d add htmx search field Manuel Gugger 2022-07-29 17:53:59 +0200
  • 1f88d67b76 implement field validation Manuel Gugger 2022-07-27 17:35:45 +0200
  • 4d2d625d25 implement basic error handling Manuel Gugger 2022-07-27 00:37:49 +0200
  • 38792b0fb5 add entities per page dropdown Manuel Gugger 2022-07-26 22:34:33 +0200
  • 130a2b4098 add error handling in case of model errors Manuel Gugger 2022-07-26 17:47:18 +0200
  • 3702474b41 add empty selectlist to optional field Manuel Gugger 2022-07-26 11:47:49 +0200
  • 5194febe9b add correct backlink Manuel Gugger 2022-07-25 17:33:06 +0200
  • 76809ddc46 remove not required packages Manuel Gugger 2022-07-25 16:57:42 +0200
  • e0da08ef73 add dropdown for enums Manuel Gugger 2022-07-21 19:01:05 +0200
  • 2b653510b2 add option for html input type on column manuel 2022-07-17 22:12:18 +0200
  • 96b069042e separate primary_key from other field values manuel 2022-06-06 15:25:37 +0200
  • 244d1f9e01 add struct attr and parsing for option manuel 2022-06-06 12:55:25 +0200
  • 9b5bc5c4da add htmx for delete manuel 2022-06-04 16:34:16 +0200
  • 10f891b1cd add paging Manuel Gugger 2022-06-02 18:46:24 +0200
  • b7588163ed add edit routes Manuel Gugger 2022-05-31 23:13:44 +0200
  • 7748878c26 add delete post action Manuel Gugger 2022-05-27 14:10:35 +0200
  • 411c8668eb add prelude Manuel Gugger 2022-05-27 13:13:44 +0200
  • 6dc1401550 split into multiple files Manuel Gugger 2022-05-27 12:49:21 +0200
  • 90a17e64d3 create actix_admin_builder function Manuel Gugger 2022-05-25 19:34:29 +0200
  • 7c8cf72668 implement macros for active_model generation Manuel Gugger 2022-05-25 13:11:54 +0200
  • 88a754eeac convert from request to admin_model for create_post Manuel Gugger 2022-05-23 18:32:48 +0200
  • 55c8a99a3c move activemodel creation to from trait manuel 2022-05-22 22:35:27 +0200
  • 6f8a802deb add hashmap macro manuel 2022-05-22 22:30:07 +0200
  • a22195d5d8 working list impl manuel 2022-05-22 22:00:33 +0200
  • dc60135cb9 asda manuel 2022-05-22 16:46:33 +0200
  • 2827099708 cleaned up code manuel 2022-05-22 14:36:39 +0200
  • 50098f93dd create single route with dynamic entity param Manuel Gugger 2022-05-03 15:42:46 +0200
  • 60797bd9eb add create fn Manuel Gugger 2022-05-01 23:30:20 +0200
  • 790cf9ff59 derive fields for table columns Manuel Gugger 2022-04-27 18:22:47 +0200
  • b5f55487fa store actix_admin in appstate Manuel Gugger 2022-04-26 15:28:52 +0200
  • 9923ae6a69 move list func into macro Manuel Gugger 2022-04-26 12:38:39 +0200
  • 7648c4bced move function out of lib Manuel Gugger 2022-04-25 21:00:42 +0200
  • 657ad8ffc9 add picocss Manuel Gugger 2022-04-25 17:23:38 +0200
  • b844315bf9 move oauth into separate crate Manuel Gugger 2022-04-24 14:35:43 +0200
  • 8c106eb9f2 split into models and viewmodels Manuel Gugger 2022-04-23 20:03:09 +0200
  • 10c50d7ddb add paginator sample Manuel Gugger 2022-01-03 19:31:34 +0100
  • 12796fecfe add admin scope Manuel Gugger 2021-12-08 18:37:15 +0100
  • bb545ab742 add sea-orm for sqlite db Manuel Gugger 2021-12-06 18:10:03 +0100
  • b7152c47eb add tera template Manuel Gugger 2021-11-29 17:35:11 +0100
  • 66d747fa32 add module and fix actix deprecations vom v3 Manuel Gugger 2021-11-29 15:57:36 +0100
  • c26f92b245 adapt oauth2 example for azure and actix 4 Manuel Gugger 2021-11-27 14:27:38 +0100
  • 42c48346c5
    Initial commit mgugger 2021-11-24 17:21:10 +0100