Matthias Eck
7912e9bfe7
docs(configuration.rst): add doc for NUMBER_OF_SUGGESTED_DATES
2022-08-06 13:03:20 +02:00
Matthias Eck
b5eab663eb
feat(settings): add setting to set number of suggested dates
2022-08-06 13:03:20 +02:00
Trenton Holmes
ef6ebf9888
Entirely removes the optipng, updates ghostscript fall back to also use WebP. Updates the conversion to use a multiprocessing pool
2022-06-11 08:38:49 -07:00
Markus
dd3b5c129c
Feature: Dynamic document storage pathes ( #916 )
...
* Added devcontainer
* Add feature storage pathes
* Exclude tests and add versioning
* Check escaping
* Check escaping
* Check quoting
* Echo
* Escape
* Escape :
* Double escape \
* Escaping
* Remove if
* Escape colon
* Missing \
* Esacpe :
* Escape all
* test
* Remove sed
* Fix exclude
* Remove SED command
* Add LD_LIBRARY_PATH
* Adjusted to v1.7
* Updated test-cases
* Remove devcontainer
* Removed internal build-file
* Run pre-commit
* Corrected flak8 error
* Adjusted to v1.7
* Updated test-cases
* Corrected flak8 error
* Adjusted to new plural translations
* Small adjustments due to code-review backend
* Adjusted line-break
* Removed PAPERLESS prefix from settings variables
* Corrected style change due to search+replace
* First documentation draft
* Revert changes to Pipfile
* Add sphinx-autobuild with keep-outdated
* Revert merge error that results in wrong storage path is evaluated
* Adjust styles of generated files ...
* Adds additional testing to cover dynamic storage path functionality
* Remove unnecessary condition
* Add hint to edit storage path dialog
* Correct spelling of pathes to paths
* Minor documentation tweaks
* Minor typo
* improving wrapping of filter editor buttons with new storage path button
* Update .gitignore
* Fix select border radius in non input-groups
* Better storage path edit hint
* Add note to edit storage path dialog re document_renamer
* Add note to bulk edit storage path re document_renamer
* Rename FILTER_STORAGE_DIRECTORY to PATH
* Fix broken filter rule parsing
* Show default storage if unspecified
* Remove note re storage path on bulk edit
* Add basic validation of filename variables
Co-authored-by: Markus Kling <markus@markus-kling.net>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Quinn Casey <quinn@quinncasey.com>
2022-05-19 14:42:25 -07:00
Florian
a90d3bda14
Merge pull request #532 from paperless-ngx/feature-barcode-splitter
...
Feature barcode splitter
2022-04-11 08:51:48 +02:00
Michael Shamoon
eb7cc30394
add PAPERLESS_URL env variable for CSRF
2022-04-08 00:27:53 -07:00
Florian Brandes
f8b3c7752a
update documentation
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-07 11:14:29 +02:00
florian on nixos (Florian Brandes)
e34bd748fc
add config options and documentation
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-04-07 11:14:29 +02:00
Felix E
7df81f6a15
Merge pull request #591 from paperless-ngx/feature-version-checker
...
Feature: Update checker
2022-04-05 20:11:21 +02:00
Quinn Casey
eba5b8e206
Update docs, examples with new ignore settings
2022-04-05 09:21:18 -07:00
Michael Shamoon
703abae41a
Add config variable for update check
2022-04-02 01:33:51 -07:00
Quinn Casey
16a4c15adb
Update docs, yml to -ngx
2022-03-02 10:03:37 -08:00
shamoon
96b6c94e42
Merge pull request #24 from tribut/feature-trash
...
Add temporary "delete to trash" functionality
2022-02-21 11:19:57 -08:00
Fabian Ohler
fc4b2094c4
add visibility of PAPERLESS_PRE_CONSUME_SCRIPT
2022-01-26 10:48:05 +01:00
Felix Eckhofer
feed3ddfcf
Add PAPERLESS_TRASH_DIR
...
When set, original files are moved here instead of being permanently
removed when a document is deleted.
2021-08-24 12:50:13 +02:00
Daniel Albers
bc685e8edb
Make ignores configurable
...
Adds config file setting PAPERLESS_CONSUMER_IGNORE_PATTERNS.
2021-08-18 22:23:18 +02:00
jonaswinkler
ca397c5678
enable deskewing and rotation by default
2021-02-21 23:40:26 +01:00
jonaswinkler
e3dd1863a9
completely reworked the OCRmyPDF parser.
2021-02-21 00:16:57 +01:00
Fabian Koller
3d0a1e4185
Only provide legal cors allowed hosts in example
...
Addresses that do not carry a scheme cause errors on database migration.
SystemCheckError: System check identified some issues:
ERRORS:
?: (corsheaders.E013) Origin 'example.com' in CORS_ALLOWED_ORIGINS is missing scheme or netloc
HINT: Add a scheme (e.g. https://) or netloc (e.g. example.com).
2021-01-14 21:14:46 +01:00
jonaswinkler
c710db7aab
add sslmode configuration option fixes #298
2021-01-10 01:35:56 +01:00
Jonas Winkler
499baf6694
Merge pull request #260 from shamoon/feature/remote-user
...
Feature: authentication via HTTP_REMOTE_USER
2021-01-06 14:27:14 +01:00
Jonas Winkler
22f45ac619
Merge pull request #251 from jayme-github/ignore-date
...
Add option to ignore certain dates in parse_date
2021-01-05 00:19:13 +01:00
jayme-github
34421e2cef
Add missing config options to example file
2021-01-03 14:35:28 +01:00
Michael Shamoon
8caa61bd9d
Merge remote-tracking branch 'upstream/dev' into feature/remote-user
2021-01-03 00:38:10 -08:00
Michael Shamoon
009de5184f
Allow authentication via HTTP_REMOTE_USER
2021-01-03 00:37:19 -08:00
jonaswinkler
9d64fb6669
config file
2021-01-02 15:30:52 +01:00
jonaswinkler
9d5db0dcfd
Merge branch 'master' into dev
2020-12-31 02:15:01 +01:00
Fabian Koller
0119c247f6
Fix ENV var name for user args in example config
...
The actual string used when looking up the user arguments ends with an S: `PAPERLESS_OCR_USER_ARGS`
2020-12-29 23:52:27 +01:00
jonaswinkler
fe73f42495
added configuration option for the font #197 #207
2020-12-29 12:26:41 +01:00
jonaswinkler
e02838b198
fixes #122
2020-12-11 17:49:32 +01:00
jonaswinkler
388f6cfbe6
reorganised settings documentation and added OCR_USER_ARGS
2020-11-29 12:38:32 +01:00
Jonas Winkler
3b655c95d9
added image DPI detection to the tesseract parser.
2020-11-25 19:37:48 +01:00
Jonas Winkler
8b1aa9cf68
removed unused settings.
2020-11-25 19:30:11 +01:00
Jonas Winkler
15935ab61f
reworked PDF parser that uses OCRmyPDF and produces archive files.
2020-11-25 14:50:43 +01:00
Jonas Winkler
b275297a05
added setting PAPERLESS_AUTO_LOGIN_USERNAME
2020-11-23 22:50:02 +01:00
Jonas Winkler
ae198f0767
new setting: PAPERLESS_OCR_PAGES
2020-11-22 12:54:08 +01:00
Jonas Winkler
99c5ecd99a
moved the documentation of the config
...
to the actual docs.
2020-11-19 13:18:57 +01:00
Jonas Winkler
8f95fb1c8b
removed all quotes from the config: they are not needed and are confusing for the docker-compose env files, where they are actually not allowed.
2020-11-18 22:42:56 +01:00
Jonas Winkler
4230a0a474
a new setting that allows you to skip thumbnail optimization.
2020-11-18 22:42:05 +01:00
Jonas Winkler
24bb8c71c9
Merge branch 'dev' into mail_rework
2020-11-17 00:23:10 +01:00
Jonas Winkler
2119eb4c15
added option for polling
2020-11-16 18:52:13 +01:00
Jonas Winkler
b6d2943e89
added config options to conf example
2020-11-16 18:37:12 +01:00
Jonas Winkler
d99b4623f8
first implementation of the mail rework
2020-11-15 23:56:22 +01:00
Jonas Winkler
3048342de7
added a setting: delete duplicate documents
2020-11-10 01:47:58 +01:00
Jonas Winkler
d3e7c8ff4e
added a task scheduler for recurring tasks
2020-11-09 20:29:10 +01:00
Jonas Winkler
0f498f1016
removed no-login option since it wasn't working with the new django version anyway.
2020-11-09 15:28:45 +01:00
Jonas Winkler
548941b1bb
added the filename handling back into the code
2020-11-08 13:00:45 +01:00
Jonas Winkler
64ee9a4941
updated settings: docker image runs without ENV variables
2020-11-03 12:23:24 +01:00
Jonas Winkler
749d152347
updated configuration
2020-11-02 21:59:36 +01:00
Jonas Winkler
6adc870a20
silenced unpaper, optipng for cleaner output
...
moved parser settings to settings
removed forgiving ocr (now default) since tesseract is plenty accurate even without defining the correct language.
2020-11-01 23:23:42 +01:00