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 (Collapse)Author
2019-11-24The token id is an intRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-08Fix "Argument 1 passed to OC\Authentication\Token\Manager::getTokenById() ↵Joas Schilling
must be of the type integer, null given" Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-20Add return types and type hints in the codeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-21Also store the app type of the push deviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-21Add unit tests for the PushControllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-19Use DataResponse so the result is valid OCSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-19Wrong demorganJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-18Fix trailing new lineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-05NC12 can do thisJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-05Allow localhost via httpJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Fix wrong function nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Receive the proxy server from the appJoas Schilling
This allows users to use one client against multiple different servers Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Also store the device identifierJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29PHP already hashes the message itselfJoas Schilling
To stay compatible with the Golang implementation here we return raw bytes and also don't hash twice. Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Fix return codes and messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29encode the signature before sendingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Error when on deletion the device public key is wrong as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Get the token id from the sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Store the hash to be able to compare it easilyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-29Allow devices to register for push notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>