gitea/models/repo
Zettat123 a0c0cb3a2c
Fix `recentupdate` sorting bugs (#32505)
Fix #32499

- Add the missing `recentupdate` to `OrderByFlatMap`
- Assign default value(`recentupdate`) to `EXPLORE_PAGING_DEFAULT_SORT`
2024-11-15 04:36:22 +00:00
..
archiver.go
attachment.go
attachment_test.go
avatar.go
avatar_test.go
collaboration.go
collaboration_test.go
fork.go
fork_test.go
git.go
issue.go
language_stats.go
license.go
main_test.go
mirror.go
pushmirror.go
pushmirror_test.go
redirect.go
redirect_test.go
release.go Trim title before insert/update to database to match the size requirements of database (#32498) 2024-11-14 07:19:14 +00:00
release_test.go
repo.go Refactor render system (#32492) 2024-11-14 05:02:11 +00:00
repo_indexer.go
repo_list.go
repo_list_test.go
repo_test.go
repo_unit.go
repo_unit_test.go
search.go Fix `recentupdate` sorting bugs (#32505) 2024-11-15 04:36:22 +00:00
star.go
star_test.go
topic.go
topic_test.go
update.go
upload.go
user_repo.go Only query team tables if repository is under org when getting assignees (#32414) 2024-11-05 07:13:52 +00:00
user_repo_test.go
watch.go
watch_test.go
wiki.go
wiki_test.go