shamoon
|
64cfae1fcd
|
Fix test imports
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
83b02cd40a
|
DocumentAttributesTab --> Section, move header stuff in there too
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
2caf2ec5be
|
More reorganizing
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
c634bb4a02
|
DRY FTW
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
75c8d53293
|
Move lists under management list
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
79b44e1850
|
Remove unused imports
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
4e0ec9ca0b
|
Finish rename
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
6dfb919421
|
Icons, of course
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
145c11394b
|
Ok lets just merge it all together
|
2026-02-08 23:55:40 -08:00 |
|
shamoon
|
9d7231d2dc
|
Tweak: improve 2-digit year parsing (#12044)
|
2026-02-08 23:00:00 -08:00 |
|
GitHub Actions
|
4208d9255a
|
Auto translate strings
|
2026-02-09 05:26:28 +00:00 |
|
shamoon
|
9e9e55758f
|
Enhancement: pngx pdf viewer (#12043)
|
2026-02-08 21:24:43 -08:00 |
|
Trenton H
|
6a87c3f4dd
|
Fixes handling the case where there is no status reported from celery (due to external termination of the worker) (#12040)
|
2026-02-08 17:26:35 -08:00 |
|
shamoon
|
d7c64760ed
|
Update playwright docker image version in CI too
|
2026-02-07 21:12:12 -08:00 |
|
dependabot[bot]
|
750c77736b
|
Chore(deps-dev): Bump @playwright/test from 1.58.1 to 1.58.2 in /src-ui (#12032)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.58.1...v1.58.2)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-version: 1.58.2
dependency-type: direct:development
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>
|
2026-02-08 03:47:48 +00:00 |
|
shamoon
|
30b1d3c6d7
|
Fix missing content_length migration
|
2026-02-07 11:07:16 -08:00 |
|
shamoon
|
d3ff856202
|
Merge origin/main into dev
|
2026-02-07 11:04:55 -08:00 |
|
shamoon
|
3bc4631a0f
|
CI: build docs with Zensical in release workflow
|
2026-02-07 10:59:06 -08:00 |
|
shamoon
|
ab328e0212
|
Chore: move to Zensical for docs (#12011)
(cherry picked from commit 3c51b3f9cd)
|
2026-02-07 10:58:55 -08:00 |
|
Trenton H
|
5c3d02e6d4
|
Chore: Configure pyrefly as an alternative typing tool (#12003)
|
2026-02-07 10:33:00 -08:00 |
|
dependabot[bot]
|
1d89ec402b
|
Chore(deps): Bump the utilities-minor group across 1 directory with 2 updates (#12020)
Bumps the utilities-minor group with 2 updates in the / directory: [openai](https://github.com/openai/openai-python) and [types-dateparser](https://github.com/typeshed-internal/stub_uploader).
Updates `openai` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v2.16.0...v2.17.0)
Updates `types-dateparser` from 1.2.2.20250809 to 1.3.0.20260206
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)
---
updated-dependencies:
- dependency-name: openai
dependency-version: 2.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: utilities-minor
- dependency-name: types-dateparser
dependency-version: 1.3.0.20260206
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: utilities-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-07 10:17:42 -08:00 |
|
shamoon
|
6192915be7
|
Fixhancement: improve ASN handling with PDF operations (#11689)
|
2026-02-06 21:14:02 +00:00 |
|
dependabot[bot]
|
b9b90ec9f7
|
docker-compose(deps): Bump nginx in /docker/compose (#12018)
Bumps nginx from 1.29-alpine to 1.29.5-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-version: 1.29.5-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-06 12:26:29 -08:00 |
|
shamoon
|
0dc58cf686
|
Update GitHub Pages artifact naming in CI workflow
|
2026-02-06 11:54:43 -08:00 |
|
shamoon
|
505ff31748
|
Update CI workflow with additional permissions
Add permissions for contents, pages, and id-token.
|
2026-02-06 10:04:51 -08:00 |
|
shamoon
|
3c51b3f9cd
|
Chore: move to Zensical for docs (#12011)
|
2026-02-06 08:34:15 -08:00 |
|
dependabot[bot]
|
dfbac35f9c
|
Upgrade: Bump @types/node from 25.2.0 to 25.2.1 in /src-ui (#12008)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.2.0 to 25.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.2.1
dependency-type: direct:development
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>
|
2026-02-06 03:52:09 +00:00 |
|
dependabot[bot]
|
8f917555b1
|
Upgrade: Bump webpack from 5.103.0 to 5.105.0 in /src-ui (#12007)
Bumps [webpack](https://github.com/webpack/webpack) from 5.103.0 to 5.105.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack/compare/v5.103.0...v5.105.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.105.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-06 03:43:29 +00:00 |
|
GitHub Actions
|
734b5b9a45
|
Auto translate strings
|
2026-02-06 03:40:03 +00:00 |
|
shamoon
|
0f1cae03ec
|
Chore: bump Angular to 21.1.3, ngx-ui-tour-ng-bootstrap to v18 (#12015)
|
2026-02-05 19:37:59 -08:00 |
|
Trenton H
|
71663fdbe2
|
Chore: Switches all locations to use prek in place of pre-commit (#12002)
|
2026-02-05 10:51:23 -08:00 |
|
Jason Lingohr
|
1188a89369
|
Documentation: update FAQ about file extension handling (#12000)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2026-02-05 02:05:47 +00:00 |
|
dependabot[bot]
|
b8e3b6590e
|
docker(deps): Bump astral-sh/uv (#11980)
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.9.26-python3.12-trixie-slim to 0.9.28-python3.12-trixie-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.26...0.9.28)
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.28-python3.12-trixie-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>
|
2026-02-04 13:42:07 -08:00 |
|
dependabot[bot]
|
4a5116adf8
|
docker-compose(deps): Bump gotenberg/gotenberg in /docker/compose (#11979)
Bumps gotenberg/gotenberg from 8.25 to 8.26.
---
updated-dependencies:
- dependency-name: gotenberg/gotenberg
dependency-version: '8.26'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-04 13:24:19 -08:00 |
|
dependabot[bot]
|
bbf2e63f10
|
Chore(deps): Bump the utilities-patch group with 3 updates (#11981)
Bumps the utilities-patch group with 3 updates: llama-index-llms-openai, [tqdm](https://github.com/tqdm/tqdm) and [types-tqdm](https://github.com/typeshed-internal/stub_uploader).
Updates `llama-index-llms-openai` from 0.6.15 to 0.6.16
Updates `tqdm` from 4.67.1 to 4.67.2
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.2)
Updates `types-tqdm` from 4.67.0.20250809 to 4.67.2.20260202
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)
---
updated-dependencies:
- dependency-name: llama-index-llms-openai
dependency-version: 0.6.16
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: utilities-patch
- dependency-name: tqdm
dependency-version: 4.67.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: utilities-patch
- dependency-name: types-tqdm
dependency-version: 4.67.2.20260202
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: utilities-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-04 12:49:01 -08:00 |
|
dependabot[bot]
|
33cbe2ad54
|
Chore(deps): Bump the utilities-minor group across 1 directory with 6 updates (#11993)
* Chore(deps): Bump the utilities-minor group across 1 directory with 6 updates
Bumps the utilities-minor group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [babel](https://github.com/python-babel/babel) | `2.17.0` | `2.18.0` |
| [dateparser](https://github.com/scrapinghub/dateparser) | `1.2.2` | `1.3.0` |
| [django-cachalot](https://github.com/noripyt/django-cachalot) | `2.8.0` | `2.9.0` |
| [openai](https://github.com/openai/openai-python) | `2.15.0` | `2.16.0` |
| [torch](https://github.com/pytorch/pytorch) | `2.9.1` | `2.10.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.0` |
Updates `babel` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-babel/babel/compare/v2.17.0...v2.18.0)
Updates `dateparser` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/scrapinghub/dateparser/releases)
- [Changelog](https://github.com/scrapinghub/dateparser/blob/master/HISTORY.rst)
- [Commits](https://github.com/scrapinghub/dateparser/compare/v1.2.2...v1.3.0)
Updates `django-cachalot` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/noripyt/django-cachalot/releases)
- [Changelog](https://github.com/noripyt/django-cachalot/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/noripyt/django-cachalot/compare/v2.8.0...v2.9.0)
Updates `openai` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v2.15.0...v2.16.0)
Updates `torch` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.9.1...v2.10.0)
Updates `ruff` from 0.14.14 to 0.15.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.14.14...0.15.0)
---
updated-dependencies:
- dependency-name: babel
dependency-version: 2.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: utilities-minor
- dependency-name: dateparser
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: utilities-minor
- dependency-name: django-cachalot
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: utilities-minor
- dependency-name: openai
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: utilities-minor
- dependency-name: torch
dependency-version: 2.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: utilities-minor
- dependency-name: ruff
dependency-version: 0.15.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: utilities-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updates to ruff 0.15.0
* Ignores all notes in the baseline. They seem to be problematic??
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
|
2026-02-04 11:50:31 -08:00 |
|
dependabot[bot]
|
261e10ebeb
|
Chore(deps): Bump drf-spectacular-sidecar from 2025.10.1 to 2026.1.1 (#11985)
Bumps [drf-spectacular-sidecar](https://github.com/tfranzel/drf-spectacular-sidecar) from 2025.10.1 to 2026.1.1.
- [Commits](https://github.com/tfranzel/drf-spectacular-sidecar/compare/2025.10.1...2026.1.1)
---
updated-dependencies:
- dependency-name: drf-spectacular-sidecar
dependency-version: 2026.1.1
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-02-04 08:32:41 -08:00 |
|
dependabot[bot]
|
585c28b460
|
Chore(deps): Update django-allauth[mfa,socialaccount] requirement (#11984)
Updates the requirements on [django-allauth[mfa,socialaccount]](https://github.com/sponsors/pennersr) to permit the latest version.
- [Commits](https://github.com/sponsors/pennersr/commits)
---
updated-dependencies:
- dependency-name: django-allauth[mfa,socialaccount]
dependency-version: 65.14.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-04 08:15:55 -08:00 |
|
dependabot[bot]
|
e77ab3357c
|
Chore(deps): Update granian[uvloop] requirement from ~=2.6.0 to ~=2.7.0 (#11983)
Updates the requirements on [granian[uvloop]](https://github.com/emmett-framework/granian) to permit the latest version.
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.6.0...v2.7.0)
---
updated-dependencies:
- dependency-name: granian[uvloop]
dependency-version: 2.7.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-04 07:46:24 -08:00 |
|
dependabot[bot]
|
05ab091ea4
|
Chore(deps): Bump django from 5.2.10 to 5.2.11 (#11988)
* Chore(deps): Bump django from 5.2.10 to 5.2.11
Bumps [django](https://github.com/django/django) from 5.2.10 to 5.2.11.
- [Commits](https://github.com/django/django/compare/5.2.10...5.2.11)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.2.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Reruns the baseline sync
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
|
2026-02-04 07:21:13 -08:00 |
|
Trenton H
|
fb7abf7a6e
|
Chore: Enable mypy checking in CI (#11991)
|
2026-02-03 16:02:33 -08:00 |
|
GitHub Actions
|
6ad2fc0356
|
Auto translate strings
|
2026-02-03 20:11:13 +00:00 |
|
Trenton H
|
2ec8ec96c8
|
Feature: Enable users to customize date parsing via plugins (#11931)
|
2026-02-03 20:09:13 +00:00 |
|
Trenton H
|
276dc13e3f
|
Chore: Fixes the TO filter chaining so it doesn't reset the messages list + deterministic UIDs (#11987)
|
2026-02-03 11:31:19 -08:00 |
|
GitHub Actions
|
d0c02e7a8d
|
Auto translate strings
|
2026-02-03 17:33:37 +00:00 |
|
shamoon
|
e45fca475a
|
Feature: password removal workflow action (#11665)
|
2026-02-03 17:10:07 +00:00 |
|
shamoon
|
63c0e2f72b
|
Documentation: clarify workflow placeholders docs
|
2026-02-03 08:13:10 -08:00 |
|
shamoon
|
00ef0837d2
|
Fix: re-run ASN check after barcode detection (#11681)
|
2026-02-02 23:23:37 +00:00 |
|
GitHub Actions
|
231561ad55
|
Auto translate strings
|
2026-02-02 19:10:07 +00:00 |
|
shamoon
|
4fa38708a1
|
Fix: prevent infinite loading crash in mail component (#11978)
|
2026-02-02 11:08:01 -08:00 |
|