summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* [Share 2.0] Share Object creation is a fragile thingRoeland Jago Douma2016-01-182-13/+84
* Merge pull request #21519 from owncloud/propagate-folder-sizeThomas Müller2016-01-183-5/+18
|\
| * propagate folder size in the same query for write updatesRobin Appelman2016-01-153-5/+18
* | Merge pull request #21705 from owncloud/improve-background-job-messageThomas Müller2016-01-152-2/+7
|\ \ | |/ |/|
| * Add message key to context of logExceptionThomas Müller2016-01-152-3/+7
| * use logException() to properly log the exceptionMorris Jobke2016-01-141-1/+2
| * Improved error message for failing background jobMorris Jobke2016-01-141-1/+1
* | Merge pull request #21730 from owncloud/fix-install-of-shipped-appsThomas Müller2016-01-151-9/+22
|\ \
| * | Fixing CodeChecker usage :see_no_evil:Thomas Müller2016-01-141-1/+4
| * | - isolate include calls in installer.php which prevents local variables to be...Thomas Müller2016-01-141-8/+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)Martin2016-01-131-7/+25
| | |/ | |/|
* | | Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-151-2/+31
|\ \ \
| * | | 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
* | | | Merge pull request #21543 from owncloud/Larzenegger-masterThomas Müller2016-01-151-5/+6
|\ \ \ \
| * | | | tempnam accepts a directory as its first parameter, not a full path and filen...Lars2016-01-111-5/+6
| |/ / /
* | | | Merge pull request #21717 from owncloud/addpublicgroupinterfaceThomas Müller2016-01-152-4/+5
|\ \ \ \
| * | | | allow apps to add an OCP GroupInterface backendJörn Friedrich Dreyer2016-01-142-5/+6
* | | | | Merge pull request #21721 from owncloud/capped-memcache-indirect-setThomas Müller2016-01-151-2/+2
|\ \ \ \ \
| * | | | | Allow indirect set in CappedMemoryCacheRobin Appelman2016-01-141-2/+2
| |/ / / /
* | | | | Merge pull request #21723 from owncloud/prevent-group-enable-for-appsThomas Müller2016-01-151-0/+21
|\ \ \ \ \
| * | | | | Check whether the app can be enabled for groupsJoas Schilling2016-01-141-0/+21
| |/ / / /
* | | | | Merge pull request #20898 from owncloud/cache-interfacesThomas Müller2016-01-1515-105/+246
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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
| * | | | 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
| |/ / /
* | | | Merge pull request #21623 from owncloud/stricter_defaultproviderThomas Müller2016-01-141-6/+28
|\ \ \ \
| * | | | Only select elements from the database that we supportRoeland Jago Douma2016-01-141-1/+26
| * | | | Use namedparameterRoeland Jago Douma2016-01-141-6/+3
| |/ / /
* | | | Merge pull request #21714 from owncloud/groups-insertifnotexistsThomas Müller2016-01-141-34/+5
|\ \ \ \
| * | | | Use IDbConnectin::insertIfNotExistThomas Müller2016-01-141-2/+1
| * | | | Use insertIfNotExists() when creating a groupJoas Schilling2016-01-141-33/+5
| |/ / /
* / / / move methods to correct interface, deprecate private interfaceJörn Friedrich Dreyer2016-01-146-125/+17
|/ / /
* | | Merge pull request #21704 from owncloud/fix-namespace-issueThomas Müller2016-01-141-1/+1
|\ \ \
| * | | Fix usage of PHP method within namespaceMorris Jobke2016-01-141-1/+1
| | |/ | |/|
* / | [Share 2.0] Fix pre_share and post_share hooksRoeland Jago Douma2016-01-131-1/+17
|/ /
* | Merge pull request #20497 from owncloud/bubble_up_hint_exceptionThomas Müller2016-01-132-33/+36
|\ \
| * | Simply use logException() to log the exception - no need for custom codeThomas Müller2016-01-131-22/+11
| * | Fix PHPDocThomas Müller2016-01-131-12/+23