Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -11/+12 |
| | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 1 | -18/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(updatenotification): spread the use of new appconfig | Maxence Lange | 2024-03-13 | 1 | -100/+101 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Print log message when version could not be got from updater server | Daniel Calviño Sánchez | 2023-09-06 | 1 | -0/+5 |
| | | | | | | | | | This could help to diagnose why the updater server could not be reached, as well as other subtler issues like requests taking too long if the updater server was tried to be connected to as a "side effect" (for example, when the "updatenotification" app boots). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Add instance category while checking new updates | Benjamin Gaussorgues | 2023-07-18 | 1 | -7/+20 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 1 | -5/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -10/+10 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Remove deprecated at matcher in Updater/VersionCheckTest.php | Côme Chilliet | 2022-08-29 | 1 | -107/+111 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 1 | -2/+2 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -22/+22 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not check for updates if we have no internet | Roeland Jago Douma | 2019-11-20 | 1 | -24/+64 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | adjust backend and gui to update and changelog server | Arthur Schiwon | 2018-06-29 | 1 | -6/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adjust tests | Arthur Schiwon | 2018-06-29 | 1 | -0/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Show EOL warning in the update section | Joas Schilling | 2018-03-20 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Cache final result of update check | Morris Jobke | 2017-12-18 | 1 | -1/+52 |
| | | | | | | | | 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> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update the URLs in tests to use example.org | Morris Jobke | 2017-08-01 | 1 | -6/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Document updater channel & check for correct PHP version in updater | Morris Jobke | 2016-12-06 | 1 | -1/+1 |
| | | | | | | * 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 | -8/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Return the autoupdater value from the server | Joas Schilling | 2016-09-27 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Change updater URL | Joas Schilling | 2016-09-08 | 1 | -12/+12 |
| | |||||
* | Fix getMock Updater | Roeland Jago Douma | 2016-09-07 | 1 | -2/+4 |
| | |||||
* | fix tests | Morris Jobke | 2016-09-07 | 1 | -12/+12 |
| | |||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -0/+261 |
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader |