Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 7 | -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-put | Thomas Müller | 2016-01-15 | 1 | -1/+9 |
|\ | | | | | Handle return code of streamCopy in WebDAV put | ||||
| * | Handle return code of streamCopy in WebDAV put | Morris Jobke | 2016-01-11 | 1 | -1/+9 |
| | | | | | | | | * throw a different exception if streamCopy failed | ||||
* | | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 4 | -46/+54 |
|\ \ | | | | | | | Only return an owner if the file exists + improved getUidAndFilename | ||||
| * | | removed unused imports | Robin Appelman | 2016-01-11 | 1 | -3/+0 |
| | | | |||||
| * | | improve handling of non existing files in the trashbin | Robin Appelman | 2016-01-11 | 1 | -10/+15 |
| | | | |||||
| * | | handle not found in trash hook | Robin Appelman | 2016-01-11 | 1 | -1/+5 |
| | | | |||||
| * | | Typo in error message | Lukas Reschke | 2016-01-11 | 1 | -3/+3 |
| | | | |||||
| * | | de-deplicate getUidAndFilename | Robin Appelman | 2016-01-11 | 4 | -33/+29 |
| | | | |||||
| * | | 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 #21544 from owncloud/trashbin-permissions | Thomas Müller | 2016-01-15 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | set etag and permission fields for trashbin entries | ||||
| * | | | set etag and permission fields for trashbin entries | Robin Appelman | 2016-01-08 | 1 | -0/+3 |
| | | | | |||||
* | | | | 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 | 2 | -2/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow indirect set in CappedMemoryCache | ||||
| * | | | | | Allow indirect set in CappedMemoryCache | Robin Appelman | 2016-01-14 | 2 | -2/+14 |
| |/ / / / | |||||
* | | | | | Merge pull request #21723 from owncloud/prevent-group-enable-for-apps | Thomas Müller | 2016-01-15 | 4 | -4/+118 |
|\ \ \ \ \ | | | | | | | | | | | | | Prevent group enable for apps | ||||
| * | | | | | Check whether the app can be enabled for groups | Joas Schilling | 2016-01-14 | 2 | -0/+114 |
| | | | | | | |||||
| * | | | | | Add a new app type that can not be enabled for groups | Joas Schilling | 2016-01-14 | 2 | -4/+4 |
| |/ / / / | |||||
* | | | | | Merge pull request #21735 from owncloud/files-external-checkbox-settings | Thomas Müller | 2016-01-15 | 2 | -5/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | Consolidate user mounting check code | ||||
| * | | | | | Consolidate user mounting check code | Robin McCorkell | 2016-01-14 | 2 | -5/+15 |
| | | | | | | |||||
* | | | | | | Merge pull request #20898 from owncloud/cache-interfaces | Thomas Müller | 2016-01-15 | 37 | -142/+1495 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | 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 | 2 | -2/+6 |
| | | | | | | | |||||
| * | | | | | | fix tests | Robin Appelman | 2016-01-14 | 2 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | 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 | 4 | -8/+88 |
| | | | | | | | |||||
| * | | | | | | 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 | 4 | -11/+79 |
| | | | | | | | |||||
| * | | | | | | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 11 | -86/+63 |
| | | | | | | | |||||
| * | | | | | | Safe teardowns | Robin Appelman | 2016-01-14 | 6 | -16/+28 |
| | | | | | | | |||||
| * | | | | | | 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 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-15 | 28 | -2/+120 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #21727 from owncloud/adddispatchtousersettings | Thomas Müller | 2016-01-14 | 1 | -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 Dreyer | 2016-01-14 | 1 | -0/+2 |
| |/ / / / | | | | | | | | | | | | | | | | event dispatcher | ||||
* | | | | | Merge pull request #21623 from owncloud/stricter_defaultprovider | Thomas Müller | 2016-01-14 | 2 | -9/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | [Share 2.0] Default share provider should only query for supported types | ||||
| * | | | | | Only select elements from the database that we support | Roeland Jago Douma | 2016-01-14 | 1 | -1/+26 |
| | | | | | | |||||
| * | | | | | Use namedparameter | Roeland Jago Douma | 2016-01-14 | 2 | -9/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #21714 from owncloud/groups-insertifnotexists | Thomas Müller | 2016-01-14 | 1 | -34/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Groups insertifnotexists | ||||
| * | | | | | | Use IDbConnectin::insertIfNotExist | Thomas Müller | 2016-01-14 | 1 | -2/+1 |
| | | | | | | | |||||
| * | | | | | | Use insertIfNotExists() when creating a group | Joas Schilling | 2016-01-14 | 1 | -33/+5 |
| | |/ / / / | |/| | | | |