summaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-4/+4
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-7/+7
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+3
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-2/+4
* Redirect to new repository owner (#21398)KN4CK3R2022-10-111-1/+10
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-1/+3
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-45/+26
* Fix download archiver of a commit (#20962)Lunny Xiao2022-08-261-0/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+4
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-1/+1
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-0/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Return 404 when tag is broken (#20017)Wim2022-06-181-0/+4
* Fix mirror template bug (#19959)Lunny Xiao2022-06-131-14/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-3/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+3
* Prevent NPE on update mirror settings (#19864)zeripath2022-06-021-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+8
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-4/+10
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+1
* Only check for non-finished migrating task (#19601)Gusted2022-05-041-5/+5
* Don't fetch Mirror when it's migrating (#19588)Gusted2022-05-031-5/+14
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-4/+4
* more context for models (#19511)65432022-04-281-2/+2
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-4/+21
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-6/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-301-3/+3
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-5/+12
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-0/+1
* Redirect .wiki/* ui link to /wiki (#18831)a10121127962022-03-231-0/+20
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-4/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-12/+12
* RSS/Atom support for Repos (#19055)65432022-03-131-0/+2
* Fix redirect when using lowercase reponame (#18775)Ghanem2022-02-181-1/+1
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-0/+4
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Restore setting of ctx.Repo.Mirror (#18205)zeripath2022-01-081-4/+4
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-4/+5
* Improve behavior of "Fork" button (#17288)qwerty2872021-12-131-2/+16
* Some repository refactors (#17950)Lunny Xiao2021-12-121-5/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-33/+39
* Improve checkBranchName (#17901)zeripath2021-12-081-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-2/+2