go-gitea/public
Allen Wild bc208783cc api: repos/search: add parameters to control the sort order
The backend SearchRepositoryByName function supports several sort order
options, hook these up to the /repos/search API.

New parameters for /repos/search:
    'sort':  alpha, created, updated, size, or id
    'order': asc or desc

'sort' defaults to alpha.
'order' defaults to ascending, and is ignored if 'sort' is not specified.
The overall default behavior is unchanged (alphabetically ascending).

This partially implements issue #3963

Signed-off-by: Allen Wild <allenwild93@gmail.com>
2018-05-24 19:06:13 -04:00
..
css Adjust z-index for floating labels (#3939) 2018-05-11 11:28:26 +08:00
img Add dingtalk webhook (#2777) 2017-11-21 06:26:43 +02:00
js Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
less Adjust z-index for floating labels (#3939) 2018-05-11 11:28:26 +08:00
vendor Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
swagger.v1.json api: repos/search: add parameters to control the sort order 2018-05-24 19:06:13 -04:00