aboutsummaryrefslogtreecommitdiffstats
path: root/models/error.go
Commit message (Expand)AuthorAgeFilesLines
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+17
* Forbid removing the last admin user (#28337)yp053272024-01-151-0/+15
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-84/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-2/+83
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-203/+0
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-376/+0
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-78/+0
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-15/+0
* ignore DNS error when doing migration allow/block check (#19566)wxiaoguang2022-05-021-4/+0
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-27/+0
* Move checks for pulls before merge into own function (#19271)65432022-03-311-6/+6
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-30/+0
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+15
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-38/+0
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-16/+0
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-91/+0
* Some repository refactors (#17950)Lunny Xiao2021-12-121-63/+0
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-277/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-30/+5
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-40/+0
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-116/+0
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-4/+0
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-24/+1
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-15/+0
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-75/+0
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-44/+0
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-41/+0
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-91/+0
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-0/+17
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+15
* Always store primary email address into email_address table and also the stat...Lunny Xiao2021-06-081-0/+15
* rsponse 404 when delete not exist email (#15383)a10121127962021-04-101-0/+15
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-27/+27
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-6/+3
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+34
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-0/+15
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-281-0/+23
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+15
* Add review request api (#11355)a10121127962020-10-201-1/+1
* Add team support for review request (#12039)赵智超2020-10-121-0/+20
* Improve error feedback for duplicate deploy keys (#13112)Chris Shyi2020-10-121-1/+1
* Adopt repositories (#12920)zeripath2020-09-251-0/+16
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+38
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-0/+15
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-0/+22
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-0/+4
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-2/+33