summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/tests/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Fix test update notificationCarl Schwan2022-09-151-19/+24
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix many tests and warningsCarl Schwan2022-08-081-11/+18
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* show warning in update admin overviewszaimen2022-03-241-1/+127
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Hide updater button when web updater is disabledVincent Petry2021-02-181-9/+15
| | | | | | | Whenever the web updater is disabled, the updater button and its matching token requesting endpoints are disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-6/+6
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add tests for update notification controller for non-default updater server URLMorris Jobke2020-04-281-0/+170
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Enterprise update channelMorris Jobke2019-07-101-1/+11
| | | | | | Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused IUserSessionJoas Schilling2019-03-201-4/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust unit testsJoas Schilling2018-11-091-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix wrong return value of filtered whats new infoArthur Schiwon2018-08-161-0/+75
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adjust testsArthur Schiwon2018-06-291-6/+11
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-4/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adjust testsArthur Schiwon2018-06-291-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Adjust updatenotification app settings section/priorityJulius Härtl2018-05-031-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show EOL warning in the update sectionJoas Schilling2018-03-201-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix unit testsJoas Schilling2018-02-231-1/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate the app to Vue.jsJoas Schilling2018-02-221-15/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use correct update serverMorris Jobke2018-02-011-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-181-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Split controller and settingsJoas Schilling2018-01-161-0/+126
Signed-off-by: Joas Schilling <coding@schilljs.com>