Trenton H
7574dc1b6d
Fixes the documentation for fuzzy matching ( #4207 )
2023-09-19 07:46:13 -07:00
Trenton H
af9de2838b
Allow the user the specifiy the zip file name ( #4189 )
2023-09-15 16:33:28 -07:00
shamoon
ef9d01fefe
Feature: Share links ( #3996 )
...
* Implement share links
Basic implementation of share links
Make certain share link fields not editable, automatically grant permissions on migrate
Updated styling, error messages from expired / deleted links
frontend code linting, reversable sharelink migration
testing coverage
Update translation strings
No links message
* Consolidate file response methods
* improvements to share links on mobile devices
* Refactor share links file_version
* Add docs for share links
* Apply suggestions from code review
* When filtering share links, use the timezone aware now()
* Removes extra call to setup directories for usage in testing
* FIx copied badge display on some browsers
* Move copy to ngx-clipboard library
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-09-14 13:32:43 -07:00
Trenton H
9e333bf91d
Cleans up the docs, adds validation of the process count, include the test descriptions
2023-09-12 08:17:12 -07:00
Trenton H
e82aaa7d85
Adds multiprocessing to the fuzzy matching for a speedup
2023-09-12 08:17:12 -07:00
Trenton Holmes
e4bf3c6ac4
Implements a new command for fuzzy matching document content and reporting potential duplicates
2023-09-12 08:17:12 -07:00
Trenton Holmes
34b80a4d8e
Removes support for Python 3.8 and lower from the code base
2023-09-10 11:42:59 -07:00
Trenton H
e6ca6b6f7a
Enables Python 3.11 testing
2023-09-08 11:49:16 -07:00
Kamil Kosek
addc116f55
Enhancement: add --id-range for document_retagger ( #4080 )
...
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-09-08 17:33:24 +00:00
Trenton H
128890a350
Merge pull request #4037 from andreheuer/dev
...
Enhancement: add task id to pre/post consume script as env
2023-09-08 10:00:05 -07:00
Trenton H
e5668fa9a0
Tweaks the FAQ on running with a Raspberry Pi
2023-09-08 09:05:27 -07:00
Trenton H
761655816c
Drops the building of armv7 and removes most stuff the image does for it
2023-09-08 09:05:27 -07:00
github-actions
02324159d7
Changelog v1.17.4 - GHA
2023-09-01 19:26:07 -07:00
André Heuer
7d53f8d7d3
Removed parameter, added documentation
2023-08-29 23:09:47 -07:00
Trenton H
478781140c
Change the category of the pdf-js update
2023-08-29 11:53:59 -07:00
github-actions
0245630889
Changelog v1.17.3 - GHA
2023-08-28 21:42:38 -07:00
shamoon
146c25e88a
Add Ghostscript error to troubleshooting docs
2023-08-28 19:29:36 -07:00
github-actions
d9a5c303c3
Changelog v1.17.2 - GHA
2023-08-24 19:09:28 +00:00
Trenton H
6c27184586
Merge remote-tracking branch 'origin/dev'
2023-08-24 11:35:16 -07:00
Trenton H
d48c59a546
Adjusts to use a different loading of certificates and updates the docs for it
2023-08-23 08:22:01 -07:00
Trenton H
7279eb27c0
Allow users to set a combined certificte and key file for additional certificates in the SSL context
2023-08-23 08:22:01 -07:00
Dennis Brakhane
3ce6c0d91a
docs: add note about polling when using double-sided collation
2023-08-20 19:51:14 +02:00
amo13
f8608a145b
Enhancement: Allow to set a prefix for keys and channels in redis ( #3993 )
2023-08-16 00:05:01 +00:00
github-actions
ce9546609e
Changelog v1.17.1 - GHA
2023-08-15 16:00:47 +00:00
github-actions
3e29b412b7
Changelog v1.17.0 - GHA
2023-08-05 09:17:18 -07:00
Jens van Almsick
9c8d521f3c
docs(bare-metal): add new dependency
...
mysqlclient 2.2.0 now requires pkg-config during installation via pip see https://github.com/PyMySQL/mysqlclient/discussions/638#discussioncomment-6333394
2023-08-05 07:55:18 -07:00
shamoon
b51e639328
Merge branch 'dev'
2023-08-04 11:38:12 -07:00
mechanarchy
43fe6ef3a4
Add 'doc_pk' to PAPERLESS_FILENAME_FORMAT handling ( #3861 )
...
* Add 'doc_pk' to PAPERLESS_FILENAME_FORMAT handling
* Add test for 'doc_pk' filename formatter
2023-07-30 08:30:50 -07:00
shamoon
3a597b8030
Add tip about permissions behavior
2023-07-25 13:27:50 -07:00
Dennis Brakhane
ef749f9a29
Feature: collate two single-sided multipage scans ( #3784 )
...
* Feature: collate two single-sided scans
Some ADF only support single-sided scans, making scanning
double-sided documents a bit annoying.
This new feature enables Paperless to do most of the work,
by merging two seperate scans into a single one, collating
the even and odd numbered pages.
* Documentation: clarify that collation is disabled by default
* Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Address code review remarks
* Grammar fixes
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-07-24 00:29:04 -07:00
mechanarchy
d6d49f2c5a
Updates documentation formatting, grammar, links
...
Correct indentation of lists, code blocks
Update faq.md
Update CONTRIBUTING.md
Update development.md
Update advanced_usage.md
Update administration.md
Update configuration.md
Update configuration.md
Update advanced_usage.md
Update faq.md
2023-07-21 10:17:57 -07:00
github-actions
e116cd549d
Changelog v1.16.5 - GHA
2023-06-27 23:10:02 +00:00
shamoon
ce25d60014
Merge branch 'dev'
2023-06-27 14:51:08 -07:00
Bastian Machek
324e30bd4b
Feature: support barcode upscaling for better detection of small barcodes ( #3655 )
2023-06-27 10:18:47 -07:00
github-actions
a4bad45d90
Changelog v1.16.4 - GHA
2023-06-26 18:43:20 +00:00
shamoon
f3876bae20
Merge branch 'dev'
2023-06-26 11:24:04 -07:00
shamoon
4f0dd23f5b
Update api.md
2023-06-26 10:08:21 -07:00
shamoon
5e766bf490
Update API docs re permissions
2023-06-26 10:03:44 -07:00
github-actions[bot]
02b3d7f53b
Changelog v1.16.3 - GHA ( #3661 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-22 09:42:36 -07:00
Trenton H
b6802483d3
Merge remote-tracking branch 'origin/dev'
2023-06-21 09:48:33 -07:00
Trenton H
0f0ea3f3de
Updates the default Postgres to 15 for new installs
2023-06-20 10:35:48 -07:00
github-actions[bot]
53bdace221
[Documentation] Add v1.16.2 changelog ( #3629 )
...
* Changelog v1.16.2 - 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-19 19:52:11 -07:00
Trenton H
acb50cf367
Merge remote-tracking branch 'origin/dev'
2023-06-19 09:01:15 -07:00
shamoon
55d4502cb8
Merge pull request #3597 from paperless-ngx/frontend-unit-testing
...
Development: frontend unit testing
2023-06-17 21:13:34 -07:00
shamoon
f463f50f3d
Update frontend testing dev documentation
2023-06-16 19:38:00 -07:00
github-actions
135c8726d4
Changelog v1.16.1 - GHA
2023-06-16 17:25:54 +00: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
67e5010699
Merge remote-tracking branch 'origin/dev'
2023-06-15 08:54:03 -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
c8266c2156
Fix use of PAPERLESS_DB_TIMEOUT
for all db types
2023-06-12 01:31:38 -07:00