summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Add suburl supportUnknwon2014-09-1916-52/+52
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-1816-52/+60
* Add success message after transfer repository #481Unknwon2014-09-171-0/+1
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-172-2/+2
|\
| * fix user's actions on domain/org/name-of-organization/dashboardtobyzxj2014-09-161-1/+1
| * Fix #465Unknwon2014-09-151-1/+1
* | toutf8 improved & add max git diff lineslunnyxiao2014-09-172-21/+6
|/
* Fix UI issueUnknwon2014-09-141-0/+5
* Remove APP_LOGO settingMathieu Gagnon2014-09-131-1/+0
* Prepare 0.5 releaseUnknwon2014-09-122-3/+3
* Bug: Transfer repository doesn't update the countUnknwon2014-09-121-1/+5
* Remove hg depUnknwon2014-09-071-3/+3
* Merge pull request #442 from compressed/org_hook无闻2014-09-072-16/+109
|\
| * getOrgRepoCtx returns values directly & errChristopher Brickley2014-09-051-45/+70
| * add organization-level webhooksChristopher Brickley2014-09-052-8/+76
| * HookType is case-sensitiveChristopher Brickley2014-09-051-2/+2
* | Merge pull request #447 from m0sth8/fix-milestone-render-markdown无闻2014-09-071-1/+1
|\ \
| * | Render milestone content as markdownVyacheslav Bakhmutov2014-09-051-1/+1
| |/
* | Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-071-22/+27
* | Fix #348Unknwon2014-09-051-1/+25
|/
* take params for milestone and assignee from query instead of path argsVyacheslav Bakhmutov2014-09-031-2/+2
* add commit compare functionalityChristopher Brickley2014-09-011-2/+63
* add Slack API webhook supportChristopher Brickley2014-08-311-1/+125
* Finish all new admin pages.Unknwon2014-08-301-20/+12
* Continue working on new admin pagesUnknwon2014-08-295-86/+120
* Add migrate repo APIUnknwon2014-08-292-38/+32
* Finish new admin users pagesUnknwon2014-08-293-223/+224
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-08-291-2/+3
|\
| * Finish new admin dashboardUnknwon2014-08-281-2/+3
* | add migrate apilunnyxiao2014-08-291-0/+86
|/
* Mirror issue fixUnknwon2014-08-271-8/+0
* Bug fix on organizationUnknwon2014-08-273-5/+21
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-261-2/+7
|\
| * import stringsMarios Andreopoulos2014-08-251-1/+3
| * fix typoMarios Andreopoulos2014-08-251-1/+1
| * fix wrong variable nameMarios Andreopoulos2014-08-251-3/+3
| * remove extra commaMarios Andreopoulos2014-08-251-1/+1
| * Remove newline characters from ssh key before processing it.Marios Andreopoulos2014-08-251-2/+5
* | Finsih add/remove repo in organizationUnknwon2014-08-264-23/+120
|/
* Finish new edit team page, add member to teamUnknwon2014-08-243-17/+155
* Fix code styleUnknwon2014-08-231-2/+4
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-231-1/+25
|\
| * auto detect text file encode and convert to utf8lunnyxiao2014-08-201-1/+25
* | Working on organization pagesUnknwon2014-08-231-4/+6
|/
* Add/remove member need add/remove access to repositories as wellUnknwon2014-08-161-2/+2
* Finish team list, create new team, join/leave team pageUnknwon2014-08-164-66/+69
* Finish new organization members and invitation pageUnknwon2014-08-152-3/+94
* Page: `/org/:orgname/settings`Unknwon2014-08-143-113/+106
* Finish new home page of organizationUnknwon2014-08-103-38/+47
* Finish new reset password, etc.Unknwon2014-08-092-119/+129