Commit graph

46 commits

Author SHA1 Message Date
42fa7c495f
Add openid discovery endpoint
It has a few fake fields, that I will implement later.
2024-10-16 18:39:36 +05:00
4490cd6a04
Include username and email in ID token 2024-10-05 17:51:21 +05:00
13461897b4
fix: sign id token using client secret 2024-09-21 15:43:35 +05:00
51d627efa4
fix: encode tokens to url-safe strings 2024-09-21 15:34:22 +05:00
6f1b46399e
fix: pass signed jwt to the view instead of the whole tuple 2024-09-21 13:48:22 +05:00
450895110a
feat: set up token signing 2024-09-21 13:39:41 +05:00
3176d05afc
fix(oidc): use user data from temporary code, not from conn.assigns 2024-09-21 12:55:16 +05:00
08f94ad16b
fix(oidc): use client secret from query params 2024-09-21 12:47:07 +05:00
489c39e16c
feat: draft implementation of oidc protocol 2024-09-17 00:07:00 +05:00
1eb567cd6d
feat(oauth): login confirmation page 2024-09-10 01:40:05 +05:00
c1a4b839bd
refactor: simplify client id and client secret generation 2024-09-09 21:07:25 +05:00
ba4e90ef51
refactor: use client_id as primary key 2024-09-06 13:12:30 +05:00
d09bcf646e
feat: generate modules for openid apps 2024-09-05 02:27:33 +05:00
750429fc62
feat: fancy admin panel 2024-08-31 17:06:02 +05:00
a8dbdadb90
fix: reset esbuild config 2024-08-31 17:02:54 +05:00
cdccbb1919
chore: use navigate instead of href for live views 2024-08-31 13:47:03 +05:00
7235ad0d00
feat: add a warning for unapproved accounts 2024-08-31 13:42:27 +05:00
80743a50f7
refactor: simplify changeset checks, enable spellcheck 2024-08-29 00:38:29 +05:00
7aa77b1604
feat: add the ability to approve users 2024-08-28 00:58:20 +05:00
03256685c0
chore: split css files 2024-08-26 22:10:51 +05:00
3f042d1d99
feat: show user list in admin panel 2024-08-26 21:05:11 +05:00
818a7e4a31
refactor: embed all html templates into html modules
For some reason I like it.
2024-08-25 23:58:22 +05:00
1d52d9c71f
feat: add description for some services 2024-08-25 23:47:58 +05:00
40f661ff58
style: run mix format 2024-08-25 23:04:41 +05:00
aba6a76073
refactor(home): create service component, embed html template 2024-08-25 23:04:29 +05:00
f779c5fd82
feat: save user info and approval status 2024-08-16 00:40:09 +05:00
5f73827373
feat: markdown parsing 2024-07-29 20:19:37 +05:00
107af78925
feat: public note list 2024-07-29 18:07:44 +05:00
5a00fdf843
feat: admin panel for notes 2024-07-29 16:19:47 +05:00
45c91eb3bf
feat: admin panel
I just added is_admin field to user schema, /admin scope,
admin page controller and view.

No extra functions were implemented.
2024-07-28 21:52:12 +05:00
2d81bf20ce
chore: use verified routes in nav bar 2024-07-28 18:03:48 +05:00
8040c38edf
refactor: store icons as .svg.heex files 2024-07-28 17:52:11 +05:00
fc799a5c0e
feat: add more information about services 2024-07-23 18:52:18 +05:00
84681401ec
chore: rename services to blog 2024-07-23 18:51:58 +05:00
e185b154ab
feat: add a list of services 2024-07-23 18:40:52 +05:00
66bb26380a
chore(users): translate forms, fix colors 2024-07-22 21:12:29 +05:00
3841ee5ed7
style: run mix format 2024-07-21 22:04:18 +05:00
0a5d70abb6
fix: move account-related links to navbar 2024-07-21 22:03:50 +05:00
63c28511e3
feat: generate authentication 2024-07-11 01:14:16 +05:00
63c73d5f08
fix(footer): add more icons, change css class names 2024-07-10 01:20:19 +05:00
9e8885386a
feat: favicons 2024-07-09 23:19:56 +05:00
560c2c1c8c
fix(flash): write custom styles, update translations 2024-07-09 23:07:57 +05:00
1a394277d2
feat: add controllers and views for other pages 2024-07-09 21:21:17 +05:00
c6de8dce34
chore: remove tailwind
I prefer plain css files over tailwind.

I converted some default components,
but it's still a work in progress.
2024-07-06 21:25:42 +05:00
c80f439840
chore: copy layout and main page 2024-06-15 22:04:21 +05:00
c8edc05b27
chore: initialize empty phoenix project 2024-05-27 12:55:41 +05:00