summaryrefslogtreecommitdiffstats
path: root/apps/files/tests/controller/apicontrollertest.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Compute share permissions in the viewVincent Petry2015-12-081-3/+6
| | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage
* Update license headersLukas Reschke2015-10-261-2/+1
|
* Do not calculate non essential infoRoeland Jago Douma2015-10-131-6/+0
| | | | | | | | | | | | | There is no need to calculate a human readable date on the server side. We supply the mtime and a client can easily convert that himself if needed. This is already done most of the time since the date is often not in the exact right format. There is also no need to attach icon info. We have that available in javascript. And else the client should get the right icon based on the mimetype for its platform. * Updated tests
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Remove server timezone dependency from files list testJoas Schilling2015-04-071-3/+3
|
* Update license headersJenkins for ownCloud2015-03-261-4/+19
|
* No longer directly output OC_Image for thumbnailsRoeland Jago Douma2015-03-241-1/+34
| | | | | | * Only use public interfaces - Injected IPreview * Added unit tests
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
|
* Check if the offset exists before accessingLukas Reschke2015-02-171-0/+243
This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277