Commit graph

54 commits

Author SHA1 Message Date
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
j
809486b43c cropped thumbnails of image documents 2015-02-05 08:08:28 +00:00
j
d12121d229 more thumbnail cleanups 2014-11-01 18:09:33 +02:00
j
f4779195a2 fix pdf ratio 2014-11-01 15:42:16 +02:00
j
3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j
72d9dbf0f2 avoid passing open network connections to subprocesses, call Popen with close_fds=True 2014-09-02 14:24:12 +00:00
j
df44b0daf4 make per item document info editable if user can edit item 2014-04-17 19:32:30 +00:00
j
7cd152b1d5 refactor chunk upload: return offset, continue at server offset 2014-04-11 16:56:22 +00:00
j
22e3a9eedd upload chunks with offset. fail if uploaded file does not match oshash 2014-04-11 12:08:14 +00:00
j
36307a6060 remove type from backend, fixes #1949 2014-02-18 07:01:11 +00:00
j
d94b5d1db0 fix deleting documents 2014-02-14 13:35:40 +00:00
j
3c1d3bbcb2 update item sort after adding document to item, fixes #2153 2014-02-03 08:54:37 +00:00
j
17586c1d2a cleanup document thumbnails 2014-02-02 06:35:04 +00:00
j
167de4cc97 add thumbnails of pdf pages #2148 2014-02-02 06:30:58 +00:00
j
a1af2bea9c fix pdf width 2014-02-01 17:04:40 +05:30
j
d1014334be fix per item document description 2014-01-08 04:32:57 +00:00
j
573592092a null last 2014-01-07 16:19:27 +00:00
j
e1953b671d dimensions_sort 2014-01-07 15:34:07 +00:00
j
9a60e569d6 fixes #1999 2014-01-07 11:42:20 +00:00
j
0e55faca0d update documents backend 2014-01-07 11:05:10 +00:00
j
6b63239cf7 fix pdf ratio 2014-01-05 11:40:54 +00:00
j
ff13a30639 add resolution/pages to documents, use poppler-utils to extract pdf pages. 2014-01-04 12:29:11 +00:00
j
c248a4c227 return thumbnails for images instead of full image 2013-12-23 12:32:23 +00:00
j
4eeb10e3ba use AZ id for document data path 2013-12-23 11:30:22 +00:00
j
81706fcf3b change document urls to be /documents/ID/name.ext 2013-12-23 11:26:48 +00:00