Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-03Allow notification apps to defer and flush the sendingJoas Schilling
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2019-12-20Update license headers for 18Christoph Wurst
2019-12-10Add interface for notification handler for dimissed eventsRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-07-16Update since to the correct versionJoas Schilling
2019-07-16Keep the old method as a fallback and adjust the testsJoas Schilling
2019-07-15Fix detection of NotifiersJoas Schilling
2019-07-15Change how Notifiers and Apps are registeredJoas Schilling
2019-07-15Make all interfaces strictJoas Schilling
2019-06-13Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)
2019-06-11Fix userid casting in notificationsJohn Molakvoæ (skjnldsv)
2018-07-13Add return types and fully qualified function callsJoas Schilling
2018-07-13Allow notifiers to know whether we are preparing push notificationsJoas Schilling
2017-11-06Update license headersMorris Jobke
2017-07-24More phpstorm inspection fixesRoeland Jago Douma
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
2016-11-09Use a php class for the definitions to avoid loading problemsJoas Schilling
2016-10-31Type hints already make sure it is an arrayJoas Schilling
2016-10-31Allow rich object strings in messages as wellJoas Schilling
2016-10-20Allow rich object subjects for NotificationsJoas Schilling
2016-10-07Add an icon to the notification APIJoas Schilling
2016-09-05Null !== void, those methods are voidJoas Schilling
2016-08-17Merge pull request #867 from nextcloud/notification-primary-action-always-firstRoeland Jago Douma
2016-08-16Fix phpdocRoeland Jago Douma
2016-08-15Make sure the primary action is always the first oneJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-04-18Move \OC\Notification to PSR-4Roeland Jago Douma