796 Commits

Author SHA1 Message Date
Jonas Winkler
20af840dfd remove unused parameter 2020-11-17 00:17:53 +01:00
Jonas Winkler
984b535980 codestyle 2020-11-17 00:04:01 +01:00
Jonas Winkler
0b1637da62 first implementation of the mail rework 2020-11-15 23:56:22 +01:00
Jonas Winkler
b3d0520d37 versioning. 2020-11-14 12:13:46 +01:00
Jonas Winkler
5944ac2e70 fix codestyle issue 2020-11-14 11:43:37 +01:00
Jonas Winkler
d398030396 fixes the docker build. also: proper 404 for missing documents/thumbnails 2020-11-13 22:31:39 +01:00
Jonas Winkler
8064dc7a7f branding 2020-11-13 22:06:09 +01:00
Jonas Winkler
82168e1a51 add exception handler for invalid filename formats. 2020-11-13 20:31:51 +01:00
Jonas Winkler
0421031128 add some more checks. 2020-11-12 21:20:12 +01:00
Jonas Winkler
2e04ba1c04 code style fixes 2020-11-12 21:09:45 +01:00
Jonas Winkler
dbc7021990 trying to make travis work. 2020-11-12 17:12:58 +01:00
Jonas Winkler
9956b7ff1b added some more fields for document file naming. 2020-11-12 11:12:39 +01:00
Jonas Winkler
adc217e6fd This is how the original filenames were generated. Keep it this way for compatibility. 2020-11-12 10:42:18 +01:00
Jonas Winkler
09651e0011 on_modified not needed for the consumer. 2020-11-12 10:41:47 +01:00
Jonas Winkler
fe6568e3b3 fixes #31 2020-11-12 10:04:01 +01:00
Jonas Winkler
1eb76a1827 fixes #35 2020-11-12 10:01:22 +01:00
Jonas Winkler
917ee62f81 fixes #30 2020-11-12 09:30:04 +01:00
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