0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 04:24:08 +01:00
gitea/routers
Lunny Xiao 8ef177f8c5 add api for user to create org (#5268)
* add api for user to create org

* remove unused blank line on the swagger file end

* fix create and add test

* fix tests

* fix routes of create org API

* fix bug

* add copyright heads
2018-11-20 12:31:30 -05:00
..
admin Allow admin toggle forcing a password change for newly created users (#4563) 2018-09-13 12:34:36 -04:00
api/v1 add api for user to create org (#5268) 2018-11-20 12:31:30 -05:00
dev
org
private Make gitea serv use api/internal (#4886) 2018-10-30 14:20:13 +08:00
repo Add raw blob endpoint to get objects by SHA ID (#5334) 2018-11-18 13:45:40 -05:00
routes Add raw blob endpoint to get objects by SHA ID (#5334) 2018-11-18 13:45:40 -05:00
user Block registration based on email domain (#5157) 2018-11-14 20:00:04 -05:00
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 2018-09-10 10:31:08 -04:00
home.go feat(repo): support search repository by topic name (#4505) 2018-09-13 10:33:48 +08:00
init.go
install.go Remove traces of embedded TiDB (#4906) 2018-09-11 10:42:40 -04:00
metrics.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
swagger_json.go