Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #21730 from owncloud/fix-install-of-shipped-apps | Thomas Müller | 2016-01-15 | 1 | -9/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 be... | Thomas Müller | 2016-01-14 | 1 | -8/+18 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | 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) | Martin | 2016-01-13 | 1 | -7/+25 | |
* | | | | | | | Merge pull request #21370 from owncloud/system-certs-occ | Thomas Müller | 2016-01-15 | 4 | -0/+226 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Add occ commands to manager trusted certificates | Robin Appelman | 2016-01-13 | 4 | -0/+226 | |
* | | | | | | | 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 | Morris Jobke | 2016-01-11 | 1 | -1/+9 | |
* | | | | | | | | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 4 | -46/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tempnam accepts a directory as its first parameter, not a full path and filen... | Lars | 2016-01-11 | 1 | -5/+6 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | 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 | 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 | 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 | 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 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | 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 | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | 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 via the event... | Jörn Friedrich Dreyer | 2016-01-14 | 1 | -0/+2 | |
| |/ / / / / / / / |