summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/lib/Notification/BackgroundJob.php
Commit message (Expand)AuthorAgeFilesLines
* [stable28] fix(UpdateNotifications): Handle numeric user idsJosh2024-03-111-2/+2
* fix(updatenotification): Skip update checkChristopher Ng2023-08-111-0/+5
* Add instance category while checking new updatesBenjamin Gaussorgues2023-07-211-47/+11
* Fix types for reading and writing config valuesjld31032023-04-051-3/+3
* Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-2/+5
* Jitter the requests to the appstore and updater server over 3 minutesJoas Schilling2021-07-161-11/+16
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+3
* Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-181-23/+33
* Make isUpdateAvailable non-staticMorris Jobke2017-11-251-2/+7
* Update license headersMorris Jobke2017-11-061-0/+2
* Also remove failure notification if no update is availableMorris Jobke2017-03-261-2/+4
* Create a notification when the update server couldn't be reached for some daysJoas Schilling2017-03-261-2/+52
* Fix update notification testsJoas Schilling2017-01-091-8/+1
* Set the link of the notification on render instead of creationJoas Schilling2017-01-091-9/+5
* Add update supportLukas Reschke2016-10-311-2/+1
* Use new URL schemaJoas Schilling2016-10-041-1/+1
* Use the readable version for notificationsJoas Schilling2016-10-041-3/+9
* Fix apps/Joas Schilling2016-07-211-2/+3
* Add a URL to the notificationsJoas Schilling2016-05-241-5/+15
* Add tests for the background jobJoas Schilling2016-05-241-11/+38
* Make the group selectableJoas Schilling2016-05-241-2/+9
* Add a background job that generates notifications when an update is availableJoas Schilling2016-05-241-0/+169