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 (Collapse)Author
2019-12-10Dismiss notifications properlyRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-09Do not send push notifications when nothing was deletedJoas Schilling
The iOS App always sent an API request when it deleted a notification. By accident this was also done when it did the delete caused by a delete-push Until now the notificiations app always sent a delete-push in case of an API call. Meaning this circled all the time. So now we only send a push if something was actually deleted. Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Fix cutting of multibyte charactersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-24Delete notifications on user deletionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22Also set the subject when the subject is not too longJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-13The token id is an intRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-18Fall back to default_languageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Adjust the registration to the fallback methodJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Add a capability for the new WEB action typeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Send a push message when a notification was deletedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-16Trim the subject before encrypting the subjectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-18Less alerting log entries on failsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-07Move to migrationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-08-06Add the notification ID to the push to allow getting more detailsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-01Fix notifications for one2one chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-20Allow notifiers to know if we prepare push notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-11Use single quotesMario Danic
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-07-11Add prioritization for TalkMario Danic
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-07-09Always push the object dataJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-06Merge pull request #136 from nextcloud/feature/noid/webpack-streamlinedJoas Schilling
Streamline webpack with all other apps
2018-07-06Streamline webpack with all other appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-02Make sure force_lang is used and the correct defaultMorris Jobke
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-20Optimize php codeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-20Simplify QueryBuilder callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-20Make Handler only return one typeJoas Schilling
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>
2018-02-16Add capabilities for the new functionalityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-16PHP 7.0 requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-16Merge admin notifications appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-02Add an endpoint to delete all notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-24WebPackJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-22VueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-21Also do it for mentionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-21Add the object info to Talk notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-21Only send Talk notificiations to the Talk app and vice-versaJoas Schilling
Because iOS can not kill unrelated push notifications, we only send Talk notificaitons to the Talk app. We also don't send Talk notifications to the Sync app anymore, when you have at least one Talk app registered for push notifications. 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-10-23Make the subject of push notifications decryptableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-24Merge pull request #59 from nextcloud/push-notificationJoas Schilling
Allow devices to register for push notifications
2017-04-21Add unit tests for the PushControllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-19Add unit tests for PushJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-19Allow sending multiple notifications via the same proxyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-19Delete invalid push tokens to avoid getting bannedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-19Add more testsJoas 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-18Add capability for pushJoas 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>