Commit graph

78 commits

Author SHA1 Message Date
j
bea0d301a4 add share link at /m/, add share dialog in view menu, fix preview for documents 2023-07-15 12:15:23 +05:30
j
57d3fc0d32 don't store id in batch edits 2023-06-10 13:01:43 +01:00
j
a3880f3b38 fix level check 2023-02-21 18:26:43 +01:00
j
873ec27803 only list items/documents < max level 2023-01-05 14:03:44 +00:00
j
950bec609d fulltext search in pages 2021-11-15 15:27:12 +00:00
j
548a73f121 python3 only: remove six.moves imports 2020-05-29 12:17:18 +02:00
j
844382b1e8 drop python2 support, upgrade to django 3 2020-05-29 00:25:16 +02:00
j
ed977686d1 group permissions for documents 2020-05-23 16:10:33 +02:00
j
234a5b67b9 extract fulltext in encoding queue 2019-12-08 16:00:15 +00:00
j
e260950c88 add format option to map 2019-12-05 16:41:03 +00:00
j
8b6607a74e only extract fulltext once 2019-12-02 19:16:13 +01:00
j
a0b3a144c6 fix typo 2019-12-02 13:40:52 +01:00
j
eaad9badbb crop pdf pages 2019-12-02 13:38:56 +01:00
j
2889c15dc8 remove documents from index 2019-12-01 17:35:54 +01:00
j
0172a152d3 dont use 'fulltext' type, add fulltext flag 2019-12-01 15:25:45 +01:00
j
fe023c2f97 fulltext search for documents
optional fulltext search for documents using elasticsearch
text is extracted from pdfs and via ocr from images
2019-11-17 13:02:12 +01:00
j
f0217ef9eb some sort names are not lower case, fixes #3219 2019-06-28 13:06:00 +02:00
j
7a06198cc7 typo 2019-06-11 12:32:00 +01:00
j
402fabdb16 support value map for documenys 2019-06-11 12:30:31 +01:00
j
708a5b1b33 don't fail for int 2018-12-04 19:14:24 +01:00
j
cc56858377 import Group from user.models 2018-07-29 20:28:46 +00:00
j
6296be870b use get_user_model 2018-07-29 21:12:56 +01:00
j
0d0770802c get_json -> json 2018-07-09 15:22:12 +02:00
j
1bac062a50 use postgres json field 2018-07-09 15:22:12 +02:00
j
dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j
ed7a56a5e9 only cleanup if needed 2017-03-12 14:51:52 +02:00
j
4733dc8994 text can be empty too 2017-03-12 14:50:13 +02:00
j
f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j
5947f2295b only delete existing values 2017-02-21 17:46:16 +01:00
j
2f6e7d39c9 fix editing html documents 2017-02-16 18:31:24 +01:00
j
12f3901c9a py3 filter->list(filter 2017-02-16 14:24:51 +01:00
j
620c8a7d96 fix document creation 2017-01-27 12:26:55 +00:00
j
b23ca9df74 store document references in db 2017-01-26 15:56:28 +00:00
j
e4316c9b44 document references 2017-01-25 21:45:54 +01:00
j
0db8ca6c47 document icon, fixes #2987 2017-01-25 17:42:49 +01:00
j
bf8c99513b no access to private documents 2017-01-25 00:13:37 +01:00
j
c4350e2334 py3 2017-01-24 16:19:34 +01:00
j
6ad112a3b8 fix pdf upload 2016-11-30 11:36:29 +01:00
j
e1f35b1ec8 new documents section 2016-10-30 18:23:16 +01:00
j
9ef306ab53 support getting related items 2016-09-23 22:58:31 +02:00
j
b7659d6f14 cleanup document cache after upload 2016-09-23 22:58:31 +02:00
j
29600fa5f7 import unquote, fixes #2969 2016-09-20 15:59:49 +02:00
j
1468ddbecb towards supporting python 2 and 3
- use absolute_imports
- make use of six.moves
- use exec instead of execfile
- use list(dict) instead if dict.keys()
2016-08-25 18:34:36 +02:00
j
2cec1b9ad5 s/import Image/from PIL import Image/g 2016-06-25 20:39:29 +02:00
a8dcbbbe89 Include DocumentProperties.data in Document.json() 2016-03-05 15:07:47 +05:30
6e0049a20c Don't save Document in pre_delete handler (fixes #2889)
FileField.delete() will, by default, save() the model instance it is
attached to. This is pointless if we're in the process of deleting the
Document -- and since Document.save() calls Document.update_matches(),
this scans all annotations every time a document is deleted.
2016-03-03 18:10:29 +05:30
j
0367816257 only crop with 4 crop points 2016-02-20 10:41:22 +00:00
j
1cc795995d user.get_profile()->user.profile 2016-02-19 22:06:11 +05:30
j
5d63ad1760 default/upload_to=lambda breaks migrations, use functions 2016-02-19 21:59:26 +05:30
j
ccfaa7db4a add entity/document relation 2015-02-13 11:06:09 +00:00