aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass down SignedUserName down to AccessLogger context (#16605)zeripath2021-08-043-4/+28
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-293-22/+19
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-242-2/+2
* Redirect on bad CSRF instead of presenting bad page (#14937)zeripath2021-07-081-4/+19
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+15
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-172-0/+20
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-1/+5
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-092-34/+44
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-1/+21
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-0/+3
* Stop calling WriteHeader in Write (#15862)zeripath2021-05-141-1/+1
* Use single shared random string generation function (#15741)silverwind2021-05-101-100/+0
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-1/+7
* fix some ui bug about draft release (#15137)a10121127962021-05-061-1/+4
* Defer closing the gitrepo until the end of the wrapped context functions (#15...zeripath2021-05-061-8/+11
* Use route rather than use thus reducing the number of stack frames (#15301)zeripath2021-05-041-0/+6
* Unified link creation. (#15619)KN4CK3R2021-04-301-3/+2
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+1
* Prevent superfluous response.WriteHeader (#15456)zeripath2021-04-141-3/+7
* Turn RepoRef and RepoAssignment back into func(*Context) (#15372)zeripath2021-04-091-308/+295
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-053-16/+18