aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/home.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor markup render system (#32612)wxiaoguang2024-11-241-11/+5
* Refactor markup render system (#32589)wxiaoguang2024-11-221-7/+6
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-1/+1
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-111-3/+5
* Fix sort order for organization home and user profile page (#31921)yp053272024-09-011-25/+5
* Split org Propfile README to a new tab `overview` (#31373)a10121127962024-08-271-32/+43
* Add missing repository type filter parameters to pager (#31832)yp053272024-08-151-0/+16
* Refactor names (#31405)wxiaoguang2024-06-191-2/+2
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-1/+1
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-1/+1
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-031-0/+20
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-231-18/+0
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-11/+12
* fix wrong link in user and organization profile when using relative url (#28617)katsu2023-12-271-6/+11
* Improve profile for Organizations (#27982)yp053272023-11-131-1/+1
* Add Profile Readme for Organisations (#27955)65432023-11-091-0/+26
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* Fix display problems of members and teams unit (#26363)yp053272023-08-151-18/+3
* Count only visible repos on profile (#25928)JakobDev2023-08-111-0/+7
* 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