Commit Graph

232 Commits

Author SHA1 Message Date
LukeGus
fe83e78663 fix: replaced macOS icon 2025-10-24 00:22:42 -05:00
LukeGus
d8433a749b fix: fix macOS build error 2025-10-24 00:20:43 -05:00
LukeGus
e255340989 fix: fix macOS verison build error 2025-10-24 00:14:37 -05:00
LukeGus
4b0d09afe6 fix: incorrect macOS logo, termix hangs on macOS, and macOS reporting incorrect version 2025-10-24 00:05:15 -05:00
LukeGus
8813e60ead feat: Add many terminal customizations 2025-10-23 23:12:53 -05:00
LukeGus
785cf44a08 feat: Add many terminal customizations 2025-10-22 20:54:28 -05:00
LukeGus
ee3101c5c6 fix: Remove vertical scrolling in the tab bar and dashboard and reduce scrollbar height in tab bar 2025-10-22 12:09:35 -05:00
LukeGus
f9411bec00 feat: Make tabs auto expand and contract and scroll 2025-10-22 11:57:20 -05:00
LukeGus
0e8beaaa64 fix: Fix tab reload/state loss whenever moving them to the rigbht 2025-10-22 11:47:02 -05:00
LukeGus
471e2ff3fa feat: Added none password option and fixed some navbar issues (still present) 2025-10-22 00:16:45 -05:00
LukeGus
40232af503 Merge remote-tracking branch 'origin/dev-1.8.0' into dev-1.8.0 2025-10-21 22:09:16 -05:00
LukeGus
217af1e286 fix: Fixed various issues with the dashboard, tab bar, and database issues 2025-10-21 22:09:05 -05:00
Nikola Novoselec
232d6fe6ea Handle OIDC users during database import (#424)
* Update Docker image name for GitHub registry

* Fix image name casing in Docker workflow

* Remove untagged image cleanup step from workflow

Removed the step to delete untagged image versions from the workflow.

* Change Docker login to use GHCR credentials

Updated Docker login credentials for GitHub Container Registry.

* Remove cache moving step from Docker workflow

Removed the step to move the build cache in the Docker workflow.

* Refactor Docker image workflow for versioning and builds

* Update docker-image.yml

* Allow OIDC users to import database without password

* Skip import password prompt for OIDC users

* docs: clarify OIDC import unlocking flow

* docs: explain admin import password logic

---------

Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Nikola Novoselec <nikolanovoselec@users.noreply.github.com>
2025-10-21 16:24:57 -05:00
Luke Gustafson
19ab2011d9 Refactor Docker image workflow for registry handling
Removed registry input and adjusted Docker Hub login condition.
2025-10-20 17:13:20 -05:00
Luke Gustafson
f2102e6fe2 Update docker-image.yml 2025-10-20 17:09:58 -05:00
Luke Gustafson
e969672350 Fix typo in exposed ports in Dockerfile 2025-10-20 16:21:35 -05:00
Luke Gustafson
f6f42cf937 Refactor Docker image tags for clarity
Updated Docker image tags to use multi-line syntax for better readability and added latest tag conditionally.
2025-10-20 16:17:57 -05:00
Luke Gustafson
9bbff4aa4a Update Docker image workflow for multi-platform builds 2025-10-20 16:13:17 -05:00
Luke Gustafson
1a37888a4e Update Docker workflow inputs and tag logic
Refactor Docker workflow to include version and production inputs, and streamline tag determination.
2025-10-20 16:07:55 -05:00
Luke Gustafson
4f91984032 Update docker-image.yml 2025-10-20 16:03:28 -05:00
Luke Gustafson
8845521ef7 Update Docker workflow for tag handling and cleanup 2025-10-20 15:59:27 -05:00
Luke Gustafson
26ba8945da Enhance Docker image workflow with better tagging
Updated Docker image workflow to improve tag handling and descriptions.
2025-10-20 15:55:05 -05:00
Luke Gustafson
19aaeff3ff Update Docker login conditions and tag handling 2025-10-20 15:48:13 -05:00
Luke Gustafson
d49c68896c Refactor Docker image workflow for registry options
Updated workflow to allow selection of Docker registry and simplified tag handling.
2025-10-20 15:44:51 -05:00
Luke Gustafson
ba6a0bb547 Update docker-image.yml 2025-10-20 15:41:50 -05:00
Luke Gustafson
e8120386d0 Update Docker login credentials and image names 2025-10-20 15:36:58 -05:00
suraimu-team
5cc3e47c1a fix(auth): Fix admin user authentication for /users/db-health endpoint by adding cookie JWT support (#422)
Fixed authentication issue for admin users accessing the /users/db-health endpoint:

- Added JWT token extraction from cookies (req.cookies?.jwt)
- Added support for Bearer token from Authorization header
- Improved error handling for missing and invalid tokens
- Ensured consistent authentication flow for admin users

Changes made:
- Check for JWT token in req.cookies?.jwt
- Support Bearer token from Authorization header
- Return 401 error when token is missing
- Return 401 error when token validation fails

Fixes: https://github.com/Termix-SSH/Support/issues/12
2025-10-20 13:01:58 -05:00
LukeGus
21d8cf9b2c fix: Improve macOS support 2025-10-19 21:09:45 -05:00
LukeGus
5c0fed63a7 fix: Improve macOS support 2025-10-19 21:08:06 -05:00
LukeGus
bfd285268a fix: Improve macOS support 2025-10-19 20:44:57 -05:00
LukeGus
f25ef9db12 fix: Improve macOS support 2025-10-19 20:33:56 -05:00
LukeGus
c38cfc2850 fix: Improve macOS support 2025-10-19 20:32:50 -05:00
LukeGus
956171ce08 fix: Improve macOS support 2025-10-19 19:58:31 -05:00
LukeGus
6e62bd5634 fix: Improve macOS support 2025-10-19 19:56:00 -05:00
LukeGus
a35debb81c fix: Improve macOS support 2025-10-19 19:30:54 -05:00
LukeGus
c862557f31 fix: Improve macOS support 2025-10-19 19:16:32 -05:00
LukeGus
16ece95f6f fix: Improve macOS support 2025-10-19 19:00:39 -05:00
LukeGus
00f023e8fa fix: Improve macOS support 2025-10-19 18:39:23 -05:00
LukeGus
d8ac440a12 fix: Improve macOS support 2025-10-19 18:23:49 -05:00
LukeGus
414754372f fix: Improve macOS support 2025-10-19 18:04:40 -05:00
LukeGus
abfb2d11d0 fix: Improve macOS support 2025-10-19 17:30:35 -05:00
LukeGus
b0156cba4a fix: Improve macOS support 2025-10-19 17:27:19 -05:00
LukeGus
d6c0ebb80e fix: Improve macOS support 2025-10-19 17:01:59 -05:00
LukeGus
ec4b0aec86 fix: Improve macOS support 2025-10-19 16:38:37 -05:00
LukeGus
792f402df4 fix: Improve macOS support 2025-10-19 16:19:11 -05:00
LukeGus
989fea60e4 fix: Improve macOS support 2025-10-19 16:05:13 -05:00
LukeGus
063f12b043 fix: Improve macOS support 2025-10-19 15:06:10 -05:00
LukeGus
b7be795797 fix: Improve macOS support 2025-10-19 14:52:18 -05:00
LukeGus
4296dc24c3 fix: Improve macOS support 2025-10-19 14:41:51 -05:00
LukeGus
bdf00cd557 fix: Improve macOS support 2025-10-19 14:32:48 -05:00