Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly clear cache | Julius Härtl | 2018-06-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement update functionality | Julius Härtl | 2018-06-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Get correct version of an app | Roeland Jago Douma | 2018-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Related to #8929 We should get the version of the app. Not of the appfolder. Else there is no way to properly compare the versions. Now note that installing in 1 go will still fail. But at least on the next page load the new version will be properly detected. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make it possible to make external storages read only | Roeland Jago Douma | 2018-05-01 | 1 | -0/+17 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 5 | -16/+23 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix appinfo parsing when a single localized option is provided | Robin Appelman | 2018-04-17 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use zip32 only if there are less than 65536 files | Daniel Calviño Sánchez | 2018-04-06 | 1 | -4/+33 |
| | | | | | | | A zip32 file can contain, at most, 65535 files (and folders), so take that constraint into account. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Use zip32 if possible | Roeland Jago Douma | 2018-04-06 | 1 | -3/+14 |
| | | | | | | | | | * OSX doesn't handle 64zip that well * Some other implentations don't handle it perfectly either * If the file is belog 4GiB (some overhead) => zip32 * This covers the 99% case I bet Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8976 from nextcloud/dep_user_code | Roeland Jago Douma | 2018-03-28 | 1 | -19/+2 |
|\ | | | | | Remove deprecated functions from OCP\User | ||||
| * | Remove deprecated OCP\User::getDisplayname | Roeland Jago Douma | 2018-03-25 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Remove deprecated \OCP\User::getUsers | Roeland Jago Douma | 2018-03-25 | 1 | -19/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8994 from nextcloud/deprecate-theme-sync-clients | Roeland Jago Douma | 2018-03-28 | 1 | -4/+5 |
|\ \ | | | | | | | Deprecate theme sync clients | ||||
| * | | Use customclient_* values by default and do not use them in custom themes ↵ | Julius Härtl | 2018-03-26 | 1 | -4/+5 |
| |/ | | | | | | | | | | | anymore Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / | Remove deprecated OC_Group_Backend | Roeland Jago Douma | 2018-03-26 | 1 | -56/+0 |
|/ | | | | | | | * Private class * Has been deprecated since NC10 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8506 from nextcloud/use-appmanager | Morris Jobke | 2018-03-22 | 1 | -0/+1 |
|\ | | | | | Use isInstalled of AppManger instead of reimplement it | ||||
| * | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove unused methods of OC_Json | Morris Jobke | 2018-03-21 | 2 | -28/+6 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove unused private function | Roeland Jago Douma | 2018-03-19 | 1 | -15/+0 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8792 from nextcloud/cleanup-oc_response | Morris Jobke | 2018-03-13 | 1 | -119/+5 |
|\ | | | | | Remove unused methods of OC_Response | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Remove unused methods of OC_Response | Morris Jobke | 2018-03-12 | 1 | -114/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove unused methods and constants from legacy OC_API | Morris Jobke | 2018-03-12 | 1 | -277/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use proper method to format absolute timestamp | Morris Jobke | 2018-03-12 | 1 | -23/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused $enableAppsCache in OC_App | Tobia De Koninck | 2018-03-06 | 1 | -13/+0 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 1 | -15/+1 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Run repair steps on uninstall in all cases | Tobia De Koninck | 2018-03-06 | 1 | -10/+0 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Pass template parameters to parent template | Julius Härtl | 2018-02-27 | 1 | -1/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #8424 from nextcloud/fix/update-app | Roeland Jago Douma | 2018-02-19 | 1 | -1/+1 |
|\ | | | | | Fix updating an app | ||||
| * | Fix updating an up | Christoph Wurst | 2018-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | OC_App has been made strict recently and the updater code was not compatible to this. This adds the array to string conversion of the Nextcloud version and fixes a typo in OC_App (sstring -> string) Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use normal header() calls instead of private method calls | Morris Jobke | 2018-02-19 | 2 | -10/+4 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add remaining type hints, that were already okay | Morris Jobke | 2018-02-17 | 1 | -33/+34 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Always return a string in OC_App::getCurrentApp and no boolean | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use empty array as group list in OC_App::enable | Morris Jobke | 2018-02-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Refactor dependencies in setAppTypes | Morris Jobke | 2018-02-17 | 1 | -6/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -5/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | OC_App::loadApps now only accepts an array as type list | Morris Jobke | 2018-02-17 | 1 | -9/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Migrate to short array syntax | Morris Jobke | 2018-02-17 | 1 | -18/+18 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8095 from nextcloud/webapps-capabilities | Morris Jobke | 2018-02-15 | 1 | -29/+4 |
|\ | | | | | Expose navigation entries as API endpoint | ||||
| * | Deprecate static methods and use Navigation manager | Julius Härtl | 2018-02-12 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Move navigation processing to the NavigationManager | Julius Härtl | 2018-02-12 | 1 | -29/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add throws annotation | Julius Härtl | 2018-02-15 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Properly encapsulate require_once for app.php | Julius Härtl | 2018-02-15 | 1 | -11/+12 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #8134 from coliff/patch-2 | Joas Schilling | 2018-02-02 | 1 | -1/+1 |
|\ | | | | | Update iOS link to geo-detect & show correct store listing | ||||
| * | 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 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove OC_App::removeApp | Julius Härtl | 2018-01-31 | 1 | -13/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Remove OC_App::installApp since it is not used anymore | Julius Härtl | 2018-01-31 | 1 | -57/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 1 | -43/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 1 | -4/+22 |
| | | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 5 | -7/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |