summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-8/+2
* Issues: support setting issue template field values with query (#22545)techknowlogick2023-01-301-0/+8
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-11/+18
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-2/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-5/+28
* Fix invalid issue branch reference if not specified in template (#22513)Brecht Van Lommel2023-01-181-1/+2
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-11/+14
* Improve utils of slices (#22379)Jason Song2023-01-111-2/+2
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* Support template for merge message description (#22248)Jason Song2022-12-291-2/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-9/+7
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-2/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-30/+30
* Add generic set type (#21408)KN4CK3R2022-10-121-6/+8
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-5/+10
* Fix typo of issue template name (#21117)Jason Song2022-09-091-1/+1
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-67/+106
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Add issue filter for Author (#20578)parnic2022-08-081-1/+9
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-2/+12
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-0/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-138/+138
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-6/+7
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-7/+8
* Move `/info` outside authorization (#19888)Gusted2022-06-041-0/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-32/+32
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-7/+8
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-11/+25
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+8
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-3/+0
* Use for a repo action one database transaction (#19576)65432022-05-031-8/+7
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-6/+9
* more context for models (#19511)65432022-04-281-12/+13
* Add commit status popup to issuelist (#19375)parnic2022-04-261-3/+4
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-3/+4
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-12/+12
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+382
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-3/+8
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-6/+7
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-9/+10
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-7/+8
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-11/+11
* Use the new/choose link for New Issue on project page (#19172)zeripath2022-03-221-2/+9
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-77/+77