gitea/routers
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
..
api/v1 Replace `list.List` with slices (#16311) 2021-08-09 14:08:51 -04:00
common Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
install Allow setting X-FRAME-OPTIONS (#16643) 2021-08-06 16:47:10 -04:00
private Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
utils just add some unit tests (#16291) 2021-06-29 22:00:02 +01:00
web Replace `list.List` with slices (#16311) 2021-08-09 14:08:51 -04:00
init.go Refactor: Move login out of models (#16199) 2021-07-24 11:16:34 +01:00