Commit Graph

  • 90b65240b2 Restore required utoipa::OpenApi import spinline 2026-02-07 19:47:06 +03:00
  • 69243a5590 Redirect authenticated users away from login/setup pages spinline 2026-02-07 19:39:53 +03:00
  • 10262142fc Fix unused OpenApi import warning spinline 2026-02-07 19:34:41 +03:00
  • 858a1c9b63 Fix compilation errors: Restore missing delete_session method and ApiDoc struct release-20260207-1632 spinline 2026-02-07 19:28:47 +03:00
  • edfb7458f8 Add CLI password reset feature: --reset-password <USERNAME> spinline 2026-02-07 19:18:10 +03:00
  • 575cfa4b38 Add 'Remember Me' feature to login (extends session to 30 days) release-20260207-1610 spinline 2026-02-07 19:05:52 +03:00
  • 9b18b97c49 Fetch and display actual username in sidebar profile section release-20260207-1421 spinline 2026-02-07 17:17:16 +03:00
  • 88723352fd Fix sidebar overlap: Add bottom padding to account for fixed status bar release-20260207-1411 spinline 2026-02-07 17:07:30 +03:00
  • 4231e0b3a7 Adjust sidebar layout to push profile section to the bottom and reduce avatar size release-20260207-1403 spinline 2026-02-07 16:59:31 +03:00
  • 1177412c87 Add user profile and logout button to sidebar footer release-20260207-1345 spinline 2026-02-07 16:40:55 +03:00
  • aed753c64f Lower bcrypt cost to 6 to improve login speed on low-end hardware release-20260207-1328 spinline 2026-02-07 16:24:06 +03:00
  • 9d0eb11f16 Refactor App routing to fix infinite recursion and stack overflow errors release-20260207-1314 spinline 2026-02-07 16:10:06 +03:00
  • 3c13f99652 Improve App initialization logic with better error handling and logging to prevent infinite loading state release-20260207-1249 spinline 2026-02-07 15:45:51 +03:00
  • a948215538 Change cookie SameSite policy to Lax to fix login redirection issue release-20260207-1243 spinline 2026-02-07 15:38:56 +03:00
  • 13424fceeb Demote 'Torrent status changed' log from INFO to DEBUG to reduce console noise release-20260207-1237 spinline 2026-02-07 15:33:16 +03:00
  • e3eb5fbca9 Add detailed logging to login handler and use full page reload for auth navigation release-20260207-1232 spinline 2026-02-07 15:28:44 +03:00
  • 08f2f540fe Fix unused import and dead code warnings release-20260207-1224 spinline 2026-02-07 15:20:23 +03:00
  • 7361421641 Fix middleware signature: Specify Request<Body> explicitly release-20260207-1217 spinline 2026-02-07 15:13:05 +03:00
  • d6ecc08398 Upgrade axum-extra to 0.10 for Axum 0.8 compatibility spinline 2026-02-07 15:11:08 +03:00
  • 472bac85f3 Fix compilation errors: Resolve utoipa derive issues, add time dependency, and correct Axum middleware signature spinline 2026-02-07 15:08:53 +03:00
  • bb3ec14a75 Fix compilation errors: Add missing dependencies, fix module visibility, and update Axum middleware types spinline 2026-02-07 14:58:35 +03:00
  • d53d661ad1 Implement authentication system with SQLite: Add login/setup pages, auth middleware, and database integration spinline 2026-02-07 14:43:25 +03:00
  • 92720c15b3 Fix mobile dropdown interaction: Revert to pointerdown with stop_propagation and use overlay for reliable closing release-20260207-1118 spinline 2026-02-07 14:14:37 +03:00
  • 5e59f66056 Fix dropdown closing behavior on mobile by adding transparent overlay release-20260207-1057 spinline 2026-02-07 13:54:00 +03:00
  • f2ca741188 Fix cache issue by updating service worker strategy and remove GitHub workflows release-20260207-1044 spinline 2026-02-07 13:41:00 +03:00
  • 767077195a chore: trigger ci build to use runner v3 (with file command) release-20260206-2314 release-20260206-2238 spinline 2026-02-07 01:26:33 +03:00
  • 5539dc2289 chore: trigger ci build to use runner v2 spinline 2026-02-07 00:50:13 +03:00
  • f99fc4a134 fix: use pure MIPS asm for __atomic_is_lock_free, remove unsupported --defsym spinline 2026-02-07 00:40:39 +03:00
  • f4d0351c5b chore: update runner shim and linker flags for mips atomics spinline 2026-02-07 00:19:36 +03:00
  • c2492b2749 fix(ci): let zig handle CRT object files via link-self-contained=no spinline 2026-02-07 00:04:48 +03:00
  • 18001ed5a2 fix(ci): use build-std for mips target in Dockerfile spinline 2026-02-06 23:58:19 +03:00
  • 47da0fca55 ci: test updated runner environment spinline 2026-02-06 23:48:56 +03:00
  • 0985f328e2 fix(ci): inject libatomic for mips and force static linking spinline 2026-02-06 23:41:30 +03:00
  • 146b312b4c fix(runner): use reliable URL for act_runner and optimize targets spinline 2026-02-06 23:32:58 +03:00
  • 153568e81d ci: trigger first super-fast build spinline 2026-02-06 23:19:37 +03:00
  • fefe86da31 refactor: simplify workflow to use new custom runner with pre-installed tools spinline 2026-02-06 22:34:40 +03:00
  • 11ba548297 chore: remove failing publish workflow due to missing docker in runner spinline 2026-02-06 22:31:50 +03:00
  • ce9fb6781a ci: configure runner to use host mode with mips-builder label spinline 2026-02-06 22:22:03 +03:00
  • 4855b193d4 ci: add workflow to publish runner image to docker hub spinline 2026-02-06 22:18:01 +03:00
  • 1d636d63fa feat: add self-contained gitea runner dockerfile with all build tools included spinline 2026-02-06 22:16:04 +03:00
  • db4edff957 ci: fix trunk binary arch download logic for arm64 runner spinline 2026-02-06 22:04:15 +03:00
  • 921cba2cab ci: remove broken cache and use prebuilt trunk binary for speed spinline 2026-02-06 22:02:18 +03:00
  • c64c95233f ci: add action/cache to speed up builds spinline 2026-02-06 21:49:09 +03:00
  • d17bfc88ad ci: replace docker build with cargo-zigbuild for mips cross-compilation spinline 2026-02-06 21:45:35 +03:00
  • b646d0851c ci: remove --locked from trunk install to avoid yanked crate warnings spinline 2026-02-06 21:33:40 +03:00
  • 42e03bd2e3 ci: manually install node 20 to path to fix structuredClone error spinline 2026-02-06 21:31:23 +03:00
  • 67a1d96b26 ci: debug tailwind build failure by running explicitly spinline 2026-02-06 21:20:59 +03:00
  • 3187ed76b0 ci: install wasm-bindgen-cli from source to fix glibc error spinline 2026-02-06 21:05:50 +03:00
  • 4dfce1096e ci: set nightly default and install Node 20 for trunk spinline 2026-02-06 20:53:41 +03:00
  • e3cfc11b65 ci: source cargo env in trunk/frontend steps spinline 2026-02-06 20:42:22 +03:00
  • f579431098 ci: install rustup in runner container if missing spinline 2026-02-06 20:41:05 +03:00
  • 6014ec64e8 ci: replace checkout action with direct git fetch spinline 2026-02-06 20:39:46 +03:00
  • bdb30f33d8 ci: trigger server runner spinline 2026-02-06 20:33:16 +03:00
  • 2ea2894664 ci: test build speed with cached image release-20260206-1927 spinline 2026-02-06 19:22:37 +03:00
  • e329275956 ci: use cross-rs image with Rust for proper sysroot, cache builder image release-20260206-1918 spinline 2026-02-06 19:10:57 +03:00
  • 1f7af5fe30 ci: remove RUSTFLAGS, musl target is static by default release-20260206-1905 spinline 2026-02-06 18:51:49 +03:00
  • bf54d2699e ci: force static linking with crt-static and -static flags spinline 2026-02-06 18:39:40 +03:00
  • 46d61b5562 fix: suppress unused_assignments warning for got_first_message spinline 2026-02-06 18:33:18 +03:00
  • 103d353422 ci: use rust:latest + rustup nightly (rust:nightly tag doesn't exist) release-20260206-1820 spinline 2026-02-06 18:08:40 +03:00
  • b8f8c60c22 ci: use rust:nightly image with musl.cc cross-compiler for self-contained MIPS build spinline 2026-02-06 18:07:33 +03:00
  • 03a07a9075 ci: use Docker directly instead of cross to avoid host toolchain resolution spinline 2026-02-06 18:04:41 +03:00
  • 861ad445fc ci: use +nightly flag instead of RUSTUP_TOOLCHAIN env var spinline 2026-02-06 18:00:53 +03:00
  • 1aeb33fbf4 ci: use shell commands instead of GitHub Actions for host runner spinline 2026-02-06 17:59:17 +03:00
  • dd025bd185 fix: use RELEASE_TOKEN secret (GITEA_ prefix reserved), add .runner to gitignore spinline 2026-02-06 17:57:25 +03:00
  • 6554c4248c ci: add Gitea Actions workflow for MIPS build spinline 2026-02-06 17:31:32 +03:00
  • 14f811fd79 fix: convert sort dropdown to signal-based for iOS Safari spinline 2026-02-06 17:19:47 +03:00
  • 2a919211d9 fix: fixed statusbar at bottom, fix dropdown toggle race, fix theme buttons on iOS spinline 2026-02-06 17:17:07 +03:00
  • 2c25d3bdf1 chore: rebuild tailwind.css spinline 2026-02-06 14:21:17 +03:00
  • 1d06906475 fix: wrap toolbar+main in overflow-hidden, free statusbar from clipping spinline 2026-02-06 14:19:46 +03:00
  • e4cc6322bf fix: dropdown clipped by overflow-hidden, change to overflow-x-hidden spinline 2026-02-06 14:09:34 +03:00
  • d1604fb8fb frontend(statusbar): use signal-based dropdowns to fix iOS Safari toggle spinline 2026-02-06 13:57:26 +03:00
  • 3b34b0e61a fix: prevent toast spam on server disconnect - show once, reconnect silently with backoff spinline 2026-02-06 13:37:12 +03:00
  • 19d9d7f30f fix: use details-based dropdowns for iOS Safari toggle behavior spinline 2026-02-06 13:34:07 +03:00
  • a3321c7cf1 fix: properly check notification permission result, show toast feedback on Safari spinline 2026-02-06 13:26:37 +03:00
  • 22672f7aaa refactor(ui): switch to inline styles for safe-area padding (simpler approach) spinline 2026-02-06 13:19:02 +03:00
  • e10b252eff fix(ui): use configured safe-area spacing for notch support spinline 2026-02-06 13:13:53 +03:00
  • b8328199f6 feat: add PWA metadata for macOS Safari and notification support spinline 2026-02-06 13:00:14 +03:00
  • 5b0fab80fe fix(ui): add safe area padding for mobile notch support spinline 2026-02-06 12:55:41 +03:00
  • 68b517a336 fix: use JavaScript for base64 decoding to avoid UTF-8 encoding issues (65 bytes expected) spinline 2026-02-06 01:17:01 +03:00
  • cd2a398b15 feat: request push notification permission when settings button clicked spinline 2026-02-06 01:15:42 +03:00
  • 1c3ee296f7 fix: skip auto push notification request on Safari (requires user gesture), add debug logs for VAPID key spinline 2026-02-06 01:06:07 +03:00
  • e9a82b289b fix: enable push notifications on macOS Safari 16+ (API-based detection instead of UA) spinline 2026-02-06 00:59:52 +03:00
  • 4dab66c234 fix: enable push notifications on Chrome/Firefox/Edge (all platforms), disable only macOS Safari spinline 2026-02-06 00:55:56 +03:00
  • 8ccc9e52f3 fix: skip push notifications on macOS Safari (only iOS supports web push) spinline 2026-02-06 00:53:12 +03:00
  • 7b7cb58871 fix: request notification permission before push subscription on iOS spinline 2026-02-06 00:51:41 +03:00
  • 3369853c06 fix: attempt push notification subscription when permission is default on iOS spinline 2026-02-06 00:33:52 +03:00
  • e8af1a1812 fix: Patch coarsetime for MIPS AtomicU64 support spinline 2026-02-06 00:20:51 +03:00
  • 25e2b6bec9 fix: Enable push on MIPS by switching web-push client spinline 2026-02-06 00:14:27 +03:00
  • 8cd4a998a8 fix: Make push notifications optional for MIPS compatibility spinline 2026-02-06 00:12:02 +03:00
  • b41c3a2ecf fix: Add vendored OpenSSL for cross-compilation spinline 2026-02-06 00:03:23 +03:00
  • 2e37297a13 fix: Replace tracing with log in frontend spinline 2026-02-05 23:59:58 +03:00
  • bffc72391a feat: Add iOS push notification support (iOS 16.4+) spinline 2026-02-05 23:57:08 +03:00
  • 373da566be feat: Add push notification support with VAPID keys spinline 2026-02-05 23:53:23 +03:00
  • 60fc887327 fix(ios): add vibrate API feature detection for iOS Safari spinline 2026-02-05 23:30:54 +03:00
  • 7ad6455a1e chore: remove debug logging from browser notifications spinline 2026-02-05 23:28:12 +03:00
  • 17551af8b5 fix: remove on:close event from add torrent modal to prevent callback panic spinline 2026-02-05 22:52:47 +03:00
  • 614d6a3117 fix: remove manual notification.close() to prevent WASM crash spinline 2026-02-05 22:45:51 +03:00
  • 1361b5a228 debug: add detailed logging for browser notifications spinline 2026-02-05 22:39:00 +03:00
  • 3efe60a0f0 feat(pwa): add PWA support and browser notifications for critical events spinline 2026-02-05 22:25:31 +03:00
  • 480604a97a fix(backend): detect torrent completion by percent_complete reaching 100% spinline 2026-02-05 22:05:14 +03:00