Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-18 | 22 | -20/+52 |
| | |||||
* | Merge pull request #19090 from owncloud/ext-priority-logic | Thomas Müller | 2015-09-17 | 3 | -3/+136 |
|\ | | | | | Properly implement external mount priorities | ||||
| * | Unit tests for UserGlobalStoragesService::getUniqueStorages() | Robin McCorkell | 2015-09-16 | 1 | -2/+78 |
| | | |||||
| * | Fix external storage priority logic | Robin McCorkell | 2015-09-16 | 2 | -1/+58 |
| | | |||||
* | | Merge pull request #19121 from owncloud/sidebar-design-details | Thomas Müller | 2015-09-17 | 4 | -36/+22 |
|\ \ | | | | | | | fix Files sidebar layout of Versions and Sharing | ||||
| * | | fix sidebar Sharing layout a bit | Jan-Christoph Borchardt | 2015-09-17 | 2 | -24/+16 |
| | | | |||||
| * | | fix sidebar Versions layout | Jan-Christoph Borchardt | 2015-09-17 | 2 | -12/+6 |
| | | | |||||
* | | | Merge pull request #19123 from owncloud/listener-sabre-plugin | Thomas Müller | 2015-09-17 | 5 | -4/+69 |
|\ \ \ | | | | | | | | | Add a Sabre plugin that emits an event | ||||
| * | | | Do not "use" Server | Joas Schilling | 2015-09-17 | 1 | -3/+2 |
| | | | | |||||
| * | | | Add a Sabre plugin that emits an event for apps | Joas Schilling | 2015-09-17 | 5 | -4/+70 |
| | | | | |||||
* | | | | Merge pull request #19131 from owncloud/versionsphp-php53 | Thomas Müller | 2015-09-17 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Make version.php PHP 5.3 compatible for the build scripts | ||||
| * | | | Make version.php PHP 5.3 compatible for the build scripts | Vincent Petry | 2015-09-17 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #19046 from owncloud/issue-18924-throw-error-on-invalid-page | Thomas Müller | 2015-09-17 | 2 | -30/+96 |
|\ \ \ | | | | | | | | | Throw an error when the page count or perPage setting is invalid | ||||
| * | | | Fix status code | Joas Schilling | 2015-09-15 | 2 | -18/+16 |
| | | | | |||||
| * | | | Throw an error when the page count or perPage setting is invalid | Joas Schilling | 2015-09-15 | 2 | -28/+96 |
| | | | | |||||
* | | | | Merge pull request #19113 from ↵ | Thomas Müller | 2015-09-17 | 4 | -12/+12 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue-19106-fix-singleuser-config-name-encryption Fix the singleuser config casing in new encryption code | ||||
| * | | | | Fix the singleuser config casing in new encryption code | Joas Schilling | 2015-09-17 | 4 | -12/+12 |
| | | | | | |||||
* | | | | | Merge pull request #19108 from owncloud/ext-smb-storageconfig | Thomas Müller | 2015-09-17 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Correct manipulateStorageConfig parameter | ||||
| * | | | | Correct manipulateStorageConfig parameter | Robin McCorkell | 2015-09-17 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-17 | 182 | -2328/+2084 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-17 | 210 | -256/+370 |
|/ / / / | |||||
* | | | | Merge pull request #17998 from owncloud/highres_avatar | Thomas Müller | 2015-09-16 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Highres avatar in top bar | ||||
| * | | | | Use srcset to select best avatar size | Roeland Jago Douma | 2015-09-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | * Allow the browser to select the best available avatar for the screen | ||||
* | | | | | Merge pull request #18473 from owncloud/smb-workgroup | Thomas Müller | 2015-09-16 | 1 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow domain to be specified for SMB | ||||
| * \ \ \ \ | Merge branch 'master' into smb-workgroup | Robin McCorkell | 2015-09-15 | 1570 | -14926/+27435 |
| |\ \ \ \ \ | |||||
| * | | | | | | Allow domain to be specified for SMB | Robin McCorkell | 2015-08-21 | 1 | -0/+12 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #19093 from owncloud/increment-oci-docker-timeout | Thomas Müller | 2015-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Increment timeout on Oracle startup | ||||
| * | | | | | | | Increment timeout on Oracle startup | Thomas Müller | 2015-09-16 | 1 | -1/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #19086 from owncloud/restore-loadapp-autoload | Thomas Müller | 2015-09-16 | 2 | -3/+7 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Restore loadApp() autoload registration | ||||
| * | | | | | | | Restore loadApp() autoload registration | Robin McCorkell | 2015-09-16 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also changes the autoloader validRoots into a hashmap to try and reduce duplicate entries | ||||
* | | | | | | | | Merge pull request #19022 from owncloud/console-loader-validroot | Thomas Müller | 2015-09-16 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Register valid root for all installed apps in console | ||||
| * | | | | | | | Register valid root for all installed apps in console | Robin McCorkell | 2015-09-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | We need to use commands from apps that aren't enabled (so don't get loaded). | ||||
* | | | | | | | | Merge pull request #18692 from fuhaoshih/patch-2 | Thomas Müller | 2015-09-16 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Update apps.css (Scroll more smoothly for Webkit browser) | ||||
| * | | | | | | | Update apps.css | fuhaoshih | 2015-08-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Scroll more smoothly for Webkit browser(mobile). | ||||
* | | | | | | | | Merge pull request #19048 from owncloud/details-icon | Thomas Müller | 2015-09-16 | 4 | -0/+9 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | add details icon for file actions dropdown | ||||
| * | | | | | | | | Add details icon for details menu item | Vincent Petry | 2015-09-15 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | add details icon | Jan-Christoph Borchardt | 2015-09-15 | 3 | -0/+8 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #19066 from owncloud/fix-new-menu-mobile | Thomas Müller | 2015-09-16 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix new menu not showing on mobile, fix #18879 | ||||
| * | | | | | | | | fix new menu not showing on mobile, fix #18879 | Jan-Christoph Borchardt | 2015-09-16 | 1 | -0/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #19085 from owncloud/fix-new-accessibility | Thomas Müller | 2015-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | fix accessibility of New button, use alt text instead of tooltip | ||||
| * | | | | | | | | fix accessibility of New button, use alt text instead of tooltip | Jan-Christoph Borchardt | 2015-09-16 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #19055 from owncloud/navigation-text-opacity | Thomas Müller | 2015-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | adjust navigation text opacity, fix #19016 | ||||
| * | | | | | | | | adjust navigation text opacity, fix #19016 | Jan-Christoph Borchardt | 2015-09-16 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #19077 from ↵ | Thomas Müller | 2015-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | owncloud/check-maintenance-before-everything-else-master Check for maintenance mode first so we send the 503 instead of login… | ||||
| * | | | | | | | Check for maintenance mode first so we send the 503 instead of login ↵ | Joas Schilling | 2015-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | verification | ||||
* | | | | | | | | Merge pull request #18185 from owncloud/share-dialog-files-sidebar | Thomas Müller | 2015-09-16 | 21 | -2150/+3191 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Share dialog files sidebar | ||||
| * | | | | | | | | Properly show sidebar when clicking on share button | Vincent Petry | 2015-09-16 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 3 | -15/+20 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix cruds button in share dialog | Vincent Petry | 2015-09-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only toggle the current row | ||||
| * | | | | | | | | Removed obsolete tests | Vincent Petry | 2015-09-16 | 1 | -76/+2 |
| | | | | | | | | |