summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-157-5/+16
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Merge pull request #20927 from owncloud/handle-return-code-on-webdav-putThomas Müller2016-01-151-1/+9
|\ | | | | Handle return code of streamCopy in WebDAV put
| * Handle return code of streamCopy in WebDAV putMorris Jobke2016-01-111-1/+9
| | | | | | | | * throw a different exception if streamCopy failed
* | Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-154-46/+54
|\ \ | | | | | | Only return an owner if the file exists + improved getUidAndFilename
| * | removed unused importsRobin Appelman2016-01-111-3/+0
| | |
| * | improve handling of non existing files in the trashbinRobin Appelman2016-01-111-10/+15
| | |
| * | handle not found in trash hookRobin Appelman2016-01-111-1/+5
| | |
| * | Typo in error messageLukas Reschke2016-01-111-3/+3
| | |
| * | de-deplicate getUidAndFilenameRobin Appelman2016-01-114-33/+29
| | |
| * | dont return an owner for files that don't existRobin Appelman2016-01-111-2/+7
| | |
* | | Merge pull request #21543 from owncloud/Larzenegger-masterThomas Müller2016-01-151-5/+6
|\ \ \ | | | | | | | | [CI] Larzenegger master
| * | | tempnam accepts a directory as its first parameter, not a full path and ↵Lars2016-01-111-5/+6
| |/ / | | | | | | | | | | | | | | | filename. tempnam falls back to creating a file in the system's temp directory. On systems with open_basedir restrictions, this may trigger an error message. By moving this below the checkTemporaryDirectory-loop, tempnam will only be tested if all alternatives fail and the error message is most likely avoided.
* | | Merge pull request #21544 from owncloud/trashbin-permissionsThomas Müller2016-01-151-0/+3
|\ \ \ | | | | | | | | set etag and permission fields for trashbin entries
| * | | set etag and permission fields for trashbin entriesRobin Appelman2016-01-081-0/+3
| | | |
* | | | Merge pull request #21717 from owncloud/addpublicgroupinterfaceThomas Müller2016-01-153-5/+6
|\ \ \ \ | | | | | | | | | | allow apps to add an OCP GroupInterface backend
| * | | | allow apps to add an OCP GroupInterface backendJörn Friedrich Dreyer2016-01-143-6/+7
| | | | |
* | | | | Merge pull request #21721 from owncloud/capped-memcache-indirect-setThomas Müller2016-01-152-2/+14
|\ \ \ \ \ | | | | | | | | | | | | Allow indirect set in CappedMemoryCache
| * | | | | Allow indirect set in CappedMemoryCacheRobin Appelman2016-01-142-2/+14
| |/ / / /
* | | | | Merge pull request #21723 from owncloud/prevent-group-enable-for-appsThomas Müller2016-01-154-4/+118
|\ \ \ \ \ | | | | | | | | | | | | Prevent group enable for apps
| * | | | | Check whether the app can be enabled for groupsJoas Schilling2016-01-142-0/+114
| | | | | |
| * | | | | Add a new app type that can not be enabled for groupsJoas Schilling2016-01-142-4/+4
| |/ / / /
* | | | | Merge pull request #21735 from owncloud/files-external-checkbox-settingsThomas Müller2016-01-152-5/+15
|\ \ \ \ \ | | | | | | | | | | | | Consolidate user mounting check code
| * | | | | Consolidate user mounting check codeRobin McCorkell2016-01-142-5/+15
| | | | | |
* | | | | | Merge pull request #20898 from owncloud/cache-interfacesThomas Müller2016-01-1537-142/+1495
|\ \ \ \ \ \ | | | | | | | | | | | | | | Public Cache interfaces
| * | | | | | remove unneeded public cache methodsRobin Appelman2016-01-141-19/+0
| | | | | | |
| * | | | | | only trigger locking on lockingstoragesRobin Appelman2016-01-143-24/+49
| | | | | | |
| * | | | | | split locking related methods to their own interfaceRobin Appelman2016-01-143-28/+62
| | | | | | |
| * | | | | | Add IStorage interface for consistent namingRobin Appelman2016-01-145-50/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | minor phpdoc fixed
| * | | | | | fix object store storageRobin Appelman2016-01-141-1/+7
| | | | | | |
| * | | | | | fix quota wrapperRobin Appelman2016-01-142-2/+6
| | | | | | |
| * | | | | | fix testsRobin Appelman2016-01-142-2/+4
| | | | | | |
| * | | | | | add since tagsRobin Appelman2016-01-147-0/+69
| | | | | | |
| * | | | | | fix phpdocRobin Appelman2016-01-141-1/+1
| | | | | | |
| * | | | | | add watcher interfaceRobin Appelman2016-01-144-8/+88
| | | | | | |
| * | | | | | Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-143-6/+101
| | | | | | |
| * | | | | | add scanner interfaceRobin Appelman2016-01-144-11/+79
| | | | | | |
| * | | | | | Return a class from cache operations instead of an arrayRobin Appelman2016-01-1411-86/+63
| | | | | | |
| * | | | | | Safe teardownsRobin Appelman2016-01-146-16/+28
| | | | | | |
| * | | | | | add cache entry interfaceRobin Appelman2016-01-142-0/+228
| | | | | | |
| * | | | | | propagator interfaceRobin Appelman2016-01-142-2/+38
| | | | | | |
| * | | | | | Add public cache interfaceRobin Appelman2016-01-142-1/+264
| | |/ / / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-1528-2/+120
| |/ / / / |/| | | |
* | | | | Merge pull request #21727 from owncloud/adddispatchtousersettingsThomas Müller2016-01-141-0/+2
|\ \ \ \ \ | | | | | | | | | | | | allow apps to load additional scripts on the user settings page ...
| * | | | | allow apps to load additional scripts on the user settings page via the ↵Jörn Friedrich Dreyer2016-01-141-0/+2
| |/ / / / | | | | | | | | | | | | | | | event dispatcher
* | | | | Merge pull request #21623 from owncloud/stricter_defaultproviderThomas Müller2016-01-142-9/+28
|\ \ \ \ \ | | | | | | | | | | | | [Share 2.0] Default share provider should only query for supported types
| * | | | | Only select elements from the database that we supportRoeland Jago Douma2016-01-141-1/+26
| | | | | |
| * | | | | Use namedparameterRoeland Jago Douma2016-01-142-9/+3
| | | | | |
* | | | | | Merge pull request #21714 from owncloud/groups-insertifnotexistsThomas Müller2016-01-141-34/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Groups insertifnotexists
| * | | | | | Use IDbConnectin::insertIfNotExistThomas Müller2016-01-141-2/+1
| | | | | | |
| * | | | | | Use insertIfNotExists() when creating a groupJoas Schilling2016-01-141-33/+5
| | |/ / / / | |/| | | |