3153 Commits

Author SHA1 Message Date
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
014c0a4fb8 not sure what happened with reportlab 3.5.60, maybe a bad release. 2021-01-29 00:26:17 +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
5f7d817d69 localization for websockets 2021-01-28 22:06:02 +01:00
jonaswinkler
00cdd2b59b test cases 2021-01-28 19:28:48 +01:00
jonaswinkler
1b7735194d update dependencies 2021-01-28 12:43:27 +01:00
jonaswinkler
d154dfd35e added a status summary line 2021-01-28 10:54:56 +01:00
jonaswinkler
368a5f8047 documentation 2021-01-27 20:45:14 +01:00
jonaswinkler
5f7aee31ae prevent updates to scipy, since 1.6 is incompatible with python 3.6 2021-01-27 20:27:40 +01:00
jonaswinkler
a7f3067842 add python 3.9 for tests 2021-01-27 20:27:06 +01:00
jonaswinkler
d6d749fa54 fix redis configuration 2021-01-27 20:08:09 +01:00
jonaswinkler
89cb41d564 update configuration 2021-01-27 19:57:04 +01:00
jonaswinkler
40c6d2c7ce i18n 2021-01-27 19:11:50 +01:00
jonaswinkler
b72fd0a392 add gunicorn again 2021-01-27 19:11:18 +01:00
jonaswinkler
b9d4548c3b update list view when documents are added 2021-01-27 18:47:02 +01:00
jonaswinkler
dcf1698828 improved the logic of the "dismiss completed" button 2021-01-27 18:34:59 +01:00
jonaswinkler
eaeed95ed4 update messages 2021-01-27 17:57:16 +01:00
jonaswinkler
14c61d72f3 better error messages 2021-01-27 17:56:06 +01:00
jonaswinkler
dfcfeab1b1 settings and localization 2021-01-27 17:28:11 +01:00
jonaswinkler
5f7436ff9f proper messages when uploading fails 2021-01-27 16:04:06 +01:00
jonaswinkler
846f09495e better error messages 2021-01-27 15:50:37 +01:00
jonaswinkler
52de60fa69 fix an issue with upload status identification 2021-01-27 15:23:29 +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
Jonas Winkler
808c929d4a Merge pull request #452 from shamoon/feature/consumer-alerts
Updates to consumer status alerts
2021-01-27 00:36:33 +01:00
Michael Shamoon
cc0a1859f7 Maximum limit of alerts 2021-01-26 14:48:39 -08: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
Michael Shamoon
96abfd020b Fix dark mode primary progress color 2021-01-26 10:17:58 -08:00
Michael Shamoon
56728b7575 Fix initial upload progress > 100% 2021-01-26 10:17:45 -08:00