1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-23 16:23:33 +01:00
onion/js
diminator e7d85d6eb8 updated thumbnails:
- support multiformat
- runs in celery (way faster registration!)

updated s3 url generation:
- anonymous "/DEPLOYMENT/USER_ID_MD5/PIECE_FILE_HASH/CATEGORY/FILENAME.EXT"
- refactored code

!!!!install postgres hstore extension
sudo apt-get install postgresql postgresql-contrib
sudo su - postgres
psql mysite_db -c 'create extension hstore;'
./manage.py migrate
2015-07-21 15:52:58 +02:00
..
actions patch logout behavior 2015-07-17 18:53:04 +02:00
components updated thumbnails: 2015-07-21 15:52:58 +02:00
constants error handling first cut 2015-07-17 15:41:09 +02:00
fetchers replace console logs with global logging 2015-07-17 15:52:53 +02:00
mixins add functionality for submit to prize button and fix delete button 2015-07-14 23:53:49 +02:00
models delete function for multi editions 2015-06-10 15:49:46 +02:00
stores replace console logs with global logging 2015-07-17 15:52:53 +02:00
utils also handle error.detail 2015-07-17 18:10:11 +02:00
alt.js add es6lint to build process and fix most (not really) errors and warnings 2015-06-05 11:06:36 +02:00
app.js replace console logs with global logging 2015-07-17 15:52:53 +02:00
routes.js Logout is now a route 2015-07-17 15:02:44 +02:00