summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* #12, use go-gogs-clientUnknwon2014-11-142-7/+9
|
* Add function argument missingSean Keery2014-11-141-3/+3
| | | Not enough arguments in call to c.AddFunc when I copied and pasted
* #12, add/edit hookUnknwon2014-11-132-1/+10
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-132-15/+111
|
* add personal access token panel #12Unknwon2014-11-125-25/+48
|
* work on #616 and update localesUnknwon2014-11-102-34/+39
|
* continue work on #255Unknwon2014-11-072-68/+3
|
* work on #609Unknwon2014-11-072-0/+43
|
* Fix #605, fix #255, fix #101Unknwon2014-11-062-70/+167
|
* fix session API broken and SQL pretectionUnknwon2014-11-041-3/+0
|
* Add basic FCGI supportAndy Leap2014-11-031-0/+4
|
* check for smtp AUTH extensionmcheng892014-10-311-1/+1
|
* Fix fork repo and macaron API brokenUnknwon2014-10-241-1/+1
|
* update slack hook to use new formatChristopher Brickley2014-10-241-2/+1
|
* Able to fork repo to individualsUnknwon2014-10-192-3/+23
|
* Fix API brokenUnknwon2014-10-181-1/+1
|
* Use binding middlewareUnknwon2014-10-159-576/+87
|
* Fix repo css and rel path img in mdUnknwon2014-10-141-0/+8
|
* Fix diff css style, hooks \r charUnknwon2014-10-111-1/+1
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-111-6/+0
|
* Page: Compare 2 commitsUnknwon2014-10-101-63/+3
|
* Allow mail with self-signed certificatesUnknwon2014-10-091-2/+51
|
* Fix malformed addressMichel Roux2014-10-081-1/+1
|
* Update with macaronUnknwon2014-10-061-2/+0
|
* Fix #264Unknwon2014-10-064-0/+144
|
* Fix #522Unknwon2014-10-061-1/+1
|
* Merge pull request #525 from linquize/tag-sort-reverse无闻2014-10-052-0/+16
|\ | | | | sort tags in descending order by version number
| * If git >= 2.0, sort tags in descending order by version numberLinquize2014-10-052-0/+16
| |
* | Basic xss preventionUnknwon2014-10-042-23/+52
|/
* Fix #515Unknwon2014-09-304-7/+9
|
* Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵Martin van Beurden2014-09-281-2/+2
| | | | cached
* UI: Confirmation boxUnknwon2014-09-281-18/+0
|
* Fix bug on transfer repoUnknwon2014-09-251-5/+3
|
* Fix download archive issueUnknwon2014-09-241-8/+3
|
* Page: Repository home pageUnknwon2014-09-231-1/+4
|
* Fix #495 and cannot view repository by tagUnknwon2014-09-232-2/+7
|
* Feature: Integrate crypto/tls/generate_cert.go commandUnknwon2014-09-221-0/+6
|
* Add basic submodule supportUnknwon2014-09-221-0/+52
|
* submodule support and closed #478lunnyxiao2014-09-221-1/+1
|
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-223-2/+6
|\
| * Support custom robots.txtUnknwon2014-09-211-0/+3
| |
| * Mirror bug fixUnknwon2014-09-211-0/+1
| |
| * Mirror bug fixUnknwon2014-09-211-1/+0
| |
| * Set cookiepath to AppSubUrlMartin van Beurden2014-09-213-2/+3
| |
* | add submodule basic support & buf fixed #478lunnyxiao2014-09-224-1/+61
|/
* Add suburl supportUnknwon2014-09-197-29/+30
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-187-32/+45
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Mirror fix and fix #481Unknwon2014-09-172-6/+8
|
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-173-12/+75
|\ | | | | | | | | Conflicts: conf/app.ini
| * Quick fix on #476Unknwon2014-09-161-1/+1
| |