summaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-311-0/+2
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-302-22/+147
* Make git.OpenRepository accept Context (#19260)65432022-03-302-5/+5
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-292-12/+10
* 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-263-3/+6
* Prevent redirect to Host (2) (#19175)zeripath2022-03-231-0/+6
* Redirect .wiki/* ui link to /wiki (#18831)a10121127962022-03-231-0/+20
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-233-6/+6
* 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-226-54/+54
* RSS/Atom support for Repos (#19055)65432022-03-131-0/+2
* If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049)zeripath2022-03-101-1/+1
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-9/+0
* Fix admin user list pagination (#18957)Otto Richter (fnetX)2022-03-011-0/+9
* Allow adminstrator teams members to see other teams (#18918)Gusted2022-02-261-0/+16
* Fix redirect when using lowercase reponame (#18775)Ghanem2022-02-181-1/+1
* Display template path of current page in dev mode (#18717)Lunny Xiao2022-02-121-1/+4
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-081-9/+0
* If rendering has failed due to a net.OpError stop rendering (#18642)zeripath2022-02-061-0/+8
* Change some logging levels (#18421)zeripath2022-01-291-7/+13
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-0/+4
* Disable content sniffing on `PlainTextBytes` (#18359)Gusted2022-01-221-0/+1
* Add config options to hide issue events (#17414)qwerty2872022-01-211-3/+7
* format with gofumpt (#18184)65432022-01-208-30/+26
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-194-30/+75
* Restore setting of ctx.Repo.Mirror (#18205)zeripath2022-01-081-4/+4
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-1/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-022-10/+10
* Handle invalid issues (#18111)Gusted2021-12-281-9/+14
* Instead of using routerCtx just escape the url before routing (#18086)zeripath2021-12-251-3/+0
* Simplify parameter types (#18006)Gusted2021-12-202-5/+5
* Prevent double decoding of % in url params (#17997)zeripath2021-12-161-0/+4
* Refactor HTTP request context (#17979)wxiaoguang2021-12-153-106/+70
* 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-102-36/+42
* Improve checkBranchName (#17901)zeripath2021-12-081-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-2/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-243-13/+14
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-1/+33
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-3/+8
* Reset locale on login (#17734)zeripath2021-11-202-0/+6
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-202-2/+2
* Fix correct usage of teams (#17732)Gusted2021-11-201-0/+6
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-192-14/+10
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+11