summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* toutf8 improved & add max git diff lineslunnyxiao2014-09-177-34/+62
|
* Fix UI issueUnknwon2014-09-141-0/+5
|
* Fix #461Unknwon2014-09-143-25/+30
|
* UI fixUnknwon2014-09-139-12/+24
|
* add missing styleUnknwon2014-09-132-10/+18
|
* Merge pull request #460 from 4d47/rm-app-logo无闻2014-09-137-8/+3
|\ | | | | Remove APP_LOGO setting
| * Remove APP_LOGO settingMathieu Gagnon2014-09-137-8/+3
|/
* Prepare 0.5 releaseUnknwon2014-09-124-26/+14
|
* Prepare 0.5 releaseUnknwon2014-09-126-28/+28
|
* fix https://github.com/go-xorm/xorm/issues/161Unknwon2014-09-122-6/+13
|
* Bug: Transfer repository doesn't update the countUnknwon2014-09-127-13/+21
|
* build script fixedlunnyxiao2014-09-122-29/+27
|
* Fix clone panel z-indexUnknwon2014-09-105-4/+4
|
* Merge pull request #456 from compressed/send_hook_immediately无闻2014-09-101-0/+2
|\ | | | | Deliver hooks immediately after commit
| * deliver hooks immediately after commitChristopher Brickley2014-09-101-0/+2
|/
* Fix #453Unknwon2014-09-091-3/+3
|
* Merge pull request #455 from pkgr/pkgr-dev无闻2014-09-094-0/+67
|\ | | | | Make Gogs packageable with https://packager.io
| * Move into packager folderCyril Rohr2014-09-094-1/+4
| |
| * Make Gogs packageable with https://packager.ioCyril Rohr2014-09-094-0/+64
| |
* | Fix #452Unknwon2014-09-093-4/+4
| |
* | Merge pull request #451 from compressed/hook_task_upd无闻2014-09-091-1/+1
|\ \ | |/ |/| update specific hook_task, not all
| * update specific hook_task, not allChristopher Brickley2014-09-091-1/+1
|/
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-081-1/+1
|\
| * Merge pull request #435 from tstorch/translation-update无闻2014-09-071-1/+1
| |\ | | | | | | Small German update
| | * Small German updateTristan Storch2014-09-031-1/+1
| | | | | | | | | | | | Cleaning up a misunderstanding I had.
* | | add showinfo for xormlunnyxiao2014-09-081-0/+1
|/ /
* | Fix test casesUnknwon2014-09-078-6/+7
| |
* | Remove ldap depUnknwon2014-09-0724-7/+2742
| |
* | Remove hg depUnknwon2014-09-0736-8/+119822
| |
* | Organization level webhooksUnknwon2014-09-076-21/+25
| |
* | Merge pull request #442 from compressed/org_hook无闻2014-09-0712-34/+243
|\ \ | | | | | | Organization-level Webhooks
| * | getOrgRepoCtx returns values directly & errChristopher Brickley2014-09-051-45/+70
| | |
| * | add organization-level webhooksChristopher Brickley2014-09-0512-24/+208
| | |
| * | HookType is case-sensitiveChristopher Brickley2014-09-051-2/+2
| | | | | | | | | | | | Update webhook wasn’t showing up because of the wrong case
| * | modify grammar undo -> undoneChristopher Brickley2014-09-051-2/+2
| | |
* | | Merge pull request #447 from m0sth8/fix-milestone-render-markdown无闻2014-09-071-1/+1
|\ \ \ | | | | | | | | Render milestone content as markdown
| * | | Render milestone content as markdownVyacheslav Bakhmutov2014-09-051-1/+1
| |/ /
* | | Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-0711-299/+408
| | |
* | | Fix #348Unknwon2014-09-0513-59/+121
|/ /
* | Merge pull request #446 from m0sth8/fix-milestone-content-size无闻2014-09-041-1/+1
|\ \ | | | | | | Set milestone content field to TEXT orm type
| * | Set milestone content field to TEXT orm typeVyacheslav Bakhmutov2014-09-051-1/+1
|/ /
* | Merge pull request #444 from tstorch/database-cleanup无闻2014-09-041-29/+15
|\ \ | | | | | | Code dedoublication in models/models.go
| * | Code dedoublication in models/models.goTristan Storch2014-09-041-29/+15
| | | | | | | | | | | | Just some code dedoublication in models/models.go
* | | Merge pull request #441 from tstorch/git-setupLunny Xiao2014-09-041-10/+16
|\ \ \ | |/ / |/| | Standard git user.name and user.email if not set
| * | Standard git user.name and user.email if not setTristan Storch2014-09-041-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Git user.name and user.email will now be set to the standard values - Gogs - gogitservice@gmail.com if user.name is not set or empty. If user.name is set and user.email not, it will leave it this way.
* | | Merge pull request #440 from deringer/dev无闻2014-09-031-2/+2
|\ \ \ | | | | | | | | Correct loading of font-awesome styles from CDN
| * | | add rel attribute such that font-awesome icons load correctlyMichael Dyrynda2014-09-041-2/+2
|/ / /
* | | Merge pull request #437 from tstorch/docker-update无闻2014-09-031-1/+1
|\ \ \ | |/ / |/| | Use variables, when the're there
| * | Use variables, when the're thereTristan Storch2014-09-031-1/+1
|/ / | | | | | | Why not use the environment variables, when they are there...
* | Merge pull request #436 from tstorch/docker-update无闻2014-09-031-4/+5
|\ \ | |/ |/| docker dev block update