summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10881 from owncloud/touch-statcacheRobin Appelman2014-12-022-0/+2
|\
| * also clear statcache in mapped localRobin Appelman2014-12-021-0/+1
| * Clear statcache before getting the mtime from local storage backendsRobin Appelman2014-12-021-0/+1
* | Merge pull request #11975 from owncloud/Combustible-combustible_devMorris Jobke2014-12-021-254/+267
|\ \ | |/ |/|
| * Use \OCP\ILoggerThomas Müller2014-12-011-257/+264
| * Added error check to lib/private/image.phpByron Marohn2014-12-011-0/+6
* | Merge pull request #12310 from kampka/masterThomas Müller2014-12-021-0/+48
|\ \
| * | Implement a logger to log to error_logChristian Kampka2014-12-011-0/+48
* | | Merge pull request #12419 from owncloud/read-only-configThomas Müller2014-12-011-0/+8
|\ \ \ | |_|/ |/| |
| * | Allow read-only configurationLukas Reschke2014-11-251-0/+8
* | | Merge pull request #12469 from owncloud/issue/12460-port-local-changes2mappedVincent Petry2014-12-011-2/+21
|\ \ \
| * | | Also clearstatcache() in MappedLocal before using the statsJoas Schilling2014-11-271-0/+1
| * | | Check whether file exists before trying to touch() itJoas Schilling2014-11-271-0/+3
| * | | Check return of disk_free_space before returning itJoas Schilling2014-11-271-1/+5
| * | | Check file existance in MappedLocal in hasUpdated()Joas Schilling2014-11-271-1/+5
| * | | Make MappedLocal::isLocal() true like for LocalJoas Schilling2014-11-271-0/+7
* | | | Merge pull request #12398 from oparoz/patch-5Morris Jobke2014-11-301-0/+4
|\ \ \ \
| * | | | You can only change the oritentation of a JPEGOlivier Paroz2014-11-241-0/+4
* | | | | Merge pull request #12499 from owncloud/disableMSSQLLukas Reschke2014-11-281-1/+1
|\ \ \ \ \
| * | | | | Disable OCI as it is unsupported by most CE appsLukas Reschke2014-11-281-1/+1
| * | | | | Disable MSSQL for new CE installationsLukas Reschke2014-11-281-1/+1
* | | | | | Merge pull request #12488 from owncloud/activity_group_multiple_conditionsLukas Reschke2014-11-281-2/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | concatenate queries with 'or'Bjoern Schiessle2014-11-281-2/+14
* | | | | | Merge pull request #12483 from owncloud/issue/6101-preview-providersLukas Reschke2014-11-2821-424/+491
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Split bitmap providers into one per fileJoas Schilling2014-11-287-74/+119
| * | | | | Split office providers into one class per fileJoas Schilling2014-11-288-125/+166
| * | | | | Fix intendation and doc blocks of preview providersJoas Schilling2014-11-288-116/+143
| * | | | | Move registration of core preview providers to previewJoas Schilling2014-11-2710-132/+86
* | | | | | Merge pull request #12472 from owncloud/modifyCookiesMorris Jobke2014-11-283-10/+36
|\ \ \ \ \ \
| * | | | | | Pass \OC::$WEBROOT to the ctrLukas Reschke2014-11-271-4/+11
| * | | | | | Remove redundant codeLukas Reschke2014-11-271-3/+3
| * | | | | | Use server containerLukas Reschke2014-11-272-1/+10
| * | | | | | Add functions to modify cookies to response classLukas Reschke2014-11-272-4/+14
* | | | | | | Merge pull request #12443 from owncloud/issue/6101-all-classes-autoloadableMorris Jobke2014-11-282-11/+19
|\ \ \ \ \ \ \
| * | | | | | | Move NaturalSort_DefaultCollator to its own fileJoas Schilling2014-11-272-11/+19
* | | | | | | | Limit blacklist to php filesRichard Clarkson2014-11-271-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #12426 from owncloud/jail-mask-wrappersRobin Appelman2014-11-276-1/+1059
|\ \ \ \ \ \ \
| * | | | | | | Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-272-12/+53
| * | | | | | | Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-275-1/+1018
* | | | | | | | Merge pull request #12470 from owncloud/jenkins-12447Lukas Reschke2014-11-278-33/+80
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Move OC_USER_BACKEND_* constants to OC_User_Backend classJoas Schilling2014-11-274-22/+47
| * | | | | | | Move OC_GROUP_BACKEND_* constants to OC_Group_Backend classJoas Schilling2014-11-274-11/+33
* | | | | | | | Merge pull request #12462 from owncloud/issue/12460-localstorage-buildpathVincent Petry2014-11-272-63/+79
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove unused 2nd parameter of buildPath() and rename to getSourcePath()Joas Schilling2014-11-271-32/+33
| * | | | | | | Introduce getSourcePath() in Storage\Local to reduce the difference to Mapped...Joas Schilling2014-11-271-31/+46
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #12449 from owncloud/issue/12444-namespace-exceptionsJoas Schilling2014-11-2711-44/+59
|\ \ \ \ \ \ \
| * | | | | | | Replace exception with standard exceptionJoas Schilling2014-11-271-4/+1
| * | | | | | | Correctly namespace and autoload DatabaseExceptionJoas Schilling2014-11-274-27/+36
| * | | | | | | Correctly namespace DatabaseSetupExceptionJoas Schilling2014-11-266-13/+22
| |/ / / / / /
* | | | | | | Merge pull request #12418 from owncloud/delete_previewsMorris Jobke2014-11-271-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |