forgejo/models/organization
Gusted df38c41c7a
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 12e23ee19916f4ca3f10916be8bb8666fd0d6f58 where the
`recentupdated` case was not added to the map, but was handled
seperately as a fallback. The regression came into affect when
5a0bc357992dad725b0163105f8b6464ec130a21 also relied on this map but
didn't handle the `recentupdated` case.
2024-10-19 23:53:29 +02:00
..