summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* add pull-request and labels page designfuxiaohei2014-11-171-0/+2
|
* GetFile apiUnknwon2014-11-161-0/+1
|
* use AppSubUrl as prefix for routes in FCGI modeKyle P Davis2014-11-161-0/+3
|
* #12, use go-gogs-clientUnknwon2014-11-141-1/+1
|
* #12, add/edit hookUnknwon2014-11-131-3/+6
|
* fix #622Unknwon2014-11-131-5/+5
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-131-2/+7
|
* add personal access token panel #12Unknwon2014-11-121-4/+2
|
* work on #609Unknwon2014-11-071-9/+5
|
* Fix #605, fix #255, fix #101Unknwon2014-11-061-11/+9
|
* Work on #5 fork and fix #608Unknwon2014-11-051-2/+4
|
* fix session API broken and SQL pretectionUnknwon2014-11-041-1/+1
|
* Add basic FCGI supportAndy Leap2014-11-031-0/+3
|
* Fix fork repo and macaron API brokenUnknwon2014-10-241-165/+165
|
* Fix API brokenUnknwon2014-10-181-1/+1
|
* Use binding middlewareUnknwon2014-10-151-1/+1
|
* Fix gzipUnknwon2014-10-131-4/+4
|
* Page: Compare 2 commitsUnknwon2014-10-101-0/+1
|
* Hide org member in collar pageUnknwon2014-10-101-2/+6
|
* Allow custom localeUnknwon2014-10-091-5/+7
|
* Fix #532, add system noticeUnknwon2014-10-081-0/+5
|
* Fix #524Unknwon2014-10-072-0/+36
|
* Update with macaronUnknwon2014-10-061-3/+7
|
* Fix #264Unknwon2014-10-061-0/+6
|
* Work on #516Unknwon2014-10-011-1/+7
|
* Fix #514Unknwon2014-09-291-2/+5
|
* Merge branch 'master' of github.com:gogits/gogsUnknwon2014-09-281-0/+1
|\ | | | | | | | | | | Conflicts: public/ng/less/gogs/repository.less templates/repo/home.tmpl
| * add issue router for new issue page ui previewfuxiaohei2014-09-271-0/+1
| |
* | UI: Confirmation boxUnknwon2014-09-281-0/+6
|/
* Fix bug on transfer repoUnknwon2014-09-251-1/+2
|
* Fix download archive issueUnknwon2014-09-241-2/+1
|
* bug fixed for download 404 from repo's home pagelunnyxiao2014-09-241-0/+1
|
* Fix #495 and cannot view repository by tagUnknwon2014-09-231-1/+1
|
* Feature: Integrate crypto/tls/generate_cert.go commandUnknwon2014-09-221-0/+158
|
* Support custom robots.txtUnknwon2014-09-211-0/+9
|
* Mirror bug fixUnknwon2014-09-211-3/+4
|
* Mirror bug fixUnknwon2014-09-211-4/+3
|
* Set cookiepath to AppSubUrlMartin van Beurden2014-09-211-3/+4
|
* Add suburl supportUnknwon2014-09-191-2/+5
|
* Fix #468Unknwon2014-09-151-1/+2
|
* Fix #464Unknwon2014-09-151-6/+4
|
* Organization level webhooksUnknwon2014-09-072-6/+8
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-071-0/+7
|\ | | | | Organization-level Webhooks
| * add organization-level webhooksChristopher Brickley2014-09-051-0/+7
| |
* | Fix #348Unknwon2014-09-051-0/+1
|/
* Set headers in js and go files to X-Csrf-TokenVyacheslav Bakhmutov2014-09-021-0/+1
|
* add commit compare functionalityChristopher Brickley2014-09-011-0/+1
|
* add Slack API webhook supportChristopher Brickley2014-08-311-2/+4
|
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Continue working on new admin pagesUnknwon2014-08-291-18/+26
|