gitea/routers/api/v1
KN4CK3R d9ef43a712
Replace `list.List` with slices (#16311)
* Replaced list with slice.

* Fixed usage of pointer to temporary variable.

* Replaced LIFO list with slice.

* Lint

* Removed type check.

* Removed duplicated code.

* Lint

* Fixed merge.

Co-authored-by: 6543 <6543@obermui.de>
2021-08-09 14:08:51 -04:00
..
admin Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
misc Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
notify Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
org Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
repo Replace `list.List` with slices (#16311) 2021-08-09 14:08:51 -04:00
settings Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
swagger Swagger AccessToken fixes (#16574) 2021-08-01 16:44:15 -04:00
user Swagger AccessToken fixes (#16574) 2021-08-01 16:44:15 -04:00
utils Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
api.go Set AllowedHeaders on API CORS handler (#16524) 2021-08-04 21:56:49 +02:00