aboutsummaryrefslogtreecommitdiffstats
path: root/modules/notification
Commit message (Expand)AuthorAgeFilesLines
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-109-74/+83
* Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)wxiaoguang2021-12-091-7/+9
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-10/+11
* Use correct user on releases (#17806)Gusted2021-11-251-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-249-206/+215
* Use correct Sender on webhook change title (#17791)Gusted2021-11-241-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-6/+5
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-39/+40
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-021-1/+1
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-12/+12
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-6/+7
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-2/+4
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-232-5/+47
* Don't manipulate input params in email notification (#16011)Jimmy Praet2021-05-301-4/+0
* Refactor renders (#15175)Lunny Xiao2021-04-191-2/+6
* [refactor] mailer service (#15072)65432021-04-021-3/+3
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-40/+40
* fix double 'push tag' action feed (#15078)a10121127962021-03-211-2/+4
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-015-0/+25
* Add dismiss review feature (#12674)a10121127962021-02-116-0/+47
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-028-43/+108
* Cause NotifyMigrateRepository to emit a repo create webhook (#14004)zeripath2020-12-171-0/+12
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-36/+36
* Refactor push update (#13381)Lunny Xiao2020-12-081-0/+69
* Move Repo APIFormat to convert package (#13787)65432020-12-021-36/+36
* Fix review request notification issue link when external issue tracker is ena...Jimmy Praet2020-11-281-1/+1
* Add missed sync branch/tag webhook (#13538)Lunny Xiao2020-11-131-0/+8
* Fix typo (#13380)Lunny Xiao2020-10-311-1/+1
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-306-22/+22
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-45/+45
* Fix repository create/delete event webhooks (#13008)James Lakin2020-10-021-18/+14
* Fix panic when adding long comment (#12892)mrsdizzie2020-09-181-1/+1
* Add size limit for content of comment on action ui (#12881)赵智超2020-09-181-1/+10
* Change/remove a branch of an open issue (#9080)Vedran2020-09-084-0/+16
* Add email notify for new release (#12463)赵智超2020-08-231-0/+13
* Add action feed for new release (#12324)赵智超2020-07-291-0/+19
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-205-0/+49
* Add NotifySyncPushCommits to indexer notifier (#11309)zeripath2020-05-081-0/+9
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-305-8/+8
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-065-1/+53
* Granular webhook events (#9626)John Olheiser2020-03-061-46/+97
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-11/+11
* Fix webhook bug (#10427)Lunny Xiao2020-02-231-2/+2