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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-24The token id is an intRoeland Jago Douma
2018-08-08Fix "Argument 1 passed to OC\Authentication\Token\Manager::getTokenById() mus...Joas Schilling
2018-02-20Make Handler only return one typeJoas Schilling
2018-02-20Add return types and type hints in the codeJoas Schilling
2018-02-16PHP 7.0 requirementJoas Schilling
2018-02-16Merge admin notifications appJoas Schilling
2018-02-02Add an endpoint to delete all notificationsJoas Schilling
2017-11-21Also store the app type of the push deviceJoas Schilling
2017-04-24Merge pull request #59 from nextcloud/push-notificationJoas Schilling
2017-04-21Add unit tests for the PushControllerJoas Schilling
2017-04-19Use DataResponse so the result is valid OCSJoas Schilling
2017-04-19Wrong demorganJoas Schilling
2017-04-18Fix trailing new lineJoas Schilling
2017-04-05NC12 can do thisJoas Schilling
2017-04-05Allow localhost via httpJoas Schilling
2017-04-04Implement correct ETag supportJoas Schilling
2017-03-29Fix wrong function nameJoas Schilling
2017-03-29Receive the proxy server from the appJoas Schilling
2017-03-29Also store the device identifierJoas Schilling
2017-03-29PHP already hashes the message itselfJoas Schilling
2017-03-29Fix return codes and messagesJoas Schilling
2017-03-29encode the signature before sendingJoas Schilling
2017-03-29Error when on deletion the device public key is wrong as wellJoas Schilling
2017-03-29Get the token id from the sessionJoas Schilling
2017-03-29Store the hash to be able to compare it easilyJoas Schilling
2017-03-29Allow devices to register for push notificationsJoas Schilling
2016-10-31Only make new info available in v2Joas Schilling
2016-10-31Publish the rich object messages as well, although we don't use themJoas Schilling
2016-10-27Add support for Rich Object StringsJoas Schilling
2016-10-10Fix unit testsJoas Schilling
2016-10-10Handle the icon on API sideJoas Schilling
2016-09-06Check status code with ETagJoas Schilling
2016-09-05Use the new OCS controllerJoas Schilling
2016-07-14Fix my emailJoas Schilling
2016-05-03PSR-4 for the Notifications appJoas Schilling