| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Remove deprecated OC_Group_Backend | Roeland Jago Douma | 2018-03-26 | 1 | -56/+0 |
|/ / |
|
* | | Merge pull request #8506 from nextcloud/use-appmanager | Morris Jobke | 2018-03-22 | 1 | -0/+1 |
|\ \ |
|
| * | | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -0/+1 |
* | | | Remove unused methods of OC_Json | Morris Jobke | 2018-03-21 | 2 | -28/+6 |
* | | | Remove unused private function | Roeland Jago Douma | 2018-03-19 | 1 | -15/+0 |
|/ / |
|
* | | Merge pull request #8792 from nextcloud/cleanup-oc_response | Morris Jobke | 2018-03-13 | 1 | -119/+5 |
|\ \ |
|
| * | | Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0 | Morris Jobke | 2018-03-13 | 1 | -5/+5 |
| * | | Remove unused methods of OC_Response | Morris Jobke | 2018-03-12 | 1 | -114/+0 |
* | | | Remove unused methods and constants from legacy OC_API | Morris Jobke | 2018-03-12 | 1 | -277/+0 |
|/ / |
|
* | | Use proper method to format absolute timestamp | Morris Jobke | 2018-03-12 | 1 | -23/+0 |
* | | Remove unused $enableAppsCache in OC_App | Tobia De Koninck | 2018-03-06 | 1 | -13/+0 |
* | | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 1 | -15/+1 |
* | | Run repair steps on uninstall in all cases | Tobia De Koninck | 2018-03-06 | 1 | -10/+0 |
* | | Pass template parameters to parent template | Julius Härtl | 2018-02-27 | 1 | -1/+7 |
* | | Merge pull request #8424 from nextcloud/fix/update-app | Roeland Jago Douma | 2018-02-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix updating an up | Christoph Wurst | 2018-02-19 | 1 | -1/+1 |
* | | | Use normal header() calls instead of private method calls | Morris Jobke | 2018-02-19 | 2 | -10/+4 |
|/ / |
|
* | | Add remaining type hints, that were already okay | Morris Jobke | 2018-02-17 | 1 | -33/+34 |
* | | Always return a string in OC_App::getCurrentApp and no boolean | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
* | | Use empty array as group list in OC_App::enable | Morris Jobke | 2018-02-17 | 1 | -3/+3 |
* | | Refactor dependencies in setAppTypes | Morris Jobke | 2018-02-17 | 1 | -6/+8 |
* | | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -5/+1 |
* | | OC_App::loadApps now only accepts an array as type list | Morris Jobke | 2018-02-17 | 1 | -9/+6 |
* | | Migrate to short array syntax | Morris Jobke | 2018-02-17 | 1 | -18/+18 |
* | | Merge pull request #8095 from nextcloud/webapps-capabilities | Morris Jobke | 2018-02-15 | 1 | -29/+4 |
|\ \ |
|
| * | | Deprecate static methods and use Navigation manager | Julius Härtl | 2018-02-12 | 1 | -0/+2 |
| * | | Move navigation processing to the NavigationManager | Julius Härtl | 2018-02-12 | 1 | -29/+2 |
| |/ |
|
* | | Add throws annotation | Julius Härtl | 2018-02-15 | 1 | -0/+1 |
* | | Properly encapsulate require_once for app.php | Julius Härtl | 2018-02-15 | 1 | -11/+12 |
|/ |
|
* | Merge pull request #8134 from coliff/patch-2 | Joas Schilling | 2018-02-02 | 1 | -1/+1 |
|\ |
|
| * | Update defaults.php | Christian Oliff | 2018-02-02 | 1 | -1/+1 |
* | | Update doc link version to 14 | Morris Jobke | 2018-02-01 | 1 | -1/+1 |
|/ |
|
* | Remove OC_App::removeApp | Julius Härtl | 2018-01-31 | 1 | -13/+0 |
* | Remove OC_App::installApp since it is not used anymore | Julius Härtl | 2018-01-31 | 1 | -57/+0 |
* | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 1 | -43/+7 |
* | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 1 | -4/+22 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 5 | -7/+7 |
* | Merge pull request #8054 from nextcloud/substr-use-index | Morris Jobke | 2018-01-26 | 1 | -3/+3 |
|\ |
|
| * | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 1 | -3/+3 |
* | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -2/+2 |
* | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 3 | -5/+5 |
* | | Merge pull request #8053 from nextcloud/simplify-substr | Joas Schilling | 2018-01-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Use short for of substr to not need strlen() | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
| |/ |
|
* / | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 2 | -4/+2 |
|/ |
|
* | Merge pull request #7911 from nextcloud/improve-oc_image | Julius Härtl | 2018-01-18 | 1 | -36/+14 |
|\ |
|
| * | Improve OC_Image code to not guess the type of input, but actually request th... | Morris Jobke | 2018-01-18 | 1 | -36/+14 |
* | | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 1 | -3/+3 |
* | | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 2 | -5/+4 |
|/ |
|
* | Merge pull request #7836 from nextcloud/image-type-hinting | Morris Jobke | 2018-01-17 | 1 | -4/+14 |
|\ |
|
| * | Fix float/integer handling in image API | Morris Jobke | 2018-01-17 | 1 | -4/+14 |