summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [Share 2.0] Add fetching link shares to share managerRoeland Jago Douma2016-01-203-12/+71
|
* Merge pull request #21775 from owncloud/apcu-iterator-constructorThomas Müller2016-01-201-1/+1
|\ | | | | Fix constructor arguments for APCUIterator
| * Fix constructor arguments for APCUIteratorRobin Appelman2016-01-181-1/+1
| |
* | Properly DI the servercontainerRoeland Jago Douma2016-01-203-5/+23
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-202-2/+32
| |
* | Merge pull request #21744 from owncloud/scrutinizer-patch-1Thomas Müller2016-01-194-2/+8
|\ \ | | | | | | Scrutinizer Auto-Fixes
| * | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-154-2/+8
| | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | | properly use standardMorris Jobke2016-01-191-1/+1
| | | | | | | | | | | | * JEDEC standard - https://en.wikipedia.org/wiki/JEDEC_memory_standards#Unit_prefixes_for_semiconductor_storage_capacity
* | | [Share 2.0] Share Object creation is a fragile thingRoeland Jago Douma2016-01-182-13/+84
| | | | | | | | | | | | | | | | | | | | | * We can't assume that the file still exists * We can't assume that the user/group still exists Basically we do not always nicely cleanup shares.
* | | Merge pull request #21519 from owncloud/propagate-folder-sizeThomas Müller2016-01-183-5/+18
|\ \ \ | |_|/ |/| | propagate folder size in the same query for write updates
| * | propagate folder size in the same query for write updatesRobin Appelman2016-01-153-5/+18
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-182-0/+22
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-176-0/+12
| | |
* | | Merge pull request #21705 from owncloud/improve-background-job-messageThomas Müller2016-01-153-2/+15
|\ \ \ | |/ / |/| | Improve background job error message
| * | Add message key to context of logExceptionThomas Müller2016-01-153-3/+15
| | |
| * | 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
|\ \ \ | | | | | | | | Fix installation of shipped apps
| * | | Fixing CodeChecker usage :see_no_evil:Thomas Müller2016-01-141-1/+4
| | | |
| * | | - isolate include calls in installer.php which prevents local variables to ↵Thomas Müller2016-01-141-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | be overwritten - add the app to the autoloader before calling install.php
* | | | 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
| | | | |
* | | | | 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 #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-151-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow indirect set in CappedMemoryCache
| * | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Prevent group enable for apps
| * | | | | | 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-1524-113/+1449
|\ \ \ \ \ \ | | | | | | | | | | | | | | 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-141-1/+3
| | | | | | |
| * | | | | | add since tagsRobin Appelman2016-01-147-0/+69
| | | | | | |
| * | | | | | fix phpdocRobin Appelman2016-01-141-1/+1
| | | | | | |
| * | | | | | add watcher interfaceRobin Appelman2016-01-143-7/+86
| | | | | | |
| * | | | | | Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-143-6/+101
| | | | | | |
| * | | | | | add scanner interfaceRobin Appelman2016-01-142-8/+77
| | | | | | |
| * | | | | | Return a class from cache operations instead of an arrayRobin Appelman2016-01-1410-80/+56
| | | | | | |
| * | | | | | 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
| |/ / / / /