Commit graph

138 commits

Author SHA1 Message Date
9af447d110 allow clippy enum_variant_names 2023-04-04 00:06:16 +02:00
fe24825c3b ezidam: oauth: added token endpoint, handling "authorization_code" and "refresh_token" grants 2023-04-04 00:03:41 +02:00
dd69fc99ea ezidam: added cors, http basic auth request guard 2023-04-03 17:59:02 +02:00
3ce6154dfa ezidam: oauth: auth request: optional response mode, default is query 2023-04-03 17:57:49 +02:00
ba9ecb9f5c tokens: return result as string, moved cookie handling outside 2023-04-03 17:56:57 +02:00
088a1f0076 footer: display time in utc 2023-04-03 11:39:10 +02:00
00c8d90355 ezidam: jwt: forward if can't find refresh token 2023-04-03 11:13:42 +02:00
317dc23735 ezidam: apps: handle when application is archived 2023-04-02 02:12:22 +02:00
4b8b82e577 ezidam: list apps: show confidentiality 2023-04-02 02:05:51 +02:00
e06bd31b4c ezidam: apps: archive, and revoke refresh tokens associated with app 2023-04-02 01:59:40 +02:00
956f28f7e5 refresh_tokens: add app inside each refresh token 2023-04-02 01:10:27 +02:00
2caf584cb7 ezidam: apps: view, update, new secret 2023-04-02 00:52:16 +02:00
4b99905ee0 ezidam: nicer view for flash 2023-04-02 00:50:05 +02:00
f911fc665c ezidam: apps: form, create new app 2023-03-31 23:57:58 +02:00
d2e1792f3c ezidam: ability to clone page 2023-03-31 23:56:23 +02:00
b64766cd4b updated logo, added favicon (thanks Remi!) 2023-03-31 17:08:40 +02:00
c8700cfdc8 ezidam: settings: branding: show updated_at 2023-03-31 00:46:09 +02:00
14bff68cbf ezidam: apps: don't include ezidam 2023-03-30 23:57:06 +02:00
23f69e8377 ezidam: icons: moved rest of icons to the new system 2023-03-30 23:48:15 +02:00
f5fee63a15 ezidam: icons: moved to own module, macro to generate struct constants, ability to use as tera templates 2023-03-30 23:40:34 +02:00
0c04322189 ezidam: using fonts from https://systemfontstack.com 2023-03-30 20:10:48 +02:00
f6295f72d7 ezidam: removed inter font 2023-03-30 19:20:58 +02:00
574ee62092 ezidam: added admin/apps listing 2023-03-30 00:55:45 +02:00
e2a7d7625e ezidam: shell: optional blocks to load js libs + additional javascript 2023-03-30 00:54:27 +02:00
42d88cc2dd apps: get all with filter, serde 2023-03-30 00:53:57 +02:00
842be36a1b ezidam: admin settings: moved template in folder 2023-03-29 18:17:47 +02:00
8ab88ae4e1 ezidam: admin settings: added security page: logout everyone 2023-03-26 23:36:36 +02:00
d3e88b1f7b ezidam: guards: jwt: when user token is invalid, dont outcome a failure, forward to next route 2023-03-26 23:35:44 +02:00
9687116063 ezidam: refactor jwt and refresh token generate in "tokens" mod 2023-03-26 19:25:50 +02:00
23b1e3ea4f dockerfile: set workdir 2023-03-26 00:34:26 +01:00
e7fe6ef20f dockerfile: use alpine for /tmp, move everything in /ezidam 2023-03-26 00:14:26 +01:00
3532f80882 ezidam: branding page: logo update/delete, update business name 2023-03-25 23:32:46 +01:00
d8fe336b06 ci: update job name, speed up sqlx compile time queries 2023-03-25 13:15:26 +01:00
540e2d8aed database: fixed sqlx compile error 2023-03-25 12:14:11 +01:00
5b35c3b339 jwt: updated dependencies 2023-03-24 23:26:02 +01:00
51ceee9295 update dependencies 2023-03-24 23:23:14 +01:00
784365d6f9 cargo update 2023-03-24 23:06:47 +01:00
7f4862ff30 upgraded to rocket v0.5-rc3 2023-03-24 22:56:01 +01:00
eab918d643 ezidam: admin: empty settings page 2023-03-24 22:18:52 +01:00
efebe2fa80 ezidam: new menu system, with main and submenus 2023-03-24 22:15:07 +01:00
ddf6f25dd2 ezidam: empty admin dashboard, link for admins to access it 2023-03-23 21:31:37 +01:00
3f0b09008c logo: alt text 2023-03-23 21:12:23 +01:00
75f9b9dca3 menu: 2 kind of menus: user and admin 2023-03-23 21:11:42 +01:00
1facd2ffbf added robots.txt 2023-03-22 22:16:16 +01:00
228b86f5a3 openid: same sub for all clients 2023-03-22 19:11:38 +01:00
2f32818a72 deploy with caprover cli 2023-03-21 23:47:20 +01:00
5e1eac4d78 ezidam: add templates to dockerfile 2023-03-21 00:12:25 +01:00
8365bc5dff ezidam: dont put relative path for static files, bundle them in docker image 2023-03-20 23:16:43 +01:00
7aa5c96f7a ci: docker pipeline depends on rust 2023-03-20 00:04:28 +01:00
2c3dfcdeb3 ci: use of woodpecker mutli-pipelines 2023-03-20 00:03:03 +01:00