Graphwip-redesign
Graph
wip-redesign
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
d7ee2121d90a | Sybren A. Stüvel (sybren) | Renamed some test_xxx files to common_test_xxx.py | Mar 25 2016 | ||||
adb4f5b39e1e | Sybren A. Stüvel (sybren) | Added unittests for caching of file links. | Mar 25 2016 | ||||
cb4b0f1e4d01 | Sybren A. Stüvel (sybren) | Check link expiry when GETting files. | Mar 25 2016 | ||||
26b081ccd85f | Sybren A. Stüvel (sybren) | Oops. | Mar 25 2016 | ||||
d4ed335273b5 | Sybren A. Stüvel (sybren) | Overriding app.config in unittest. | Mar 25 2016 | ||||
ebcb6bc5f88e | Sybren A. Stüvel (sybren) | Added setup.py to allow automated testing. | Mar 25 2016 | ||||
1769f206203e | Sybren A. Stüvel (sybren) | Moved some file-specific code from app/__init__ to file_storage module. | Mar 25 2016 | ||||
84723eb8d34d | Francesco Siddi (fsiddi) | Tweaks fo manage.py to allow default project creation | Mar 24 2016 | ||||
a33e4421a88f | Francesco Siddi (fsiddi) | Introducing Project creation | Mar 24 2016 | ||||
90693595a64c | Francesco Siddi (fsiddi) | Restored from modules.file_storage imports | Mar 24 2016 | ||||
caaa376a7d1f | Francesco Siddi (fsiddi) | PEP8 formatting | Mar 24 2016 | ||||
0e01c925bd69 | Francesco Siddi (fsiddi) | New node_type page | Mar 24 2016 | ||||
79918c26b684 | Francesco Siddi (fsiddi) | PEP8 formatting | Mar 24 2016 | ||||
618f02564fc2 | Francesco Siddi (fsiddi) | Remove unused testing file | Mar 24 2016 | ||||
34202166e864 | Sybren A. Stüvel (sybren) | Added missing import | Mar 22 2016 | ||||
fc11502916c9 | Sybren A. Stüvel (sybren) | Sorted imports. | Mar 21 2016 | ||||
37037f3c2cf7 | Sybren A. Stüvel (sybren) | Store generated links in MongoDB, along with expiry datetime. | Mar 21 2016 | ||||
8d9a23b7b947 | Sybren A. Stüvel (sybren) | PEP8 formatting for the entire project. | Mar 21 2016 | ||||
9bb95ab05418 | Francesco Siddi (fsiddi) | Move actor_user parsing on the server side | Mar 18 2016 | ||||
b495552ae4fa | Francesco Siddi (fsiddi) | PEP8 formatting | Mar 18 2016 | ||||
b8bcd0c5fe7f | Sybren A. Stüvel (sybren) | made manage.py executable | Mar 18 2016 | ||||
3334761ea70c | Francesco Siddi (fsiddi) | PEP8 formatting | Mar 15 2016 | ||||
e06a9fdf340b | Sybren A. Stüvel (sybren) | Strip trailing slash from BLENDER_ID_ENDPOINT and removed SystemUtility | Mar 15 2016 | ||||
8d15d0750c72 | Sybren A. Stüvel (sybren) | Auto-detect Eve settings in manage.py | Mar 15 2016 | ||||
ab8b32af7fbf | Sybren A. Stüvel (sybren) | Nicer logging configuration. | Mar 15 2016 | ||||
43453ff66600 | Francesco Siddi (fsiddi) | Merge remote-tracking branch 'origin/master' | Mar 15 2016 | ||||
1593e5c09d32 | Francesco Siddi (fsiddi) | Update to config.py.example | Mar 15 2016 | ||||
e73e8ccc310a | Sybren A. Stüvel (sybren) | Streamlined some GCloud credential configuration | Mar 15 2016 | ||||
5c6bda1ba3a0 | Francesco Siddi (fsiddi) | Tweaks to init code | Mar 14 2016 | ||||
f90f25d373f4 | Francesco Siddi (fsiddi) | Upgraded gcloud package to 0.11.0 | Mar 14 2016 | ||||
086284b88302 | Francesco Siddi (fsiddi) | Code cleanup and improved formatting | Mar 14 2016 | ||||
ca52e432ffb9 | Francesco Siddi (fsiddi) | Moved BLENDER_ID_ENDPOINT to config setting | Mar 14 2016 | ||||
ece526955843 | Francesco Siddi (fsiddi) | Removing custom endpoint for file_storage.index | Mar 10 2016 | ||||
168eb848c33e | Francesco Siddi (fsiddi) | Code cleanup for notifications | Mar 9 2016 | ||||
8cb3928531ae | Francesco Siddi (fsiddi) | Utility to subscribe node owners to notifications | Mar 9 2016 | ||||
1884f6148e66 | Francesco Siddi (fsiddi) | Removed debug print | Mar 8 2016 | ||||
4c4ec6c89b90 | Sybren A. Stüvel (sybren) | Fixed authorization issue. | Mar 8 2016 | ||||
d4ecf556ceee | Sybren A. Stüvel (sybren) | Reduced log level for non-Pillar modules | Mar 8 2016 | ||||
036116e2d3dd | Sybren A. Stüvel (sybren) | Fixed security hole. | Mar 8 2016 | ||||
bf614e0d54e6 | Sybren A. Stüvel (sybren) | Configured logging module. | Mar 8 2016 | ||||
65f8bdc6c0a0 | Francesco Siddi (fsiddi) | Introducing notifications | Mar 5 2016 | ||||
20ba507095c7 | Francesco Siddi (fsiddi) | Introducing activities model | Mar 5 2016 | ||||
93439be9ac86 | Sybren A. Stüvel (sybren) | Moved unit test to its proper spot, and added @httpretty.activate | Mar 4 2016 | ||||
da601747bb20 | Sybren A. Stüvel (sybren) | Added mocking of Blender ID with HTTPretty | Mar 4 2016 | ||||
172e8a8ba032 | Sybren A. Stüvel (sybren) | Fixed bug in validate_token(), it now returns the validation status. | Mar 4 2016 | ||||
7ca22691eb3f | Sybren A. Stüvel (sybren) | Added a few unit tests for user authentication. | Mar 4 2016 | ||||
1e141492a302 | Sybren A. Stüvel (sybren) | Added unit testing support + moved make_unique_username() to module level | Mar 4 2016 | ||||
260cfdbcd5c8 | Francesco Siddi (fsiddi) | Delete any file variation found in the file_item document | Mar 4 2016 | ||||
460cd0265f94 | Sybren A. Stüvel (sybren) | Code simplification. | Mar 4 2016 | ||||
31a1694ba797 | Sybren A. Stüvel (sybren) | Strip trailing slash from BLENDER_ID_ENDPOINT URL | Mar 4 2016 | ||||
ef0441b4c716 | Sybren A. Stüvel (sybren) | Updated requirements. | Mar 4 2016 | ||||
6a5f4b266187 | Sybren A. Stüvel (sybren) | Removed some 2nd degree requirements. | Mar 2 2016 | ||||
c5eb23749a2f | Francesco Siddi (fsiddi) | Fix for missing dict key | Mar 1 2016 | ||||
226b7f71a618 | Francesco Siddi (fsiddi) | Handle InternalServerError on files_make_public_t | Mar 1 2016 | ||||
8faa6c7384ee | Francesco Siddi (fsiddi) | Skip all exception for files_make_public_t | Feb 26 2016 | ||||
8dbb046aadd3 | Francesco Siddi (fsiddi) | Handle all exception for files_make_public_t | Feb 26 2016 | ||||
b093f9fd7c4c | Francesco Siddi (fsiddi) | Handle InternalServerError exception on files_make_public_t | Feb 26 2016 | ||||
45d63182521d | Francesco Siddi (fsiddi) | Skip indexing if a nodes does not have status published | Feb 26 2016 | ||||
d9b7310d2d65 | Francesco Siddi (fsiddi) | Manager command to index nodes | Feb 26 2016 | ||||
ed7fd0de3b70 | Francesco Siddi (fsiddi) | Extended indexing for Nodes | Feb 26 2016 | ||||
b149a5b3ed45 | Francesco Siddi (fsiddi) | Hack to make thumbnails of size t public | Feb 26 2016 | ||||
eb92d179e803 | Francesco Siddi (fsiddi) | Introducing indexing for nodes | Feb 26 2016 | ||||
ea7e5a095589 | Francesco Siddi (fsiddi) | Updated requirements for algoliashearch library | Feb 25 2016 | ||||
03ae481e7b04 | Francesco Siddi (fsiddi) | Renamed default database to eve | Feb 25 2016 | ||||
d76c47afd550 | Francesco Siddi (fsiddi) | Improving initial installation process | Feb 25 2016 | ||||
724a8195937c | Francesco Siddi (fsiddi) | Cast file_id to ObjectIf before query | Feb 22 2016 | ||||
4dbd804307fc | Francesco Siddi (fsiddi) | Moved file_storage | Feb 22 2016 | ||||
3308751ed4af | Francesco Siddi (fsiddi) | Introducing external video encoding | Feb 22 2016 | ||||
774bc3520630 | Francesco Siddi (fsiddi) | Parentheses on print statements | Feb 16 2016 | ||||
c7b6e798c0ef | Francesco Siddi (fsiddi) | Introducing Algolia search for users | Feb 10 2016 | ||||
4e192acea636 | Francesco Siddi (fsiddi) | Fix for get_video_data | Feb 8 2016 | ||||
f341d33faf05 | Francesco Siddi (fsiddi) | Fix reference for embedded project in file schema | Jan 27 2016 | ||||
8a066348398a | Francesco Siddi (fsiddi) | Introducing project_node_type_has_method | Jan 26 2016 | ||||
1a5fcc174496 | Francesco Siddi (fsiddi) | Refactored content of main __init__ into utils | Jan 26 2016 | ||||
8256ab40dc0f | Francesco Siddi (fsiddi) | Merge branch 'projects' | Jan 25 2016 | ||||
e29516586410 | Francesco Siddi (fsiddi) | Introducing Projects | Jan 25 2016 | ||||
4ce2d60df813 | Francesco Siddi (fsiddi) | Added _format_name to handle existing extensions | Jan 8 2016 | ||||
ff174439c393 | Francesco Siddi (fsiddi) | Tweaks to management functions | Jan 8 2016 | ||||
f9f411366d7f | Francesco Siddi (fsiddi) | Management functions | Jan 8 2016 | ||||
6bda83d5b59e | Francesco Siddi (fsiddi) | Add format to filename | Jan 7 2016 | ||||
c6636e4ac7a8 | Francesco Siddi (fsiddi) | Assign ContentDisposition to GCS items on save | Jan 7 2016 | ||||
7037de64b376 | Francesco Siddi (fsiddi) | Upped hardcoded expiry time for signed urls | Jan 6 2016 | ||||
816f5c144e85 | Francesco Siddi (fsiddi) | Updated readme.md | Jan 5 2016 | ||||
1b8f096e20c1 | Francesco Siddi (fsiddi) | Introducing Texture node_type | Dec 22 2015 | ||||
12fd3caa7a19 | Francesco Siddi (fsiddi) | Restored resource_parse_attachments | Dec 2 2015 | ||||
37e4333f085a | Francesco Siddi (fsiddi) | Temporarily disable attachment parsing for resource | Dec 1 2015 | ||||
e87817533c6b | Francesco Siddi (fsiddi) | Parse attachments also on resource request | Dec 1 2015 | ||||
217d768c9218 | Francesco Siddi (fsiddi) | Attachment schema for post node_type | Dec 1 2015 | ||||
0475f7b45605 | Francesco Siddi (fsiddi) | Allow attachments on nested properties | Dec 1 2015 | ||||
f4ef811fae06 | Francesco Siddi (fsiddi) | Introducing tags and categories node_type asset | Nov 30 2015 | ||||
f2ac8e48e369 | Francesco Siddi (fsiddi) | Asynchronous push_to_storage for files and images | Nov 26 2015 | ||||
55b17403f513 | Francesco Siddi (fsiddi) | Video variations are embedded in files | Nov 26 2015 | ||||
772c28eaef3c | Pablo Vazquez (pablovazquez) | Fix for parent_id check on manage.py | Nov 25 2015 | ||||
559589f9279e | Francesco Siddi (fsiddi) | Introducing file variations | Nov 25 2015 | ||||
ff37eeb32a76 | Francesco Siddi (fsiddi) | Introducing sorting for assets and groups | Nov 20 2015 | ||||
cfb0da7e7ca1 | Francesco Siddi (fsiddi) | Introducing is_reply property for comments | Nov 18 2015 | ||||
9eb7eb3ada92 | Francesco Siddi (fsiddi) | Fix for signup with short usernames | Nov 18 2015 | ||||
423758f44738 | Francesco Siddi (fsiddi) | Fix for attachments url parsing loop | Nov 16 2015 | ||||
b81ba226eb5e | Francesco Siddi (fsiddi) | Removed maxlength on description | Nov 16 2015 | ||||
5b6feac154ec | Francesco Siddi (fsiddi) | Introducing image attachments | Nov 16 2015 |