- 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.