summaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-1/+33
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-3/+4
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+11
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-18/+20
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-16/+17
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-1/+31
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Add skip and limit to git.GetTags (#16897)65432021-09-101-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-4/+4
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4