summaryrefslogtreecommitdiffstats
path: root/routers/web/org/members.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-171-4/+4
* Move context from modules to services (#29440)Lunny Xiao2024-03-061-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-2/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-5/+5
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Show always repo count in header (#26842)JakobDev2023-09-061-0/+7
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-9/+3
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-5/+5
* Add missing badges in user profile for /projects and /packages (#24232)Jakob2023-04-231-0/+1
* Fix leaving organization bug on user settings -> orgs (#21983)花墨2022-11-301-2/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix public org members displayed too many informations (#20403)Lunny Xiao2022-07-191-0/+1
* Move org functions (#19753)Lunny Xiao2022-05-201-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-9/+10
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-6/+6
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+1
* Add modals to Organization and Team remove/leave (#16471)zeripath2021-08-271-6/+13
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+128