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
2022-03-23Add options in personal settings to play the soundsJoas Schilling
2022-03-14Preload devices and statuses with a single query in case of flushingtechdebt/noid/group-queries-on-pushingJoas Schilling
2022-03-14Defer preparing of payloads when we don't push anywayJoas Schilling
2022-03-14Only query the devices of a user onceJoas Schilling
2022-03-14Only load the user status once per userJoas Schilling
2022-02-28Use a fake user to skip database queriesJoas Schilling
2022-02-24Do not read the notification we just insertedJoas Schilling
2022-02-24Handle notification deletion less uniqueJoas Schilling
2021-11-27shortenJsonEncodedMultibyte was moved to \OCP\Util for 23.Arthur Schiwon
2021-11-01Merge pull request #1101 from nextcloud/bugfix/noid/improve-feedback-when-dev...Joas Schilling
2021-10-27Merge pull request #1102 from nextcloud/bugfix/noid/improve-wordingv23.0.0beta2John Molakvoæ
2021-10-27Improve wordingJoas Schilling
2021-10-27Improve feedback in test-push when device is too oldJoas Schilling
2021-10-26Restore old device signature so the proxy works againJoas Schilling
2021-10-23Fair use of push notificationsJoas Schilling
2021-10-19Merge pull request #1094 from nextcloud/test/1081/add-integration-tests-for-p...Joas Schilling
2021-10-18sign final payloadMartin Zimmermann
2021-10-18Fix id selectionJoas Schilling
2021-10-11Fix review commentsJoas Schilling
2021-10-11Move logic to the mapperJoas Schilling
2021-10-11Fix psalm complainsJoas Schilling
2021-10-11Fix wording and sorting in the settings sectionJoas Schilling
2021-10-11Fix CS lintingJoas Schilling
2021-10-11Add a background job to create entries for new users and existing users on up...Joas Schilling
2021-10-11Fix personal settingJoas Schilling
2021-10-11Select users from a new notifications_settings tableJoas Schilling
2021-10-11Move constants and don't use deprecated classJoas Schilling
2021-10-11Introduce a batch size for the mail notifications so it does not consume too ...Joas Schilling
2021-10-11Improve email wording for screenreadersJoas Schilling
2021-10-11Remove unused memberJoas Schilling
2021-10-11Fix eslinting and minor API thingsJoas Schilling
2021-10-11Sending unseen notifications as email periodically. Includes a new user setti...Julien Barnoin
2021-10-06Fix deleting notifications with numeric user IDJoas Schilling
2021-08-24Change elseif to orValdnet
2021-08-24High priority for the PhoneTrack appValdnet
2021-08-23Give twofactor nextcloud notifications a high priorityszaimen
2021-06-21Merge pull request #1027 from nextcloud/bugfix/noid/fix-handling-the-response...Vincent Petry
2021-06-21Fix handling the response of the proxyJoas Schilling
2021-06-19Fix casting token to intJoas Schilling
2021-06-18Use the BeforeTemplateRenderedEvent and check if we show it as a userJoas Schilling
2021-06-18Don't load the UI on embedded pagesJoas Schilling
2021-05-11Replace executeUpdate with executeStatementJoas Schilling
2021-04-22Merge pull request #937 from nextcloud/bugfix/noid/reduce-delete-push-spamJoas Schilling
2021-04-20Only push delete-push to devices that also got the notificationJoas Schilling
2021-04-19Defer deletion-push when rendering or deleting all notificationsJoas Schilling
2021-04-15Move to PSR LoggerJoas Schilling
2021-04-15IQueryBuilder::execute() is deprecatedJoas Schilling
2021-04-15Use Response::setETag()Joas Schilling
2021-04-15Get DateTime object from ITimeFactoryJoas Schilling
2021-04-15Make everything strictJoas Schilling