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
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
2021-04-15Fix the admin notification APIJoas Schilling
2021-02-18Use a pushtoken table with primary keyJoas Schilling
2021-02-15Make Application class strictJoas Schilling
2021-01-05Fix usage of DBAL typesChristoph Wurst
2020-11-16Don't log when unknown array is nullJoas Schilling
2020-11-10Fix loading notifications without a message on oracleJoas Schilling
2020-09-30Add a comment for the array checkJoas Schilling
2020-09-30Add test for the new codeJoas Schilling
2020-09-29Also check responses of 400 errors and so delete unknown devicesJoas Schilling
2020-09-10PHP CS fixJoas Schilling
2020-09-10"App tutorial"ize this appJoas Schilling
2020-09-09Register via injectFn()Joas Schilling
2020-08-26No push notifications when in DNDJoas Schilling
2020-08-26Set the user status as header, so clients can decide to not show notificationsJoas Schilling
2020-07-13Also check for internet on delete pushRoeland Jago Douma
2020-07-09Don't push without internet connectionJoas Schilling
2020-07-09Merge pull request #652 from nextcloud/techdebt/noid/deferrable-notification-...Joas Schilling
2020-07-08Automatically defer on deletionJoas Schilling
2020-07-08Implement the notifications app as IDeferrableAppJoas Schilling
2020-07-08Group pushing the notificationsJoas Schilling
2020-07-08Use the L10N factory to get the users languageJoas Schilling
2020-06-29Merge pull request #671 from nextcloud/bugfix/noid/delete-duplicates-of-the-s...Joas Schilling
2020-06-26Delete duplicates of the same push token hashJoas Schilling
2020-06-25More buffer to the key sizeJoas Schilling
2020-06-22Merge pull request #656 from nextcloud/bugfix/noid/ignore-old-push-devicesJoas Schilling
2020-06-19Migrate post_deleteUser hook to eventDaniel Kesselberg
2020-06-18Move to new bootstrap mechanismRoeland Jago Douma
2020-06-09Also cache when a token is invalidJoas Schilling
2020-06-09Cache the last token activity for 10 minutesJoas Schilling
2020-06-09Don't push to devices older than 60 daysJoas Schilling
2020-06-09Unify token validationJoas Schilling
2020-06-09Filter the devices out before looping over themJoas Schilling
2020-04-14Allow to test push notificationsJoas Schilling
2020-03-05Delete push tokens when the device is unkown by the proxyJoas Schilling
2020-03-05Unify the sending partJoas Schilling
2020-03-05Merge pull request #550 from nextcloud/bugfix/noid/prevent-delete-on-impersonateJoas Schilling