Commit Graph

312 Commits

Author SHA1 Message Date
LukeGus 8df20774cf fix: Build error with custom tar.gz naming 2025-10-25 01:44:24 -05:00
LukeGus 47766cd2a1 fix: Standardize file naming 2025-10-25 01:23:47 -05:00
LukeGus f48275e0cc fix: ChaNge platform for upload to release 2025-10-25 00:09:41 -05:00
LukeGus 77605c3165 fix: Upload to release not finding a release 2025-10-25 00:03:51 -05:00
LukeGus 584120317b fix: macOS build failing 2025-10-24 23:41:54 -05:00
LukeGus 5dda3b91d8 fix: macOS build failing and update workflow options 2025-10-24 23:22:12 -05:00
LukeGus 4fd2b7eff0 fix: macOS build failing 2025-10-24 22:04:26 -05:00
LukeGus d3cd1b5e8e fix: macOS build failing 2025-10-24 22:01:07 -05:00
LukeGus ca88749dc2 fix: macOS build failing 2025-10-24 21:55:49 -05:00
LukeGus 10b552cad8 fix: macOS build failing 2025-10-24 21:27:45 -05:00
LukeGus 1e95b3fa26 fix: macOS build failing 2025-10-24 21:21:14 -05:00
LukeGus 34c6eefafd fix: macOS build failing 2025-10-24 21:12:40 -05:00
LukeGus d408c91a9a fix: macOS build failing 2025-10-24 21:05:19 -05:00
LukeGus 96d2a78bd1 fix: macOS build failing 2025-10-24 21:00:45 -05:00
LukeGus 8001685d99 fix: macOS build failing 2025-10-24 20:49:41 -05:00
LukeGus a27cff58c6 fix: macOS build failing 2025-10-24 20:47:34 -05:00
LukeGus e131baf1c3 fix: macOS build failing 2025-10-24 20:45:10 -05:00
LukeGus d0bcaaaf84 fix: macOS build failing 2025-10-24 20:41:58 -05:00
LukeGus 836b91e8c0 fix: macOS build failing 2025-10-24 20:38:20 -05:00
LukeGus d587c4f2a0 fix: files uploading as folders instead of raw executable 2025-10-24 20:18:47 -05:00
LukeGus a08cd7caad fix: fix macOS build error 2025-10-24 20:16:48 -05:00
LukeGus 2225100c68 fix: fix macOS build error 2025-10-24 20:03:47 -05:00
LukeGus c9ef98fb36 fix: fix macOS build error 2025-10-24 19:57:02 -05:00
LukeGus 90c59982e4 fix: fix macOS build error 2025-10-24 19:51:25 -05:00
LukeGus ccdcb1fe8b fix: fix macOS build error and double folder issues 2025-10-24 19:46:38 -05:00
LukeGus 4922f176a3 fix: fix macOS build error 2025-10-24 19:29:52 -05:00
LukeGus 894d3d925d feat: fix macOS/Linux build error 2025-10-24 17:15:36 -05:00
LukeGus b22e1e219d fix: Rollup package issue for macOS 2025-10-24 17:02:39 -05:00
LukeGus ef614c4879 fix: Rollup package issue 2025-10-24 16:59:28 -05:00
LukeGus 918b67d737 feat: Added more output types for electron and streamlined the workflow 2025-10-24 16:56:58 -05:00
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