Matthieu B
42fdbae8bb
Bundle external frontend assets ( #1320 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05 18:32:29 +02:00
Matthieu B
a9a2bcce58
chore: update dependencies ( #1319 )
2026-07-05 18:19:28 +02:00
Matthieu B
d91f4dc431
chore(deps): bulk-bump python and npm deps from open dependabot PRs ( #1279 )
...
* chore(deps): bulk-bump python and npm deps from open dependabot PRs
Consolidates the 15 currently-open dependabot PRs into a single change so
the maintenance churn lands in one merge instead of fifteen.
Python (uv.lock):
- idna 3.11 -> 3.15 (#1267 )
- urllib3 2.6.3 -> 2.7.0 (#1264 )
- flask-wtf 1.2.2 -> 1.3.0, sqlalchemy 2.0.48 -> 2.0.50, wtforms 3.2.1 -> 3.2.2 (#1258 )
- pyright 1.1.408 -> 1.1.409, pre-commit 4.5.1 -> 4.6.0, ruff 0.15.8 -> 0.15.14 (#1250 )
- wlc 1.17.2 -> 2.0.0 (#1248 )
- pytest 9.0.2 -> 9.0.3 (#1239 )
- cryptography 46.0.6 -> 46.0.7 (#1235 )
- cachetools 7.0.1 -> 7.0.5 (#1233 )
- plexapi 4.18.0 -> 4.18.1 (#1232 )
- requests 2.33.0 -> 2.33.1 (#1231 )
npm (app/static):
- flowbite 4.0.1 -> 4.0.2, @tailwindcss/cli 4.2.2 -> 4.3.0, tailwindcss 4.2.2 -> 4.3.0 (#1265 )
- tiny-markdown-editor 0.2.25 -> 0.2.27 (#1263 )
- @alpinejs/collapse 3.15.9 -> 3.15.12 (#1256 )
- alpinejs 3.15.10 -> 3.15.12 (#1255 )
- htmx.org 2.0.8 -> 2.0.10 (#1245 )
Verified: full pytest suite passes (504 passed, 1 skipped); ty diagnostic
count unchanged vs baseline.
* style: ruff auto-fix import order (I001)
Pre-existing import-sort issues surfaced by the lint CI job on this PR
(main pushes don't run the lint job so they went uncaught).
2026-05-30 14:02:23 +02:00
RicoUHD
a33d79dd45
fix(assets): implement deterministic build lifecycle and dynamic cache busting
...
- Added dynamic ?v={{ app_version }} cache-busting query strings to all core stylesheet and script references in base.html.
- Created and registered the inject_app_version context processor in app/context_processors.py and app/__init__.py to inject the APP_VERSION environment variable into all templates dynamically.
- Refactored copy-assets.js to detect production context (NODE_ENV=production or DOCKER_BUILD=true) and fail loudly (process.exit(1)) if assets are missing, avoiding silent failures in the build pipeline.
- Set DOCKER_BUILD=true during the Dockerfile asset compilation step to enforce deterministic production build verification.
2026-05-25 17:33:29 +02:00
RicoUHD
492d96c3e0
fix(assets): resolve external Bowser dependency and casing fallback
...
- Replaced the external unpkg.com Bowser CDN script load in user-plex-login.html with our offline-capable, local secure vendor script (/static/js/vendor/bowser.min.js).
- Added a fallback in in-app-escape.js to check window.bowser (lowercase) in addition to window.Bowser (uppercase) to support both global casing schemes robustly.
2026-05-25 14:39:33 +02:00
RicoUHD
123a967190
fix(pwa): improve Service Worker update strategy and cache management
...
- Set updateViaCache to 'none' in SW registration to bypass HTTP cache for the worker script.
- Implemented periodic update checks every hour and update listeners.
- Integrated immediate activation (self.skipWaiting) and adoption (self.clients.claim) in sw.js to resolve cache lock-in instantly.
- Optimized stale-while-revalidate strategy in sw.js to use event.waitUntil to guarantee background fetches complete.
- Removed duplicate css/main.css stylesheet load in base.html template.
- Added app/static/js/vendor/ and app/static/css/vendor/ to .dockerignore to keep Docker daemon build contexts clean.
2026-05-25 14:36:33 +02:00
RicoUHD
7a0f5fdcd1
fix(pwa): resolve persistent Service Worker cache-first WSOD lock-in
...
- Swapped URLs in urlsToCache from blocked node_modules to safe vendor directories.
- Changed cache strategy for HTML/page-navigation to Network-First, preventing dynamic server pages from getting frozen in cache.
- Bumped CACHE_NAME to wizarr-v2 to automatically trigger old cache eviction for existing users.
2026-05-25 14:24:33 +02:00
RicoUHD
a378d76683
fix: resolve White Screen of Death (WSOD) by serving external assets from clean vendor directories
...
- Relocated Alpine.js, HTMX, Flowbite, Bowser, Inapp-spy, and Animate.css assets out of node_modules into safe vendor folders during build.
- Created cross-platform Node.js copy-assets.js script to copy required front-end packages.
- Updated base.html template to serve assets from secure vendor folders instead of node_modules and fixed Alpine plugin loading order.
- Modified .gitignore to ignore portable local development tools and compiled vendor assets.
2026-05-25 14:14:59 +02:00
dependabot[bot]
40e6871a0e
build(deps): bump alpinejs from 3.15.8 to 3.15.9 in /app/static
...
Bumps [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs ) from 3.15.8 to 3.15.9.
- [Release notes](https://github.com/alpinejs/alpine/releases )
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.9/packages/alpinejs )
---
updated-dependencies:
- dependency-name: alpinejs
dependency-version: 3.15.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-01 20:28:28 +00:00
Matthieu B
077cdb3496
Merge pull request #1210 from wizarrrr/dependabot/npm_and_yarn/app/static/alpinejs/collapse-3.15.9
...
build(deps): bump @alpinejs/collapse from 3.15.8 to 3.15.9 in /app/static
2026-04-01 22:27:19 +02:00
dependabot[bot]
d8588f55ff
build(deps): bump @alpinejs/collapse in /app/static
...
Bumps [@alpinejs/collapse](https://github.com/alpinejs/alpine/tree/HEAD/packages/collapse ) from 3.15.8 to 3.15.9.
- [Release notes](https://github.com/alpinejs/alpine/releases )
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.9/packages/collapse )
---
updated-dependencies:
- dependency-name: "@alpinejs/collapse"
dependency-version: 3.15.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-30 09:17:57 +00:00
dependabot[bot]
acb27b8d63
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.24 to 0.2.25.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.24...v0.2.25 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.25
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-30 09:17:50 +00:00
Matthieu B
69bf8b4455
Merge pull request #1191 from nironics/main
...
Update contrast for light mode mobile next button
2026-03-29 15:32:04 +02:00
Matthieu B
24342ee72d
Merge pull request #1181 from wizarrrr/dependabot/npm_and_yarn/app/static/ui-frameworks-6567c73a0b
...
build(deps-dev): bump the ui-frameworks group across 1 directory with 2 updates
2026-03-29 15:30:52 +02:00
Matthieu B
8fa802004b
Merge pull request #1188 from wizarrrr/dependabot/npm_and_yarn/app/static/tiny-markdown-editor-0.2.24
...
build(deps): bump tiny-markdown-editor from 0.2.21 to 0.2.24 in /app/static
2026-03-29 15:30:50 +02:00
Matthieu B
41f1edf7bd
Merge pull request #1187 from wizarrrr/dependabot/npm_and_yarn/app/static/inapp-spy-5.0.9
...
build(deps): bump inapp-spy from 5.0.8 to 5.0.9 in /app/static
2026-03-29 15:30:48 +02:00
dependabot[bot]
e8c89c2605
build(deps-dev): bump the ui-frameworks group
...
Bumps the ui-frameworks group in /app/static with 2 updates: [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli ) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ).
Updates `@tailwindcss/cli` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/@tailwindcss-cli )
Updates `tailwindcss` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: "@tailwindcss/cli"
dependency-version: 4.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
- dependency-name: tailwindcss
dependency-version: 4.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-27 09:08:51 +00:00
nironics
acec57ed3a
Update contrast for light mode mobile next button
2026-03-26 12:30:36 -04:00
dependabot[bot]
9ece297456
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.21 to 0.2.24.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.21...v0.2.24 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.24
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-26 09:09:24 +00:00
dependabot[bot]
70a05eb263
build(deps): bump inapp-spy from 5.0.8 to 5.0.9 in /app/static
...
Bumps [inapp-spy](https://github.com/shalanah/inapp-spy ) from 5.0.8 to 5.0.9.
- [Changelog](https://github.com/shalanah/inapp-spy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/shalanah/inapp-spy/compare/v5.0.8...v5.0.9 )
---
updated-dependencies:
- dependency-name: inapp-spy
dependency-version: 5.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-26 09:09:16 +00:00
dependabot[bot]
1d100aff9a
build(deps): bump picomatch from 4.0.3 to 4.0.4 in /app/static
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 4.0.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-26 07:24:44 +00:00
dependabot[bot]
b82aa1dfff
build(deps-dev): bump the ui-frameworks group
...
Bumps the ui-frameworks group in /app/static with 2 updates: [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli ) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ).
Updates `@tailwindcss/cli` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-cli )
Updates `tailwindcss` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: "@tailwindcss/cli"
dependency-version: 4.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
- dependency-name: tailwindcss
dependency-version: 4.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-24 09:11:56 +00:00
Matthieu B
87415bde70
build(deps): batch update all Python and npm dependencies
...
Update all dependencies to latest compatible versions, replacing
10 individual Dependabot PRs with a single batch update.
Notable Python updates:
- flask 3.1.2 → 3.1.3
- gunicorn 23.0.0 → 25.1.0
- sqlalchemy 2.0.41 → 2.0.46
- playwright 1.57.0 → 1.58.0
- ruff 0.15.0 → 0.15.2
- apprise 1.9.6 → 1.9.7
- webauthn 2.7.0 → 2.7.1
- plexapi 4.17.2 → 4.18.0
- cachetools 6.2.4 → 7.0.1
- markdown 3.10 → 3.10.2
Notable npm updates:
- alpinejs 3.15.3 → 3.15.8
- @alpinejs/collapse 3.15.4 → 3.15.8
- bowser 2.13.1 → 2.14.1
- tiny-markdown-editor 0.2.15 → 0.2.21
- tailwindcss 4.1.18 → 4.2.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 12:13:04 +01:00
dependabot[bot]
04a20c44fc
build(deps): bump sortablejs from 1.15.6 to 1.15.7 in /app/static
...
Bumps [sortablejs](https://github.com/SortableJS/Sortable ) from 1.15.6 to 1.15.7.
- [Release notes](https://github.com/SortableJS/Sortable/releases )
- [Commits](https://github.com/SortableJS/Sortable/compare/1.15.6...1.15.7 )
---
updated-dependencies:
- dependency-name: sortablejs
dependency-version: 1.15.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-12 09:14:05 +00:00
dependabot[bot]
3e8fb708fe
build(deps): bump @alpinejs/collapse in /app/static
...
Bumps [@alpinejs/collapse](https://github.com/alpinejs/alpine/tree/HEAD/packages/collapse ) from 3.15.2 to 3.15.4.
- [Release notes](https://github.com/alpinejs/alpine/releases )
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.4/packages/collapse )
---
updated-dependencies:
- dependency-name: "@alpinejs/collapse"
dependency-version: 3.15.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 09:12:26 +00:00
dependabot[bot]
efb09127b0
build(deps): bump alpinejs from 3.15.2 to 3.15.3 in /app/static
...
Bumps [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs ) from 3.15.2 to 3.15.3.
- [Release notes](https://github.com/alpinejs/alpine/releases )
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.3/packages/alpinejs )
---
updated-dependencies:
- dependency-name: alpinejs
dependency-version: 3.15.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 13:03:49 +00:00
dependabot[bot]
9a5d4b97ac
build(deps-dev): bump the ui-frameworks group
...
Bumps the ui-frameworks group in /app/static with 2 updates: [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli ) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ).
Updates `@tailwindcss/cli` from 4.1.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/@tailwindcss-cli )
Updates `tailwindcss` from 4.1.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: "@tailwindcss/cli"
dependency-version: 4.1.18
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
- dependency-name: tailwindcss
dependency-version: 4.1.18
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 13:01:58 +00:00
dependabot[bot]
a0b5a739cb
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.12 to 0.2.15.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.12...v0.2.15 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-05 09:20:35 +00:00
dependabot[bot]
5ac8352b90
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.11 to 0.2.12.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.11...v0.2.12 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-22 09:17:46 +00:00
Matthieu B
89762d96dd
feat: add bundle preview functionality and improve token generation tests
...
- Added a preview link for bundles in the wizard settings page. closes #1048
- Enhanced the wizard steps template to handle bundle preview mode.
- Updated JavaScript to generate URLs for bundle preview and runtime modes.
- Improved test coverage for password reset token generation by asserting token creation.
2025-12-09 14:37:39 +01:00
dependabot[bot]
b4e27be2b4
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.10 to 0.2.11.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.10...v0.2.11 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-08 09:20:18 +00:00
dependabot[bot]
6d0a58eea5
build(deps): bump bowser from 2.13.0 to 2.13.1 in /app/static
...
Bumps [bowser](https://github.com/lancedikson/bowser ) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/lancedikson/bowser/releases )
- [Changelog](https://github.com/bowser-js/bowser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lancedikson/bowser/compare/v2.13.0...v2.13.1 )
---
updated-dependencies:
- dependency-name: bowser
dependency-version: 2.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 09:22:32 +00:00
dependabot[bot]
f1536e793e
build(deps): bump bowser from 2.12.1 to 2.13.0 in /app/static
...
Bumps [bowser](https://github.com/lancedikson/bowser ) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/lancedikson/bowser/releases )
- [Changelog](https://github.com/bowser-js/bowser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lancedikson/bowser/compare/v2.12.1...v2.13.0 )
---
updated-dependencies:
- dependency-name: bowser
dependency-version: 2.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 10:17:23 +00:00
Matthieu B
aed81b1194
Merge branch 'main' of https://github.com/wizarrrr/wizarr
2025-11-19 15:25:21 +01:00
Matthieu B
f9ae61e1b4
fix: Refactor invitation handling to use individual user's acceptance timestamp and update package-lock.json for peer dependency closes #1015
2025-11-19 15:25:19 +01:00
dependabot[bot]
69689e64cd
build(deps): bump @alpinejs/collapse in /app/static
...
Bumps [@alpinejs/collapse](https://github.com/alpinejs/alpine/tree/HEAD/packages/collapse ) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/alpinejs/alpine/releases )
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.2/packages/collapse )
---
updated-dependencies:
- dependency-name: "@alpinejs/collapse"
dependency-version: 3.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-19 14:09:06 +00:00
Matthieu B
b21bc01b81
Merge pull request #1010 from wizarrrr/dependabot/npm_and_yarn/app/static/alpinejs-3.15.2
...
build(deps): bump alpinejs from 3.15.1 to 3.15.2 in /app/static
2025-11-19 13:55:28 +00:00
dependabot[bot]
31011b48f2
build(deps): bump flowbite in /app/static in the ui-frameworks group
...
Bumps the ui-frameworks group in /app/static with 1 update: [flowbite](https://github.com/themesberg/flowbite ).
Updates `flowbite` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/themesberg/flowbite/releases )
- [Commits](https://github.com/themesberg/flowbite/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: flowbite
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ui-frameworks
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-19 09:23:58 +00:00
Matthieu B
533f972b55
Fixes Media Server deletion closes #1003
2025-11-17 12:29:42 +01:00
dependabot[bot]
76f470a06d
build(deps): bump alpinejs from 3.15.1 to 3.15.2 in /app/static
...
Bumps [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs ) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/alpinejs/alpine/releases )
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.2/packages/alpinejs )
---
updated-dependencies:
- dependency-name: alpinejs
dependency-version: 3.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 09:35:01 +00:00
dependabot[bot]
0422171fab
build(deps): bump inapp-spy from 5.0.7 to 5.0.8 in /app/static
...
Bumps [inapp-spy](https://github.com/shalanah/inapp-spy ) from 5.0.7 to 5.0.8.
- [Changelog](https://github.com/shalanah/inapp-spy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/shalanah/inapp-spy/compare/v5.0.7...v5.0.8 )
---
updated-dependencies:
- dependency-name: inapp-spy
dependency-version: 5.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-14 09:23:34 +00:00
Matthieu B
a89ab4de80
Merge pull request #999 from wizarrrr/dependabot/npm_and_yarn/app/static/ui-frameworks-c9fbb6908a
...
build(deps): bump the ui-frameworks group across 1 directory with 3 updates
2025-11-13 11:47:59 +00:00
dependabot[bot]
de25b2a09b
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.7 to 0.2.10.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.7...v0.2.10 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-13 09:21:54 +00:00
dependabot[bot]
2d6045c8a3
build(deps): bump the ui-frameworks group across 1 directory with 3 updates
...
Bumps the ui-frameworks group with 2 updates in the /app/static directory: [flowbite](https://github.com/themesberg/flowbite ) and [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli ).
Updates `flowbite` from 3.1.2 to 4.0.0
- [Release notes](https://github.com/themesberg/flowbite/releases )
- [Commits](https://github.com/themesberg/flowbite/compare/v3.1.2...v4.0.0 )
Updates `@tailwindcss/cli` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/@tailwindcss-cli )
Updates `tailwindcss` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: flowbite
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ui-frameworks
- dependency-name: "@tailwindcss/cli"
dependency-version: 4.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
- dependency-name: tailwindcss
dependency-version: 4.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: ui-frameworks
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-13 09:21:39 +00:00
dependabot[bot]
9a77afa306
build(deps): bump inapp-spy from 5.0.6 to 5.0.7 in /app/static
...
Bumps [inapp-spy](https://github.com/shalanah/inapp-spy ) from 5.0.6 to 5.0.7.
- [Changelog](https://github.com/shalanah/inapp-spy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/shalanah/inapp-spy/compare/v5.0.6...v5.0.7 )
---
updated-dependencies:
- dependency-name: inapp-spy
dependency-version: 5.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-11 09:27:02 +00:00
Matthieu B
cba043aa87
fix: adjust wizard progress bar position and enhance padding for content overlap closes #971
2025-11-06 12:27:45 +01:00
Matthieu B
96e2bb8e72
fix: update user fetching method to use API call during invitation acceptance
...
chore: add peer flag to tailwindcss license entry in package-lock.json
2025-11-06 12:21:55 +01:00
dependabot[bot]
6ae90eed28
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.6 to 0.2.7.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.6...v0.2.7 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-04 09:26:24 +00:00
Matthieu B
0050f4b646
feat: allow user edit
2025-11-03 14:36:04 +01:00
dependabot[bot]
1b6849254c
build(deps): bump tiny-markdown-editor in /app/static
...
Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor ) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases )
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.5...v0.2.6 )
---
updated-dependencies:
- dependency-name: tiny-markdown-editor
dependency-version: 0.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 09:25:56 +00:00