summaryrefslogtreecommitdiffstats
path: root/models/notification.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-834/+0
* Add more linters to improve code readability (#19989)Wim2022-06-201-5/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-24/+34
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-63/+45
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+1
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-3/+4
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* ignore missing comment for user notifications (#18954)eladyn2022-03-031-3/+4
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-18/+20
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-15/+16
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-11/+12
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-7/+9
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Fix 500 when a comment was deleted which has a notification (#17550)Lunny Xiao2021-11-101-2/+8
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-18/+18
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-36/+41
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-171-4/+4
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-0/+5
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-231-7/+8
* Add subject-type filter to list notification API endpoints (#16177)65432021-06-161-2/+6
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-19/+17
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-8/+70
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-2/+2
* move notification APIFormat (#13783)65432020-12-021-60/+0
* API: NotificationSubject show Issue/Pull State (#12901)65432020-09-201-0/+2
* Simplify CheckUnitUser logic (#12854)赵智超2020-09-151-2/+10
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-121-3/+3
* Add EventSource support (#11235)zeripath2020-05-071-0/+15
* make pagination optional for notifications (#10714)65432020-04-211-1/+5
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-34/+43
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-301-1/+1
* Protect against NPEs in notifications list (#10879)zeripath2020-03-291-19/+57
* inform participants on UI too (#10473)65432020-02-281-0/+7
* Fix potential bugs (#10513)65432020-02-271-1/+1
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-36/+30
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+3
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-1/+16
* [API] Add notification endpoint (#9488)65432020-01-091-15/+203
* Fix notification page panic (#9337)jaqra2019-12-131-1/+1
* Improve notification (#8835)Lunny Xiao2019-11-121-15/+230
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Add golangci (#6418)kolaente2019-06-121-1/+4
* Fix sqlite lock (#5176)Lunny Xiao2018-10-251-2/+2