Commit graph

43 commits

Author SHA1 Message Date
miloschwartz
82f990eb8b
add list domains for org endpoint 2025-02-16 18:09:17 -05:00
miloschwartz
851bedb2e5
refactor create and update resource endpoints 2025-02-16 17:28:10 -05:00
Milo Schwartz
235e91294e
remove base_url from config (#13)
* add example config dir, logos, and update CONTRIBUTING.md

* update dockerignore

* split base_url into dashboard_url and base_domain

* Remove unessicary ports

* Allow anything for the ip

* Update docker tags

* Complex regex for domains/ips

* update gitignore

---------

Co-authored-by: Owen Schwartz <owen@txv.io>
2025-01-07 22:41:35 -05:00
Milo Schwartz
3b4a993704
refactor and reorganize 2025-01-01 21:41:31 -05:00
Milo Schwartz
9732098799
make config class and separate migrations script 2025-01-01 17:50:12 -05:00
Milo Schwartz
b199595100
rename auth and start work separating config 2025-01-01 16:40:01 -05:00
Milo Schwartz
b78e7a324d
place holder landing pages 2024-12-26 19:33:56 -05:00
Milo Schwartz
4cdaa9b588
Merge branch 'main' of https://github.com/fosrl/pangolin 2024-12-25 15:55:50 -05:00
Milo Schwartz
4a1e869e58
setup server admin 2024-12-25 15:54:32 -05:00
Owen Schwartz
2f328fc719
Add basic transactions 2024-12-24 16:00:02 -05:00
Owen Schwartz
35358cbe57
Working on delete 2024-12-24 12:08:31 -05:00
Owen Schwartz
9988061058
Add setup entrypoint 2024-12-22 12:33:49 -05:00
Owen Schwartz
0386d81b95
Merge branch 'main' of https://github.com/fosrl/pangolin 2024-12-22 12:04:57 -05:00
Owen Schwartz
1361b47ef7
Remove dangerous logging 2024-12-22 12:03:46 -05:00
Milo Schwartz
ce5df3b0b9
fix issues from test deploy 2024-12-21 21:01:12 -05:00
Milo Schwartz
0d30ac2ddc
org setup wip 2024-12-21 14:25:54 -05:00
Milo Schwartz
ba3505a385
use strict zod objects and hide proto on targets 2024-11-14 00:00:17 -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
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
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
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
9320f99920
use fullDomain from resources in get traefik config 2024-10-26 19:57:47 -04:00
Owen Schwartz
261b3c7e31
Fix resource new id number 2024-10-26 12:15:03 -04:00
Owen Schwartz
bbf3709974
Working on auto registering gerbil 2024-10-26 12:02:21 -04:00
Milo Schwartz
57ba84eb02
more validation and redirects 2024-10-19 16:37:40 -04:00
Milo Schwartz
f6c7c017cb
show resources table, check org access, and handle redirects on root 2024-10-19 15:49:16 -04:00
Milo Schwartz
d677d9c8ea
fix list resources endpoint and more color tweaks 2024-10-17 00:29:18 -04:00
Owen Schwartz
0599421975
Add stepper 2024-10-14 19:30:48 -04:00
Owen Schwartz
9abb656d52
Move to string ordId 2024-10-14 15:11:18 -04:00
Owen Schwartz
364b2c26c3
Add role aware updates & endpoints 2024-10-12 21:36:30 -04:00
Owen Schwartz
4fc630cf42
Ensure the user's actions 2024-10-10 21:59:30 -04:00
Owen Schwartz
8213036729
Format files and fix http response 2024-10-06 18:05:20 -04:00
Owen Schwartz
81017139c5
Add actions check to all endpoints 2024-10-06 16:43:59 -04:00
Owen Schwartz
20db6d450c
Update to verify middleware & lists agenst new permissions tables 2024-10-06 16:19:04 -04:00
Owen Schwartz
a8f944fc78
Add verify middleware 2024-10-03 22:31:20 -04:00
Owen Schwartz
0574cd1b4f
Add list endpoints to routers 2024-10-02 21:22:17 -04:00
Owen Schwartz
ecdf2dfd04
Fix return response and add list 2024-10-02 21:17:38 -04:00
Milo Schwartz
1a91dbb89c
organized routes and routes and added rate limiter 2024-10-02 00:04:40 -04:00