stumpylog and Claude Sonnet 5
7d863a553a
Stream documents in document_archiver via .only() + .iterator()
...
document_archiver built its document_ids list by materializing every
full Document instance (all fields) just to read has_archive_version.
Restrict the queryset to the two fields actually used and stream it
with .iterator() to avoid loading the whole table into memory at once.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-07-17 11:22:21 -07:00
stumpylog and Claude Sonnet 5
c753091a44
Stream QuerySets in track()/track_with_stats() via .iterator()
...
Plain iteration over a raw QuerySet loads every row into the result
cache before yielding the first item, defeating the purpose of the
generator-based track() helpers. track()/track_with_stats() now
auto-detect a raw QuerySet and stream it via .iterator(chunk_size=2000)
while still using .count() for the progress bar total.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-07-17 11:19:55 -07:00
GitHub Actions
71557d7c64
Auto translate strings
2026-07-16 17:43:31 +00:00
shamoon
66f5111dc1
Chore: some frontend sonar fixes
2026-07-16 10:42:00 -07:00
dependabot[bot] and GitHub
0addb448f5
Chore(deps): Bump the pre-commit-dependencies group across 1 directory with 4 updates ( #13137 )
2026-07-15 23:52:20 +00:00
dependabot[bot] and GitHub
5428ea5caa
Chore(deps-dev): Bump the development group with 2 updates ( #13068 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-15 21:04:28 +00:00
GitHub Actions
2de2dfdb81
Auto translate strings
2026-07-15 20:45:19 +00:00
Hugo Beauzée-Luyssen and GitHub
f0d934259c
Fix: scope ProcessedMail UID deduplication by IMAP UIDVALIDITY ( #12839 )
2026-07-15 13:43:16 -07:00
Albert Mikaelyan and GitHub
735c3b073a
Fix: allow setting any UID and GID when running rootless ( #13090 )
2026-07-15 10:19:22 -07:00
e2cf3633fe
docker-compose(deps): bump greenmail/standalone in /docker/compose ( #13067 )
...
Bumps greenmail/standalone from 2.1.8 to 2.1.9.
---
updated-dependencies:
- dependency-name: greenmail/standalone
dependency-version: 2.1.9
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-07-15 09:23:10 -07:00
c0589a9ce9
docker-compose(deps): bump gotenberg/gotenberg in /docker/compose ( #13066 )
...
Bumps gotenberg/gotenberg from 8.33 to 8.34.
---
updated-dependencies:
- dependency-name: gotenberg/gotenberg
dependency-version: '8.34'
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-07-15 09:09:30 -07:00
2135572adb
docker-compose(deps): bump nginx in /docker/compose ( #13065 )
...
Bumps nginx from 1.31.1-alpine to 1.31.2-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-version: 1.31.2-alpine
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-07-15 15:55:33 +00:00
697e262b5d
docker(deps): Bump astral-sh/uv ( #13070 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.11.19-python3.12-trixie-slim to 0.11.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.11.19...0.11.28 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.11.26-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-07-15 15:37:35 +00:00
GitHub Actions
5a65c4448d
Auto translate strings
2026-07-15 15:14:34 +00:00
shamoon and GitHub
370a0a29ba
Fix (beta): fix sidebar document close button ( #13136 )
2026-07-15 08:12:56 -07:00
536007f42b
New Crowdin translations by GitHub Action ( #12722 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-07-14 09:29:42 -07:00
shamoon and GitHub
71e2dd4b08
Fix: include wasm assets in pdf.js-based viewer ( #13122 )
2026-07-11 22:14:38 -07:00
GitHub Actions
dabd7826d0
Auto translate strings
2026-07-11 23:14:15 +00:00
shamoon and GitHub
054b234739
Fix: fix ui labels from md5 to sha256 ( #13119 )
2026-07-11 16:12:47 -07:00
GitHub Actions
77dd4d1b0c
Auto translate strings
2026-07-11 23:05:28 +00:00
shamoon
56dc3e426e
Merge branch 'dev' into beta
2026-07-10 11:34:15 -07:00
GitHub Actions
be8890cfaf
Auto translate strings
2026-07-10 18:24:51 +00:00
shamoon and GitHub
e03b09e2ea
Chore: pnpm lockfile cleanup ( #13116 )
2026-07-10 11:23:19 -07:00
shamoon
19960cc4fa
Merge branch 'dev' into beta
2026-07-10 00:44:47 -07:00
GitHub Actions
ce844c2e5a
Auto translate strings
2026-07-10 07:43:46 +00:00
shamoon and GitHub
106b41a15c
Chorehancement: update to Angular v22, 'zoneless' / 'reactive' ( #13114 )
2026-07-10 00:42:16 -07:00
shamoon and GitHub
f244442c65
Fixhancement: dont assign empty title in workflow with broken template ( #13112 )
2026-07-09 08:35:05 -07:00
shamoon and GitHub
e145fe8cc7
Fix: clamp mailrule max age before migration ( #13093 )
2026-07-07 10:56:45 -07:00
shamoon and GitHub
fce55a1609
Fix: use latest document version for bulk download ( #13103 )
2026-07-07 10:55:40 -07:00
shamoon and GitHub
1dabd2601d
Fix: handle relative date with comma query ( #13087 )
2026-07-03 12:44:33 -07:00
dependabot[bot] and GitHub
31d28d87db
Chore(deps): Bump the actions group across 1 directory with 14 updates ( #13079 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-02 22:21:19 +00:00
shamoon
88f69841b3
Merge branch 'dev' into beta
2026-07-02 15:06:19 -07:00
GitHub Actions
8ad321b743
Auto translate strings
2026-07-02 22:03:59 +00:00
ea1102b7f2
Chore(deps): Bump pdfjs-dist from 5.7.284 to 6.0.227 in /src-ui ( #13080 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-02 22:02:20 +00:00
627875b1cf
Chore(deps-dev): Bump @playwright/test from 1.60.0 to 1.61.1 in /src-ui ( #13078 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-02 08:25:57 -07:00
dependabot[bot] and GitHub
7ffaba6aac
Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates ( #13076 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-02 15:23:09 +00:00
dependabot[bot] and GitHub
fe81f3ee98
Chore(deps): Bump uuid from 14.0.0 to 14.0.1 in /src-ui ( #13077 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-02 15:07:48 +00:00
dependabot[bot] and GitHub
ed9372c808
Chore(deps-dev): Bump jest-preset-angular from 16.1.5 to 17.0.0 in /src-ui in the frontend-jest-dependencies group ( #13075 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-02 14:50:59 +00:00
dependabot[bot] and GitHub
b804da0140
Chore(deps-dev): Bump @types/node from 25.9.1 to 26.0.0 in /src-ui ( #13081 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-02 07:30:21 -07:00
shamoon
5b8fbdcec7
Merge branch 'dev' into beta
2026-06-27 15:56:20 -07:00
67972a0740
Fix (beta): fix sanity checker affected document counts ( #13052 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-06-27 15:55:38 -07:00
shamoon
beb048b94a
Merge branch 'dev' into beta
2026-06-27 06:53:09 -07:00
shamoon and GitHub
a8bfa25efd
Fix (beta): preserve Unicode in localization prompt ( #13055 )
2026-06-27 05:53:36 -07:00
shamoon and GitHub
00baacb26c
Update SECURITY.md to clarify design choice
2026-06-23 23:37:55 -07:00
shamoon and GitHub
b33d11778a
Fix: change tantivy token limit to title field max length ( #13046 )
2026-06-23 08:02:26 -07:00
GitHub Actions
63c19e7f75
Auto translate strings
2026-06-23 14:34:24 +00:00
shamoon
bf70e597ee
Merge branch 'beta' into dev
2026-06-23 07:32:33 -07:00
shamoon
78824665aa
Add tomli to pyproject-fmt hook
2026-06-23 07:32:03 -07:00
shamoon and GitHub
e75946847e
Fix: include last-modified in doc etag ( #13044 )
2026-06-22 18:18:57 -07:00
Trenton H and GitHub
7bf2a9ff82
Fix (beta): Stream chunks during compaction to prevent oom on smaller installs ( #13014 )
2026-06-19 15:40:16 +00:00