aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/home.go
Commit message (Expand)AuthorAgeFilesLines
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-291-0/+7
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-201-1/+0
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Allow access to the Public Organization Member lists with minimal permissions...a10121127962022-07-151-5/+0
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Send 404 on `/{org}.gpg` (#18959)Gusted2022-03-011-1/+9
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+5
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Create menus for organization pages (#17802)Lunny Xiao2021-11-251-0/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-12/+12
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+0
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Make mirror feature more configurable (#16957)65432021-09-071-1/+1
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-2/+2
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-0/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+151