Commit Graph

71 Commits

Author SHA1 Message Date
miloschwartz 0a8b5e46ca Bind share link sessions to the token's own resource 2026-08-17 14:24:21 -04:00
miloschwartz 115c3cbf07 show sso page in browser for gateway resource 2026-08-12 11:32:22 -04:00
miloschwartz 379b53bcca redirect to api key page when access gateway in browser 2026-08-12 11:15:50 -04:00
miloschwartz 14680df160 suse tiermatrix in server component susbcribed check 2026-07-10 15:23:09 -04:00
Aditya kumar singh 35d16ac683 fix: redirect lost after Pangolin auth session timeout (#3001) 2026-06-01 15:53:10 +05:30
Owen b4f0b4e285 Handle matching wildcards 2026-04-23 21:25:13 -07:00
miloschwartz c956e0d401 add meta titles to auth pages 2026-04-22 16:09:16 -07:00
miloschwartz f527c30923 add post auth url 2026-02-12 14:21:50 -08:00
miloschwartz 143acbae48 add identity provider mode setting 2026-02-11 18:05:06 -08:00
Owen be60d66ce3 Switch to the new tier system and clean up checks 2026-02-11 10:06:03 -08:00
miloschwartz 2810632f4a add flag to enable org only idp in ee 2026-01-07 20:40:59 -08:00
Fred KISSIE e867de023a ♻️ load branding only if correctly subscribed 2025-11-18 03:14:20 +01:00
Fred KISSIE a2ab7191e5 🔇remove log 2025-11-15 06:58:05 +01:00
Fred KISSIE 29a52f6ac4 🐛 Apply branding to auth page when not authenticated not only when authed 2025-11-15 05:43:17 +01:00
Fred KISSIE 4842648e7b ♻️refactor 2025-11-15 02:38:51 +01:00
Fred KISSIE 4beed9d464 apply auth branding to resource auth page 2025-11-13 03:24:47 +01:00
Fred KISSIE 0abc561bb8 ♻️ refactor 2025-11-11 02:22:26 +01:00
miloschwartz 629f17294a 2fa policy check working 2025-10-24 14:31:50 -07:00
miloschwartz b160eee8d2 Merge branch 'dev' into distribution 2025-10-13 11:06:14 -07:00
miloschwartz 37ceabdf5d add enterprise license system 2025-10-13 10:41:10 -07:00
Owen 2c63851130 Separate types & fix #private import 2025-10-11 19:02:15 -07:00
Owen d92b87b7c8 Chungus 2.0 2025-10-10 11:27:15 -07:00
miloschwartz 1b01c4f053 fix idp infinite redirect closes #1540 2025-10-08 14:00:26 -07:00
Owen c2c907852d Chungus 2025-10-04 18:36:44 -07:00
miloschwartz 8851156f23 use resource guid in url closes #1517 2025-09-28 16:22:26 -07:00
miloschwartz df85f13aea move all components to components dir 2025-09-04 11:18:42 -07:00
miloschwartz 5c04b1e14a add site targets, client resources, and auto login 2025-08-14 18:24:21 -07:00
T Aviss 481714f095 Fix for issues with binding ports other than 80/443
server/routers/badger/verifySession.ts : verifyResourceSession() updated code behind "cleanHost" var to a regex which strips the trailing :port for any port (rather than a string match for 80/443)
src/app/auth/resource/[resourceId]/page.tsx : ResourceAuthPage() added a secondary match for serverResourceHost and redirectHost that accounts for ports
server/routers/badger/exchangeSession.ts : Updated exchangeSession() to use the same "cleanHost" type var (with port-stripping) as in verifyResourceSession(), replaced references to "host" with "cleanHost"
2025-07-30 22:16:46 -07:00
miloschwartz ccdcda7f1d add screenshots and minor fixes 2025-07-16 22:18:11 -07:00
Owen 98a261e38c Pull up downstream changes 2025-07-13 21:57:24 -07:00
Marvin a6348a3e28 Merge remote-tracking branch 'upstream/dev' into feature-i18n 2025-06-06 06:03:55 +00:00
miloschwartz f0cb65f65c dont import db in nextjs 2025-06-05 14:44:34 -04:00
Marvin dd7b91f770 Merge remote-tracking branch 'upstream/dev' into feature-i18n 2025-06-05 04:41:28 +00:00
miloschwartz 2cca561e51 support postgresql as database option 2025-06-04 12:02:07 -04:00
Lokowitz f07e8d08c3 update all 2025-05-25 19:01:20 +00:00
Lokowitz d9ee40c898 more fixes 2025-05-17 20:04:56 +00:00
vlalx b8ed5ac1c5 I18n auth (#23)
* New translation keys in en-US locale

* New translation keys in de-DE locale

* New translation keys in fr-FR locale

* New translation keys in it-IT locale

* New translation keys in pl-PL locale

* New translation keys in pt-PT locale

* New translation keys in tr-TR locale

* Add translation keys in app/auth

* Fix build

---------

Co-authored-by: Lokowitz <marvinlokowitz@gmail.com>
2025-05-17 18:11:56 +02:00
miloschwartz 4dba75f913 obscure pin code input closes #580 2025-04-23 16:33:55 -04:00
miloschwartz 8fa719181a show list of idp on login 2025-04-18 21:59:58 -04:00
miloschwartz aa3b527f67 add validate callback loading state and encryption 2025-04-14 20:56:45 -04:00
miloschwartz 0e65f8c921 check resource id on verify access token 2025-04-06 13:08:55 -04:00
miloschwartz 74d6b3d902 shorten share links and add migration 2025-04-04 22:58:01 -04:00
miloschwartz cdc415079c add supporer key program 2025-03-20 22:16:02 -04:00
miloschwartz 20f1a6372b small visual improvements 2025-02-26 21:24:35 -05:00
miloschwartz ff37e07ce6 make cookies work with multi-domain 2025-02-23 23:04:01 -05:00
Milo Schwartz 8165051dd8 fix toast dismiss causing components to rerender and clean up rules text 2025-02-10 21:35:06 -05:00
Owen Schwartz f4ae2188e0 Fix typo courtesy of Discord @kazak 2025-01-29 09:34:55 -05:00
Milo Schwartz 9f1f2910e4 refactor auth to work cross domain and with http resources closes #100 2025-01-26 14:42:02 -05:00
Milo Schwartz a2ed7c7117 complete integration of direct share link as discussed in #35 2025-01-12 13:43:16 -05:00
Milo Schwartz f5fda5d8ea allow access token in resource url 2025-01-11 19:47:07 -05:00