Commit graph

206 commits

Author SHA1 Message Date
03eb2c9da9 added avatar logo, based off name/username 2023-04-14 09:21:46 +02:00
6b911f0f69 settings/personal: timezone field, use tom-select to get search field 2023-04-13 22:04:02 +02:00
f6707af58d footer: display time with timezone, use UTC when user is not logged in 2023-04-13 22:02:35 +02:00
e49c146dfd users: store timezone, default is "UTC" 2023-04-13 22:01:27 +02:00
1168e1494c added settings/visual: moved theme toggle here 2023-04-12 09:30:59 +02:00
b05361510a settings/security: change password 2023-04-10 18:58:57 +02:00
a67c7559b9 settings/security: generate paper key 2023-04-10 15:17:08 +02:00
c1daa34f2c settings/security: logout everywhere: revoke all refresh tokens, new refresh + jwt 2023-04-07 18:30:27 +02:00
4d9305f3d2 settings/security: display page 2023-04-07 17:48:50 +02:00
11e2894621 admin/security: show flash, confirm action with modal 2023-04-07 17:46:39 +02:00
19840b31e6 logo: full color with a white overlay 2023-04-06 11:14:24 +02:00
a47e4c204a personal settings: update username, name, email 2023-04-05 23:41:25 +02:00
1346b57b30 tests: fixed logo route 2023-04-05 20:18:13 +02:00
29fbcb6428 ezidam: user settings: show personal info 2023-04-05 19:59:04 +02:00
71643f6e37 ezidam: header: dont put settings 2023-04-05 19:58:04 +02:00
cdcdba2b9a ezidam: split home routes 2023-04-05 18:09:32 +02:00
92a08db8fe ezidam: added access_token guard, oauth/userinfo endpoint 2023-04-04 23:16:34 +02:00
d14c3da06a ezidam: well-known: wrap jwks in "keys" object 2023-04-04 00:24:43 +02:00
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