Trenton H
328c87995b
Experiment with a buildx cache mount for pip's directory. Does it increase image size?
2023-06-17 20:13:38 -07:00
shamoon
a1d10e7d4a
Update stale.yml
2023-06-17 20:02:44 -07:00
Trenton H
2a240d83fd
Reset -dev version tagging
2023-06-16 10:08:36 -07:00
Trenton H
25cdf7916d
Bumps version to 1.16.1
v1.16.1
2023-06-16 09:56:40 -07:00
Trenton H
11b5983a0d
Merge remote-tracking branch 'origin/dev'
2023-06-16 09:55:32 -07:00
Trenton H
4964987245
Fixes the image cleaner not actually deleting the old images
2023-06-16 09:19:03 -07:00
Trenton H
ed129d6074
Updates to a build of Pillow which builds against libtiff6 instead of expecting libtiff5
2023-06-16 09:14:44 -07:00
github-actions[bot]
10571676a4
Changelog v1.16.0 - GHA ( #3595 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-15 13:57:16 -07:00
Trenton H
af5160237d
Resets version tag to -dev
2023-06-15 10:30:18 -07:00
Trenton H
b86842ba73
Bumps version to 1.16.0
v1.16.0
2023-06-15 08:54:51 -07:00
Trenton H
bfc271e743
Merge remote-tracking branch 'origin/dev'
2023-06-15 08:54:03 -07:00
Trenton H
ee88140fdd
Adds back execute permissions to jbig2
2023-06-15 07:33:19 -07:00
Trenton H
51249a1dce
Updates to wheels and binaries build using Bookworm
2023-06-15 07:33:19 -07:00
Trenton H
57ec9e6b13
Use Bookworm for the frontend build as well
2023-06-15 07:33:19 -07:00
Trenton H
1324d17d87
Don't install python3-dev, it's not the right version, and Python headers are included in the image
2023-06-15 07:33:19 -07:00
Trenton H
26b438a888
Updates the Docker base image to Debian Bookworm (from Bullseye)
2023-06-15 07:33:19 -07:00
Trenton H
70f3f98363
Let ruff autofix some things from the newest version
2023-06-13 20:15:18 -07:00
Trenton H
71e4be2d5e
Sets broker connection retry settings for celery
2023-06-13 20:15:18 -07:00
Trenton H
5740806a28
Updates to celery 5.3.0 in particular, other minor updates
2023-06-13 20:15:18 -07:00
shamoon
9b50a1b7a6
Merge pull request #3579 from paperless-ngx/fix/issue-3578
...
Fix: return user first / last name from backend
2023-06-12 09:01:54 -07:00
shamoon
19caad832e
Merge pull request #3576 from paperless-ngx/fix/issue-3569
...
Fix use of `PAPERLESS_DB_TIMEOUT` for all db types
2023-06-12 09:01:44 -07:00
Trenton H
dd6ae13281
Changes the type of the connection timeout to be an int, not a float
2023-06-12 08:45:57 -07:00
shamoon
077abbe961
Return user first & last name from backend
2023-06-12 08:15:59 -07:00
shamoon
3d85dc1127
Fix use of PAPERLESS_DB_TIMEOUT
for all db types
2023-06-12 01:31:38 -07:00
Trenton H
e3ea5dd13c
Silence a warning about setting this by setting it
2023-06-08 15:05:36 -07:00
shamoon
714b2ecd9c
Merge pull request #3554 from paperless-ngx/fix/issue-3553
...
Fix: handle mail rules with no filters on some imap servers
2023-06-07 13:00:38 -07:00
Trenton H
883937bfd7
In cases where a temporary file is created or used, copy the original file stats to it
2023-06-07 09:02:19 -07:00
shamoon
0ebe08d796
Return default 'ALL' mailbox criterias for some imap servers
2023-06-06 20:00:31 -07:00
Trenton H
36b4fff5c7
Removes packages which are no longer built/published from the cleaning
2023-06-06 14:38:59 -07:00
shamoon
0684c8c388
Merge pull request #3552 from paperless-ngx/fix/issue-3548
...
Chore: clarify behavior of consumption dir in docs
2023-06-06 13:54:25 -07:00
shamoon
67744c877d
Clarify behavior of consumption dir in docs
2023-06-06 13:37:54 -07:00
Trenton H
45d8c945e2
Small improvements to coverage
2023-06-06 13:18:13 -07:00
Trenton H
ee19307ea2
Restore pushing codecov in all cases. I don't think this was doing what I wanted
2023-06-06 09:05:26 -07:00
Trenton H
2c1cd25be4
Rewrites the email parsing to be more clear and concise.
...
Adds testing to use httpx mocked responses to stand in as a server even offline
2023-06-06 09:05:26 -07:00
Trenton H
6e65558ea4
Swapping out the tika and replaces requests with httpx
2023-06-06 09:05:26 -07:00
shamoon
304324ebd0
Update index.py
2023-06-04 10:41:45 -07:00
jayme-github
97cd06d2ba
Feature: Allow to filter documents by original filename and checksum ( #3485 )
...
* Allow to filter documents by original filename and checksum
This adds filters for the original filename and checksum of documents to
be able to to lazy checks if the file is already stored in paperless.
* Add tests for DelayedQuery
* Add checksum and original_filename to whoosh index and DelayedQuery
* Refactored DelayedQuery to reduce duplicate code
* Choose icontains for checksums as whoosh has no exact match query term
* Bumped index version
* Revert whoosh filtering logic to simpler structure, remove redundant tests
Revert "Revert whoosh filtering logic to simpler structure, remove redundant tests"
This reverts commit 86792174bfbc697f42b72c4b39ee9eba483bb425.
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-06-04 10:34:27 -07:00
shamoon
df948065a3
Merge pull request #3528 from paperless-ngx/v1.15.1-changelog
...
[Documentation] Add v1.15.1 changelog
2023-06-04 08:41:01 -07:00
github-actions
f92126b44f
Changelog v1.15.1 - GHA
2023-06-03 23:24:40 +00:00
shamoon
e329f6cdf1
Fix display of private items in small cards
2023-06-03 16:16:05 -07:00
shamoon
2c96438d61
Update environment.prod.ts
2023-06-03 16:10:05 -07:00
shamoon
41a9aac75d
v1.15.1
v1.15.1
2023-06-03 16:06:37 -07:00
shamoon
8768168536
Merge branch 'dev'
2023-06-03 16:04:27 -07:00
shamoon
325809fbbf
other minor css fixes after bootstrap update
2023-06-03 16:03:00 -07:00
shamoon
3dd47a9f5b
Merge pull request #3523 from paperless-ngx/fix/issue-3522
...
Fix incorrect colors in v1.15.0
2023-06-03 15:08:42 -07:00
github-actions[bot]
00f16ef8f0
[Documentation] Add v1.15.0 changelog ( #3521 )
...
* Changelog v1.15.0 - GHA
* Update changelog.md
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-06-03 15:08:20 -07:00
shamoon
5e67aae83b
Fix incorrect colors after last bootstrap update
2023-06-03 11:09:30 -07:00
shamoon
ae5c603c98
Update environment.prod.ts
2023-06-03 09:32:04 -07:00
shamoon
c62aa3cb55
v1.15.0
v1.15.0
2023-06-03 09:28:02 -07:00
shamoon
7073cb6d5c
Merge branch 'dev'
2023-06-03 09:27:18 -07:00