summaryrefslogtreecommitdiffstats
path: root/modules/notification/base
Commit message (Expand)AuthorAgeFilesLines
* Add Adopt repository event and handler (#25497) (#25518)Giteabot2023-06-262-0/+5
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-312-3/+3
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-8/+10
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-192-89/+93
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-032-1/+6
* Webhook for Wiki changes (#20219)Aaron F2022-09-042-0/+15
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-8/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-46/+48
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+12
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-012-0/+5
* format with gofumpt (#18184)65432022-01-202-17/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-4/+4
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-28/+30
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-75/+77
* 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-012-0/+6
* Add dismiss review feature (#12674)a10121127962021-02-112-0/+5
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-022-9/+14
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-302-4/+4
* Change/remove a branch of an open issue (#9080)Vedran2020-09-082-0/+5
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-202-0/+5
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-302-3/+3
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-062-0/+5
* [refactor] notify remove unused praram (#9804)65432020-01-162-4/+2
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-102-4/+6
* Change target branch for pull request (#6488)Mario Lubenka2019-12-162-0/+5
* Refactor comment (#9330)Lunny Xiao2019-12-152-2/+2
* Move mirror sync actions to notification (#9022)Lunny Xiao2019-11-242-0/+16
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-152-13/+18
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-082-0/+5
* Move repofiles webhooks to notification (#8807)Lunny Xiao2019-11-062-0/+10
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-052-0/+5
* Move push commits events to notification (#8783)Lunny Xiao2019-11-032-0/+6
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-022-2/+2
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-252-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-272-2/+2
* Refactor mail notification (#5110)Lunny Xiao2019-01-132-0/+108
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-0/+43