]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
6 weeks agodocker(deps): bump astral-sh/uv (#11394)
dependabot[bot] [Mon, 17 Nov 2025 21:38:26 +0000 (13:38 -0800)] 
docker(deps): bump astral-sh/uv (#11394)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.9.10-python3.12-bookworm-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 weeks agoEnhancement: speed-up docker container startup (#11134)
Michael Martin [Mon, 17 Nov 2025 21:11:49 +0000 (13:11 -0800)] 
Enhancement: speed-up docker container startup (#11134)

This alters the retry/backoff logic in the init-wait-for-db script to be more
optimistic about database availability. During regular deployment and
operations of paperless-ngx, it's common to restart the application server with
the database instance already running, so we should optimize for this case.

Instead of unconditionally delaying 5 seconds between each connection attempt,
start with a minimum delay of 1 second and increase the delay linearly with
each attempt, maxing out at 10 seconds. This makes the retry count-based
failure mode less practical, so instead we just use a timeout-based approach.*

*NOTE: the original implementation would have an effective timeout of 25s. This
alters the behavior to 60s.

Additionally, this removes an unnecessary 5s delay that was injected in the
postgres case. The script uses a more comprehensive connection check for
postgres than it does mariadb, so if anything this 5s delay after getting an
"ok" response from the DB was extra unnecessary in the postgres case.

6 weeks agoFix: support for custom field ordering w advanced search (#11383)
shamoon [Mon, 17 Nov 2025 20:47:55 +0000 (12:47 -0800)] 
Fix: support for custom field ordering w advanced search (#11383)

6 weeks agoChore: replace test image URLs to our own files (#11390)
shamoon [Mon, 17 Nov 2025 18:22:54 +0000 (10:22 -0800)] 
Chore: replace test image URLs to our own files (#11390)

6 weeks agoChore: set signal receivers with weak=False
shamoon [Mon, 17 Nov 2025 18:02:32 +0000 (10:02 -0800)] 
Chore: set signal receivers with weak=False

7 weeks agoDocumentation: Add v2.19.6 changelog (#11374)
github-actions[bot] [Sun, 16 Nov 2025 03:03:46 +0000 (19:03 -0800)] 
Documentation: Add v2.19.6 changelog (#11374)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
7 weeks agoBump version to 2.19.6 v2.19.6
shamoon [Sat, 15 Nov 2025 22:24:15 +0000 (14:24 -0800)] 
Bump version to 2.19.6

7 weeks agoMerge branch 'dev'
shamoon [Sat, 15 Nov 2025 22:23:38 +0000 (14:23 -0800)] 
Merge branch 'dev'

7 weeks agoDocumentation: update redis security link (#11373)
shamoon [Sat, 15 Nov 2025 21:31:03 +0000 (13:31 -0800)] 
Documentation: update redis security link (#11373)

7 weeks agoNew Crowdin translations by GitHub Action (#11310)
github-actions[bot] [Sat, 15 Nov 2025 16:32:37 +0000 (16:32 +0000)] 
New Crowdin translations by GitHub Action (#11310)

7 weeks agoChore: Update PR template AI disclosure
shamoon [Sat, 15 Nov 2025 16:15:18 +0000 (08:15 -0800)] 
Chore: Update PR template AI disclosure

7 weeks agoDocumentation: add {{doc_title}} placeholder
shamoon [Sat, 15 Nov 2025 05:41:07 +0000 (21:41 -0800)] 
Documentation: add {{doc_title}} placeholder

7 weeks agoChore: add backoff ro handle 429 Wikimedia requests in tests (#11364)
shamoon [Fri, 14 Nov 2025 23:58:29 +0000 (15:58 -0800)] 
Chore: add backoff ro handle 429 Wikimedia requests in tests (#11364)

7 weeks agodocker(deps): bump astral-sh/uv (#11338)
dependabot[bot] [Fri, 14 Nov 2025 18:37:33 +0000 (18:37 +0000)] 
docker(deps): bump astral-sh/uv (#11338)

Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.9.7-python3.12-bookworm-slim to 0.9.9-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/uv/compare/0.9.7...0.9.9)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.9.8-python3.12-bookworm-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agoFix: include BASE_URL when constructing `doc_url` for workflows (#11360)
Ed Bardsley [Fri, 14 Nov 2025 17:45:13 +0000 (09:45 -0800)] 
Fix: include BASE_URL when constructing `doc_url` for workflows (#11360)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
7 weeks agoFixhancement: refactor email attachment logic (#11336)
shamoon [Fri, 14 Nov 2025 17:28:46 +0000 (09:28 -0800)] 
Fixhancement: refactor email attachment logic (#11336)

7 weeks agoAuto translate strings
GitHub Actions [Fri, 14 Nov 2025 16:10:47 +0000 (16:10 +0000)] 
Auto translate strings

7 weeks agoFixhancement: trim whitespace for some text searches (#11357)
shamoon [Fri, 14 Nov 2025 16:09:09 +0000 (08:09 -0800)] 
Fixhancement: trim whitespace for some text searches (#11357)

7 weeks agoFix: update Outlook refresh token when refreshed (#11341)
shamoon [Tue, 11 Nov 2025 16:27:24 +0000 (08:27 -0800)] 
Fix: update Outlook refresh token when refreshed (#11341)

8 weeks agoFix: only cache remote version for version checking (#11320)
shamoon [Sun, 9 Nov 2025 00:34:46 +0000 (16:34 -0800)] 
Fix: only cache remote version for version checking (#11320)

8 weeks agoFix: include replace none logic in storage path preview, improve jinja conditionals...
shamoon [Sat, 8 Nov 2025 21:31:57 +0000 (13:31 -0800)] 
Fix: include replace none logic in storage path preview, improve jinja conditionals for empty metadata (#11315)

8 weeks agoAuto translate strings
GitHub Actions [Fri, 7 Nov 2025 19:23:35 +0000 (19:23 +0000)] 
Auto translate strings

8 weeks agoChore: include password validation on user edit (#11308)
shamoon [Fri, 7 Nov 2025 19:20:27 +0000 (11:20 -0800)] 
Chore: include password validation on user edit (#11308)

8 weeks agoMerge branch 'main' into dev
shamoon [Thu, 6 Nov 2025 21:04:32 +0000 (13:04 -0800)] 
Merge branch 'main' into dev

8 weeks agoChangelog v2.19.5 - GHA (#11305)
github-actions[bot] [Thu, 6 Nov 2025 21:01:52 +0000 (13:01 -0800)] 
Changelog v2.19.5 - GHA (#11305)

8 weeks agoBump version to 2.19.5 v2.19.5
shamoon [Thu, 6 Nov 2025 19:39:08 +0000 (11:39 -0800)] 
Bump version to 2.19.5

8 weeks agoNew Crowdin translations by GitHub Action (#11288)
github-actions[bot] [Thu, 6 Nov 2025 19:36:26 +0000 (19:36 +0000)] 
New Crowdin translations by GitHub Action (#11288)

8 weeks agodocker(deps): Bump astral-sh/uv (#11283)
dependabot[bot] [Wed, 5 Nov 2025 04:12:56 +0000 (20:12 -0800)] 
docker(deps): Bump astral-sh/uv (#11283)

Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.9.4-python3.12-bookworm-slim to 0.9.7-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/uv/compare/0.9.4...0.9.7)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.9.7-python3.12-bookworm-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agoFix: ensure custom field query propagation, change detection (#11291)
shamoon [Tue, 4 Nov 2025 20:40:05 +0000 (12:40 -0800)] 
Fix: ensure custom field query propagation, change detection (#11291)

2 months agoDocumentation: Add v2.19.4 changelog (#11285)
github-actions[bot] [Tue, 4 Nov 2025 01:39:28 +0000 (17:39 -0800)] 
Documentation: Add v2.19.4 changelog (#11285)

* Changelog v2.19.4 - GHA

* Update changelog for paperless-ngx 2.19.4

Reorganize changelog to include performance enhancements.

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 months agoBump version to 2.19.4 v2.19.4
shamoon [Tue, 4 Nov 2025 00:02:09 +0000 (16:02 -0800)] 
Bump version to 2.19.4

2 months agoChore: fix test error
shamoon [Tue, 4 Nov 2025 00:01:45 +0000 (16:01 -0800)] 
Chore: fix test error

2 months agoFix: fix log loading spinner display condition
shamoon [Mon, 3 Nov 2025 23:54:43 +0000 (15:54 -0800)] 
Fix: fix log loading spinner display condition

2 months agoNew Crowdin translations by GitHub Action (#11238)
github-actions[bot] [Mon, 3 Nov 2025 23:34:23 +0000 (15:34 -0800)] 
New Crowdin translations by GitHub Action (#11238)

2 months agoAuto translate strings
GitHub Actions [Mon, 3 Nov 2025 17:48:25 +0000 (17:48 +0000)] 
Auto translate strings

2 months agoPerformance: re-enable virtual scroll, bump ng-select (#11279)
shamoon [Mon, 3 Nov 2025 17:46:35 +0000 (09:46 -0800)] 
Performance: re-enable virtual scroll, bump ng-select (#11279)

2 months agoFix: use original_file when attaching docs to workflow emails with added trigger...
shamoon [Mon, 3 Nov 2025 16:42:29 +0000 (08:42 -0800)] 
Fix: use original_file when attaching docs to workflow emails with added trigger (#11266)

2 months agoAuto translate strings
GitHub Actions [Mon, 3 Nov 2025 14:21:38 +0000 (14:21 +0000)] 
Auto translate strings

2 months agoFix: mark 'Select' button in doc list for translation (#11278)
shamoon [Mon, 3 Nov 2025 14:18:41 +0000 (06:18 -0800)] 
Fix: mark 'Select' button in doc list for translation (#11278)

2 months agoAuto translate strings
GitHub Actions [Sat, 1 Nov 2025 20:22:23 +0000 (20:22 +0000)] 
Auto translate strings

2 months agoChore: hide slim toggler if insufficient permissions
shamoon [Sat, 1 Nov 2025 20:18:49 +0000 (13:18 -0700)] 
Chore: hide slim toggler if insufficient permissions

2 months agoFix: respect fields parameter for created field (#11251)
shamoon [Sat, 1 Nov 2025 20:13:39 +0000 (13:13 -0700)] 
Fix: respect fields parameter for created field (#11251)

2 months agoFix: improve legibility of processed mail error popover in light mode (#11258)
shamoon [Sat, 1 Nov 2025 19:49:05 +0000 (12:49 -0700)] 
Fix: improve legibility of processed mail error popover in light mode (#11258)

2 months agoChore: add headers for wikipedia CI tests (#11253)
shamoon [Sat, 1 Nov 2025 16:37:49 +0000 (09:37 -0700)] 
Chore: add headers for wikipedia CI tests (#11253)

2 months agoAuto translate strings
GitHub Actions [Sat, 1 Nov 2025 14:53:03 +0000 (14:53 +0000)] 
Auto translate strings

2 months agoFixhancement: truncate large logs, improve auto-scroll (#11239)
shamoon [Sat, 1 Nov 2025 14:49:52 +0000 (07:49 -0700)] 
Fixhancement: truncate large logs, improve auto-scroll (#11239)

2 months agoChore: add max-height and overflow to processedmail error popover (#11252)
shamoon [Sat, 1 Nov 2025 14:49:31 +0000 (07:49 -0700)] 
Chore: add max-height and overflow to processedmail error popover (#11252)

2 months agoAuto translate strings
GitHub Actions [Fri, 31 Oct 2025 01:28:27 +0000 (01:28 +0000)] 
Auto translate strings

2 months agoFix: delay iframe DOM removal, handle onafterprint error for print in FF (#11237)
shamoon [Fri, 31 Oct 2025 01:26:42 +0000 (18:26 -0700)] 
Fix: delay iframe DOM removal, handle onafterprint error for print in FF (#11237)

2 months agoSure sonar, consolidate 11237/head
shamoon [Fri, 31 Oct 2025 01:00:19 +0000 (18:00 -0700)] 
Sure sonar, consolidate

2 months agoFix: delay iframe DOM removal for print in FF
shamoon [Fri, 31 Oct 2025 00:24:44 +0000 (17:24 -0700)] 
Fix: delay iframe DOM removal for print in FF

2 months agoCoverage
shamoon [Thu, 30 Oct 2025 23:59:49 +0000 (16:59 -0700)] 
Coverage

2 months agoUpdate document-detail.component.ts
shamoon [Thu, 30 Oct 2025 22:29:56 +0000 (15:29 -0700)] 
Update document-detail.component.ts

2 months agoUpdate document-detail.component.ts
shamoon [Thu, 30 Oct 2025 22:14:44 +0000 (15:14 -0700)] 
Update document-detail.component.ts

2 months agoFix: delay iframe DOM removal for print in FF
shamoon [Thu, 30 Oct 2025 21:54:28 +0000 (14:54 -0700)] 
Fix: delay iframe DOM removal for print in FF

2 months agoAuto translate strings
GitHub Actions [Thu, 30 Oct 2025 23:36:37 +0000 (23:36 +0000)] 
Auto translate strings

2 months agoPerformance: use virtual scroll container and log level parsing for logs view (#11233)
CanbiZ [Thu, 30 Oct 2025 23:34:53 +0000 (16:34 -0700)] 
Performance: use virtual scroll container and log level parsing for logs view (#11233)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 months agoChore: cache Github version check for 15 minutes (#11235)
shamoon [Thu, 30 Oct 2025 20:53:30 +0000 (13:53 -0700)] 
Chore: cache Github version check for 15 minutes (#11235)

2 months agoFix: de-deduplicate children in tag list when filtering (#11229)
shamoon [Thu, 30 Oct 2025 14:02:00 +0000 (07:02 -0700)] 
Fix: de-deduplicate children in tag list when filtering (#11229)

2 months agoDocumentation: Add v2.19.3 changelog (#11223)
github-actions[bot] [Wed, 29 Oct 2025 18:08:29 +0000 (11:08 -0700)] 
Documentation: Add v2.19.3 changelog (#11223)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 months agoBump version to 2.19.3 v2.19.3
shamoon [Wed, 29 Oct 2025 17:22:28 +0000 (10:22 -0700)] 
Bump version to 2.19.3

2 months agoMerge branch 'dev'
shamoon [Wed, 29 Oct 2025 17:21:56 +0000 (10:21 -0700)] 
Merge branch 'dev'

2 months agoNew Crowdin translations by GitHub Action (#11161)
github-actions[bot] [Wed, 29 Oct 2025 16:27:40 +0000 (16:27 +0000)] 
New Crowdin translations by GitHub Action (#11161)

2 months agoChore(deps): Bump django from 5.2.6 to 5.2.7 (#11200)
dependabot[bot] [Wed, 29 Oct 2025 14:29:42 +0000 (14:29 +0000)] 
Chore(deps): Bump django from 5.2.6 to 5.2.7 (#11200)

Bumps [django](https://github.com/django/django) from 5.2.6 to 5.2.7.
- [Commits](https://github.com/django/django/compare/5.2.6...5.2.7)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agoFix: remove unnecessary permission requirements for new email endpoint (#11215)
shamoon [Wed, 29 Oct 2025 14:14:51 +0000 (07:14 -0700)] 
Fix: remove unnecessary permission requirements for new email endpoint (#11215)

2 months agoAuto translate strings
GitHub Actions [Wed, 29 Oct 2025 02:56:27 +0000 (02:56 +0000)] 
Auto translate strings

2 months agoFix: refactor nested sorting in filterable dropdowns (#11214)
shamoon [Wed, 29 Oct 2025 02:54:39 +0000 (19:54 -0700)] 
Fix: refactor nested sorting in filterable dropdowns (#11214)

2 months agoAuto translate strings
GitHub Actions [Tue, 28 Oct 2025 18:07:20 +0000 (18:07 +0000)] 
Auto translate strings

2 months agoFix: add root tag filtering for tag list page consistency, fix toggle all (#11208)
shamoon [Tue, 28 Oct 2025 18:04:22 +0000 (11:04 -0700)] 
Fix: add root tag filtering for tag list page consistency, fix toggle all (#11208)

2 months agoAuto translate strings
GitHub Actions [Tue, 28 Oct 2025 17:17:48 +0000 (17:17 +0000)] 
Auto translate strings

2 months agoChange: make workflow action only title draggable (#11209)
shamoon [Tue, 28 Oct 2025 17:14:42 +0000 (10:14 -0700)] 
Change: make workflow action only title draggable (#11209)

2 months agoUpdate workflows.py
shamoon [Tue, 28 Oct 2025 04:09:19 +0000 (21:09 -0700)] 
Update workflows.py

2 months agoChange: make workflowrun a softdeletemodel (#11194)
shamoon [Mon, 27 Oct 2025 20:51:39 +0000 (13:51 -0700)] 
Change: make workflowrun a softdeletemodel (#11194)

2 months agoChore: Minor migration optimization for workflow titles (#11197)
Trenton H [Mon, 27 Oct 2025 20:24:57 +0000 (13:24 -0700)] 
Chore: Minor migration optimization for workflow titles (#11197)

* Makes the migration just a little more efficient

* Do it in batches, just in case

* Fixes the model klass name

2 months agoFix: support ConsumableDocument in email attachments (#11196)
shamoon [Mon, 27 Oct 2025 17:37:57 +0000 (10:37 -0700)] 
Fix: support ConsumableDocument in email attachments (#11196)

2 months agoUpdate issue and discussion templates
shamoon [Sun, 26 Oct 2025 19:14:31 +0000 (12:14 -0700)] 
Update issue and discussion templates

2 months agoChore: fix Postgres compose volume mount path in install script (#11184)
Lukas Behrendt [Sun, 26 Oct 2025 14:40:37 +0000 (15:40 +0100)] 
Chore: fix Postgres compose volume mount path in install script (#11184)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 months agoChore: Move to using the codecov action instead of the test-results-action (#11179)
Tom Hu [Sun, 26 Oct 2025 14:07:36 +0000 (18:07 +0400)] 
Chore: Move to using the codecov action instead of the test-results-action (#11179)

2 months agoChange: restrict superuser modifications to superusers only
shamoon [Fri, 24 Oct 2025 23:25:59 +0000 (16:25 -0700)] 
Change: restrict superuser modifications to superusers only

2 months agoFix: add missing import of ConfirmButtonComponent in user-edit-dialog (#11167)
shamoon [Fri, 24 Oct 2025 16:42:05 +0000 (09:42 -0700)] 
Fix: add missing import of ConfirmButtonComponent in user-edit-dialog (#11167)

2 months agoFix: resolve migration warning in 2.19.2 (#11157)
shamoon [Thu, 23 Oct 2025 22:29:49 +0000 (15:29 -0700)] 
Fix: resolve migration warning in 2.19.2 (#11157)

2 months agoChangelog v2.19.2 - GHA (#11153)
github-actions[bot] [Thu, 23 Oct 2025 17:56:48 +0000 (10:56 -0700)] 
Changelog v2.19.2 - GHA (#11153)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2 months agoBumps version to 2.19.2 v2.19.2
Trenton H [Thu, 23 Oct 2025 16:24:48 +0000 (09:24 -0700)] 
Bumps version to 2.19.2

2 months agoNew Crowdin translations by GitHub Action (#11139)
github-actions[bot] [Thu, 23 Oct 2025 16:10:11 +0000 (09:10 -0700)] 
New Crowdin translations by GitHub Action (#11139)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2 months agoAuto translate strings
GitHub Actions [Thu, 23 Oct 2025 12:53:46 +0000 (12:53 +0000)] 
Auto translate strings

2 months agoFix: Remove edit requirement for bulk email, show based on setting (#11149)
shamoon [Thu, 23 Oct 2025 12:50:27 +0000 (05:50 -0700)] 
Fix: Remove edit requirement for bulk email, show based on setting (#11149)

2 months agoFix: handle undefined IDs in getOriginalObject (#11147)
shamoon [Thu, 23 Oct 2025 12:40:01 +0000 (05:40 -0700)] 
Fix: handle undefined IDs in getOriginalObject (#11147)

2 months agoAuto translate strings
GitHub Actions [Thu, 23 Oct 2025 01:05:32 +0000 (01:05 +0000)] 
Auto translate strings

2 months agoFixhancement: display loading status for tags instead of 'Private' (#11140)
shamoon [Thu, 23 Oct 2025 01:01:50 +0000 (18:01 -0700)] 
Fixhancement: display loading status for tags instead of 'Private' (#11140)

2 months agoChangelog v2.19.1 - GHA (#11138)
github-actions[bot] [Wed, 22 Oct 2025 20:46:41 +0000 (13:46 -0700)] 
Changelog v2.19.1 - GHA (#11138)

2 months agoBump version to 2.19.1 v2.19.1
shamoon [Wed, 22 Oct 2025 20:03:28 +0000 (13:03 -0700)] 
Bump version to 2.19.1

2 months agoNew Crowdin translations by GitHub Action (#11112)
github-actions[bot] [Wed, 22 Oct 2025 19:33:35 +0000 (19:33 +0000)] 
New Crowdin translations by GitHub Action (#11112)

2 months agoFix: skip workflow title migration for empty titles (#11136)
shamoon [Wed, 22 Oct 2025 19:17:06 +0000 (12:17 -0700)] 
Fix: skip workflow title migration for empty titles (#11136)

2 months agoFix: restore workflow title migration (#11131)
shamoon [Wed, 22 Oct 2025 18:40:13 +0000 (11:40 -0700)] 
Fix: restore workflow title migration (#11131)

2 months agoAuto translate strings
GitHub Actions [Wed, 22 Oct 2025 18:16:33 +0000 (18:16 +0000)] 
Auto translate strings

2 months agoFix: retrieve document_count for tag children (#11125)
shamoon [Wed, 22 Oct 2025 18:13:15 +0000 (11:13 -0700)] 
Fix: retrieve document_count for tag children (#11125)

2 months agoFix: move hierarchical order logic in dropdown sorting (#11128)
shamoon [Wed, 22 Oct 2025 17:27:39 +0000 (10:27 -0700)] 
Fix: move hierarchical order logic in dropdown sorting (#11128)

2 months agoAuto translate strings
GitHub Actions [Wed, 22 Oct 2025 16:45:15 +0000 (16:45 +0000)] 
Auto translate strings

2 months agoFix: use original object for children in tag list (#11127)
shamoon [Wed, 22 Oct 2025 16:42:39 +0000 (09:42 -0700)] 
Fix: use original object for children in tag list (#11127)

2 months agoAuto translate strings
GitHub Actions [Wed, 22 Oct 2025 07:39:01 +0000 (07:39 +0000)] 
Auto translate strings