pillar/teststmp-video-endcard
pillar/tests
tmp-video-endcard
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
d3b3e0ff4f6f | Sybren A. Stüvel (sybren) | Commented out strip_link_and_variations(), to wait until we have is_public on… | May 10 2016 | |||
9362f9b5397f | Sybren A. Stüvel (sybren) | Remove links from returned file docs when user is not subscriber/demo/admin. | May 10 2016 | |||
0dcb972e7652 | Sybren A. Stüvel (sybren) | Project: Don't revert the is_private field. | May 10 2016 | |||
a90f13486ac8 | Sybren A. Stüvel (sybren) | Fixed typo call to check_permissions() | May 9 2016 | |||
899497b3b149 | Sybren A. Stüvel (sybren) | Implemented merging of permissions. | May 6 2016 | |||
1bb29794280c | Sybren A. Stüvel (sybren) | Slight improvement to project group mgmnt tests | May 6 2016 | |||
a2ce18196a93 | Sybren A. Stüvel (sybren) | Simplified permissions for projects. | May 6 2016 | |||
258046646962 | Francesco Siddi (fsiddi) | User management for projects | May 6 2016 | |||
0b1664a83c90 | Francesco Siddi (fsiddi) | Add project_manage_users endpoint | May 4 2016 | |||
d0d8b7d11d96 | Sybren A. Stüvel (sybren) | Added missing unit test for content type overrides. | May 3 2016 | |||
0389b05b140b | Sybren A. Stüvel (sybren) | Save temporary files in STORAGE_DIR | May 3 2016 | |||
3e8494e3bf27 | Sybren A. Stüvel (sybren) | Use soft-delete for nodes | May 2 2016 | |||
53aa0dae3bd1 | Sybren A. Stüvel (sybren) | Deducting asset node content type from file content type. | May 2 2016 | |||
681754eade35 | Sybren A. Stüvel (sybren) | Removed some obsolete unit tests. | May 2 2016 | |||
401bfeea9812 | Sybren A. Stüvel (sybren) | File streaming to Google Cloud Storage | May 2 2016 | |||
cf203b04f848 | Sybren A. Stüvel (sybren) | Be less secretive about users; allow limited anonymous /users/id access. | Apr 26 2016 | |||
d5c2df371a79 | Sybren A. Stüvel (sybren) | Small test change: do as little as possible in an app test context. | Apr 26 2016 | |||
e600d87592d2 | Sybren A. Stüvel (sybren) | Secure write access to /users endpoint | Apr 26 2016 | |||
5c04cdbd6ee8 | Sybren A. Stüvel (sybren) | Secure read access to /users endpoint. | Apr 26 2016 | |||
2a2d35827cd6 | Francesco Siddi (fsiddi) | Added local accounts | Apr 26 2016 | |||
aa47c2b4a629 | Francesco Siddi (fsiddi) | Allow overriding Eve settings from env in test | Apr 26 2016 | |||
c83f64d36fa4 | Sybren A. Stüvel (sybren) | Allow deletion of projects by members of its admin group. | Apr 25 2016 | |||
31e802619e41 | Sybren A. Stüvel (sybren) | Support soft-deleting projects. | Apr 25 2016 | |||
5116b74d1d1c | Sybren A. Stüvel (sybren) | Updated Eve to 0.6.3 | Apr 25 2016 | |||
a6258f519382 | Sybren A. Stüvel (sybren) | Limit project editing for subscribers. | Apr 25 2016 | |||
4edb8cfd39f1 | Sybren A. Stüvel (sybren) | Ensure that the returned project contains the correct etag. | Apr 25 2016 | |||
5c590c4dc4e9 | Sybren A. Stüvel (sybren) | Put Eve in debug mode when unittesting. | Apr 25 2016 | |||
9a400d5414eb | Sybren A. Stüvel (sybren) | Use the new /p/create function from manage.py too. | Apr 19 2016 | |||
4b9dd29ad516 | Sybren A. Stüvel (sybren) | Added /p/create entry point to create new projects. | Apr 19 2016 | |||
d808b76d6536 | Sybren A. Stüvel (sybren) | Store is_subclient_token bool in token collection. | Apr 15 2016 | |||
4e9182ef387f | Sybren A. Stüvel (sybren) | Missed BlenderID API change in unittest | Apr 15 2016 | |||
0bdd3b0a31f8 | Sybren A. Stüvel (sybren) | Updated for changes in BlenderID validate_token URL and response. | Apr 15 2016 | |||
66eeb255296f | Sybren A. Stüvel (sybren) | Unify tokens and subclient tokens | Apr 13 2016 | |||
bd8e0e56a498 | Sybren A. Stüvel (sybren) | Security: don't log subclient token. | Apr 12 2016 | |||
aeee165ad88b | Sybren A. Stüvel (sybren) | subclient tokens: bugfix & return proper data. | Apr 12 2016 | |||
669aea7436c1 | Sybren A. Stüvel (sybren) | Testing should have debug mode disabled. | Apr 4 2016 | |||
465b14560995 | Sybren A. Stüvel (sybren) | More flexible, less error-prone configuration system. | Apr 4 2016 | |||
ce242e1de306 | Sybren A. Stüvel (sybren) | Added manage.py command to refresh (almost) expired links. | Apr 1 2016 | |||
8b4e0c45784d | Sybren A. Stüvel (sybren) | Fixed imports for py.test | Mar 25 2016 | |||
7c04e01cde2f | Sybren A. Stüvel (sybren) | Some security fixes and other fixes for file storage. | Mar 25 2016 | |||
fd5bcaec5265 | Sybren A. Stüvel (sybren) | Some code simplifications & logging for Zencoder notifications. | Mar 25 2016 | |||
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 | |||
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 |