[PR #3097] [MERGED] Add 'mark all read' option to notifications #16764

Closed
opened 2025-11-02 12:18:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3097
Author: @svarlamov
Created: 12/5/2017
Status: Merged
Merged: 12/7/2017
Merged by: @lunny

Base: masterHead: master


📝 Commits (10+)

📊 Changes

7 files changed (+78 additions, -4 deletions)

View changed files

📝 models/fixtures/notification.yml (+22 -0)
📝 models/notification.go (+10 -0)
📝 models/notification_test.go (+24 -4)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 routers/routes/routes.go (+1 -0)
📝 routers/user/notification.go (+12 -0)
📝 templates/user/notification/notification.tmpl (+8 -0)

📄 Description

Signed-off-by: Sasha Varlamov sasha@sashavarlamov.com

Targeting: #3034


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3097 **Author:** [@svarlamov](https://github.com/svarlamov) **Created:** 12/5/2017 **Status:** ✅ Merged **Merged:** 12/7/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`444cab6`](https://github.com/go-gitea/gitea/commit/444cab6b392b713c21f233d245e6184a956ee9b1) Add 'mark all read' option to notifications - [`a6ca631`](https://github.com/go-gitea/gitea/commit/a6ca6311cecd4ec740a55e553968dc45c33935dc) Fix exported comment - [`76fe7b4`](https://github.com/go-gitea/gitea/commit/76fe7b4713f8c2bc3fae4f1e9b82fce00022381d) Format method comments - [`3346171`](https://github.com/go-gitea/gitea/commit/3346171cd89ef0ae3bfbb2c585eb8345bb58cd41) Merge branch 'master' into master - [`09763c7`](https://github.com/go-gitea/gitea/commit/09763c7a56c065526d871b5b3539b001b19c487c) Merge branch 'master' into master - [`460f734`](https://github.com/go-gitea/gitea/commit/460f7348b55513ed56962e743f24cfda26f59242) Fix exported comment - [`e2c9ef4`](https://github.com/go-gitea/gitea/commit/e2c9ef4614070f1646a7371af2e016aab4920084) Merge branch 'master' of https://github.com/svarlamov/gitea - [`ae09d6a`](https://github.com/go-gitea/gitea/commit/ae09d6a21adfc39b088cd71e754ac4b7ae64490e) Accept change to drop beforeupdate call - [`4af53c0`](https://github.com/go-gitea/gitea/commit/4af53c07de486b76287e129cfb0bbdc19a3a1724) Update purge notifications error message for consistency - [`ac7ec11`](https://github.com/go-gitea/gitea/commit/ac7ec117aa38fc913265cfe15fc0f5a3527ec86d) Merge branch 'master' into master ### 📊 Changes **7 files changed** (+78 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/fixtures/notification.yml` (+22 -0) 📝 `models/notification.go` (+10 -0) 📝 `models/notification_test.go` (+24 -4) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `routers/routes/routes.go` (+1 -0) 📝 `routers/user/notification.go` (+12 -0) 📝 `templates/user/notification/notification.tmpl` (+8 -0) </details> ### 📄 Description Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> Targeting: #3034 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:18:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16764