1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-07 11:33:31 +02:00
gitea/routers/repo
Unknwon 338af89d56 #2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.

Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
2016-02-17 22:47:06 -05:00
..
branch.go
commit.go Enable sintax highlighting on diff view. Close #733 2016-02-04 18:21:47 -02:00
download.go
http.go #2650 fix possbility that use email as pusher user name 2016-02-17 22:47:06 -05:00
issue.go parse milestone.deadline as local time 2016-02-06 00:10:32 +01:00
pull.go Enable sintax highlighting on diff view. Close #733 2016-02-04 18:21:47 -02:00
release.go Removed HTTP 500 error on the release page when a user deleted their account 2016-02-10 22:04:11 +01:00
repo.go
setting.go Minor fix for #2624 2016-02-15 14:57:15 -05:00
view.go Enable sintax highlighting on diff view. Close #733 2016-02-04 18:21:47 -02:00
webhook.go #2639 add branch prefix for test webhook 2016-02-17 15:05:07 -05:00
wiki.go