Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Barnoin <julien@berryandcloud.com>2021-08-18 20:57:09 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-11 17:03:31 +0300
commit3dcfc90c2efac3cb95d7dde823015c086f13377f (patch)
treed504ca12ceeb5919b0488f913c3eb77c3271ea4b /templates
parent02f671db0f76024674713d3a141e1f0673fba6fb (diff)
Sending unseen notifications as email periodically. Includes a new user settings page for notifications to configure this option.
Signed-off-by: Julien Barnoin <julien@berryandcloud.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/personal.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/settings/personal.php b/templates/settings/personal.php
new file mode 100644
index 0000000..898d0cd
--- /dev/null
+++ b/templates/settings/personal.php
@@ -0,0 +1,26 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2021 Julien Barnoin <julien@barnoin.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+?>
+
+<div id="notifications-user-settings"></div>