aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/org.go
Commit message (Expand)AuthorAgeFilesLines
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-291-1/+2
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Unify user update methods (#28733)KN4CK3R2024-02-041-16/+20
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-7/+2
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-6/+6
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+10
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-1/+11
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+67
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-5/+5
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-10/+10
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-13/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-7/+7
* format with gofumpt (#18184)65432022-01-201-2/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-4/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-12/+13
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+2
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-8/+13
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-7/+8
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+71
* [API] List limited and private orgs if authentificated (#16866)65432021-08-301-0/+1
* [API] generalize list header (#16551)65432021-08-121-6/+3
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-2/+2
* Fix some API bugs (#16184)65432021-06-181-1/+7
* [API] Add pagination to ListBranches (#14524)65432021-02-031-2/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+5
* HotFix: Hide private partisipation in Orgs (#13994)65432020-12-171-11/+20
* Fix ListUserOrgs (#12910)赵智超2020-09-211-1/+1
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+7
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-3/+3
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+26
* [API] add GET /orgs endpoint (#9560)65432020-01-121-0/+47
* Swagger info corrections (#9441)65432019-12-201-11/+18
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-8/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-2/+12
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+4
* Delete organization endpoint added (#5601)Shashvat Kedia2018-12-271-0/+23