Trenton H
95136abc14
Experiment with a buildx cache mount for pip's directory. Does it increase image size?
2023-06-17 20:13:38 -07:00
shamoon
9c171df050
Update stale.yml
2023-06-17 20:02:44 -07:00
Trenton H
b505634bbc
Reset -dev version tagging
2023-06-16 10:08:36 -07:00
Trenton H
f636018603
Bumps version to 1.16.1
2023-06-16 09:56:40 -07:00
Trenton H
a35ea4330f
Merge remote-tracking branch 'origin/dev'
2023-06-16 09:55:32 -07:00
Trenton H
805ef6943b
Fixes the image cleaner not actually deleting the old images
2023-06-16 09:19:03 -07:00
Trenton H
d24b5c588f
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]
5b0435dd4b
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
28baf1ef27
Resets version tag to -dev
2023-06-15 10:30:18 -07:00
Trenton H
0c2ca56b97
Bumps version to 1.16.0
2023-06-15 08:54:51 -07:00
Trenton H
67e5010699
Merge remote-tracking branch 'origin/dev'
2023-06-15 08:54:03 -07:00
Trenton H
c3332a56a0
Adds back execute permissions to jbig2
2023-06-15 07:33:19 -07:00
Trenton H
f9ee21a27c
Updates to wheels and binaries build using Bookworm
2023-06-15 07:33:19 -07:00
Trenton H
f5b5ebd86f
Use Bookworm for the frontend build as well
2023-06-15 07:33:19 -07:00
Trenton H
43b76cce1c
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
b3e2254d85
Updates the Docker base image to Debian Bookworm (from Bullseye)
2023-06-15 07:33:19 -07:00
Trenton H
4504668cb2
Let ruff autofix some things from the newest version
2023-06-13 20:15:18 -07:00
Trenton H
2ade33cff4
Sets broker connection retry settings for celery
2023-06-13 20:15:18 -07:00
Trenton H
f8f1730299
Updates to celery 5.3.0 in particular, other minor updates
2023-06-13 20:15:18 -07:00
shamoon
e9911d73e4
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
33439d9fe7
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
ad71d0479e
Changes the type of the connection timeout to be an int, not a float
2023-06-12 08:45:57 -07:00
shamoon
7abb927625
Return user first & last name from backend
2023-06-12 08:15:59 -07:00
shamoon
c8266c2156
Fix use of PAPERLESS_DB_TIMEOUT
for all db types
2023-06-12 01:31:38 -07:00
Trenton H
27122aa2ea
Silence a warning about setting this by setting it
2023-06-08 15:05:36 -07:00
shamoon
b181650939
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
e83be2e540
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
9b0fca3f5d
Return default 'ALL' mailbox criterias for some imap servers
2023-06-06 20:00:31 -07:00
Trenton H
fe53f3c94d
Removes packages which are no longer built/published from the cleaning
2023-06-06 14:38:59 -07:00
shamoon
e6b2d82451
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
b5ba52f15e
Clarify behavior of consumption dir in docs
2023-06-06 13:37:54 -07:00
Trenton H
a12e1b351a
Small improvements to coverage
2023-06-06 13:18:13 -07:00
Trenton H
5c1a108bf4
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
1b3492a01f
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
36f09c4974
Swapping out the tika and replaces requests with httpx
2023-06-06 09:05:26 -07:00
shamoon
3dac2d9b41
Update index.py
2023-06-04 10:41:45 -07:00
jayme-github
16a0a7c73a
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
b70865c610
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
8a3ea5dc01
Changelog v1.15.1 - GHA
2023-06-03 23:24:40 +00:00
shamoon
0f9c642f0f
Fix display of private items in small cards
2023-06-03 16:16:05 -07:00
shamoon
0b95b6cecc
Update environment.prod.ts
2023-06-03 16:10:05 -07:00
shamoon
a17eedb715
v1.15.1
2023-06-03 16:06:37 -07:00
shamoon
d30a1eade6
Merge branch 'dev'
2023-06-03 16:04:27 -07:00
shamoon
8b80c46628
other minor css fixes after bootstrap update
2023-06-03 16:03:00 -07:00
shamoon
07ef188603
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]
a3ef42227e
[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
89f1eef2f5
Fix incorrect colors after last bootstrap update
2023-06-03 11:09:30 -07:00
shamoon
730c8dc652
Update environment.prod.ts
2023-06-03 09:32:04 -07:00
shamoon
601fe83c4e
v1.15.0
2023-06-03 09:28:02 -07:00
shamoon
3a0c11a216
Merge branch 'dev'
2023-06-03 09:27:18 -07:00