aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/lib/Notification/Notifier.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-25/+8
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-311-20/+2
* fix(updatenotification): Resolve static code analysis errorsFerdinand Thiessen2024-03-071-8/+7
* feat(updatenotification): Add notification for users when apps are updatedFerdinand Thiessen2024-03-071-30/+36
* chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-1/+2
* Fix types for reading and writing config valuesjld31032023-04-051-1/+1
* 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
* | Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-9/+7
|/
* Fix translated app detailsJoas Schilling2021-09-301-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+4
* 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-181-8/+10
* Make update notification open the new update view from apps managementJulius Härtl2018-01-031-1/+1
* Update license headersMorris Jobke2017-11-061-1/+1
* Fix L10N::tRoeland Jago Douma2017-08-011-1/+1
* Fix translationsJoas Schilling2017-04-181-1/+1
* Create a notification when the update server couldn't be reached for some daysJoas Schilling2017-03-261-2/+17
* 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-091-0/+3
* 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
* Use the readable version for notificationsJoas Schilling2016-10-041-3/+5
* Fix apps/Joas Schilling2016-07-211-2/+4
* fix more stringsMorris Jobke2016-06-201-1/+1
* Add tests for the NotifierJoas Schilling2016-05-241-1/+0
* 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