gitea/routers
Allen Wild 909feaafa7 routers/repo/setting: display correct error for invalid mirror interval (#6414)
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
2019-03-25 17:51:55 -04:00
..
admin
api/v1 Updates SDK dep (#6406) 2019-03-22 11:38:49 -04:00
dev
org
private
repo routers/repo/setting: display correct error for invalid mirror interval (#6414) 2019-03-25 17:51:55 -04:00
routes
user Don't Unescape redirect_to cookie value (#6399) 2019-03-20 22:06:16 -04:00
utils
home.go
init.go
install.go
metrics.go
swagger_json.go