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 Fix admin config page error, use tests to cover the admin config and 500 error page (#24965) 2023-05-29 15:00:21 +00:00
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 Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web Fix incorrect oldest sort in project list (#25806) (#25835) 2023-07-12 13:22:17 +08:00
init.go Refactor path & config system (#25330) (#25416) 2023-06-22 16:27:18 +00:00