paperless-ngx/src
Fabian Koller 21c501de28
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
..
documents force flush on temp file during consumption 2021-01-30 11:51:43 +01:00
locale Apply translations in de 2021-01-11 14:59:29 +00:00
paperless version bump 2021-01-17 00:52:54 +01:00
paperless_mail mail tests 2021-01-18 22:23:53 +01:00
paperless_tesseract fix bugs and test cases 2021-01-02 15:37:27 +01:00
paperless_text supply file_name for tika parser 2021-01-01 22:19:43 +01:00
paperless_tika code style 2021-01-02 15:26:09 +01:00
manage.py fixed settings 2018-09-11 17:30:46 +02:00
setup.cfg parallel tests. 2020-11-27 14:00:52 +01:00
tox.ini Update dependencies & add djangoql 2019-01-27 13:39:56 +00:00