├── .gitattributes ├── .github ├── CODEOWNERS ├── contributing.md ├── dependabot.yml ├── issue_template.md └── workflows │ ├── block-merge-eol.yml │ ├── block-merge-freeze.yml │ ├── block-unconventional-commits.yml │ ├── command-compile.yml │ ├── command-openapi.yml │ ├── dependabot-approve-merge.yml │ ├── fixup.yml │ ├── lint-eslint.yml │ ├── lint-info-xml.yml │ ├── lint-php-cs.yml │ ├── lint-php.yml │ ├── lint-stylelint.yml │ ├── node.yml │ ├── npm-audit-fix.yml │ ├── openapi.yml │ ├── performance.yml │ ├── phpunit-mysql.yml │ ├── phpunit-oci.yml │ ├── phpunit-pgsql.yml │ ├── phpunit-sqlite.yml │ ├── pr-feedback.yml │ ├── psalm.yml │ ├── reuse.yml │ ├── update-nextcloud-ocp-approve-merge.yml │ ├── update-nextcloud-ocp.yml │ └── update-stable-titles.yml ├── .gitignore ├── .l10nignore ├── .php-cs-fixer.dist.php ├── .tx └── config ├── AUTHORS.md ├── COPYING ├── LICENSES ├── AGPL-3.0-only.txt ├── AGPL-3.0-or-later.txt ├── Apache-2.0.txt ├── BSD-3-Clause.txt ├── CC0-1.0.txt ├── GPL-3.0-or-later.txt ├── ISC.txt ├── MIT.txt └── MPL-2.0.txt ├── Makefile ├── README.md ├── REUSE.toml ├── appinfo └── info.xml ├── composer.json ├── composer.lock ├── css ├── NotificationsApp-DXuAZ_Q5.chunk.css ├── admin-settings-BlQ1Yve2.chunk.css ├── index-hZPKu-D6-B0EJm-qU.chunk.css ├── main-BdbMmOHM.chunk.css ├── notifications-admin-settings.css ├── notifications-main.css ├── notifications-settings.css ├── settings-CC01JR-3.chunk.css └── style-xRZ78chq.chunk.css ├── docs ├── admin-notifications.md ├── notification-workflow.md ├── ocs-endpoint-v1.md ├── ocs-endpoint-v2.md ├── push-v2.md ├── screenshot.png └── screenshot.png.license ├── eslint.config.mjs ├── img ├── notification.ogg ├── notifications-dark.svg ├── notifications.png ├── notifications.svg └── talk.ogg ├── js ├── BrowserStorage-CsHVmwiT.chunk.mjs ├── BrowserStorage-CsHVmwiT.chunk.mjs.license ├── BrowserStorage-CsHVmwiT.chunk.mjs.map ├── BrowserStorage-CsHVmwiT.chunk.mjs.map.license ├── NotificationsApp-BfKHl-FF.chunk.mjs ├── NotificationsApp-BfKHl-FF.chunk.mjs.license ├── NotificationsApp-BfKHl-FF.chunk.mjs.map ├── NotificationsApp-BfKHl-FF.chunk.mjs.map.license ├── index-E6dkHqK4.chunk.mjs ├── index-E6dkHqK4.chunk.mjs.license ├── index-E6dkHqK4.chunk.mjs.map ├── index-E6dkHqK4.chunk.mjs.map.license ├── index-hZPKu-D6-gqKJfAAI.chunk.mjs ├── index-hZPKu-D6-gqKJfAAI.chunk.mjs.license ├── index-hZPKu-D6-gqKJfAAI.chunk.mjs.map ├── index-hZPKu-D6-gqKJfAAI.chunk.mjs.map.license ├── notifications-admin-settings.mjs ├── notifications-admin-settings.mjs.license ├── notifications-admin-settings.mjs.map ├── notifications-admin-settings.mjs.map.license ├── notifications-main.mjs ├── notifications-main.mjs.license ├── notifications-main.mjs.map ├── notifications-main.mjs.map.license ├── notifications-settings.mjs ├── notifications-settings.mjs.license ├── notifications-settings.mjs.map ├── notifications-settings.mjs.map.license ├── style-cbFVN3ku.chunk.mjs ├── style-cbFVN3ku.chunk.mjs.license ├── style-cbFVN3ku.chunk.mjs.map ├── style-cbFVN3ku.chunk.mjs.map.license ├── vite-preload-helper-DxYC2qmj.chunk.mjs ├── vite-preload-helper-DxYC2qmj.chunk.mjs.license ├── vite-preload-helper-DxYC2qmj.chunk.mjs.map └── vite-preload-helper-DxYC2qmj.chunk.mjs.map.license ├── l10n ├── .gitkeep ├── af.js ├── af.json ├── an.js ├── an.json ├── ar.js ├── ar.json ├── ast.js ├── ast.json ├── az.js ├── az.json ├── be.js ├── be.json ├── bg.js ├── bg.json ├── bn_BD.js ├── bn_BD.json ├── br.js ├── br.json ├── ca.js ├── ca.json ├── cs.js ├── cs.json ├── cy_GB.js ├── cy_GB.json ├── da.js ├── da.json ├── de.js ├── de.json ├── de_DE.js ├── de_DE.json ├── el.js ├── el.json ├── en_GB.js ├── en_GB.json ├── eo.js ├── eo.json ├── es.js ├── es.json ├── es_419.js ├── es_419.json ├── es_AR.js ├── es_AR.json ├── es_CL.js ├── es_CL.json ├── es_CO.js ├── es_CO.json ├── es_CR.js ├── es_CR.json ├── es_DO.js ├── es_DO.json ├── es_EC.js ├── es_EC.json ├── es_GT.js ├── es_GT.json ├── es_HN.js ├── es_HN.json ├── es_MX.js ├── es_MX.json ├── es_NI.js ├── es_NI.json ├── es_PA.js ├── es_PA.json ├── es_PE.js ├── es_PE.json ├── es_PR.js ├── es_PR.json ├── es_PY.js ├── es_PY.json ├── es_SV.js ├── es_SV.json ├── es_UY.js ├── es_UY.json ├── et_EE.js ├── et_EE.json ├── eu.js ├── eu.json ├── fa.js ├── fa.json ├── fi.js ├── fi.json ├── fo.js ├── fo.json ├── fr.js ├── fr.json ├── ga.js ├── ga.json ├── gd.js ├── gd.json ├── gl.js ├── gl.json ├── he.js ├── he.json ├── hi_IN.js ├── hi_IN.json ├── hr.js ├── hr.json ├── hu.js ├── hu.json ├── hy.js ├── hy.json ├── ia.js ├── ia.json ├── id.js ├── id.json ├── ig.js ├── ig.json ├── is.js ├── is.json ├── it.js ├── it.json ├── ja.js ├── ja.json ├── ka.js ├── ka.json ├── ka_GE.js ├── ka_GE.json ├── kab.js ├── kab.json ├── km.js ├── km.json ├── ko.js ├── ko.json ├── lb.js ├── lb.json ├── lo.js ├── lo.json ├── lt_LT.js ├── lt_LT.json ├── lv.js ├── lv.json ├── mk.js ├── mk.json ├── mn.js ├── mn.json ├── mr.js ├── mr.json ├── ms_MY.js ├── ms_MY.json ├── my.js ├── my.json ├── nb.js ├── nb.json ├── ne.js ├── ne.json ├── nl.js ├── nl.json ├── nn_NO.js ├── nn_NO.json ├── oc.js ├── oc.json ├── pl.js ├── pl.json ├── ps.js ├── ps.json ├── pt_BR.js ├── pt_BR.json ├── pt_PT.js ├── pt_PT.json ├── ro.js ├── ro.json ├── ru.js ├── ru.json ├── sc.js ├── sc.json ├── si.js ├── si.json ├── sk.js ├── sk.json ├── sl.js ├── sl.json ├── sq.js ├── sq.json ├── sr.js ├── sr.json ├── sr@latin.js ├── sr@latin.json ├── sv.js ├── sv.json ├── sw.js ├── sw.json ├── ta.js ├── ta.json ├── th.js ├── th.json ├── tk.js ├── tk.json ├── tr.js ├── tr.json ├── ug.js ├── ug.json ├── uk.js ├── uk.json ├── uz.js ├── uz.json ├── vi.js ├── vi.json ├── zh_CN.js ├── zh_CN.json ├── zh_HK.js ├── zh_HK.json ├── zh_TW.js └── zh_TW.json ├── lib ├── App.php ├── AppInfo │ └── Application.php ├── BackgroundJob │ ├── GenerateUserSettings.php │ └── SendNotificationMails.php ├── Capabilities.php ├── Command │ ├── Delete.php │ ├── Generate.php │ └── TestPush.php ├── Controller │ ├── APIController.php │ ├── EndpointController.php │ ├── PushController.php │ └── SettingsController.php ├── Exceptions │ └── NotificationNotFoundException.php ├── FakeUser.php ├── Handler.php ├── Listener │ ├── AddMissingIndicesListener.php │ ├── BeforeTemplateRenderedListener.php │ ├── UserCreatedListener.php │ └── UserDeletedListener.php ├── MailNotifications.php ├── Migration │ ├── Version2004Date20190107135757.php │ ├── Version2010Date20210218082811.php │ ├── Version2010Date20210218082855.php │ ├── Version2011Date20210930134607.php │ └── Version2011Date20220826074907.php ├── Model │ ├── Settings.php │ └── SettingsMapper.php ├── Notifier │ └── AdminNotifications.php ├── Push.php ├── ResponseDefinitions.php ├── Service │ └── ClientService.php └── Settings │ ├── Admin.php │ ├── AdminSection.php │ ├── Personal.php │ ├── PersonalSection.php │ └── SetupWarningOnRateLimitReached.php ├── openapi-administration.json ├── openapi-full.json ├── openapi-push.json ├── openapi.json ├── package.json ├── psalm.xml ├── rector.php ├── src ├── Components │ ├── ActionButton.vue │ ├── IconNotification.vue │ ├── NotificationItem.vue │ └── Parameters │ │ ├── DefaultParameter.vue │ │ ├── FileParameter.vue │ │ └── UserParameter.vue ├── NotificationsApp.vue ├── adminSettings.js ├── main.js ├── services │ ├── BrowserStorage.js │ ├── notificationsService.js │ └── webNotificationsService.js ├── settings.js ├── styles │ └── styles.scss └── views │ ├── AdminSettings.vue │ └── UserSettings.vue ├── stylelint.config.js ├── templates └── settings │ ├── admin.php │ └── personal.php ├── tests ├── Integration │ ├── app │ │ ├── appinfo │ │ │ └── info.xml │ │ └── lib │ │ │ ├── AppInfo │ │ │ └── Application.php │ │ │ ├── Controller │ │ │ └── EndpointController.php │ │ │ └── Notifier.php │ ├── base-query-count.txt │ ├── base-query-list.txt │ ├── composer.json │ ├── composer.lock │ ├── config │ │ └── behat.yml │ ├── features │ │ ├── admin-notification-v2.feature │ │ ├── bootstrap │ │ │ ├── CommandLineTrait.php │ │ │ └── FeatureContext.php │ │ ├── cli-notification.feature │ │ ├── delete-notifications-v1.feature │ │ ├── delete-notifications-v2.feature │ │ ├── exists-notifications-v2.feature │ │ ├── notifications-content-v1.feature │ │ ├── notifications-content-v2.feature │ │ ├── push-registration.feature │ │ ├── statuscodes-v1.feature │ │ └── statuscodes-v2.feature │ └── run.sh ├── Unit │ ├── AppInfo │ │ └── ApplicationTest.php │ ├── AppTest.php │ ├── CapabilitiesTest.php │ ├── Command │ │ └── GenerateTest.php │ ├── Controller │ │ ├── APIControllerTest.php │ │ ├── EndpointControllerTest.php │ │ └── PushControllerTest.php │ ├── HandlerTest.php │ ├── Notifier │ │ └── NotifierTest.php │ ├── PushTest.php │ ├── bootstrap.php │ └── phpunit.xml ├── psalm-baseline.xml └── stubs │ └── oc_hooks_emitter.php ├── vendor-bin ├── csfixer │ ├── composer.json │ └── composer.lock ├── openapi-extractor │ ├── composer.json │ └── composer.lock ├── phpunit │ ├── composer.json │ └── composer.lock ├── psalm │ ├── composer.json │ └── composer.lock └── rector │ ├── composer.json │ └── composer.lock └── vite.config.mjs /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/contributing.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/workflows/block-merge-eol.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/block-merge-eol.yml -------------------------------------------------------------------------------- /.github/workflows/block-merge-freeze.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/block-merge-freeze.yml -------------------------------------------------------------------------------- /.github/workflows/block-unconventional-commits.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/block-unconventional-commits.yml -------------------------------------------------------------------------------- /.github/workflows/command-compile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/command-compile.yml -------------------------------------------------------------------------------- /.github/workflows/command-openapi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/command-openapi.yml -------------------------------------------------------------------------------- /.github/workflows/dependabot-approve-merge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/dependabot-approve-merge.yml -------------------------------------------------------------------------------- /.github/workflows/fixup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/fixup.yml -------------------------------------------------------------------------------- /.github/workflows/lint-eslint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/lint-eslint.yml -------------------------------------------------------------------------------- /.github/workflows/lint-info-xml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/lint-info-xml.yml -------------------------------------------------------------------------------- /.github/workflows/lint-php-cs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/lint-php-cs.yml -------------------------------------------------------------------------------- /.github/workflows/lint-php.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/lint-php.yml -------------------------------------------------------------------------------- /.github/workflows/lint-stylelint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/lint-stylelint.yml -------------------------------------------------------------------------------- /.github/workflows/node.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/node.yml -------------------------------------------------------------------------------- /.github/workflows/npm-audit-fix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/npm-audit-fix.yml -------------------------------------------------------------------------------- /.github/workflows/openapi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/openapi.yml -------------------------------------------------------------------------------- /.github/workflows/performance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/performance.yml -------------------------------------------------------------------------------- /.github/workflows/phpunit-mysql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/phpunit-mysql.yml -------------------------------------------------------------------------------- /.github/workflows/phpunit-oci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/phpunit-oci.yml -------------------------------------------------------------------------------- /.github/workflows/phpunit-pgsql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/phpunit-pgsql.yml -------------------------------------------------------------------------------- /.github/workflows/phpunit-sqlite.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/phpunit-sqlite.yml -------------------------------------------------------------------------------- /.github/workflows/pr-feedback.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/pr-feedback.yml -------------------------------------------------------------------------------- /.github/workflows/psalm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/psalm.yml -------------------------------------------------------------------------------- /.github/workflows/reuse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/reuse.yml -------------------------------------------------------------------------------- /.github/workflows/update-nextcloud-ocp-approve-merge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/update-nextcloud-ocp-approve-merge.yml -------------------------------------------------------------------------------- /.github/workflows/update-nextcloud-ocp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/update-nextcloud-ocp.yml -------------------------------------------------------------------------------- /.github/workflows/update-stable-titles.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.github/workflows/update-stable-titles.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.gitignore -------------------------------------------------------------------------------- /.l10nignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.l10nignore -------------------------------------------------------------------------------- /.php-cs-fixer.dist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.php-cs-fixer.dist.php -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/.tx/config -------------------------------------------------------------------------------- /AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/AUTHORS.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/COPYING -------------------------------------------------------------------------------- /LICENSES/AGPL-3.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/AGPL-3.0-only.txt -------------------------------------------------------------------------------- /LICENSES/AGPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/AGPL-3.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/Apache-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/Apache-2.0.txt -------------------------------------------------------------------------------- /LICENSES/BSD-3-Clause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/BSD-3-Clause.txt -------------------------------------------------------------------------------- /LICENSES/CC0-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/CC0-1.0.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/GPL-3.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/ISC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/ISC.txt -------------------------------------------------------------------------------- /LICENSES/MIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/MIT.txt -------------------------------------------------------------------------------- /LICENSES/MPL-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/LICENSES/MPL-2.0.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/README.md -------------------------------------------------------------------------------- /REUSE.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/REUSE.toml -------------------------------------------------------------------------------- /appinfo/info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/appinfo/info.xml -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/composer.lock -------------------------------------------------------------------------------- /css/NotificationsApp-DXuAZ_Q5.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/NotificationsApp-DXuAZ_Q5.chunk.css -------------------------------------------------------------------------------- /css/admin-settings-BlQ1Yve2.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/admin-settings-BlQ1Yve2.chunk.css -------------------------------------------------------------------------------- /css/index-hZPKu-D6-B0EJm-qU.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/index-hZPKu-D6-B0EJm-qU.chunk.css -------------------------------------------------------------------------------- /css/main-BdbMmOHM.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/main-BdbMmOHM.chunk.css -------------------------------------------------------------------------------- /css/notifications-admin-settings.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/notifications-admin-settings.css -------------------------------------------------------------------------------- /css/notifications-main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/notifications-main.css -------------------------------------------------------------------------------- /css/notifications-settings.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/notifications-settings.css -------------------------------------------------------------------------------- /css/settings-CC01JR-3.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/settings-CC01JR-3.chunk.css -------------------------------------------------------------------------------- /css/style-xRZ78chq.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/css/style-xRZ78chq.chunk.css -------------------------------------------------------------------------------- /docs/admin-notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/docs/admin-notifications.md -------------------------------------------------------------------------------- /docs/notification-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/docs/notification-workflow.md -------------------------------------------------------------------------------- /docs/ocs-endpoint-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/docs/ocs-endpoint-v1.md -------------------------------------------------------------------------------- /docs/ocs-endpoint-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/docs/ocs-endpoint-v2.md -------------------------------------------------------------------------------- /docs/push-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/docs/push-v2.md -------------------------------------------------------------------------------- /docs/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/docs/screenshot.png -------------------------------------------------------------------------------- /docs/screenshot.png.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/docs/screenshot.png.license -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /img/notification.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/img/notification.ogg -------------------------------------------------------------------------------- /img/notifications-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/img/notifications-dark.svg -------------------------------------------------------------------------------- /img/notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/img/notifications.png -------------------------------------------------------------------------------- /img/notifications.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/img/notifications.svg -------------------------------------------------------------------------------- /img/talk.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/img/talk.ogg -------------------------------------------------------------------------------- /js/BrowserStorage-CsHVmwiT.chunk.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/BrowserStorage-CsHVmwiT.chunk.mjs -------------------------------------------------------------------------------- /js/BrowserStorage-CsHVmwiT.chunk.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/BrowserStorage-CsHVmwiT.chunk.mjs.license -------------------------------------------------------------------------------- /js/BrowserStorage-CsHVmwiT.chunk.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/BrowserStorage-CsHVmwiT.chunk.mjs.map -------------------------------------------------------------------------------- /js/BrowserStorage-CsHVmwiT.chunk.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/BrowserStorage-CsHVmwiT.chunk.mjs.map.license -------------------------------------------------------------------------------- /js/NotificationsApp-BfKHl-FF.chunk.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/NotificationsApp-BfKHl-FF.chunk.mjs -------------------------------------------------------------------------------- /js/NotificationsApp-BfKHl-FF.chunk.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/NotificationsApp-BfKHl-FF.chunk.mjs.license -------------------------------------------------------------------------------- /js/NotificationsApp-BfKHl-FF.chunk.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/NotificationsApp-BfKHl-FF.chunk.mjs.map -------------------------------------------------------------------------------- /js/NotificationsApp-BfKHl-FF.chunk.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/NotificationsApp-BfKHl-FF.chunk.mjs.map.license -------------------------------------------------------------------------------- /js/index-E6dkHqK4.chunk.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-E6dkHqK4.chunk.mjs -------------------------------------------------------------------------------- /js/index-E6dkHqK4.chunk.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-E6dkHqK4.chunk.mjs.license -------------------------------------------------------------------------------- /js/index-E6dkHqK4.chunk.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-E6dkHqK4.chunk.mjs.map -------------------------------------------------------------------------------- /js/index-E6dkHqK4.chunk.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-E6dkHqK4.chunk.mjs.map.license -------------------------------------------------------------------------------- /js/index-hZPKu-D6-gqKJfAAI.chunk.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-hZPKu-D6-gqKJfAAI.chunk.mjs -------------------------------------------------------------------------------- /js/index-hZPKu-D6-gqKJfAAI.chunk.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-hZPKu-D6-gqKJfAAI.chunk.mjs.license -------------------------------------------------------------------------------- /js/index-hZPKu-D6-gqKJfAAI.chunk.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-hZPKu-D6-gqKJfAAI.chunk.mjs.map -------------------------------------------------------------------------------- /js/index-hZPKu-D6-gqKJfAAI.chunk.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/index-hZPKu-D6-gqKJfAAI.chunk.mjs.map.license -------------------------------------------------------------------------------- /js/notifications-admin-settings.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-admin-settings.mjs -------------------------------------------------------------------------------- /js/notifications-admin-settings.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-admin-settings.mjs.license -------------------------------------------------------------------------------- /js/notifications-admin-settings.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-admin-settings.mjs.map -------------------------------------------------------------------------------- /js/notifications-admin-settings.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-admin-settings.mjs.map.license -------------------------------------------------------------------------------- /js/notifications-main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-main.mjs -------------------------------------------------------------------------------- /js/notifications-main.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-main.mjs.license -------------------------------------------------------------------------------- /js/notifications-main.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-main.mjs.map -------------------------------------------------------------------------------- /js/notifications-main.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-main.mjs.map.license -------------------------------------------------------------------------------- /js/notifications-settings.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-settings.mjs -------------------------------------------------------------------------------- /js/notifications-settings.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-settings.mjs.license -------------------------------------------------------------------------------- /js/notifications-settings.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-settings.mjs.map -------------------------------------------------------------------------------- /js/notifications-settings.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/notifications-settings.mjs.map.license -------------------------------------------------------------------------------- /js/style-cbFVN3ku.chunk.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/style-cbFVN3ku.chunk.mjs -------------------------------------------------------------------------------- /js/style-cbFVN3ku.chunk.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/style-cbFVN3ku.chunk.mjs.license -------------------------------------------------------------------------------- /js/style-cbFVN3ku.chunk.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/style-cbFVN3ku.chunk.mjs.map -------------------------------------------------------------------------------- /js/style-cbFVN3ku.chunk.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/style-cbFVN3ku.chunk.mjs.map.license -------------------------------------------------------------------------------- /js/vite-preload-helper-DxYC2qmj.chunk.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/vite-preload-helper-DxYC2qmj.chunk.mjs -------------------------------------------------------------------------------- /js/vite-preload-helper-DxYC2qmj.chunk.mjs.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/vite-preload-helper-DxYC2qmj.chunk.mjs.license -------------------------------------------------------------------------------- /js/vite-preload-helper-DxYC2qmj.chunk.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/vite-preload-helper-DxYC2qmj.chunk.mjs.map -------------------------------------------------------------------------------- /js/vite-preload-helper-DxYC2qmj.chunk.mjs.map.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/js/vite-preload-helper-DxYC2qmj.chunk.mjs.map.license -------------------------------------------------------------------------------- /l10n/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l10n/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/af.js -------------------------------------------------------------------------------- /l10n/af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/af.json -------------------------------------------------------------------------------- /l10n/an.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/an.js -------------------------------------------------------------------------------- /l10n/an.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/an.json -------------------------------------------------------------------------------- /l10n/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ar.js -------------------------------------------------------------------------------- /l10n/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ar.json -------------------------------------------------------------------------------- /l10n/ast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ast.js -------------------------------------------------------------------------------- /l10n/ast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ast.json -------------------------------------------------------------------------------- /l10n/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/az.js -------------------------------------------------------------------------------- /l10n/az.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/az.json -------------------------------------------------------------------------------- /l10n/be.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/be.js -------------------------------------------------------------------------------- /l10n/be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/be.json -------------------------------------------------------------------------------- /l10n/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/bg.js -------------------------------------------------------------------------------- /l10n/bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/bg.json -------------------------------------------------------------------------------- /l10n/bn_BD.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/bn_BD.js -------------------------------------------------------------------------------- /l10n/bn_BD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/bn_BD.json -------------------------------------------------------------------------------- /l10n/br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/br.js -------------------------------------------------------------------------------- /l10n/br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/br.json -------------------------------------------------------------------------------- /l10n/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ca.js -------------------------------------------------------------------------------- /l10n/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ca.json -------------------------------------------------------------------------------- /l10n/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/cs.js -------------------------------------------------------------------------------- /l10n/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/cs.json -------------------------------------------------------------------------------- /l10n/cy_GB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/cy_GB.js -------------------------------------------------------------------------------- /l10n/cy_GB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/cy_GB.json -------------------------------------------------------------------------------- /l10n/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/da.js -------------------------------------------------------------------------------- /l10n/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/da.json -------------------------------------------------------------------------------- /l10n/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/de.js -------------------------------------------------------------------------------- /l10n/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/de.json -------------------------------------------------------------------------------- /l10n/de_DE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/de_DE.js -------------------------------------------------------------------------------- /l10n/de_DE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/de_DE.json -------------------------------------------------------------------------------- /l10n/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/el.js -------------------------------------------------------------------------------- /l10n/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/el.json -------------------------------------------------------------------------------- /l10n/en_GB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/en_GB.js -------------------------------------------------------------------------------- /l10n/en_GB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/en_GB.json -------------------------------------------------------------------------------- /l10n/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/eo.js -------------------------------------------------------------------------------- /l10n/eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/eo.json -------------------------------------------------------------------------------- /l10n/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es.js -------------------------------------------------------------------------------- /l10n/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es.json -------------------------------------------------------------------------------- /l10n/es_419.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_419.js -------------------------------------------------------------------------------- /l10n/es_419.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_419.json -------------------------------------------------------------------------------- /l10n/es_AR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_AR.js -------------------------------------------------------------------------------- /l10n/es_AR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_AR.json -------------------------------------------------------------------------------- /l10n/es_CL.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_CL.js -------------------------------------------------------------------------------- /l10n/es_CL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_CL.json -------------------------------------------------------------------------------- /l10n/es_CO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_CO.js -------------------------------------------------------------------------------- /l10n/es_CO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_CO.json -------------------------------------------------------------------------------- /l10n/es_CR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_CR.js -------------------------------------------------------------------------------- /l10n/es_CR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_CR.json -------------------------------------------------------------------------------- /l10n/es_DO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_DO.js -------------------------------------------------------------------------------- /l10n/es_DO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_DO.json -------------------------------------------------------------------------------- /l10n/es_EC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_EC.js -------------------------------------------------------------------------------- /l10n/es_EC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_EC.json -------------------------------------------------------------------------------- /l10n/es_GT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_GT.js -------------------------------------------------------------------------------- /l10n/es_GT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_GT.json -------------------------------------------------------------------------------- /l10n/es_HN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_HN.js -------------------------------------------------------------------------------- /l10n/es_HN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_HN.json -------------------------------------------------------------------------------- /l10n/es_MX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_MX.js -------------------------------------------------------------------------------- /l10n/es_MX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_MX.json -------------------------------------------------------------------------------- /l10n/es_NI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_NI.js -------------------------------------------------------------------------------- /l10n/es_NI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_NI.json -------------------------------------------------------------------------------- /l10n/es_PA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PA.js -------------------------------------------------------------------------------- /l10n/es_PA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PA.json -------------------------------------------------------------------------------- /l10n/es_PE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PE.js -------------------------------------------------------------------------------- /l10n/es_PE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PE.json -------------------------------------------------------------------------------- /l10n/es_PR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PR.js -------------------------------------------------------------------------------- /l10n/es_PR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PR.json -------------------------------------------------------------------------------- /l10n/es_PY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PY.js -------------------------------------------------------------------------------- /l10n/es_PY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_PY.json -------------------------------------------------------------------------------- /l10n/es_SV.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_SV.js -------------------------------------------------------------------------------- /l10n/es_SV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_SV.json -------------------------------------------------------------------------------- /l10n/es_UY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_UY.js -------------------------------------------------------------------------------- /l10n/es_UY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/es_UY.json -------------------------------------------------------------------------------- /l10n/et_EE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/et_EE.js -------------------------------------------------------------------------------- /l10n/et_EE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/et_EE.json -------------------------------------------------------------------------------- /l10n/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/eu.js -------------------------------------------------------------------------------- /l10n/eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/eu.json -------------------------------------------------------------------------------- /l10n/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fa.js -------------------------------------------------------------------------------- /l10n/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fa.json -------------------------------------------------------------------------------- /l10n/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fi.js -------------------------------------------------------------------------------- /l10n/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fi.json -------------------------------------------------------------------------------- /l10n/fo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fo.js -------------------------------------------------------------------------------- /l10n/fo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fo.json -------------------------------------------------------------------------------- /l10n/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fr.js -------------------------------------------------------------------------------- /l10n/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/fr.json -------------------------------------------------------------------------------- /l10n/ga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ga.js -------------------------------------------------------------------------------- /l10n/ga.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ga.json -------------------------------------------------------------------------------- /l10n/gd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/gd.js -------------------------------------------------------------------------------- /l10n/gd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/gd.json -------------------------------------------------------------------------------- /l10n/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/gl.js -------------------------------------------------------------------------------- /l10n/gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/gl.json -------------------------------------------------------------------------------- /l10n/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/he.js -------------------------------------------------------------------------------- /l10n/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/he.json -------------------------------------------------------------------------------- /l10n/hi_IN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hi_IN.js -------------------------------------------------------------------------------- /l10n/hi_IN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hi_IN.json -------------------------------------------------------------------------------- /l10n/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hr.js -------------------------------------------------------------------------------- /l10n/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hr.json -------------------------------------------------------------------------------- /l10n/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hu.js -------------------------------------------------------------------------------- /l10n/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hu.json -------------------------------------------------------------------------------- /l10n/hy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hy.js -------------------------------------------------------------------------------- /l10n/hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/hy.json -------------------------------------------------------------------------------- /l10n/ia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ia.js -------------------------------------------------------------------------------- /l10n/ia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ia.json -------------------------------------------------------------------------------- /l10n/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/id.js -------------------------------------------------------------------------------- /l10n/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/id.json -------------------------------------------------------------------------------- /l10n/ig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ig.js -------------------------------------------------------------------------------- /l10n/ig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ig.json -------------------------------------------------------------------------------- /l10n/is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/is.js -------------------------------------------------------------------------------- /l10n/is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/is.json -------------------------------------------------------------------------------- /l10n/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/it.js -------------------------------------------------------------------------------- /l10n/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/it.json -------------------------------------------------------------------------------- /l10n/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ja.js -------------------------------------------------------------------------------- /l10n/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ja.json -------------------------------------------------------------------------------- /l10n/ka.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ka.js -------------------------------------------------------------------------------- /l10n/ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ka.json -------------------------------------------------------------------------------- /l10n/ka_GE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ka_GE.js -------------------------------------------------------------------------------- /l10n/ka_GE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ka_GE.json -------------------------------------------------------------------------------- /l10n/kab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/kab.js -------------------------------------------------------------------------------- /l10n/kab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/kab.json -------------------------------------------------------------------------------- /l10n/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/km.js -------------------------------------------------------------------------------- /l10n/km.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/km.json -------------------------------------------------------------------------------- /l10n/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ko.js -------------------------------------------------------------------------------- /l10n/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ko.json -------------------------------------------------------------------------------- /l10n/lb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lb.js -------------------------------------------------------------------------------- /l10n/lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lb.json -------------------------------------------------------------------------------- /l10n/lo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lo.js -------------------------------------------------------------------------------- /l10n/lo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lo.json -------------------------------------------------------------------------------- /l10n/lt_LT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lt_LT.js -------------------------------------------------------------------------------- /l10n/lt_LT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lt_LT.json -------------------------------------------------------------------------------- /l10n/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lv.js -------------------------------------------------------------------------------- /l10n/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/lv.json -------------------------------------------------------------------------------- /l10n/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/mk.js -------------------------------------------------------------------------------- /l10n/mk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/mk.json -------------------------------------------------------------------------------- /l10n/mn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/mn.js -------------------------------------------------------------------------------- /l10n/mn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/mn.json -------------------------------------------------------------------------------- /l10n/mr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/mr.js -------------------------------------------------------------------------------- /l10n/mr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/mr.json -------------------------------------------------------------------------------- /l10n/ms_MY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ms_MY.js -------------------------------------------------------------------------------- /l10n/ms_MY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ms_MY.json -------------------------------------------------------------------------------- /l10n/my.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/my.js -------------------------------------------------------------------------------- /l10n/my.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/my.json -------------------------------------------------------------------------------- /l10n/nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/nb.js -------------------------------------------------------------------------------- /l10n/nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/nb.json -------------------------------------------------------------------------------- /l10n/ne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ne.js -------------------------------------------------------------------------------- /l10n/ne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ne.json -------------------------------------------------------------------------------- /l10n/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/nl.js -------------------------------------------------------------------------------- /l10n/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/nl.json -------------------------------------------------------------------------------- /l10n/nn_NO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/nn_NO.js -------------------------------------------------------------------------------- /l10n/nn_NO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/nn_NO.json -------------------------------------------------------------------------------- /l10n/oc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/oc.js -------------------------------------------------------------------------------- /l10n/oc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/oc.json -------------------------------------------------------------------------------- /l10n/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/pl.js -------------------------------------------------------------------------------- /l10n/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/pl.json -------------------------------------------------------------------------------- /l10n/ps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ps.js -------------------------------------------------------------------------------- /l10n/ps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ps.json -------------------------------------------------------------------------------- /l10n/pt_BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/pt_BR.js -------------------------------------------------------------------------------- /l10n/pt_BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/pt_BR.json -------------------------------------------------------------------------------- /l10n/pt_PT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/pt_PT.js -------------------------------------------------------------------------------- /l10n/pt_PT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/pt_PT.json -------------------------------------------------------------------------------- /l10n/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ro.js -------------------------------------------------------------------------------- /l10n/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ro.json -------------------------------------------------------------------------------- /l10n/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ru.js -------------------------------------------------------------------------------- /l10n/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ru.json -------------------------------------------------------------------------------- /l10n/sc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sc.js -------------------------------------------------------------------------------- /l10n/sc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sc.json -------------------------------------------------------------------------------- /l10n/si.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/si.js -------------------------------------------------------------------------------- /l10n/si.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/si.json -------------------------------------------------------------------------------- /l10n/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sk.js -------------------------------------------------------------------------------- /l10n/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sk.json -------------------------------------------------------------------------------- /l10n/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sl.js -------------------------------------------------------------------------------- /l10n/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sl.json -------------------------------------------------------------------------------- /l10n/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sq.js -------------------------------------------------------------------------------- /l10n/sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sq.json -------------------------------------------------------------------------------- /l10n/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sr.js -------------------------------------------------------------------------------- /l10n/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sr.json -------------------------------------------------------------------------------- /l10n/sr@latin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sr@latin.js -------------------------------------------------------------------------------- /l10n/sr@latin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sr@latin.json -------------------------------------------------------------------------------- /l10n/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sv.js -------------------------------------------------------------------------------- /l10n/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sv.json -------------------------------------------------------------------------------- /l10n/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sw.js -------------------------------------------------------------------------------- /l10n/sw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/sw.json -------------------------------------------------------------------------------- /l10n/ta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ta.js -------------------------------------------------------------------------------- /l10n/ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ta.json -------------------------------------------------------------------------------- /l10n/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/th.js -------------------------------------------------------------------------------- /l10n/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/th.json -------------------------------------------------------------------------------- /l10n/tk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/tk.js -------------------------------------------------------------------------------- /l10n/tk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/tk.json -------------------------------------------------------------------------------- /l10n/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/tr.js -------------------------------------------------------------------------------- /l10n/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/tr.json -------------------------------------------------------------------------------- /l10n/ug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ug.js -------------------------------------------------------------------------------- /l10n/ug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/ug.json -------------------------------------------------------------------------------- /l10n/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/uk.js -------------------------------------------------------------------------------- /l10n/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/uk.json -------------------------------------------------------------------------------- /l10n/uz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/uz.js -------------------------------------------------------------------------------- /l10n/uz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/uz.json -------------------------------------------------------------------------------- /l10n/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/vi.js -------------------------------------------------------------------------------- /l10n/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/vi.json -------------------------------------------------------------------------------- /l10n/zh_CN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/zh_CN.js -------------------------------------------------------------------------------- /l10n/zh_CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/zh_CN.json -------------------------------------------------------------------------------- /l10n/zh_HK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/zh_HK.js -------------------------------------------------------------------------------- /l10n/zh_HK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/zh_HK.json -------------------------------------------------------------------------------- /l10n/zh_TW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/zh_TW.js -------------------------------------------------------------------------------- /l10n/zh_TW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/l10n/zh_TW.json -------------------------------------------------------------------------------- /lib/App.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/App.php -------------------------------------------------------------------------------- /lib/AppInfo/Application.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/AppInfo/Application.php -------------------------------------------------------------------------------- /lib/BackgroundJob/GenerateUserSettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/BackgroundJob/GenerateUserSettings.php -------------------------------------------------------------------------------- /lib/BackgroundJob/SendNotificationMails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/BackgroundJob/SendNotificationMails.php -------------------------------------------------------------------------------- /lib/Capabilities.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Capabilities.php -------------------------------------------------------------------------------- /lib/Command/Delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Command/Delete.php -------------------------------------------------------------------------------- /lib/Command/Generate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Command/Generate.php -------------------------------------------------------------------------------- /lib/Command/TestPush.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Command/TestPush.php -------------------------------------------------------------------------------- /lib/Controller/APIController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Controller/APIController.php -------------------------------------------------------------------------------- /lib/Controller/EndpointController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Controller/EndpointController.php -------------------------------------------------------------------------------- /lib/Controller/PushController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Controller/PushController.php -------------------------------------------------------------------------------- /lib/Controller/SettingsController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Controller/SettingsController.php -------------------------------------------------------------------------------- /lib/Exceptions/NotificationNotFoundException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Exceptions/NotificationNotFoundException.php -------------------------------------------------------------------------------- /lib/FakeUser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/FakeUser.php -------------------------------------------------------------------------------- /lib/Handler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Handler.php -------------------------------------------------------------------------------- /lib/Listener/AddMissingIndicesListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Listener/AddMissingIndicesListener.php -------------------------------------------------------------------------------- /lib/Listener/BeforeTemplateRenderedListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Listener/BeforeTemplateRenderedListener.php -------------------------------------------------------------------------------- /lib/Listener/UserCreatedListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Listener/UserCreatedListener.php -------------------------------------------------------------------------------- /lib/Listener/UserDeletedListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Listener/UserDeletedListener.php -------------------------------------------------------------------------------- /lib/MailNotifications.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/MailNotifications.php -------------------------------------------------------------------------------- /lib/Migration/Version2004Date20190107135757.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Migration/Version2004Date20190107135757.php -------------------------------------------------------------------------------- /lib/Migration/Version2010Date20210218082811.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Migration/Version2010Date20210218082811.php -------------------------------------------------------------------------------- /lib/Migration/Version2010Date20210218082855.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Migration/Version2010Date20210218082855.php -------------------------------------------------------------------------------- /lib/Migration/Version2011Date20210930134607.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Migration/Version2011Date20210930134607.php -------------------------------------------------------------------------------- /lib/Migration/Version2011Date20220826074907.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Migration/Version2011Date20220826074907.php -------------------------------------------------------------------------------- /lib/Model/Settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Model/Settings.php -------------------------------------------------------------------------------- /lib/Model/SettingsMapper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Model/SettingsMapper.php -------------------------------------------------------------------------------- /lib/Notifier/AdminNotifications.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Notifier/AdminNotifications.php -------------------------------------------------------------------------------- /lib/Push.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Push.php -------------------------------------------------------------------------------- /lib/ResponseDefinitions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/ResponseDefinitions.php -------------------------------------------------------------------------------- /lib/Service/ClientService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Service/ClientService.php -------------------------------------------------------------------------------- /lib/Settings/Admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Settings/Admin.php -------------------------------------------------------------------------------- /lib/Settings/AdminSection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Settings/AdminSection.php -------------------------------------------------------------------------------- /lib/Settings/Personal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Settings/Personal.php -------------------------------------------------------------------------------- /lib/Settings/PersonalSection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Settings/PersonalSection.php -------------------------------------------------------------------------------- /lib/Settings/SetupWarningOnRateLimitReached.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/lib/Settings/SetupWarningOnRateLimitReached.php -------------------------------------------------------------------------------- /openapi-administration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/openapi-administration.json -------------------------------------------------------------------------------- /openapi-full.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/openapi-full.json -------------------------------------------------------------------------------- /openapi-push.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/openapi-push.json -------------------------------------------------------------------------------- /openapi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/openapi.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/package.json -------------------------------------------------------------------------------- /psalm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/psalm.xml -------------------------------------------------------------------------------- /rector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/rector.php -------------------------------------------------------------------------------- /src/Components/ActionButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/Components/ActionButton.vue -------------------------------------------------------------------------------- /src/Components/IconNotification.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/Components/IconNotification.vue -------------------------------------------------------------------------------- /src/Components/NotificationItem.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/Components/NotificationItem.vue -------------------------------------------------------------------------------- /src/Components/Parameters/DefaultParameter.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/Components/Parameters/DefaultParameter.vue -------------------------------------------------------------------------------- /src/Components/Parameters/FileParameter.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/Components/Parameters/FileParameter.vue -------------------------------------------------------------------------------- /src/Components/Parameters/UserParameter.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/Components/Parameters/UserParameter.vue -------------------------------------------------------------------------------- /src/NotificationsApp.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/NotificationsApp.vue -------------------------------------------------------------------------------- /src/adminSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/adminSettings.js -------------------------------------------------------------------------------- /src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/main.js -------------------------------------------------------------------------------- /src/services/BrowserStorage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/services/BrowserStorage.js -------------------------------------------------------------------------------- /src/services/notificationsService.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/services/notificationsService.js -------------------------------------------------------------------------------- /src/services/webNotificationsService.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/services/webNotificationsService.js -------------------------------------------------------------------------------- /src/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/settings.js -------------------------------------------------------------------------------- /src/styles/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/styles/styles.scss -------------------------------------------------------------------------------- /src/views/AdminSettings.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/views/AdminSettings.vue -------------------------------------------------------------------------------- /src/views/UserSettings.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/src/views/UserSettings.vue -------------------------------------------------------------------------------- /stylelint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/stylelint.config.js -------------------------------------------------------------------------------- /templates/settings/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/templates/settings/admin.php -------------------------------------------------------------------------------- /templates/settings/personal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/templates/settings/personal.php -------------------------------------------------------------------------------- /tests/Integration/app/appinfo/info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/app/appinfo/info.xml -------------------------------------------------------------------------------- /tests/Integration/app/lib/AppInfo/Application.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/app/lib/AppInfo/Application.php -------------------------------------------------------------------------------- /tests/Integration/app/lib/Controller/EndpointController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/app/lib/Controller/EndpointController.php -------------------------------------------------------------------------------- /tests/Integration/app/lib/Notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/app/lib/Notifier.php -------------------------------------------------------------------------------- /tests/Integration/base-query-count.txt: -------------------------------------------------------------------------------- 1 | 7535 2 | -------------------------------------------------------------------------------- /tests/Integration/base-query-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/base-query-list.txt -------------------------------------------------------------------------------- /tests/Integration/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/composer.json -------------------------------------------------------------------------------- /tests/Integration/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/composer.lock -------------------------------------------------------------------------------- /tests/Integration/config/behat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/config/behat.yml -------------------------------------------------------------------------------- /tests/Integration/features/admin-notification-v2.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/admin-notification-v2.feature -------------------------------------------------------------------------------- /tests/Integration/features/bootstrap/CommandLineTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/bootstrap/CommandLineTrait.php -------------------------------------------------------------------------------- /tests/Integration/features/bootstrap/FeatureContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/bootstrap/FeatureContext.php -------------------------------------------------------------------------------- /tests/Integration/features/cli-notification.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/cli-notification.feature -------------------------------------------------------------------------------- /tests/Integration/features/delete-notifications-v1.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/delete-notifications-v1.feature -------------------------------------------------------------------------------- /tests/Integration/features/delete-notifications-v2.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/delete-notifications-v2.feature -------------------------------------------------------------------------------- /tests/Integration/features/exists-notifications-v2.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/exists-notifications-v2.feature -------------------------------------------------------------------------------- /tests/Integration/features/notifications-content-v1.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/notifications-content-v1.feature -------------------------------------------------------------------------------- /tests/Integration/features/notifications-content-v2.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/notifications-content-v2.feature -------------------------------------------------------------------------------- /tests/Integration/features/push-registration.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/push-registration.feature -------------------------------------------------------------------------------- /tests/Integration/features/statuscodes-v1.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/statuscodes-v1.feature -------------------------------------------------------------------------------- /tests/Integration/features/statuscodes-v2.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/features/statuscodes-v2.feature -------------------------------------------------------------------------------- /tests/Integration/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Integration/run.sh -------------------------------------------------------------------------------- /tests/Unit/AppInfo/ApplicationTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/AppInfo/ApplicationTest.php -------------------------------------------------------------------------------- /tests/Unit/AppTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/AppTest.php -------------------------------------------------------------------------------- /tests/Unit/CapabilitiesTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/CapabilitiesTest.php -------------------------------------------------------------------------------- /tests/Unit/Command/GenerateTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/Command/GenerateTest.php -------------------------------------------------------------------------------- /tests/Unit/Controller/APIControllerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/Controller/APIControllerTest.php -------------------------------------------------------------------------------- /tests/Unit/Controller/EndpointControllerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/Controller/EndpointControllerTest.php -------------------------------------------------------------------------------- /tests/Unit/Controller/PushControllerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/Controller/PushControllerTest.php -------------------------------------------------------------------------------- /tests/Unit/HandlerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/HandlerTest.php -------------------------------------------------------------------------------- /tests/Unit/Notifier/NotifierTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/Notifier/NotifierTest.php -------------------------------------------------------------------------------- /tests/Unit/PushTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/PushTest.php -------------------------------------------------------------------------------- /tests/Unit/bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/bootstrap.php -------------------------------------------------------------------------------- /tests/Unit/phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/Unit/phpunit.xml -------------------------------------------------------------------------------- /tests/psalm-baseline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/psalm-baseline.xml -------------------------------------------------------------------------------- /tests/stubs/oc_hooks_emitter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/tests/stubs/oc_hooks_emitter.php -------------------------------------------------------------------------------- /vendor-bin/csfixer/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/csfixer/composer.json -------------------------------------------------------------------------------- /vendor-bin/csfixer/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/csfixer/composer.lock -------------------------------------------------------------------------------- /vendor-bin/openapi-extractor/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/openapi-extractor/composer.json -------------------------------------------------------------------------------- /vendor-bin/openapi-extractor/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/openapi-extractor/composer.lock -------------------------------------------------------------------------------- /vendor-bin/phpunit/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/phpunit/composer.json -------------------------------------------------------------------------------- /vendor-bin/phpunit/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/phpunit/composer.lock -------------------------------------------------------------------------------- /vendor-bin/psalm/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/psalm/composer.json -------------------------------------------------------------------------------- /vendor-bin/psalm/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/psalm/composer.lock -------------------------------------------------------------------------------- /vendor-bin/rector/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/rector/composer.json -------------------------------------------------------------------------------- /vendor-bin/rector/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vendor-bin/rector/composer.lock -------------------------------------------------------------------------------- /vite.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextcloud/notifications/HEAD/vite.config.mjs --------------------------------------------------------------------------------