Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Share 2.0] Add fetching link shares to share manager | Roeland Jago Douma | 2016-01-20 | 3 | -12/+71 |
| | |||||
* | Merge pull request #21775 from owncloud/apcu-iterator-constructor | Thomas Müller | 2016-01-20 | 1 | -1/+1 |
|\ | | | | | Fix constructor arguments for APCUIterator | ||||
| * | Fix constructor arguments for APCUIterator | Robin Appelman | 2016-01-18 | 1 | -1/+1 |
| | | |||||
* | | Properly DI the servercontainer | Roeland Jago Douma | 2016-01-20 | 3 | -5/+23 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-20 | 2 | -2/+32 |
| | | |||||
* | | Merge pull request #21744 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2016-01-19 | 4 | -2/+8 |
|\ \ | | | | | | | Scrutinizer Auto-Fixes | ||||
| * | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 4 | -2/+8 |
| | | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | | properly use standard | Morris Jobke | 2016-01-19 | 1 | -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 thing | Roeland Jago Douma | 2016-01-18 | 2 | -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-size | Thomas Müller | 2016-01-18 | 3 | -5/+18 |
|\ \ \ | |_|/ |/| | | propagate folder size in the same query for write updates | ||||
| * | | propagate folder size in the same query for write updates | Robin Appelman | 2016-01-15 | 3 | -5/+18 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-18 | 2 | -0/+22 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-17 | 6 | -0/+12 |
| | | | |||||
* | | | Merge pull request #21705 from owncloud/improve-background-job-message | Thomas Müller | 2016-01-15 | 3 | -2/+15 |
|\ \ \ | |/ / |/| | | Improve background job error message | ||||
| * | | Add message key to context of logException | Thomas Müller | 2016-01-15 | 3 | -3/+15 |
| | | | |||||
| * | | use logException() to properly log the exception | Morris Jobke | 2016-01-14 | 1 | -1/+2 |
| | | | |||||
| * | | Improved error message for failing background job | Morris Jobke | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #21730 from owncloud/fix-install-of-shipped-apps | Thomas Müller | 2016-01-15 | 1 | -9/+22 |
|\ \ \ | | | | | | | | | Fix installation of shipped apps | ||||
| * | | | Fixing CodeChecker usage :see_no_evil: | Thomas Müller | 2016-01-14 | 1 | -1/+4 |
| | | | | |||||
| * | | | - isolate include calls in installer.php which prevents local variables to ↵ | Thomas Müller | 2016-01-14 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | be overwritten - add the app to the autoloader before calling install.php | ||||
* | | | | Merge pull request #21702 from owncloud/fix_emit_scanFiles_II | Thomas Müller | 2016-01-15 | 1 | -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) | Martin | 2016-01-13 | 1 | -7/+25 |
| | | | | |||||
* | | | | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 1 | -2/+31 |
|\ \ \ \ | | | | | | | | | | | Only return an owner if the file exists + improved getUidAndFilename | ||||
| * | | | | Typo in error message | Lukas Reschke | 2016-01-11 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | de-deplicate getUidAndFilename | Robin Appelman | 2016-01-11 | 1 | -1/+24 |
| | | | | | |||||
| * | | | | dont return an owner for files that don't exist | Robin Appelman | 2016-01-11 | 1 | -2/+7 |
| | | | | | |||||
* | | | | | Merge pull request #21543 from owncloud/Larzenegger-master | Thomas Müller | 2016-01-15 | 1 | -5/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | [CI] Larzenegger master | ||||
| * | | | | | tempnam accepts a directory as its first parameter, not a full path and ↵ | Lars | 2016-01-11 | 1 | -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/addpublicgroupinterface | Thomas Müller | 2016-01-15 | 3 | -5/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | allow apps to add an OCP GroupInterface backend | ||||
| * | | | | | allow apps to add an OCP GroupInterface backend | Jörn Friedrich Dreyer | 2016-01-14 | 3 | -6/+7 |
| | | | | | | |||||
* | | | | | | Merge pull request #21721 from owncloud/capped-memcache-indirect-set | Thomas Müller | 2016-01-15 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow indirect set in CappedMemoryCache | ||||
| * | | | | | | Allow indirect set in CappedMemoryCache | Robin Appelman | 2016-01-14 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #21723 from owncloud/prevent-group-enable-for-apps | Thomas Müller | 2016-01-15 | 1 | -0/+21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Prevent group enable for apps | ||||
| * | | | | | | Check whether the app can be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -0/+21 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #20898 from owncloud/cache-interfaces | Thomas Müller | 2016-01-15 | 24 | -113/+1449 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Public Cache interfaces | ||||
| * | | | | | | remove unneeded public cache methods | Robin Appelman | 2016-01-14 | 1 | -19/+0 |
| | | | | | | | |||||
| * | | | | | | only trigger locking on lockingstorages | Robin Appelman | 2016-01-14 | 3 | -24/+49 |
| | | | | | | | |||||
| * | | | | | | split locking related methods to their own interface | Robin Appelman | 2016-01-14 | 3 | -28/+62 |
| | | | | | | | |||||
| * | | | | | | Add IStorage interface for consistent naming | Robin Appelman | 2016-01-14 | 5 | -50/+523 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor phpdoc fixed | ||||
| * | | | | | | fix object store storage | Robin Appelman | 2016-01-14 | 1 | -1/+7 |
| | | | | | | | |||||
| * | | | | | | fix quota wrapper | Robin Appelman | 2016-01-14 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | add since tags | Robin Appelman | 2016-01-14 | 7 | -0/+69 |
| | | | | | | | |||||
| * | | | | | | fix phpdoc | Robin Appelman | 2016-01-14 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | add watcher interface | Robin Appelman | 2016-01-14 | 3 | -7/+86 |
| | | | | | | | |||||
| * | | | | | | Add updater interface and expose cache interfaces from storage | Robin Appelman | 2016-01-14 | 3 | -6/+101 |
| | | | | | | | |||||
| * | | | | | | add scanner interface | Robin Appelman | 2016-01-14 | 2 | -8/+77 |
| | | | | | | | |||||
| * | | | | | | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 10 | -80/+56 |
| | | | | | | | |||||
| * | | | | | | add cache entry interface | Robin Appelman | 2016-01-14 | 2 | -0/+228 |
| | | | | | | | |||||
| * | | | | | | propagator interface | Robin Appelman | 2016-01-14 | 2 | -2/+38 |
| | | | | | | | |||||
| * | | | | | | Add public cache interface | Robin Appelman | 2016-01-14 | 2 | -1/+264 |
| |/ / / / / |