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
2019-08-22Also set the subject when the subject is not too longJoas Schilling
2019-07-16Trim the subject before encrypting the subjectJoas Schilling
2019-02-18Less alerting log entries on failsJoas Schilling
2019-01-07Move to migrationsJoas Schilling
2018-08-08Fix "Argument 1 passed to OC\Authentication\Token\Manager::getTokenById() mus...Joas Schilling
2018-08-06Add the notification ID to the push to allow getting more detailsJoas Schilling
2018-08-01Fix notifications for one2one chatsJoas Schilling
2018-07-20Allow notifiers to know if we prepare push notificationsJoas Schilling
2018-07-11Use single quotesMario Danic
2018-07-11Add prioritization for TalkMario Danic
2018-07-09Always push the object dataJoas Schilling
2018-07-06Merge pull request #136 from nextcloud/feature/noid/webpack-streamlinedJoas Schilling
2018-07-06Streamline webpack with all other appsJoas Schilling
2018-07-02Make sure force_lang is used and the correct defaultMorris Jobke
2018-02-20Optimize php codeJoas Schilling
2018-02-20Simplify QueryBuilder callsJoas Schilling
2018-02-20Make Handler only return one typeJoas Schilling
2018-02-20Add return types and type hints in the codeJoas Schilling
2018-02-16Add capabilities for the new functionalityJoas 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
2018-01-24WebPackJoas Schilling
2018-01-22VueJoas Schilling
2017-11-21Also do it for mentionsJoas Schilling
2017-11-21Add the object info to Talk notificationsJoas Schilling
2017-11-21Only send Talk notificiations to the Talk app and vice-versaJoas Schilling
2017-11-21Also store the app type of the push deviceJoas Schilling
2017-10-23Make the subject of push notifications decryptableJoas Schilling
2017-04-24Merge pull request #59 from nextcloud/push-notificationJoas Schilling
2017-04-21Add unit tests for the PushControllerJoas Schilling
2017-04-19Add unit tests for PushJoas Schilling
2017-04-19Allow sending multiple notifications via the same proxyJoas Schilling
2017-04-19Delete invalid push tokens to avoid getting bannedJoas Schilling
2017-04-19Add more testsJoas Schilling
2017-04-19Use DataResponse so the result is valid OCSJoas Schilling
2017-04-19Wrong demorganJoas Schilling
2017-04-18Add capability for pushJoas 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-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