summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-1255-78/+80
* Merge pull request #21139 from owncloud/makeswifturltypeconfigurableThomas Müller2016-01-081-2/+7
|\
| * add isset for optional paramsJörn Friedrich Dreyer2016-01-041-2/+3
| * make url type configurableJörn Friedrich Dreyer2015-12-111-1/+5
* | Remove OC_DB::getConnectionMorris Jobke2016-01-071-2/+2
* | Remove OC_DB::insertidMorris Jobke2016-01-071-1/+1
* | Remove beginTransaction, commit, rollback from OC_DBMorris Jobke2016-01-071-3/+3
* | Merge pull request #21398 from owncloud/sharing-disabled-cacheThomas Müller2016-01-061-2/+3
|\ \
| * | Cache sharing disabled in the viewRobin Appelman2015-12-301-2/+3
* | | Cache usermanager instance in viewRobin Appelman2015-12-301-1/+4
|/ /
* | Use TempManager instead of tmpFileMorris Jobke2015-12-184-4/+4
* | Use TempManager instead of tmpFolderMorris Jobke2015-12-182-2/+2
* | Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-172-2/+2
* | Merge pull request #21128 from owncloud/dav-fopen-non-existingThomas Müller2015-12-111-8/+14
|\ \ | |/ |/|
| * Dont do a seperate request to check if a file exists for dav->fopenRobin Appelman2015-12-101-8/+14
* | Do not check storage availability for getOwnerVincent Petry2015-12-091-1/+0
|/
* Merge pull request #21056 from owncloud/check-returnThomas Müller2015-12-091-1/+1
|\
| * Verify return typeLukas Reschke2015-12-091-1/+1
* | Add reshare permission checksVincent Petry2015-12-081-1/+1
* | Compute share permissions in the viewVincent Petry2015-12-082-5/+7
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* Merge pull request #20904 from owncloud/view-mime-filterThomas Müller2015-12-071-6/+2
|\
| * Fix mimetype filter in getDirectoryContentRobin Appelman2015-12-031-6/+2
* | Merge pull request #20894 from owncloud/post-delete-meta-viewThomas Müller2015-12-031-3/+16
|\ \ | |/ |/|
| * Also add metadata for postDelete hooks triggered from the viewRobin Appelman2015-12-021-3/+16
* | Reduce OC_Config usage in lib/Morris Jobke2015-12-021-3/+3
|/
* Merge pull request #20875 from owncloud/remove-changepropagatorThomas Müller2015-12-022-143/+0
|\
| * remove old propagation logicRobin Appelman2015-12-012-143/+0
* | Add metadata to post delete hooksRobin Appelman2015-12-014-22/+104
|/
* Add DB group to some files_external testsThomas Müller2015-11-301-0/+1
* also log exceptionRobin Appelman2015-11-271-0/+1
* Skip unavailable storages in scannerRobin Appelman2015-11-271-2/+16
* Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanupThomas Müller2015-11-261-1/+1
|\
| * Remove last occurences of OC_Helper::getMimeType()Morris Jobke2015-11-261-1/+1
* | Merge pull request #20731 from owncloud/per-storage-updaterThomas Müller2015-11-265-114/+144
|\ \ | |/ |/|
| * Make Cache\Updater per storageRobin Appelman2015-11-255-114/+144
* | Merge pull request #20705 from owncloud/fix_20648Thomas Müller2015-11-251-2/+2
|\ \ | |/ |/|
| * Fix overriding function from 3rdparty warningRoeland Jago Douma2015-11-241-2/+2
* | Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-258-110/+242
|\ \
| * | take the etag of child mounts into account for the folder etagRobin Appelman2015-11-198-21/+158
| * | Fix scanning of incomplete foldersRobin Appelman2015-11-191-1/+1
| * | use relative pathRobin Appelman2015-11-191-1/+1
| * | fix fileinfo for non existing filesRobin Appelman2015-11-191-0/+4
| * | Some more cleanup for getFIleInfo/getDirectoryContentRobin Appelman2015-11-192-39/+42
| * | Split getting cache entry and checking update to a seperate methodRobin Appelman2015-11-191-58/+46
* | | Adjust sabre changes in coreThomas Müller2015-11-241-3/+6
| |/ |/|
* | Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisab...Thomas Müller2015-11-201-1/+1
|\ \
| * | Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-1/+1
| |/
* / Follow the interface againRoeland Jago Douma2015-11-191-0/+9
|/
* Handle non existing users as owner in the viewRobin Appelman2015-11-181-5/+20