Commit Graph

914 Commits

Author SHA1 Message Date
c2e0ae4002 File processing
Introducing the asset of type file creation. This involves making a
node collection entry of type asset, as well as a file collection
entry, plus all the needed variations if such file is an image or a
video. Further, depending on the storage backend (pillar or other) we
synchronise the files there using rsync. Currently this functionality
is available only via pillar-web, since a web interface is needed to
upload the file in a storage folder, which is shared between the two
applications.
2015-09-24 15:45:57 +02:00
71dd30fa75 Short summary for the project node 2015-09-22 10:21:49 +02:00
9ee8d9a20b Tweaks to manage.py for import script 2015-09-12 01:37:16 +02:00
7d950d8fef Renamed project picture properties 2015-09-11 21:15:10 +02:00
3f06fa7b7a Example config for UPLOADS_LOCAL_STORAGE_THUMBNAILS 2015-09-11 15:17:23 +02:00
2470af6ab2 ContentType to content_type rename 2015-09-11 15:16:10 +02:00
00f24bb57e Initial commit for thumbnailing system 2015-09-11 15:04:25 +02:00
4e92cfe6b6 Fix for static files served by server 2015-09-10 21:28:54 +02:00
6382d1dbf5 Fix for hash_file_path when not starting with forward slash 2015-09-10 20:46:18 +02:00
f9203c5193 Tweaks to manage.py to import project nodes 2015-09-10 16:36:45 +02:00
aa3f8e6837 Migration script and utils for CDN link protection 2015-09-10 12:47:29 +02:00
7cecfbe4e0 Improved support for files
We updated the way files are stored in the files collection. Any
derived variation of a file (different encoding or size) is stored as
new record, referencing the original as a parent.
We also added a generate_link method, which is in charge of providing
the client API with the actual link to the backend specified by the
file.
2015-09-08 15:06:45 +02:00
421a9938ab Adding comments to hooks 2015-09-04 11:36:54 +02:00
1830d04400 Renaming the project to Pillar. 2015-08-31 18:22:50 +02:00