Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix constant name, copy-pasterino | Joas Schilling | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Allow to retrieve the quota itself via the provisioning api | Joas Schilling | 2016-08-17 | 1 | -0/+1 |
| | |||||
* | Merge pull request #892 from nextcloud/fix_phpdoc | Roeland Jago Douma | 2016-08-17 | 5 | -8/+8 |
|\ | | | | | Some scrutinizer phpdoc fixes | ||||
| * | Fix phpdoc in Comments | Roeland Jago Douma | 2016-08-16 | 2 | -4/+4 |
| | | |||||
| * | Fix phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
| | | |||||
| * | Fix phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
| | | |||||
| * | Fix IL10N phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #845 from nextcloud/fix_ocs_middleware | Joas Schilling | 2016-08-17 | 0 | -0/+0 |
|\ \ | | | | | | | Extend OCS Middleware | ||||
| * | | Add tests | Roeland Jago Douma | 2016-08-13 | 1 | -6/+70 |
| | | | |||||
| * | | Extend OCSMiddleware | Roeland Jago Douma | 2016-08-13 | 1 | -2/+60 |
| | | | | | | | | | | | | | | | | | | * Always set 401 (v1.php and v2.php) * Set proper error codes for v2.php * Proper OCS output on unhandled exceptions | ||||
| * | | Move OCS Middleware before security middleware | Roeland Jago Douma | 2016-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This is required to be able to catch the NotLoggedIn exceptions etc in the OCSMiddleware and convert them to proper OCS Responses. | ||||
* | | | Merge pull request #846 from nextcloud/provisioning_api_ocs | Joas Schilling | 2016-08-17 | 15 | -918/+999 |
|\ \ \ | | | | | | | | | Move Provisioning API to the AppFramework | ||||
| * | | | Fix intergration tests | Roeland Jago Douma | 2016-08-14 | 2 | -9/+77 |
| | | | | | | | | | | | | | | | | | | | | * Set OCS-APIREQUEST: true * PUT requires a body | ||||
| * | | | Move Apps to OCSController | Roeland Jago Douma | 2016-08-14 | 3 | -64/+78 |
| | | | | |||||
| * | | | Move Users to OCSController | Roeland Jago Douma | 2016-08-14 | 3 | -625/+475 |
| | | | | |||||
| * | | | Move Groups over to OCSController | Roeland Jago Douma | 2016-08-14 | 3 | -214/+138 |
| | | | | | | | | | | | | | | | | | | | | * Take advantage of the AppFramework * Fix tests | ||||
| * | | | Add ProvisioningAPI middleware | Roeland Jago Douma | 2016-08-14 | 3 | -0/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provisioning API has 3 access levels: * Admin * SubAdmin * User This middleware adds a check for the SubAdmin part. | ||||
| * | | | Add tests | Roeland Jago Douma | 2016-08-14 | 1 | -6/+70 |
| | | | | |||||
| * | | | Extend OCSMiddleware | Roeland Jago Douma | 2016-08-14 | 1 | -2/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Always set 401 (v1.php and v2.php) * Set proper error codes for v2.php * Proper OCS output on unhandled exceptions | ||||
| * | | | Move OCS Middleware before security middleware | Roeland Jago Douma | 2016-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This is required to be able to catch the NotLoggedIn exceptions etc in the OCSMiddleware and convert them to proper OCS Responses. | ||||
* | | | | Merge pull request #893 from nextcloud/ie8_be_gone | Marius Blüm | 2016-08-17 | 6 | -101/+26 |
|\ \ \ \ | | | | | | | | | | | IE8 be gone! | ||||
| * | | | | Remove IE_8 user agent string | Roeland Jago Douma | 2016-08-16 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Remove IE8 support from ViewController | Roeland Jago Douma | 2016-08-16 | 2 | -85/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update tests * Fix getMock in tests | ||||
| * | | | | Remove IE8 support in CertificateController | Roeland Jago Douma | 2016-08-16 | 2 | -10/+6 |
| | | | | | | | | | | | | | | | | | | | | * Also fix getMock warnings in tests | ||||
| * | | | | Delete IE8 support in the avatar controller | Roeland Jago Douma | 2016-08-16 | 1 | -5/+0 |
| | |_|/ | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-17 | 166 | -3438/+3532 |
| | | | | |||||
* | | | | Merge pull request #796 from nextcloud/implement_712 | Lukas Reschke | 2016-08-16 | 105 | -1332/+5620 |
|\ \ \ \ | |/ / / |/| | | | Admin page split | ||||
| * | | | adjust tests to latest changes | Arthur Schiwon | 2016-08-16 | 2 | -20/+118 |
| | | | | |||||
| * | | | Merge branch 'master' into implement_712 | Arthur Schiwon | 2016-08-16 | 71 | -149/+527 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #870 from nextcloud/oc-missingprefixforlastinsertid | Björn Schießle | 2016-08-16 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix oracle support of external storage app | ||||
| * | | | | Fix oracle support of external storage app | Joas Schilling | 2016-08-15 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #860 from nextcloud/fix_updatenotifcations_warnings | Roeland Jago Douma | 2016-08-16 | 4 | -22/+22 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix deprecated getMock warning | ||||
| * | | | | | Fix deprecated getMock warning | Roeland Jago Douma | 2016-08-14 | 4 | -22/+22 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #864 from nextcloud/us_25652 | Joas Schilling | 2016-08-16 | 1 | -5/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | [us] Ensure the user exists before calling a method on it | ||||
| * | | | | | use $userId instead of $user | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Ensure the user exists before calling a method on it - fixes #24751 | Thomas Müller | 2016-08-14 | 1 | -3/+7 |
| |/ / / / | |||||
* | | | | | Merge pull request #886 from nextcloud/capabilities_error_proof | Björn Schießle | 2016-08-16 | 3 | -31/+63 |
|\ \ \ \ \ | | | | | | | | | | | | | Make the capabilities manager more error proof | ||||
| * | | | | | Make the capabilities manager more error proof | Roeland Jago Douma | 2016-08-15 | 3 | -31/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an app registers an invalid capabilty we should not crash hard. Instead we should catch the exception. Log it (error) and carry on. * Added tests | ||||
* | | | | | | Merge pull request #871 from nextcloud/move-apps | Marius Blüm | 2016-08-16 | 1 | -31/+32 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | move apps between 'Language' and 'Session' in personal settings | ||||
| * | | | | | | move apps between 'Language' and 'Session' in personal settings | Bjoern Schiessle | 2016-08-15 | 1 | -31/+32 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #834 from nextcloud/feature/similar-app-colors | Marius Blüm | 2016-08-16 | 2 | -16/+24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use darker colors for app icons in app management. | ||||
| * | | | | | | Fixes image preview when fetched from the store. | Raghu Nayyar | 2016-08-15 | 1 | -4/+10 |
| | | | | | | | |||||
| * | | | | | | Adds opacity to image container. | Raghu Nayyar | 2016-08-11 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Removes uneeded styles. | Raghu Nayyar | 2016-08-11 | 1 | -10/+1 |
| | | | | | | | |||||
| * | | | | | | Uses javascript to invert the SVGs. | Raghu Nayyar | 2016-08-11 | 1 | -6/+17 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-16 | 58 | -48/+380 |
| | | | | | | | |||||
| | | | | * | | for new we cannot have nested settings, default module is only appended if ↵ | Arthur Schiwon | 2016-08-16 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | available | ||||
| | | | | * | | add missing encryption modules to settings | Arthur Schiwon | 2016-08-16 | 1 | -0/+13 |
| | | | | | | | |||||
| | | | | * | | fix missing parameters in sharing settings page | Arthur Schiwon | 2016-08-16 | 2 | -8/+17 |
| | | | | | | | |||||
| | | | | * | | final db indexes | Arthur Schiwon | 2016-08-16 | 1 | -2/+29 |
| | | | | | | |