779 Commits

Author SHA1 Message Date
Jonas Winkler
bc4f32fd98 enable Group and User management. 2020-11-11 20:25:33 +01:00
Jonas Winkler
ee69429898 show the filename in the admin. 2020-11-11 15:58:29 +01:00
Jonas Winkler
312b0034bd test database errors. 2020-11-11 14:38:41 +01:00
Jonas Winkler
734da28b69 fixed the file handling implementation. The feature is cool, but the original implementation had so many small flaws it wasn't even funny. 2020-11-11 14:21:33 +01:00
Jonas Winkler
02ef7cb038 small consumer fixes 2020-11-11 14:14:21 +01:00
Jonas Winkler
6795580739 remove only automatically created schedules (almost) 2020-11-11 14:13:54 +01:00
Jonas Winkler
83f82f3caf added a setting: delete duplicate documents 2020-11-10 01:47:58 +01:00
Jonas Winkler
54f04650d1 fixed an issue with the searcher. 2020-11-10 01:47:35 +01:00
Jonas Winkler
9d22d9c9b1 added a task scheduler for recurring tasks 2020-11-09 20:29:10 +01:00
Jonas Winkler
bd417cf7c9 fixed dev auth 2020-11-09 15:47:22 +01:00
Jonas Winkler
44cd8565b1 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
7bd843283d use django authentication instead of auth tokens. 2020-11-09 15:28:12 +01:00
Jonas Winkler
6d14e111b6 fixed most of the test cases 2020-11-08 13:49:15 +01:00
Jonas Winkler
9067a4f288 added the filename handling back into the code 2020-11-08 13:00:45 +01:00
Jonas Winkler
7747e6512a moved some code 2020-11-08 11:30:16 +01:00
Jonas Winkler
942fab7298 I removed the model save/delete hooks for index updates since they were causing too much trouble with migrations 2020-11-08 11:24:57 +01:00
Jonas Winkler
3378ac1487 forgot a sort field 2020-11-08 00:42:39 +01:00
Jonas Winkler
164be3cfed removed logging from index since it was causing issues with migrations and missing logging groups 2020-11-07 23:26:18 +01:00
Jonas Winkler
51a4398969 updated document upload form 2020-11-07 23:25:50 +01:00
Jonas Winkler
26bb6cba1a combined migrations 2020-11-07 23:22:44 +01:00
Jonas Winkler
e45208bf01 add correspondent to the index 2020-11-06 17:27:21 +01:00
Jonas Winkler
296c113b16 updated the classifier. Its now much faster and does not retrain when data hasnt changed. 2020-11-06 14:46:06 +01:00
Jonas Winkler
b0aaaa0af7 allow document display with angular dev server 2020-11-04 17:26:49 +01:00
Jonas Winkler
2de4f27278 removed pinpoint fragmenter as it was screwing up highlighting 2020-11-04 17:26:26 +01:00
Jonas Winkler
a2fd1afa80 disabled fuzzy matching since it screwed up scored results (?) 2020-11-04 01:00:21 +01:00
Jonas Winkler
c502d4055d fixes #11 and some server side warnings 2020-11-04 00:33:29 +01:00
Jonas Winkler
965e874740 fixes #17
search for multiple tags
2020-11-04 00:01:08 +01:00
Jonas Winkler
87be49c03d added backward compatibility URLs 2020-11-03 14:47:42 +01:00
Jonas Winkler
ebac10bdfb added migration step to create initial classifier, silences consumption warnings 2020-11-03 14:10:53 +01:00
Jonas Winkler
28ba634e6a silenced unpaper once and for all 2020-11-03 14:04:21 +01:00
Jonas Winkler
f4cebda085 A handy script to redo ocr on all documents, 2020-11-03 14:04:11 +01:00
Jonas Winkler
6f3d25d7b1 this was not required since saving a document updates the index anyway 2020-11-03 13:51:49 +01:00
Jonas Winkler
68df1cf4ee replaced usages of .id with .pk, fixed filename issue in exporter 2020-11-03 12:37:37 +01:00
Jonas Winkler
dc59e0f257 updated settings: docker image runs without ENV variables 2020-11-03 12:23:24 +01:00
Jonas Winkler
9ce926df7f updated configuration 2020-11-02 21:59:36 +01:00
Jonas Winkler
6b0d5d4cc8 removed unused settings, migrations now match originals 2020-11-02 20:16:10 +01:00
Jonas Winkler
f182709fdd fixed most of the tests 2020-11-02 19:42:23 +01:00
Jonas Winkler
3a08a2d206 made unpaper and convert a little bit nicer to interact with 2020-11-02 19:31:04 +01:00
Jonas Winkler
c28b636ffa fixed unnecessary assignation of correspondents / types to documents 2020-11-02 19:27:24 +01:00
Jonas Winkler
b0a519fd6b renamed logger 2020-11-02 18:54:27 +01:00
Jonas Winkler
7d282a4e4e removed unused code, small fixes 2020-11-02 18:20:04 +01:00
Jonas Winkler
d16615bf4b fix the migration history and provide a script to update existing paperless instances to the new version 2020-11-02 17:55:36 +01:00
Jonas Winkler
d15405ef56 reworked most of the tesseract parser, better logging 2020-11-02 15:40:44 +01:00
Jonas Winkler
2ff5487510 paginated search results 2020-11-02 12:23:50 +01:00
Jonas Winkler
06ad212320 bugfix 2020-11-02 01:26:42 +01:00
Jonas Winkler
2b0b3a70a7 logging: don't group by logging_group 2020-11-02 01:24:56 +01:00
Jonas Winkler
d6d37efa35 removed settings constants 2020-11-01 23:37:56 +01:00
Jonas Winkler
9f55fb668d 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
Jonas Winkler
9f29dc2863 updated consumer: now using watchdog 2020-11-01 23:07:54 +01:00
Jonas Winkler
d67eacdd6f basic statistics 2020-10-31 00:56:20 +01:00