Commit graph

329 commits

Author SHA1 Message Date
Milo Schwartz
e5b9bd14f8 add failed auth logging 2025-01-27 22:43:32 -05:00
Milo Schwartz
9e44d58a33 allow setting secure for smtp in config 2025-01-27 21:19:31 -05:00
Milo Schwartz
61ecd74df1 allow wildcard emails in email whitelist 2025-01-26 18:14:47 -05:00
Milo Schwartz
b62d198416 refactor auth to work cross domain and with http resources closes #100 2025-01-26 14:42:02 -05:00
Milo Schwartz
641b65cfab Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-01-25 13:23:46 -05:00
Milo Schwartz
8ed35c852f remove permanent redirect for https 2025-01-25 13:23:36 -05:00
Owen Schwartz
39a4a51b88 Remove double transaction 2025-01-25 12:55:19 -05:00
Milo Schwartz
ece694ff20 make all emails lowercase closes #89 2025-01-21 19:03:18 -05:00
Owen Schwartz
196999a107 Pick always a new port for newt 2025-01-20 21:07:02 -05:00
Milo Schwartz
23c43c7eb9 remove double createHttpError 2025-01-17 21:59:06 -05:00
Mauricio Allende
c4de0de9ce fix: add missing await when verifying pincode
`validPincode` ends up as a `Promise` and evaluates as a thruthy value wether the pin is correct or not.
2025-01-17 22:54:20 -03:00
Milo Schwartz
3a4131d54a optionally generate traefik files, set cors in config, and set trust proxy in config 2025-01-15 23:26:31 -05:00
Owen Schwartz
492dcd5033 Merge branch 'main' into dev 2025-01-15 21:38:15 -05:00
Owen Schwartz
e65c07af82 Import start port at startup for now for exit node 2025-01-15 21:37:10 -05:00
Milo Schwartz
bae9571461 allow controlling cors from config and add cors middleware to traefik 2025-01-13 23:59:10 -05:00
Milo Schwartz
36b36c2471 log url to docs if config error 2025-01-12 20:42:16 -05:00
Milo Schwartz
d7e979af83 add migration to update badger 2025-01-12 16:46:27 -05:00
Owen Schwartz
9e2bbe316d Merge branch 'no-gerbil' into dev 2025-01-12 15:58:29 -05:00
Milo Schwartz
b051e95ed3 bootstrap volume to create db closes #6 2025-01-12 15:41:35 -05:00
Milo Schwartz
6db650a5cb bootstrap volume 2025-01-12 15:02:19 -05:00
Milo Schwartz
b9a9e0169e complete integration of direct share link as discussed in #35 2025-01-12 13:43:16 -05:00
Owen Schwartz
2034f688b8 Local sites working 2025-01-12 13:09:30 -05:00
Owen Schwartz
1b006b426e Allow "local" sites witn no tunnel 2025-01-12 12:31:04 -05:00
Milo Schwartz
a2c67b26bd allow access token in resource url 2025-01-11 19:47:07 -05:00
Milo Schwartz
96cc4e0d27 Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-01-11 14:13:08 -05:00
Owen Schwartz
2d9f84170a Add site_block_size and migration for beta.3 2025-01-11 12:25:33 -05:00
Owen Schwartz
442ee4fd5c Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-01-11 11:14:44 -05:00
Milo Schwartz
c352e87a78 allow resource redirect if host is same 2025-01-10 00:13:51 -05:00
Milo Schwartz
ececf9022d verify redirects are safe before redirecting 2025-01-09 23:26:07 -05:00
Milo Schwartz
443097554f allow hyphens in base_domain regex 2025-01-08 23:13:35 -05:00
Milo Schwartz
c5ed048488 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
Owen Schwartz
89da6e7391 Complex regex for domains/ips 2025-01-07 21:52:45 -05:00
Owen Schwartz
b0ad850f65 Allow anything for the ip 2025-01-07 21:31:32 -05:00
Milo Schwartz
9d46897584 split base_url into dashboard_url and base_domain 2025-01-07 20:32:24 -05:00
Milo Schwartz
2ab70538c0 standard email signature 2025-01-05 00:07:07 -05:00
Milo Schwartz
88c1302e78 center code in email 2025-01-04 23:08:45 -05:00
Milo Schwartz
855bd571b8 Merge branch 'main' of https://github.com/fosrl/pangolin 2025-01-04 22:38:46 -05:00
Milo Schwartz
8fecddecf2 fix email and allow localhost in ip field 2025-01-04 22:38:10 -05:00
Owen Schwartz
973360306f Support localhost 2025-01-04 22:33:25 -05:00
Milo Schwartz
4fc8551bbd major ui tweaks and refactoring 2025-01-04 20:22:01 -05:00
Milo Schwartz
9f56dc9cea Merge branch 'main' of https://github.com/fosrl/pangolin 2025-01-03 22:32:36 -05:00
Milo Schwartz
f4fb7bac89 minor visual improvements 2025-01-03 22:32:24 -05:00
Owen Schwartz
46b1d7b42d Import the gerbil endpoint into the database 2025-01-02 20:42:04 -05:00
Milo Schwartz
5127e448af first readme 2025-01-01 23:03:15 -05:00
Milo Schwartz
6c9dfc674a refactor and reorganize 2025-01-01 21:41:31 -05:00
Milo Schwartz
f03f1570a5 make config class and separate migrations script 2025-01-01 17:50:12 -05:00
Milo Schwartz
d3bfac20a0 rename auth and start work separating config 2025-01-01 16:40:01 -05:00
Milo Schwartz
deac897037 improve email formatting and invite flow for new users 2024-12-31 18:25:11 -05:00
Milo Schwartz
61ca068879 Merge branch 'main' of https://github.com/fosrl/pangolin 2024-12-30 23:41:28 -05:00
Milo Schwartz
fd4ab3b7a0 improve site and resource info cards and other small visual tweaks 2024-12-30 23:41:06 -05:00