Commit graph

413 commits

Author SHA1 Message Date
miloschwartz
5a3fb35002 add migration script 2025-03-04 11:13:34 -05:00
miloschwartz
3d0df13c4a allow hash in url path rule 2025-03-03 19:47:07 -05:00
miloschwartz
f6ca38d1c4 allow anything for hostname closes #265 2025-03-03 17:11:41 -05:00
miloschwartz
990cce755d fix typo 2025-03-02 23:24:21 -05:00
miloschwartz
00db9e63fb allow setting tks.rejectUnauthorized for Nodemailer in config closes #264 2025-03-02 20:03:20 -05:00
miloschwartz
30305db56e more visual enhancements and use expires instead of max age in cookies 2025-03-02 15:50:03 -05:00
miloschwartz
41dc7fc907 minor visual enhancements 2025-03-01 17:45:38 -05:00
miloschwartz
3ceedb406d Merge branch 'dev' into multi-domain 2025-02-26 21:26:20 -05:00
miloschwartz
65f369d983 adjustments to migration after testing 2025-02-25 22:58:52 -05:00
miloschwartz
c24340a705 always check rules even if auth is disabled 2025-02-24 22:52:38 -05:00
miloschwartz
05544b1c45 clear stale data from db on restart 2025-02-24 22:46:55 -05:00
miloschwartz
5739b6cce5 add sql migration 2025-02-24 22:25:42 -05:00
miloschwartz
2739a4060e minor bug files, remove unqiue constraint, and start migration 2025-02-24 22:06:21 -05:00
miloschwartz
54588b984f make cookies work with multi-domain 2025-02-23 23:04:01 -05:00
miloschwartz
2be580a542 bug fixes to smooth out multi domain inputs forms 2025-02-19 23:00:59 -05:00
miloschwartz
61224348a2 refactor subdomain inputs 2025-02-18 22:56:46 -05:00
miloschwartz
eb7c55349d add list domains for org endpoint 2025-02-16 18:09:17 -05:00
miloschwartz
6f96598ad4 refactor create and update resource endpoints 2025-02-16 17:28:10 -05:00
miloschwartz
e41c0c9d7c sync config managed domains to db 2025-02-15 22:41:39 -05:00
Owen
86da95c906 Clean off ports for 80 and 443 hosts 2025-02-15 17:48:27 -05:00
Milo Schwartz
abcc99a830 save 2025-02-14 20:22:26 -05:00
Milo Schwartz
179cafeb84 bump version 2025-02-14 16:53:05 -05:00
Milo Schwartz
d31d7179f8 create target validator and add url validator 2025-02-14 16:46:46 -05:00
Owen
98aea7d6b7 Fix ip range pick initial range; add test 2025-02-14 15:49:40 -05:00
Milo Schwartz
8080d297c6 allow any string as target 2025-02-14 13:27:34 -05:00
Milo Schwartz
23eb626a3e fix reset password sql error 2025-02-14 13:12:29 -05:00
Owen
7c3ad545e0 Allow the chars from RFC 3986 2025-02-14 12:38:28 -05:00
Owen
ae6bd937c7 Support v6 2025-02-14 12:32:18 -05:00
Owen
7345f4a2af Allow . in path; resolves #199 2025-02-14 09:51:17 -05:00
Milo Schwartz
cdfa2da815 change migration script text 2025-02-12 22:29:42 -05:00
Milo Schwartz
243d455612 use zod for rules ip validation 2025-02-12 21:52:58 -05:00
Milo Schwartz
b6b0685319 rules server validation, enabled toggle, fix wildcard 2025-02-11 23:59:13 -05:00
Milo Schwartz
f1759790b8 Merge pull request #185 from fosrl/rules
Rules
2025-02-10 21:11:57 -05:00
Owen
9641de995d Seperate ip and cidr 2025-02-10 21:06:37 -05:00
Milo Schwartz
2dd5aca805 Merge branch 'rules' of https://github.com/fosrl/pangolin into rules 2025-02-09 23:24:09 -05:00
Milo Schwartz
4160cfe149 add rules info card 2025-02-09 23:23:55 -05:00
Owen
3033fedba6 Be more lenient with leading and trailing slashes 2025-02-09 22:03:18 -05:00
Owen
f59376edde Format 2025-02-09 22:00:02 -05:00
Owen
3206a9a90f Drop first 2025-02-09 21:56:39 -05:00
Owen
45dc28ae10 Fix check on string 2025-02-09 11:33:40 -05:00
Owen
45dcdd8f85 Add migrations 2025-02-09 11:10:19 -05:00
Owen
137a1f4b5d Add enable rules toggle 2025-02-09 11:02:40 -05:00
Owen
6937df1dc6 Adjust rule processing 2025-02-09 10:50:43 -05:00
Owen
b6a39956f0 Add validation 2025-02-08 17:54:01 -05:00
Owen
af4e361c9a API and rule screen working 2025-02-08 17:38:30 -05:00
Owen
08ecf475a8 Add update 2025-02-08 17:10:37 -05:00
Owen
ad83fa7190 rename to resource rules and add api endpoints 2025-02-08 17:07:21 -05:00
Milo Schwartz
dbc110ede6 expand list of allowed special characters in password 2025-02-08 16:04:41 -05:00
Milo Schwartz
645de2fc78 remove annoying debug log 2025-02-08 15:47:01 -05:00
Owen
860e3e4f23 Initial pass at rules 2025-02-06 21:42:18 -05:00