aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Updater/VersionCheck.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-23/+4
* fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-131-3/+5
* fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.comJoas Schilling2023-11-221-1/+3
* Print log message when version could not be got from updater serverDaniel Calviño Sánchez2023-09-061-0/+4
* Add instance category while checking new updatesBenjamin Gaussorgues2023-07-181-14/+31
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1Côme Chilliet2021-12-161-3/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Do not check for updates if we have no internetRoeland Jago Douma2019-11-201-1/+6
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-6/+3
* adjust testsArthur Schiwon2018-06-291-1/+1
* display whats new info in admin settingsArthur Schiwon2018-06-291-2/+6
* Show EOL warning in the update sectionJoas Schilling2018-03-201-0/+1
* Cache final result of update checkMorris Jobke2017-12-181-3/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* Create a notification when the update server couldn't be reached for some daysJoas Schilling2017-03-261-9/+11
* Document updater channel & check for correct PHP version in updaterMorris Jobke2016-12-061-0/+3
* Use the same URL everywhereJoas Schilling2016-09-271-1/+1
* Return the autoupdater value from the serverJoas Schilling2016-09-271-0/+1
* Change updater URLJoas Schilling2016-09-081-1/+1
* Fix updater URLMorris Jobke2016-09-071-1/+1
* Deprecate getEditionString()Joas Schilling2016-09-061-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-12/+1
* Make update server URL configurableLukas Reschke2016-05-091-6/+2
* Move \OC\Updater to PSR-4Roeland Jago Douma2016-04-251-0/+133