You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
Gustavo Marin af61b2249a
adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)
* add API endpoint to create OAuth2 Application.

* move endpoint to /user. Add swagger documentations and proper response type.

* change json tags to snake_case. add CreateOAuth2ApplicationOptions to swagger docs.

* change response status to Created (201)

* add methods to list OAuth2 apps and delete an existing OAuth2 app by ID.

* add APIFormat convert method and file header

* fixed header

* hide secret on oauth2 application list

* add Created time to API response

* add API integration tests for create/list/delete OAuth2 applications.

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago
..
admin Change admin dashboard to POST (#10465) 5 years ago
api/v1 adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) 5 years ago
dev Display ui time with customize time location (#7792) 6 years ago
org Language statistics bar for repositories (#8037) 5 years ago
private Show Signer in commit lists and add basic trust (#10425) 5 years ago
repo inform participants on UI too (#10473) 5 years ago
routes Fix admin notices (#10480) 5 years ago
user Various fixes in login sources (#10428) 5 years ago
utils Handle push rejection message in Merge & Web Editor (#10373) 5 years ago
home.go Add detected file language to code search (#10256) 5 years ago
init.go Language statistics bar for repositories (#8037) 5 years ago
install.go Add support for database schema in PostgreSQL (#8819) 5 years ago
metrics.go Use gitea forked macaron (#7933) 6 years ago
swagger_json.go Swagger.v1.json template (#3572) 7 years ago