3004 Commits

Author SHA1 Message Date
jonaswinkler
494ee181d1 moved gunicorn.conf.py to a more appropriate place and reference that in the configuration scripts. 2021-01-31 13:52:21 +01:00
jonaswinkler
f047a5b1ff addresses race condition between API and document consumer #472 2021-01-31 13:20:21 +01:00
jonaswinkler
22ae8f033b replace preview icon #471 2021-01-30 21:56:17 +01:00
jonaswinkler
8dd2d7bbb7 Merge branch 'master' into dev 2021-01-30 16:06:42 +01:00
Jonas Winkler
315b5a69a5 Merge pull request #411 from C0nsultant/ansible-fromsource
Ansible - build release archive from source
2021-01-30 16:05:51 +01:00
jonaswinkler
1f825dfcf2 fix typo 2021-01-30 15:44:23 +01:00
Jonas Winkler
a584f58a18 Update README.md 2021-01-30 15:30:39 +01:00
jonaswinkler
890ad5a0ce Merge branch 'dev' of github.com:jonaswinkler/paperless-ng into dev 2021-01-30 15:23:03 +01:00
jonaswinkler
3461e6f354 pycodestyle 2021-01-30 15:22:51 +01:00
jonaswinkler
a37e41ef0c centralized classifier loading, better error handling, no error messages when auto matching is not used 2021-01-30 14:22:23 +01:00
Fabian Koller
45c4fe4709 DEBUG - use very long txt file 2021-01-30 14:13:03 +01:00
Fabian Koller
169eae0b7b DEBUG - force flush 2nd try 2021-01-30 12:50:49 +01:00
Fabian Koller
c309da2603 DEBUG - force newline in .txt 2021-01-30 12:20:55 +01:00
Fabian Koller
88c2c8df53 force flush on temp file during consumption
file.write() does not guarantee that a file handle contains anything
without calling an accompanying file.flush()
For typical files that are larger than the OS-file buffer, this is no
problem
For small files (e.g. 64 characters in a .TXT), this race condition
leads to `inode/x-empty` because the file inode is created, but no
content is written to it
2021-01-30 11:51:43 +01:00
Jonas Winkler
129e336820 Merge pull request #470 from jonaswinkler/translations_src-ui-messages-xlf--dev_fr
Translate '/src-ui/messages.xlf' in 'fr'
2021-01-29 22:34:17 +01:00
transifex-integration[bot]
9465ec250c Translate /src-ui/messages.xlf in fr
translation completed for the source file '/src-ui/messages.xlf'
on the 'fr' language.
2021-01-29 19:57:40 +00:00
Jonas Winkler
9219b768b3 Merge pull request #469 from jonaswinkler/translations_src-ui-messages-xlf--dev_de
Translate '/src-ui/messages.xlf' in 'de'
2021-01-29 19:59:09 +01:00
transifex-integration[bot]
b612bba4f3 Translate /src-ui/messages.xlf in de
translation completed for the source file '/src-ui/messages.xlf'
on the 'de' language.
2021-01-29 18:59:00 +00:00
jonaswinkler
dda384f4a3 update messages 2021-01-29 16:57:00 +01:00
jonaswinkler
b20f7f12e9 Merge branch 'dev' of github.com:jonaswinkler/paperless-ng into dev 2021-01-29 16:49:07 +01:00
jonaswinkler
624ea65fb3 frontend support for suggestions #264 2021-01-29 16:48:51 +01:00
jonaswinkler
c5000f6c7f add support for suggestions 2021-01-29 16:45:23 +01:00
Jonas Winkler
c6079daa6b Merge pull request #468 from jonaswinkler/translations_src-ui-messages-xlf--dev_fr
Translate '/src-ui/messages.xlf' in 'fr'
2021-01-29 14:01:46 +01:00
transifex-integration[bot]
9eec92bb3e Translate /src-ui/messages.xlf in fr
translation completed for the source file '/src-ui/messages.xlf'
on the 'fr' language.
2021-01-29 12:42:54 +00:00
jonaswinkler
f2820e4b18 remove dead code 2021-01-29 12:54:54 +01:00
jonaswinkler
e5a092efb3 add missing quotes 2021-01-28 22:38:12 +01:00
jonaswinkler
c699acec1c filesystem permission checks now issue warnings instead of errors, improves NFS compatibility 2021-01-28 22:22:25 +01:00
jonaswinkler
cbd2992b1b clarification for some steps in the migration guide 2021-01-27 12:05:30 +01:00
Jonas Winkler
8cf3ac409f Update issue templates 2021-01-27 11:32:30 +01:00
jonaswinkler
f36115ee37 alter defaults for workers and threads to allow more parallel tasks #446 2021-01-26 22:10:43 +01:00
jonaswinkler
f451b69ef3 Merge branch 'master' of github.com:jonaswinkler/paperless-ng 2021-01-26 20:48:43 +01:00
jonaswinkler
88a7d87b9f removed all occurences of pipenv from the documentation 2021-01-26 20:48:32 +01:00
jonaswinkler
167077000a more documentation 2021-01-26 20:37:36 +01:00
Jonas Winkler
e844e95e4e Update issue templates 2021-01-26 20:32:35 +01:00
jonaswinkler
d11d2c2b53 added FAQ for #449 2021-01-26 20:13:29 +01:00
jonaswinkler
6d229bfeff documentation for #441 2021-01-26 19:53:56 +01:00
jonaswinkler
04b75c3ca5 troubleshooting for #346 2021-01-26 19:42:06 +01:00
jonaswinkler
b0e74bb7c0 documentation #444 2021-01-26 19:32:22 +01:00
Jonas Winkler
066db253db Merge pull request #414 from tido-/documentation_changes
Documentation changes
2021-01-26 15:50:28 +01:00
Fabian Koller
a272f82796 Build source package in paperlessng_directory
Avoids permission problems in /tmp
2021-01-25 21:57:20 +01:00
Reto
3970788a60 fixed merge conflict 2021-01-24 20:12:38 +01:00
Reto
63f36cffb3 fix my ignorance of idempotent 2021-01-24 20:00:09 +01:00
Reto
61f2125117 fix my ignorance of idempotent 2021-01-24 19:37:46 +01:00
Fabian Koller
e2ce565bc3 Simplify building from source
Do not package app, instead copy directly into expected directory
2021-01-24 09:59:54 +01:00
Jonas Winkler
3a091897f6 Update README.md 2021-01-24 00:00:46 +01:00
Fabian Koller
2fd8b4d56b Simplify molecule tests
"Upgrade" path includes multiple paths anyway:
- installing the latest official release package
- builing the current PR from source
- upgrading between the two versions
2021-01-23 22:55:46 +01:00
Fabian Koller
8dd127a249 Fully prepare release package 2021-01-23 22:45:32 +01:00
Reto
bb4321f84e minor changes, like numbering 2021-01-23 13:14:31 +01:00
Reto
d730b81fb6 tried to fill the gaps and change wording where it felt necessary for better understanding 2021-01-23 12:55:50 +01:00
Jonas Winkler
9af0e1ff9a Update README.md 2021-01-22 17:22:02 +01:00