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/templates
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 Added dependencies for issues (#2196) (#2531) 6 years ago
base Swagger.v1.json template (#3572) 6 years ago
custom Templates for extra links in top navbar and repo tool tabs. (#3308) 7 years ago
explore Added repository search ordered by stars or forks. Forks column in admin repo list. (#3969) 6 years ago
mail Add `noreferrer` to rel='noopener` for <a> tags (#4328) 6 years ago
org Add `noreferrer` to rel='noopener` for <a> tags (#4328) 6 years ago
repo fix IsPullReuqestBroken->IsPullRequestBroken (#4578) 6 years ago
status Change import reference to match gitea instead of gogs (#37) 8 years ago
swagger api: repos/search: add parameters to control the sort order (#3964) 6 years ago
user Implemented hover text showing user FullName (#4261) 6 years ago
home.tmpl Add `noreferrer` to rel='noopener` for <a> tags (#4328) 6 years ago
install.tmpl issue-2768: added new option allow_only_external_registration (#3910) 6 years ago