Commit Graph

191 Commits

Author SHA1 Message Date
dependabot[bot]
670490feb8 Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 09:08:01 +00:00
dependabot[bot]
d84a79080c Bump docker/build-push-action from 5 to 7 (#1336)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-06 11:09:23 +02:00
dependabot[bot]
bb00d7bdf1 Bump docker/setup-buildx-action from 3 to 4 (#1335)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-06 11:08:57 +02:00
Matthieu B
19b948b7bc Remove Blacksmith from workflows (#1325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05 18:52:12 +02:00
Matthieu B
dda4d706eb ci: announce releases on Discord (#1321)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05 18:37:34 +02:00
Matthieu B
a9a2bcce58 chore: update dependencies (#1319) 2026-07-05 18:19:28 +02:00
Matthieu B
59bc22931e fix(ci): use uv instead of broken pipx babel in verify-translations
pipx run babel installs the wrong package (babel != Babel/pybabel).
Use uv run pybabel to match the rest of the project.
2026-04-01 23:18:26 +02:00
Matthieu B
0e04feeeb2 fix(i18n): merge Weblate contributions and prevent future lock conflicts
Weblate has been locked for 5 months due to merge conflicts caused by
both the nightly GitHub Action and Weblate modifying .po files. This
commit:

- Merges all pending Weblate translator contributions into current PO files
- Deduplicates all .po files (removes ~4100 lines of duplicate entries)
- Changes i18n-template.yml to only commit messages.pot, not .po files,
  so Weblate is the sole owner of .po translation content
2026-04-01 23:15:11 +02:00
Matthieu B
7cd7130597 Merge pull request #1169 from wizarrrr/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2026-03-29 15:30:59 +02:00
dependabot[bot]
ed766272d2 build(deps): bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 09:21:58 +00:00
dependabot[bot]
753ffe2e0d build(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 09:21:54 +00:00
dependabot[bot]
006898dbca build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 09:34:34 +00:00
dependabot[bot]
4b5ef073fe build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 10:09:27 +00:00
blacksmith-sh[bot]
76f659f114 Migrate workflows to Blacksmith 2025-11-20 11:55:56 +00:00
blacksmith-sh[bot]
c5002be266 Migrate workflows to Blacksmith 2025-11-20 11:52:42 +00:00
Matthieu B
9975d1a376 fix: update git config for i18n bot in workflow 2025-10-28 11:40:37 +01:00
Matthieu B
325239fd62 Refactor media server deletion logic to improve clarity and ensure proper cleanup of related records 2025-10-26 15:14:12 +01:00
Matthieu B
91f663d6ab Enhance translation compilation in dev.py by adding the '-f' flag to pybabel compile command. Update subproject commit status in plus to indicate a dirty state. 2025-10-22 13:31:59 +02:00
Matthieu B
6ab5e024db Revert "Merge pull request #925 from wizarrrr/chore/python-3.14-upgrade"
This reverts commit 35dde7c19a, reversing
changes made to c8cf9905ba.
2025-10-19 14:05:59 +02:00
Matthieu B
1ec706dbbd chore: Update to python 3.14 2025-10-18 17:37:34 +02:00
Matthieu B
42d4b56df1 Merge branch 'main' into plus 2025-10-18 16:07:43 +02:00
Matthieu B
b33331a55c chore: Remove Wizarr Plus Docker build files and entrypoint script 2025-10-16 15:26:06 +02:00
dependabot[bot]
bcdf7687cd build(deps): bump astral-sh/setup-uv from 6 to 7
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 10:38:34 +00:00
Matthieu B
813601d37b feat: Add Wizarr Plus licensing and historical data import features
- Implemented LicenseValidationMiddleware for periodic license validation and feature protection.
- Created HistoricalDataService for importing historical viewing data from Plex into the ActivitySession model.
- Added KeygenLicenseService for runtime license verification and machine fingerprinting.
- Introduced new Jinja filters for built-in functions max and min.
- Updated settings UI to include a tab for Plus features.
- Added Docker support for Wizarr Plus with a dedicated docker-compose file.
- Created entrypoint script for license verification and initialization of the Wizarr Plus container.
- Added wrapper scripts for building, verifying licenses, and setting up Wizarr Plus.
- Updated dependencies in pyproject.toml to include websocket-client for Plus features.
2025-10-09 12:14:27 +02:00
Matthieu B
4021a4f041 fix: clean up whitespace and improve formatting in pr-test.yml 2025-10-08 16:59:41 +02:00
Matthieu B
ba28712d8c fix: reformat template titles for consistency and readability 2025-10-08 16:54:24 +02:00
Matthieu B
2df5203563 fix: update invitation templates to handle missing server names and improve error messaging 2025-10-08 16:35:57 +02:00
Matthieu B
3f79689c71 fix: enable development dependencies installation in CI workflow 2025-10-08 14:45:23 +02:00
Matthieu B
b54ea22ca3 fix: action running 2025-10-08 14:44:04 +02:00
Matthieu B
c55125b1dd feat: add progress indicator closes Feature Request: Add a progress indicator to steps
closes #861
2025-09-28 12:26:27 +02:00
Matthieu B
13d10cee31 fix: streamline YAML file checking by using uv to run the Python script 2025-09-28 11:31:14 +02:00
Matthieu B
daeac1673f fix: enhance release PR handling by updating description with latest changelog 2025-09-27 18:21:06 +02:00
Matthieu B
6b8f39cdd0 fix: improve security by saving PR body to file before extracting changelog 2025-09-27 18:15:35 +02:00
Matthieu B
06ce065851 fix: prevent shell injection in create-release workflow
- Use --notes-file instead of --notes to avoid interpreting changelog content as shell commands
- Resolves issue where commit hashes and special characters caused workflow failures
2025-09-16 16:13:11 +02:00
Matthieu B
b410625e31 cleanup: remove diagnostic workflow after successful debugging
- Main branch formatting is confirmed correct
- CI cache issue identified as root cause
- Diagnostic workflow no longer needed
2025-09-16 13:39:55 +02:00
Matthieu B
44d94f9c51 feat: add diagnostic workflow to debug CI ruff issue
- Creates force-ruff-fix.yml workflow for manual triggering
- Will run ruff fix directly in CI environment
- Shows file state before/after to debug the formatting issue
- Auto-commits any formatting changes CI makes
2025-09-16 13:37:12 +02:00
Matthieu B
3407ae90ce Merge branch 'main' of https://github.com/wizarrrr/wizarr 2025-09-16 13:10:46 +02:00
Matthieu B
e8ca2ec88e update: dependabot 2025-09-16 13:10:44 +02:00
Matthieu B
70f8830b38 Merge pull request #855 from wizarrrr/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2025-09-16 13:09:03 +02:00
Matthieu B
77463899aa Merge pull request #856 from wizarrrr/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2025-09-16 13:08:53 +02:00
Matthieu B
89a193d232 Merge pull request #854 from wizarrrr/dependabot/github_actions/astral-sh/setup-uv-6
build(deps): bump astral-sh/setup-uv from 3 to 6
2025-09-16 13:08:39 +02:00
Matthieu B
4173725a3d Merge pull request #857 from wizarrrr/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2025-09-16 13:07:57 +02:00
Matthieu B
d6411996e0 Merge pull request #853 from wizarrrr/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2025-09-16 13:07:45 +02:00
Matthieu B
a8665877ae update: ruff 2025-09-16 13:07:13 +02:00
dependabot[bot]
342b81b252 build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:05:43 +00:00
dependabot[bot]
20b8219e25 build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:05:39 +00:00
dependabot[bot]
2a863b3c09 build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:05:31 +00:00
dependabot[bot]
270465c9fe build(deps): bump astral-sh/setup-uv from 3 to 6
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 6.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v6)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:05:28 +00:00
dependabot[bot]
c44a837563 build(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:05:22 +00:00
Matthieu B
f7ea96bae6 fix: keep hooks up to date 2025-09-16 13:03:49 +02:00