Commit Graph

7 Commits

Author SHA1 Message Date
b2306798ac Refactor OSV scan script to simplify vulnerability reporting
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 20s
CI / build-frontend (push) Successful in 1m14s
CI / build-backend (push) Successful in 34s
2025-12-27 12:35:57 -06:00
30c7a50240 Update build and check scripts to use pnpm for consistency
- Changed build command in build.sh from npm to pnpm.
- Updated dependency installation in publish_setup.sh to use pnpm.
- Modified check.sh to replace npx commands with pnpm for running Svelte sync and checks.
2025-12-27 12:26:39 -06:00
f98fc7c618 Remove unnecessary blank line in inject-sw-version.js for cleaner code 2025-12-27 12:26:31 -06:00
ec37403369 Add Android build process and CI configuration
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 16s
CI / build-frontend (push) Successful in 41s
CI / build-backend (push) Successful in 24s
- Updated Makefile to remove explicit JAVA_HOME export, simplifying the android-build command.
- Added Java setup step in the Gitea workflow to ensure the correct Java version is used during builds.
- Modified publish_build.sh to include the Android APK build step and copy the generated APK to the distribution directory.
2025-12-27 12:11:20 -06:00
11817af64b Update publish_setup.sh to use libwebkit2gtk-4.1-dev for system dependencies
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 18s
CI / build-frontend (push) Successful in 47s
CI / build-backend (push) Successful in 45s
2025-12-26 23:08:09 -06:00
f94be974fc Add publishing scripts for build and release process
- Introduced `publish_build.sh` to automate frontend and server builds, including desktop binaries for Linux, Windows, and Mac.
- Added `publish_setup.sh` for installing system and project dependencies.
- Created `publish.sh` to handle release creation and asset uploads to Gitea.
2025-12-26 22:50:02 -06:00
28273473e1 0.1.0
Some checks failed
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 28s
CI / build-backend (push) Failing after 31s
CI / build-frontend (push) Successful in 50s
2025-12-26 21:31:05 -06:00