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
path: root/lib
AgeCommit message (Expand)Author
2017-04-05Allow localhost via httpJoas Schilling
2017-03-29Fix wrong function nameJoas Schilling
2017-03-29Receive the proxy server from the appJoas Schilling
2017-03-29Fix signing and make the sending okay for golangJoas Schilling
2017-03-29Also store the device identifierJoas Schilling
2017-03-29Add some more help on debugging and fix server URLJoas Schilling
2017-03-29Encode signatures and encrypted messages and fix query and encryptionJoas Schilling
2017-03-29Sign and encrypt the subjectJoas Schilling
2017-03-29Start the actual pushingJoas 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
2017-03-24Merge JS for notificationsLukas Reschke
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-10Add icon support to the docs and the capabilitiesJoas 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-05Register app stuff via Application classJoas Schilling
2016-09-05Adjust the Handler so docs match the contentJoas Schilling
2016-09-05Adjust doc blocks as per interfaceJoas Schilling
2016-09-05Use the new OCS controllerJoas Schilling
2016-07-14Fix my emailJoas Schilling
2016-05-03PSR-4 for the Notifications appJoas Schilling
2016-02-12Run build/license.php from coreJoas Schilling
2016-01-21OCP\Notification api is now publicJoas Schilling
2015-11-24Prepare object id to be a string e.g. for files and sharesJoas Schilling
2015-11-23Use a date time object instead of a timestampJoas Schilling
2015-11-17Adjust capabilitiesJoas Schilling
2015-11-17Support primary instead of iconJoas Schilling
2015-11-16Add an OCS endpoint to get a single notificationJoas Schilling
2015-11-16Only return the 25 newest notificationsJoas Schilling
2015-09-29Fix doc blocks of the methodsJoas Schilling
2015-09-08Interfaces are private for nowJoas Schilling
2015-09-02Add capabilitiesJoas Schilling
2015-09-02Sort the notificationsJoas Schilling
2015-09-02Add an endpoint to allow deleting notificationsJoas Schilling
2015-09-01Add the notification id to the outputJoas Schilling
2015-09-01Return the notification at the end :shock:Joas Schilling
2015-09-01Add an endpointJoas Schilling
2015-09-01Add the OCP\Notification\IAppJoas Schilling