summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add migrate repo APIUnknwon2014-08-291-2/+7
|
* Finish new admin users pagesUnknwon2014-08-291-1/+1
|
* Mirror issue fixUnknwon2014-08-271-1/+0
|
* Bug fix on organizationUnknwon2014-08-271-4/+3
|
* Finsih add/remove repo in organizationUnknwon2014-08-261-1/+3
|
* Finish new edit team page, add member to teamUnknwon2014-08-241-2/+4
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-161-3/+2
|
* Finish new organization members and invitation pageUnknwon2014-08-151-0/+5
|
* Page: `/org/:orgname/settings`Unknwon2014-08-141-23/+31
|
* Finish new home page of organizationUnknwon2014-08-101-2/+2
|
* Finish new web hook pagesUnknwon2014-08-092-7/+17
|
* Finish new hooks list pageUnknwon2014-08-091-2/+2
|
* Finish new collaboration pageUnknwon2014-08-071-3/+2
|
* Use toolboxUnknwon2014-08-061-5/+14
|
* Finish new repo settings pageUnknwon2014-08-021-3/+2
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-311-11/+19
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-12/+12
| | | | dashboard news feed page, create organization page
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-86/+88
|
* New UI merge in progressUnknwon2014-07-263-173/+192
|
* Add file upload for attachmentsJustin Nuß2014-07-241-7/+1
|
* Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-241-8/+7
|
* Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-241-3/+8
|
* WIP: Allow attachments for commentsJustin Nuß2014-07-231-1/+4
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-07-121-0/+2
|\
| * add organization team-single pagefuxiaohei2014-07-071-0/+2
| |
* | Fix #285Unknown2014-07-122-3/+16
|/
* Move debug router locationUnknown2014-07-061-3/+1
|
* Change martini.Static to custom Static functionUnknown2014-07-041-2/+2
|
* Add 'pprof' tag for enabling debuggingJustin Nuß2014-07-041-0/+3
|