aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/members.go
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Private README.md for organization (#32872)Chai-Shi9 days1-2/+2
* Clarify path param naming (#32969)wxiaoguang2024-12-241-3/+3
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-2/+2
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-271-3/+3
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-111-4/+4
* Split org Propfile README to a new tab `overview` (#31373)a10121127962024-08-271-2/+2
* Refactor names (#31405)wxiaoguang2024-06-191-3/+3
* Add user blocking (#29028)KN4CK3R2024-03-041-9/+13
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-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-221-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-261-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