summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Collapse)AuthorAgeFilesLines
* propagate folder size in the same query for write updatesRobin Appelman2016-01-153-5/+18
|
* Merge pull request #21702 from owncloud/fix_emit_scanFiles_IIThomas Müller2016-01-151-7/+25
|\ | | | | Fix: emit 'scanFiles' will only fire on files and not on folders (II)
| * Fix: emit 'scanFiles' will only fire on files and not on folders (II)Martin2016-01-131-7/+25
| |
* | Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-151-2/+31
|\ \ | | | | | | Only return an owner if the file exists + improved getUidAndFilename
| * | Typo in error messageLukas Reschke2016-01-111-3/+3
| | |
| * | de-deplicate getUidAndFilenameRobin Appelman2016-01-111-1/+24
| | |
| * | dont return an owner for files that don't existRobin Appelman2016-01-111-2/+7
| | |
* | | only trigger locking on lockingstoragesRobin Appelman2016-01-143-24/+49
| | |
* | | split locking related methods to their own interfaceRobin Appelman2016-01-141-1/+2
| | |
* | | Add IStorage interface for consistent namingRobin Appelman2016-01-141-2/+3
| | | | | | | | | | | | minor phpdoc fixed
* | | fix object store storageRobin Appelman2016-01-141-1/+7
| | |
* | | fix quota wrapperRobin Appelman2016-01-141-1/+3
| | |
* | | add watcher interfaceRobin Appelman2016-01-141-7/+6
| | |
* | | Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-141-6/+9
| | |
* | | add scanner interfaceRobin Appelman2016-01-141-8/+3
| | |
* | | Return a class from cache operations instead of an arrayRobin Appelman2016-01-148-54/+50
| | |
* | | add cache entry interfaceRobin Appelman2016-01-141-0/+110
| | |
* | | propagator interfaceRobin Appelman2016-01-141-2/+4
| | |
* | | Add public cache interfaceRobin Appelman2016-01-141-1/+2
| |/ |/|
* | Happy new year!Thomas Müller2016-01-1255-78/+80
|/
* Merge pull request #21139 from owncloud/makeswifturltypeconfigurableThomas Müller2016-01-081-2/+7
|\ | | | | make url type configurable
| * 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 isSharingDisabledForUser
| * | 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 when downloading a file from dav external storage
| * 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
|/ | | | | Because the owner is always known thanks to the file cache and other places, we don't need the remote storage to be actually available.
* Merge pull request #21056 from owncloud/check-returnThomas Müller2015-12-091-1/+1
|\ | | | | Verify return type
| * Verify return typeLukas Reschke2015-12-091-1/+1
| | | | | | | | Can also be null. Silences another security warning...
* | Add reshare permission checksVincent Petry2015-12-081-1/+1
| | | | | | | | | | | | | | Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients.
* | Compute share permissions in the viewVincent Petry2015-12-082-5/+7
|/ | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Merge pull request #20904 from owncloud/view-mime-filterThomas Müller2015-12-071-6/+2
|\ | | | | Fix mimetype filter in getDirectoryContent
| * 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 view
| * 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
|/ | | | * replaced by proper public interfaces
* Merge pull request #20875 from owncloud/remove-changepropagatorThomas Müller2015-12-022-143/+0
|\ | | | | remove old propagation logic
| * 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
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* also log exceptionRobin Appelman2015-11-271-0/+1
|