summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorAllen Wild <aswild@users.noreply.github.com>2018-08-02 04:10:02 -0400
committerLunny Xiao <xiaolunwen@gmail.com>2018-08-02 16:10:02 +0800
commitc40f5d2d4cad5fa02faa360f1cad4438f957b1d5 (patch)
treeb1079fee355fb65d9350506a90a4a60e88578dd1 /modules
parent819f50ccd50b6f7ff320e1341cf430356d5c01fb (diff)
downloadgitea-c40f5d2d4cad5fa02faa360f1cad4438f957b1d5.tar.gz
gitea-c40f5d2d4cad5fa02faa360f1cad4438f957b1d5.zip
api: repos/search: add parameters to control the sort order (#3964)
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>
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions