Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into implement_712 | Arthur Schiwon | 2016-08-16 | 9 | -16/+55 |
|\ | |||||
| * | 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 | 2 | -5/+18 |
| |\ \ | | | | | | | | | Make the capabilities manager more error proof | ||||
| | * | | Make the capabilities manager more error proof | Roeland Jago Douma | 2016-08-15 | 2 | -5/+18 |
| | |/ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-16 | 6 | -6/+28 |
| | | | |||||
* | | | 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 | 1 | -6/+17 |
| | | | |||||
* | | | check registered sections and settings after an app got updated to garbage ↵ | Arthur Schiwon | 2016-08-16 | 6 | -0/+155 |
| | | | | | | | | | | | | collect orphaned classes | ||||
* | | | attempt to remove section and settings entries when an app got disabled | Arthur Schiwon | 2016-08-16 | 3 | -0/+56 |
| | | | |||||
* | | | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-15 | 11 | -32/+82 |
|\| | | |||||
| * | | Add PHPdoc | Roeland Jago Douma | 2016-08-15 | 1 | -3/+5 |
| | | | |||||
| * | | missing PHPDoc | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -0/+1 |
| | | | |||||
| * | | Type compatability | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -1/+1 |
| | | | |||||
| * | | Method is deprecated | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -3/+3 |
| | | | |||||
| * | | Unreachable statement | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -4/+1 |
| | | | |||||
| * | | Unnecessary fully qualified names | Jörn Friedrich Dreyer | 2016-08-14 | 4 | -17/+25 |
| |/ | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-13 | 4 | -4/+30 |
| | | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-12 | 2 | -2/+18 |
| | | |||||
* | | Add unit tests | Lukas Reschke | 2016-08-15 | 8 | -26/+57 |
| | | |||||
* | | satisfy dependencies for files_external | Arthur Schiwon | 2016-08-15 | 2 | -0/+9 |
| | | |||||
* | | simplify encryption manager fetching in DIContainer | Arthur Schiwon | 2016-08-13 | 1 | -16/+2 |
| | | |||||
* | | move mail settings and file handling to additional ones, thus files_external ↵ | Arthur Schiwon | 2016-08-13 | 3 | -13/+91 |
| | | | | | | | | gets its own section | ||||
* | | move systemstags to sharign section, drop collaboration section | Arthur Schiwon | 2016-08-13 | 1 | -1/+0 |
| | | |||||
* | | change casing in section display names | Arthur Schiwon | 2016-08-13 | 1 | -3/+3 |
| | | |||||
* | | added some missed diagnosis output | Arthur Schiwon | 2016-08-12 | 3 | -10/+66 |
| | | |||||
* | | rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy" | Bjoern Schiessle | 2016-08-12 | 1 | -2/+2 |
| | | |||||
* | | register app autoload instead of loading apps | Arthur Schiwon | 2016-08-12 | 2 | -4/+8 |
| | | |||||
* | | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-11 | 13 | -109/+70 |
|\| | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-11 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #807 from nextcloud/ocs_dataresponse | Roeland Jago Douma | 2016-08-10 | 1 | -11/+4 |
| |\ | | | | | | | OCSController requires DataResponse | ||||
| | * | OCSController requires DataResponse | Roeland Jago Douma | 2016-08-10 | 1 | -11/+4 |
| | | | | | | | | | | | | | | | | | | The OCS Controller requires a DataResponse object to be returned. This means that all error handling will have to be done via exceptions thrown and handling in the middleware. | ||||
| * | | Merge pull request #810 from nextcloud/shared-cachethepropagatorinstance | Lukas Reschke | 2016-08-10 | 1 | -4/+6 |
| |\ \ | | | | | | | | | Store the shared propagator instance | ||||
| | * | | Store the shared propagator instance | Vincent Petry | 2016-08-10 | 1 | -4/+6 |
| | |/ | | | | | | | | | | This instead of recreating it for every call. | ||||
| * | | Merge pull request #820 from nextcloud/shared-storage-lazy-numeric-id | Björn Schießle | 2016-08-10 | 3 | -5/+16 |
| |\ \ | | |/ | |/| | get shared storage storage id without setting up the storage | ||||
| | * | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 3 | -5/+16 |
| | | | |||||
| * | | Merge pull request #777 from nextcloud/ocs_capabilities | Morris Jobke | 2016-08-10 | 3 | -83/+5 |
| |\ \ | | | | | | | | | Move /cloud/capabilities and /cloud/user to Core | ||||
| | * | | Remove OC_OCS_Cloud and OC\OCS\Cloud | Roeland Jago Douma | 2016-08-09 | 2 | -67/+0 |
| | | | | |||||
| | * | | Move getCapabilities over to Core | Roeland Jago Douma | 2016-08-09 | 1 | -16/+0 |
| | | | | |||||
| | * | | Allow OCS routes in Core and Settings | Roeland Jago Douma | 2016-08-09 | 1 | -0/+5 |
| | | | | |||||
| * | | | Merge pull request #529 from nextcloud/vendor-maintenance-downgrade | Lukas Reschke | 2016-08-10 | 2 | -2/+29 |
| |\ \ \ | | |/ / | |/| | | Allow downgrades of maintenance accross vendors | ||||
| | * | | Allow downgrades of maintenance accross vendors | Joas Schilling | 2016-07-22 | 2 | -2/+29 |
| | | | | |||||
| * | | | Merge pull request #691 from nextcloud/ocs_allow_all_old_routes | Lukas Reschke | 2016-08-09 | 2 | -2/+8 |
| |\ \ \ | | |_|/ | |/| | | Allow ocs/v2.php/cloud/... routes | ||||
| | * | | Allow ocs/v2.php/cloud/... routes | Roeland Jago Douma | 2016-08-08 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the possibilities of the old OCS API is that you can define the url yourself. This PR makes this possible again by adding an optional root elemenet to the route. Routes are thus: .../ocs/v2.php/<root>/<url> By default <root> = apps/<app> This will allow for example the provisioning API etc to be in ../ovs/v2/php/cloud/users | ||||
* | | | | Add since tags to class | Lukas Reschke | 2016-08-11 | 3 | -1/+9 |
| | | | | |||||
* | | | | Add missing since annotations | Lukas Reschke | 2016-08-11 | 2 | -0/+5 |
| | | | | |||||
* | | | | adjust systemtags app | Arthur Schiwon | 2016-08-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | adjust Theming app | Arthur Schiwon | 2016-08-11 | 1 | -1/+0 |
| | | | | |||||
* | | | | make sure shipped apps also setup their admin settings on a fresh install | Arthur Schiwon | 2016-08-11 | 1 | -0/+5 |
| | | | |