Johann Bauer
9ceae3e0db
Increase FORMAT_VERSION to force model re-creation
2022-03-21 18:11:18 +01:00
shamoon
0357501ea6
Merge pull request #298 from paperless-ngx/feature-loading-screen
...
Feature: App loading screen
2022-03-19 07:38:21 -07:00
Felix Eckhofer
d142523d08
Add missing migration for savedviewfilterrule
...
Change introduced in d7cefabe98398f3916a5db6c33027c2d77d12b59.
2022-03-17 13:19:26 +01:00
Simon Siebert
58fbfb2e17
Fixing Test
2022-03-14 19:03:09 +01:00
Simon Siebert
4bdbf98c64
Fixing code formating
2022-03-14 19:03:09 +01:00
Simon Siebert
5aea4da8b2
Update parsers.py and test_consumer.py
2022-03-14 19:03:09 +01:00
Michael Shamoon
30421b791c
Add timeout warning
2022-03-13 20:45:14 -07:00
Michael Shamoon
5dfe266933
App loading screen
2022-03-12 20:09:16 -08:00
Trenton Holmes
b330f3d170
Maybe make CodeQL happy about this exception handling
2022-03-11 12:39:40 -08:00
Trenton Holmes
6635fa5f0d
Runs the pre-commit hooks over all the Python files
2022-03-11 11:34:28 -08:00
Trenton Holmes
55486ac151
Reduces number of warnings from testing from 165 to 128. In doing so, fixes a few minor things in the decrypt and export commands
2022-03-10 18:12:48 -08:00
Michael Shamoon
6e394139f5
Update -ngx in django templates / urls
2022-03-02 11:05:34 -08:00
Tim Vogel
bbe4beca8d
fix document_export issue ( #191 )
2022-03-02 09:35:02 -08:00
kpj
c56cb25b5f
Format Python code with black
2022-02-27 15:26:41 +01:00
Michael Shamoon
0f7519e1fc
New -ngx logo 2022
...
Cause why not
2022-02-26 20:14:24 -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
Felix E
f716104576
Fix typo ( #110 )
2022-02-20 15:57:26 +01:00
Felix Eckhofer
9a357d18b9
Catch exception during trash-move
2022-02-20 14:17:13 +01:00
Felix Eckhofer
a98033a675
Explain file-rename logic
2022-02-20 14:17:13 +01:00
Felix Eckhofer
985c169d4b
Remove stray newline
2022-02-20 14:17:06 +01:00
shamoon
6e866a4594
Merge pull request #10 from shamoon/feature/any-all-filtering
...
Feature: any / all filtering with tags
2022-02-19 14:52:55 -08:00
Florian
f03c6f6b88
tests: fix management_consumer test ( #66 )
...
this test failed due to a strict polling delay,
which caused the test to be interrupted by an async call,
which stated "Incomplete File READ FAILED"
see also https://github.com/NixOS/nixpkgs/pull/158118
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-17 23:30:16 +01:00
Marcin Gordziejewski
d4d71b1ee2
Provide utf-8 encoded content-disposition field to address the issues in the firefox when downloading files
...
Fixes #56
2022-02-16 19:50:13 +01:00
Michael Shamoon
bb5ac02289
Merge branch 'dev' into feature/any-all-filtering
2022-02-14 22:23:31 -08:00
Daniel Blittschau
5ca9ae3ac0
Update login.html to not autocapitalize username
2021-11-26 16:15:08 -06: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
2247e25a9b
Merge branch 'normalize-whitespace' into dev
2021-06-13 19:06:08 +02:00
Michael Lynch
96738277d9
Normalize whitespace in source files
...
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.
This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
Jonas Winkler
4bc5ce5811
Merge pull request #933 from sbrunner/suggest
...
Add suggest
2021-06-13 12:20:34 +02:00
jonaswinkler
ddd9ac9a07
write classifier model to temporary file before copying to final location
2021-06-13 12:03:20 +02:00
Stéphane Brunner
b1c48bc20f
Add suggest
2021-05-30 14:50:29 +02:00
jonaswinkler
ac9bd6c908
better exception handling
2021-05-19 23:11:24 +02:00
jonaswinkler
0f960755ae
catch another exception regarding classifier loading
2021-05-19 22:57:52 +02:00
jonaswinkler
56bbe644b8
codestyle
2021-05-19 20:26:12 +02:00
jonaswinkler
5d5afb210a
delete macOS specific files
2021-05-19 20:02:47 +02:00
jonaswinkler
3e42ceef38
ignore macOS specific files
2021-05-19 19:56:01 +02:00
jonaswinkler
a26ba73707
remove dead code
2021-05-19 19:55:35 +02:00
Jonas Winkler
71c60da268
Merge remote-tracking branch 'origin/dev' into dev
2021-05-16 01:23:07 +02:00
Jonas Winkler
dc565bd035
correct file mode
2021-05-16 01:22:51 +02:00
Jonas Winkler
ae8d19ea18
Merge pull request #934 from sbrunner/no-progress
...
Add --no-progress-bar option to commands
2021-05-15 19:06:50 +02:00
jonaswinkler
4daab1809d
only show score when sorting by score
2021-05-15 17:25:49 +02:00
jonaswinkler
4f62fc81c6
disable reverse sorting by score
2021-05-15 17:11:26 +02:00
Jonas Winkler
98ff7d8628
Merge pull request #1003 from puuu/baseurl
...
Fix sub path support
2021-05-15 15:12:00 +02:00
jonaswinkler
7da4d39bb9
sorting for full text queries
2021-05-15 13:58:11 +02:00
puuu
be05b0ef2d
use {% url %} template to refere to root path
2021-05-14 14:44:13 +09:00
jonaswinkler
dde7462917
Merge branch 'master' into dev
2021-05-09 16:22:21 +02:00
Carl Mercier
b73a00dead
Tell web crawlers to not index Paperless
2021-05-07 14:02:11 -04:00
Michael Shamoon
e0ea22bd0d
Respect user dark mode setting on login page
2021-05-07 10:50:08 -07:00
Stéphane Brunner
dc410ff566
Add --no-progress-bar option to commands
2021-04-18 16:16:11 +02:00