kpj
|
c56cb25b5f
|
Format Python code with black
|
2022-02-27 15:26:41 +01:00 |
|
shamoon
|
96b6c94e42
|
Merge pull request #24 from tribut/feature-trash
Add temporary "delete to trash" functionality
|
2022-02-21 11:19:57 -08:00 |
|
Felix E
|
f716104576
|
Fix typo (#110)
|
2022-02-20 15:57:26 +01:00 |
|
Felix Eckhofer
|
9a357d18b9
|
Catch exception during trash-move
|
2022-02-20 14:17:13 +01:00 |
|
Felix Eckhofer
|
a98033a675
|
Explain file-rename logic
|
2022-02-20 14:17:13 +01:00 |
|
Felix Eckhofer
|
feed3ddfcf
|
Add PAPERLESS_TRASH_DIR
When set, original files are moved here instead of being permanently
removed when a document is deleted.
|
2021-08-24 12:50:13 +02:00 |
|
Stéphane Brunner
|
b1c48bc20f
|
Add suggest
|
2021-05-30 14:50:29 +02:00 |
|
Jonas Winkler
|
dc565bd035
|
correct file mode
|
2021-05-16 01:22:51 +02:00 |
|
jonaswinkler
|
1aba755d6f
|
better logging for the retagger
|
2021-04-10 14:38:39 +02:00 |
|
jonaswinkler
|
d1f206b4cd
|
some search index optimizations
|
2021-02-15 13:26:36 +01:00 |
|
jonaswinkler
|
8196208632
|
fix test case
|
2021-02-12 01:31:50 +01:00 |
|
jonaswinkler
|
b90a5f625a
|
update file renaming logic
|
2021-02-11 13:47:17 +01:00 |
|
jonaswinkler
|
8b6700a138
|
imports
|
2021-02-09 19:46:42 +01:00 |
|
jonaswinkler
|
7cdc867307
|
archive filenames are now stored in the database and checked for collisions just as original filenames as well, unified method for archive version checking
|
2021-02-09 19:46:19 +01:00 |
|
jonaswinkler
|
e5a7dc0cc7
|
rework most of the logging
|
2021-02-05 01:10:29 +01:00 |
|
jonaswinkler
|
91492883b9
|
fixes #161
|
2021-01-13 17:17:23 +01:00 |
|
jonaswinkler
|
804e65f553
|
fix #236
|
2021-01-01 23:27:55 +01:00 |
|
jonaswinkler
|
d07241ea31
|
improve file renaming speed.
|
2020-12-30 17:17:36 +01:00 |
|
jonaswinkler
|
2bd9bb0d9c
|
made a serious mistake. fixed.
|
2020-12-12 02:06:43 +01:00 |
|
jonaswinkler
|
23354f8a00
|
fixes #125
|
2020-12-12 01:19:22 +01:00 |
|
jonaswinkler
|
206145461f
|
locking media directory while deleting files
|
2020-12-09 22:17:23 +01:00 |
|
jonaswinkler
|
ba7bf9b2d2
|
removed slugs entirely, since their only purpose was purely cosmetic anyway.
|
2020-12-09 00:04:37 +01:00 |
|
jonaswinkler
|
638113864f
|
fixes #90
|
2020-12-08 13:54:49 +01:00 |
|
jonaswinkler
|
7f1671ac2d
|
changed the way public filenames (i.e., for download and exporting) are generated. #94
|
2020-12-06 19:03:45 +01:00 |
|
jonaswinkler
|
1d073d2cfd
|
a couple fixes and more supported image files
|
2020-12-02 17:39:49 +01:00 |
|
jonaswinkler
|
daf2e345c4
|
code style
|
2020-12-01 14:33:37 +01:00 |
|
jonaswinkler
|
f08d494f1b
|
filename handling for archive files.
|
2020-11-30 21:38:42 +01:00 |
|
jonaswinkler
|
ddb3ef49f6
|
Merge branch 'dev' into feature-ocrmypdf
|
2020-11-29 18:37:38 +01:00 |
|
jonaswinkler
|
0e9d88ef7d
|
test cases for #67
|
2020-11-29 15:47:56 +01:00 |
|
jonaswinkler
|
56d4843a96
|
Merge branch 'dev' into feature-ocrmypdf
|
2020-11-29 01:35:37 +01:00 |
|
jonaswinkler
|
906fe4a68d
|
fixes #61
|
2020-11-28 19:28:46 +01:00 |
|
Jonas Winkler
|
17b62b61fa
|
add support for archive files.
|
2020-11-25 14:47:17 +01:00 |
|
Jonas Winkler
|
afc3753e58
|
code cleanup
|
2020-11-21 14:03:45 +01:00 |
|
Jonas Winkler
|
b195d17158
|
add exception handler for invalid filename formats.
|
2020-11-13 20:31:51 +01:00 |
|
Jonas Winkler
|
8b8a2af053
|
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
|
ec1f65a355
|
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
|
5686f76ef2
|
this was not required since saving a document updates the index anyway
|
2020-11-03 13:51:49 +01:00 |
|
Jonas Winkler
|
9a4ff3f807
|
replaced usages of .id with .pk, fixed filename issue in exporter
|
2020-11-03 12:37:37 +01:00 |
|
Jonas Winkler
|
048ff1de95
|
fixed unnecessary assignation of correspondents / types to documents
|
2020-11-02 19:27:24 +01:00 |
|
Jonas Winkler
|
a89773ad71
|
removed unused code, small fixes
|
2020-11-02 18:20:04 +01:00 |
|
Jonas Winkler
|
def3a85858
|
reworked most of the tesseract parser, better logging
|
2020-11-02 15:40:44 +01:00 |
|
Jonas Winkler
|
dd16b7262e
|
unified document matching, legacy and automatching work alongside now
|
2020-10-28 11:45:11 +01:00 |
|
Jonas Winkler
|
368b6d0512
|
removed some obsolete fields from the document model
|
2020-10-28 01:41:18 +01:00 |
|
Jonas Winkler
|
93d963ed4e
|
added
- document index
- api access for thumbnails/downloads
- more api filters
updated
- pipfile
removed
- filename handling
- legacy thumb/download access
- obsolete admin gui settings (per page items, FY, inline view)
|
2020-10-25 23:03:02 +01:00 |
|
Jonas Winkler
|
efc7bf1d23
|
Code style adjustments
|
2018-09-25 16:09:33 +02:00 |
|
Jonas Winkler
|
35ea0f2add
|
Merge branch 'machine-learning' into dev
|
2018-09-11 14:36:21 +02:00 |
|
Jonas Winkler
|
8a16b62773
|
The classifier works with ids now, not names. Minor changes.
|
2018-09-11 14:30:18 +02:00 |
|
Jonas Winkler
|
1c8576cfb9
|
mode change
|
2018-09-06 12:00:01 +02:00 |
|
Jonas Winkler
|
9d4155a907
|
removed matching model fields, automatic classifier reloading, added autmatic_classification field to matching model
|
2018-09-04 18:40:26 +02:00 |
|
Jonas Winkler
|
c50c517928
|
Implemented the classifier model, including automatic tagging of new documents
|
2018-09-04 14:39:55 +02:00 |
|