aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* 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
* Multiple Escaping Improvements (#17551)zeripath2021-11-162-21/+33
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-2/+3
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-093-27/+29
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-1/+1
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-202-5/+5
* Add RSS/Atom feed support for user actions (#16002)65432021-10-161-1/+1
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-2/+3
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-131-1/+1
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-4/+8
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-1/+31
* Fix bug of get context user (#17169)Lunny Xiao2021-09-281-0/+11
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-252-5/+6
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-172-0/+7
* Add skip and limit to git.GetTags (#16897)65432021-09-101-1/+1
* [API] generalize list header (#16551)65432021-08-122-2/+19
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-113-244/+31
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-062-2/+2