Commit graph

559 commits

Author SHA1 Message Date
Owen Schwartz
03650634ee
Websocket working and newt auth working 2024-11-10 17:08:29 -05:00
Owen Schwartz
e5e78ff1bf
Basic websocket and auth for newt 2024-11-10 17:08:11 -05:00
Milo Schwartz
231e1d2e2d
more user role stuff 2024-11-09 23:59:19 -05:00
Milo Schwartz
bb17d30c9e
list roles, make sidebar component, responsive mobile settings menu selector 2024-11-09 00:08:17 -05:00
Milo Schwartz
9c2e481d2b
show owner in users table, list roles query in invite form, and more 2024-11-08 00:03:54 -05:00
Milo Schwartz
458de04fcf
add org owner check to deleteOrg and removeUser endpoints 2024-11-06 00:05:19 -05:00
Milo Schwartz
372e51c0a5
move action permission check to middleware 2024-11-05 23:55:46 -05:00
Milo Schwartz
03051878ef
rename super user to admin and middleware refactoring 2024-11-05 22:38:57 -05:00
Owen Schwartz
7b755a273c
Add ws 2024-11-04 00:29:36 -05:00
Owen Schwartz
5cb87f0bbd
Adding ws 2024-11-04 00:29:36 -05:00
Milo Schwartz
fadfaf1f0b
ability to remove user from org 2024-11-03 17:28:12 -05:00
Milo Schwartz
2852d62258
refactor contexts, format zod errors, and more refactoring 2024-11-03 13:57:51 -05:00
Milo Schwartz
2635443105
add credenza 2024-11-03 00:02:26 -04:00
Milo Schwartz
a6baebb216
basic invite user functional 2024-11-02 23:46:16 -04:00
Milo Schwartz
a6bb8f5bb1
create invite and accept invite endpoints 2024-11-02 18:12:17 -04:00
Milo Schwartz
a83a3e88bb
display users table 2024-11-02 16:12:20 -04:00
Milo Schwartz
d6387de21b
make org select box funcitonal 2024-11-02 15:50:46 -04:00
Milo Schwartz
54ba205fc0
clean up naming and add /settings/ to path 2024-11-02 15:44:48 -04:00
Owen Schwartz
c05342dd25
Fix missing cidr slash 2024-10-28 23:46:58 -04:00
Milo Schwartz
1fb43a5ce4
move ssl from target to resource 2024-10-28 23:34:04 -04:00
Milo Schwartz
e279d93570
infer wild card cert if prefer flag is on 2024-10-28 00:07:43 -04:00
Milo Schwartz
5c80f026bc
http only works, and added redirect middleware 2024-10-27 23:36:04 -04:00
Milo Schwartz
4a5bd7e18a
fix /setup redirect issue 2024-10-26 23:57:29 -04:00
Milo Schwartz
8a8c42e3b1
Merge branch 'main' of https://github.com/fosrl/pangolin 2024-10-26 23:37:33 -04:00
Milo Schwartz
2d5ff17515
run migrations if no db 2024-10-26 23:37:25 -04:00
Owen Schwartz
42777a1e71
Put back node-fetch for now 2024-10-26 22:55:48 -04:00
Owen Schwartz
4ed5ef1765
Update gerbil with new sites and targets 2024-10-26 22:44:53 -04:00
Milo Schwartz
25224e0343
uncomment orgs list for dropdown 2024-10-26 22:02:58 -04:00
Milo Schwartz
4706dea3bf
prevent static optimization on root page 2024-10-26 21:47:12 -04:00
Milo Schwartz
976635e5fe
add main and sans domains 2024-10-26 20:03:25 -04:00
Milo Schwartz
6942eeb7b4
Merge branch 'main' of https://github.com/fosrl/pangolin 2024-10-26 19:58:01 -04:00
Milo Schwartz
9320f99920
use fullDomain from resources in get traefik config 2024-10-26 19:57:47 -04:00
Owen Schwartz
a90347183d
Working on deployment 2 2024-10-26 19:56:50 -04:00
Owen Schwartz
778491b49f
Merge branch 'main' of https://github.com/fosrl/pangolin 2024-10-26 17:26:14 -04:00
Milo Schwartz
92ae69ae29
remove app name from meta 2024-10-26 17:24:31 -04:00
Owen Schwartz
edcae190b2
Test & fix the get defaults for sites 2024-10-26 17:24:11 -04:00
Owen Schwartz
7feb21e727
Updated gerbil key handeling 2024-10-26 17:24:11 -04:00
Milo Schwartz
6cee5703b5
add log incoming middleware 2024-10-26 17:19:10 -04:00
Milo Schwartz
be144fe15d
pull port from env var 2024-10-26 17:13:30 -04:00
Milo Schwartz
50d374d9f6
save 2024-10-26 17:01:34 -04:00
Owen Schwartz
d78312fad8
Properly generate all wireguard options 2024-10-26 16:04:01 -04:00
Owen Schwartz
261b3c7e31
Fix resource new id number 2024-10-26 12:15:03 -04:00
Owen Schwartz
c6d4c4db20
Merge branch 'main' of https://github.com/fosrl/pangolin 2024-10-26 12:02:34 -04:00
Owen Schwartz
bbf3709974
Working on auto registering gerbil 2024-10-26 12:02:21 -04:00
Milo Schwartz
a601d6b24f
implement prefer_wildcard_cert flag 2024-10-25 22:35:07 -04:00
Milo Schwartz
29b848fd5d
ability to disable email verification requirement 2024-10-25 21:39:18 -04:00
Milo Schwartz
50e1a7abe1
improve path handling and add flags section to config 2024-10-25 00:05:43 -04:00
Milo Schwartz
ce19cc4ba4
migrate to next 15 and react 19 2024-10-23 13:30:23 -04:00
Milo Schwartz
2322640dc0
use bools and numbers in config instead of parsing from string 2024-10-23 00:01:41 -04:00
Milo Schwartz
717aa09daa
check for user before getting orgs, create default config 2024-10-22 23:58:00 -04:00