aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* Only show accessible teams in dashboard dropdown list (#19642) (#19645)Jimmy Praet2022-05-071-6/+0
* Call MultipartForm.RemoveAll when request finishes (#19606) (#19607)wxiaoguang2022-05-053-0/+15
* RepoAssignment ensure to close before overwrite (#19449) (#19460)65432022-04-211-0/+9
* Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338)wxiaoguang2022-04-061-0/+1
* Prevent redirect to Host (2) (#19175) (#19186)zeripath2022-03-231-0/+6
* Redirect .wiki/* ui link to /wiki (#18831) (#19184)zeripath2022-03-231-0/+20
* If rendering has failed due to a net.OpError stop rendering (attempt 2) (#190...zeripath2022-03-101-1/+1
* Refactor admin user filter query parameters (#18965) (#18975)Otto Richter (fnetX)2022-03-021-9/+0
* Fix admin user list pagination (#18957) (#18960)Otto Richter (fnetX)2022-03-011-0/+9
* Allow adminstrator teams members to see other teams (#18918) (#18919)Gusted2022-02-261-0/+16
* Fix redirect when using lowercase reponame (#18775) (#18902)Otto Richter (fnetX)2022-02-261-1/+1
* If rendering has failed due to a net.OpError stop rendering (#18642) (#18645)zeripath2022-02-071-0/+8
* Backport: Disable content sniffing on `PlainTextBytes` (#18365)Gusted2022-01-231-0/+1
* 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