forgejo/models/organization
Gusted 642dd61446 fix: Add recentupdated as recognized sort option
- Add `recentupdated` to the `OrderByMap`.
- Add integration testing for organization and user repository sorting.
- Resolves #5612
- Regression from 12e23ee199 where the
`recentupdated` case was not added to the map, but was handled
seperately as a fallback. The regression came into affect when
5a0bc35799 also relied on this map but
didn't handle the `recentupdated` case.

(cherry picked from commit df38c41c7a)
2024-10-20 10:58:07 +00:00
..
TestInconsistentOwnerTeam [BUG] Don't allow owner team with incorrect unit access 2024-10-14 19:59:17 +00:00
main_test.go
mini_org.go
org.go
org_repo.go
org_test.go fix: Add recentupdated as recognized sort option 2024-10-20 10:58:07 +00:00
org_user.go
org_user_test.go
team.go [BUG] Don't allow owner team with incorrect unit access 2024-10-14 19:59:17 +00:00
team_invite.go
team_invite_test.go
team_list.go
team_repo.go
team_test.go [BUG] Don't allow owner team with incorrect unit access 2024-10-14 19:59:17 +00:00
team_unit.go
team_user.go