aboutsummaryrefslogtreecommitdiff
path: root/routes/api/v1/org/org.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* routes/api/v1: codemodunknwon2019-08-10
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* api: add endpoint /api/v1/user/orgs (#4835)Anton Antonov2017-11-13
| | | | | | | | | | | * Add API endpoint /api/v1/user/orgs The difference between this endpoint and /api/v1/admin/users/<username>/orgs, is that here you're creating a repo with the `user` that corresponds to the API token you're using. * Extract duplicate API org creation
* Refactoring: rename package routers -> routesUnknwon2017-06-11