Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show EOL warning in the update section | Joas Schilling | 2018-03-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Cache final result of update check | Morris Jobke | 2017-12-18 | 1 | -3/+1 |
| | | | | | | | | If the parsed data is not a valid response we should not cache it and only cache the preprocessed result set. Fixes #7442 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Create a notification when the update server couldn't be reached for some days | Joas Schilling | 2017-03-26 | 1 | -9/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Document updater channel & check for correct PHP version in updater | Morris Jobke | 2016-12-06 | 1 | -0/+3 |
| | | | | | | * see https://github.com/nextcloud/updater/issues/53 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use the same URL everywhere | Joas Schilling | 2016-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Return the autoupdater value from the server | Joas Schilling | 2016-09-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Change updater URL | Joas Schilling | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Fix updater URL | Morris Jobke | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -12/+1 |
| | |||||
* | Make update server URL configurable | Lukas Reschke | 2016-05-09 | 1 | -6/+2 |
| | | | | Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates. | ||||
* | Move \OC\Updater to PSR-4 | Roeland Jago Douma | 2016-04-25 | 1 | -0/+133 |