gogs/routers/repo
Unknwon d521e716dd
refactoring: SSH and HTTP push procees is now unified
We used to handle SSH and HTTP push separately which produces
duplicated code, but now with post-receive hook, the process
is unified to one single place and much cleaner.
Thus, UpdateTask struct is removed.

Narrow down the range of Git HTTP routes to reduce condufsing
HTTP Basic Authentication window popup on browser.

By detecting <old-commit, new-commit, ref-name> inside post-receive
hook, Git HTTP doesn't need to read the whole content body anymore,
which completely solve the RAM problem reported in #636.
2017-02-16 16:33:49 -05:00
..
branch.go repo/branch: force delete merged branch (#4128) 2017-02-15 18:24:32 -05:00
commit.go Fix 500 when repo has invalid .editorconfig (#3758) 2017-02-01 07:21:03 -05:00
download.go router/repo: code refactoring 2016-08-30 02:08:38 -07:00
editor.go repo/editor: fix breadcrumb path cuts parent dirs (#3859) 2017-02-16 08:34:49 -05:00
http.go refactoring: SSH and HTTP push procees is now unified 2017-02-16 16:33:49 -05:00
issue.go log: start using gopkg.in/clog.v1 2017-02-09 19:29:59 -05:00
pull.go refactoring: SSH and HTTP push procees is now unified 2017-02-16 16:33:49 -05:00
release.go Improve Open Graph Meta tags (#3664) 2017-02-11 00:03:10 -05:00
repo.go routers/repo: allow shorter SHA to download archive (#3834) 2017-02-12 18:28:42 -05:00
setting.go models/ssh_key: fix SSH_KEYGEN_PATH not working (#3770) 2017-02-10 02:26:55 -05:00
view.go Fix compilation error 2017-02-15 04:09:07 -05:00
webhook.go webhook: match email with real user in database for test delivery (#3652) 2017-02-14 03:32:13 -05:00
wiki.go Do not show filename not have suffifx .md 2016-07-01 15:34:03 +08:00