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.
forgejo/routers
Allen Wild c40f5d2d4c 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>
6 years ago
..
admin LDAP Public SSH Keys synchronization (#1844) 6 years ago
api/v1 api: repos/search: add parameters to control the sort order (#3964) 6 years ago
dev Make time diff translatable (#2057) 7 years ago
org hide issues from org private repos w/o team assignment (#4034) 6 years ago
private improve protected branch to add whitelist support (#2451) 7 years ago
repo fix IsPullReuqestBroken->IsPullRequestBroken (#4578) 6 years ago
routes Swagger.v1.json template (#3572) 6 years ago
user fix panic issue on update avatar email (#4580) (#4581) 6 years ago
utils Allow adding collaborators with (fullname) (#3103) 7 years ago
home.go fix not respecting landing page setting (#4209) 6 years ago
init.go Store OAuth2 session data in database (#3660) 6 years ago
install.go Keep preseeded database password (#4284) 6 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago