You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
Allen Wild 0bf7ed55be routers/repo/setting: display correct error for invalid mirror interval (#6429)
Set Err_Interval in the context data so that the mirror interval box is
highlighted red as expected.

Clear Err_RepoName for the mirror and advanced actions. repo_name is not
set by these forms, causing auth.validate() to set the Err_RepoName
before SettingsPost is called, which would lead to the repository name
box getting erroneously highlighted red.

Fixes: https://github.com/go-gitea/gitea/issues/6396
6 years ago
..
admin Show private organization for admin, fix #6111 (#6112) 6 years ago
api/v1 make sure units of a team are returned (#6379) (#6381) 6 years ago
dev Make time diff translatable (#2057) 8 years ago
org fix bug when update owner team then visit team's repo return 404 (#6119) 6 years ago
private Clean up various use of escape/unescape functions for URL generation (#6334) 6 years ago
repo routers/repo/setting: display correct error for invalid mirror interval (#6429) 6 years ago
routes Add same changes from issues page to milestone->issues page (#6328) 6 years ago
user Don't Unescape redirect_to cookie value (#6399) (#6401) 6 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 7 years ago
home.go Clean up various use of escape/unescape functions for URL generation (#6334) 6 years ago
init.go refactor issue indexer, add some testing and fix a bug (#6131) 6 years ago
install.go Integrate OAuth2 Provider (#5378) 6 years ago
metrics.go Fix metrics auth token detection (#6006) 6 years ago
swagger_json.go Swagger.v1.json template (#3572) 7 years ago