| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.com | Joas Schilling | 2023-11-22 | 1 | -1/+3 |
* | Print log message when version could not be got from updater server | Daniel Calviño Sánchez | 2023-09-06 | 1 | -0/+4 |
* | Add instance category while checking new updates | Benjamin Gaussorgues | 2023-07-18 | 1 | -14/+31 |
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -0/+1 |
* | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 3 | -7/+10 |
|\ |
|
| * | Add type hints for mappers | jld3103 | 2023-04-07 | 3 | -7/+10 |
* | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -1/+1 |
|/ |
|
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -2/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -4/+3 |
* | Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1 | Côme Chilliet | 2021-12-16 | 2 | -6/+14 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -7/+3 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -9/+9 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Add message for DoesNotExistException | Daniel Kesselberg | 2020-03-02 | 1 | -2/+2 |
* | when we receive intentional empty whats new info, do not try to show it | Arthur Schiwon | 2020-02-13 | 1 | -1/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+12 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
* | Do not check for updates if we have no internet | Roeland Jago Douma | 2019-11-20 | 1 | -1/+6 |
* | Backend work to provide NC whats New info to users | Arthur Schiwon | 2018-07-05 | 1 | -1/+10 |
* | adjust backend and gui to update and changelog server | Arthur Schiwon | 2018-06-29 | 4 | -6/+278 |
* | adjust tests | Arthur Schiwon | 2018-06-29 | 1 | -1/+1 |
* | display whats new info in admin settings | Arthur Schiwon | 2018-06-29 | 1 | -2/+6 |
* | Show EOL warning in the update section | Joas Schilling | 2018-03-20 | 1 | -0/+1 |
* | Cache final result of update check | Morris Jobke | 2017-12-18 | 1 | -3/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
* | Create a notification when the update server couldn't be reached for some days | Joas Schilling | 2017-03-26 | 1 | -9/+11 |
* | Document updater channel & check for correct PHP version in updater | Morris Jobke | 2016-12-06 | 1 | -0/+3 |
* | Use the same URL everywhere | Joas Schilling | 2016-09-27 | 1 | -1/+1 |
* | Return the autoupdater value from the server | Joas Schilling | 2016-09-27 | 1 | -0/+1 |
* | 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 |
* | Move \OC\Updater to PSR-4 | Roeland Jago Douma | 2016-04-25 | 1 | -0/+133 |