summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix translated app detailsJoas Schilling2021-09-302-15/+25
* Jitter the requests to the appstore and updater server over 3 minutesJoas Schilling2021-07-161-11/+16
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-12/+7
* Move over notification to new registrationRoeland Jago Douma2021-04-161-5/+1
* Updatenotification: add missing strict_typesJ0WI2021-04-141-1/+4
* Hide updater button when web updater is disabledVincent Petry2021-02-182-0/+10
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-3/+3
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-25/+37
* Use IBootstrap for the app updatenotificationMorris Jobke2020-07-131-10/+13
* Also always return in app commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-295-0/+5
* Add tests for update notification controller for non-default updater server URLMorris Jobke2020-04-281-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-7/+5
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-059-14/+35
* Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-1/+1
* Update shipped implementations of the INotifierJoas Schilling2019-07-152-13/+26
* Enterprise update channelMorris Jobke2019-07-101-2/+14
* Remove unused IUserSessionJoas Schilling2019-03-201-4/+0
* Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-1/+1
* Always register the NotifierJoas Schilling2019-03-191-5/+5
* Use the version number when checking the appstore for compatible updatesJoas Schilling2018-11-083-4/+6
* Fix the link and anchor for the update notificationsJoas Schilling2018-09-121-1/+1
* Add summary with amount of updatesTobia De Koninck2018-08-271-0/+13
* Add license header and fix undefined index errorTobia De Koninck2018-08-271-1/+22
* Add an occ command to report updatesTobia De Koninck2018-08-271-0/+62
* and the user popover needs a higher z-index, to make it visible againArthur Schiwon2018-08-161-1/+1
* fix wrong return value of filtered whats new infoArthur Schiwon2018-08-161-1/+2
* Backend work to provide NC whats New info to usersArthur Schiwon2018-07-051-27/+6
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-292-19/+71
* adjust testsArthur Schiwon2018-06-291-1/+1
* display whats new info in admin settingsArthur Schiwon2018-06-292-0/+8
* Adjust updatenotification app settings section/priorityJulius Härtl2018-05-031-2/+2
* Show EOL warning in the update sectionJoas Schilling2018-03-202-0/+2
* Check for app updates when there is a new major version availableJoas Schilling2018-02-281-0/+134
* Use VueSelect instead of select2Joas Schilling2018-02-221-1/+26
* Migrate the app to Vue.jsJoas Schilling2018-02-221-5/+8
* Rename legacy notification so it's less confusingJoas Schilling2018-02-221-1/+1
* Use correct update serverMorris Jobke2018-02-011-1/+1
* Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-187-41/+58
* Split controller and settingsJoas Schilling2018-01-162-77/+118
* Refactor all the logic from app.php to Application classJoas Schilling2018-01-152-1/+52
* Automatic DI for Controllers also worksJoas Schilling2018-01-152-49/+18
* Improve ResetTokenBackgroundJob and unit testJoas Schilling2018-01-151-20/+6