aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/lib/Notification
Commit message (Expand)AuthorAgeFilesLines
* fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-2/+2
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-10/+1
* fix(updatenotification): Resolve static code analysis errorsFerdinand Thiessen2024-03-071-8/+7
* feat(updatenotification): Add notification for users when apps are updatedFerdinand Thiessen2024-03-072-30/+164
* fix(updatenotification): Replace deprecated code and move background jobs int...Ferdinand Thiessen2024-03-071-254/+0
* fix(updatenotification): Skip update checkChristopher Ng2023-08-111-0/+5
* Add instance category while checking new updatesBenjamin Gaussorgues2023-07-181-47/+11
* chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-1/+2
* Fix types for reading and writing config valuesjld31032023-04-052-4/+4
* Merge pull request #35769 from nextcloud/rakekniven-patch-1John Molakvoæ2022-12-201-1/+8
|\
| * l10n: Align notification messages for server version and appsrakekniven2022-12-201-1/+8
* | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-191-9/+7
|\ \ | |/ |/|
| * Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-9/+7
* | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-2/+5
|/
* Fix translated app detailsJoas Schilling2021-09-301-3/+3
* Jitter the requests to the appstore and updater server over 3 minutesJoas Schilling2021-07-161-11/+16
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-2/+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
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-052-3/+7
* Update shipped implementations of the INotifierJoas Schilling2019-07-151-4/+25
* Fix the link and anchor for the update notificationsJoas Schilling2018-09-121-1/+1
* Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-182-31/+43
* Make update notification open the new update view from apps managementJulius Härtl2018-01-031-1/+1
* Make isUpdateAvailable non-staticMorris Jobke2017-11-251-2/+7
* Update license headersMorris Jobke2017-11-062-1/+3
* Fix L10N::tRoeland Jago Douma2017-08-011-1/+1
* Fix translationsJoas Schilling2017-04-181-1/+1
* 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-262-4/+69
* Fix update notification testsJoas Schilling2017-01-091-8/+1
* Only add the link when the user can follow it.Joas Schilling2017-01-091-3/+34
* Set the link of the notification on render instead of creationJoas Schilling2017-01-092-9/+8
* Highlight the app name in the notificationJoas Schilling2016-12-011-1/+8
* Use the settings icon for the update notificationJoas Schilling2016-12-011-1/+9
* 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-042-6/+14
* Fix apps/Joas Schilling2016-07-212-4/+7
* fix more stringsMorris Jobke2016-06-201-1/+1
* Add a URL to the notificationsJoas Schilling2016-05-241-5/+15
* Add tests for the NotifierJoas Schilling2016-05-241-1/+0
* Add tests for the background jobJoas Schilling2016-05-241-11/+38
* Make the group selectableJoas Schilling2016-05-241-2/+9
* Dismiss the notifications when the update is already installedJoas Schilling2016-05-241-3/+45
* Add a notifier that parses the notificationsJoas Schilling2016-05-241-0/+67
* Add a background job that generates notifications when an update is availableJoas Schilling2016-05-241-0/+169