forgejo/routers
Giteabot 052e65e63f
Fix incorrect oldest sort in project list (#25806) (#25835)
Backport #25806 by @yp05327

sort type `oldest` should be `Asc`.
Added a test for this.

I see we have `SearchOrderBy` in db model, but we are using many
different ways to define the sort type.
~Maybe we can improve this later.~
↑ Improved in this PR

Co-authored-by: yp05327 <576951401@qq.com>
2023-07-12 13:22:17 +08:00
..
api For API attachments, use API URL (#25639) (#25814) 2023-07-10 12:56:16 +00:00
common
install Make "install page" respect environment config (#25648) (#25799) 2023-07-10 11:51:05 +00:00
private Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
utils
web Fix incorrect oldest sort in project list (#25806) (#25835) 2023-07-12 13:22:17 +08:00
init.go