summaryrefslogtreecommitdiffstats
path: root/modules/notification/base/null.go
Commit message (Expand)AuthorAgeFilesLines
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-206/+0
* Add Adopt repository event and handler (#25497)Lunny Xiao2023-06-261-0/+4
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-311-2/+2
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-4/+5
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-45/+47
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-0/+4
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+12
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-23/+24
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+9
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+4
* format with gofumpt (#18184)65432022-01-201-6/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-14/+15
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-37/+38
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+4
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+4
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-4/+8
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-2/+2
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+4
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+4
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-301-2/+2
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+4
* [refactor] notify remove unused praram (#9804)65432020-01-161-2/+1
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-2/+3
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+4
* Refactor comment (#9330)Lunny Xiao2019-12-151-1/+1
* Move mirror sync actions to notification (#9022)Lunny Xiao2019-11-241-0/+12
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-12/+16
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-0/+4
* Move repofiles webhooks to notification (#8807)Lunny Xiao2019-11-061-0/+8
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-051-0/+4
* Move push commits events to notification (#8783)Lunny Xiao2019-11-031-0/+4
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-1/+1
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Refactor mail notification (#5110)Lunny Xiao2019-01-131-0/+108