aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/org.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix route in swagger (#5598)Shashvat Kedia2018-12-261-1/+1
* fix permission check on api create org (#5523)Lunny Xiao2018-12-111-1/+1
* add tests for api user orgs (#5494)Lunny Xiao2018-12-091-1/+1
* add api for user to create org (#5268)Lunny Xiao2018-11-201-0/+51
* swagger: add 'required: true' for params in URL (#4097)stevegt2018-06-021-0/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-4/+55
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-1/+1
* Use handlers for API authorization (#723)Ethan Koenig2017-01-261-5/+0
* golint fixed for routers (#208)Lunny Xiao2016-11-241-4/+8
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5