aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * docker dev block updateTristan Storch2014-09-031-4/+5
|/ | | | | The dev Dockerfile now works without superfluous go get calls. At this point the -u option is really not what we want.
* Merge pull request #432 from deringer/dev无闻2014-09-031-2/+2
|\ | | | | Add handling to branch switcher label to make label more consistent with
| * Add handling to branch switcher label to make label more consistent withMichael Dyrynda2014-09-031-2/+2
| | | | | | | | | | | | GitHub behaviour Addresses #431
* | Merge pull request #426 from m0sth8/fix-milestone-assignee无闻2014-09-032-3/+3
|\ \ | |/ |/| Take params for milestone and assignee from query instead of path args
| * take params for milestone and assignee from query instead of path argsVyacheslav Bakhmutov2014-09-032-3/+3
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-09-022-1/+2
|\|
| * Merge pull request #423 from m0sth8/fix-xcsrf-token无闻2014-09-021-0/+1
| |\ | | | | | | Set headers in js and go files to X-Csrf-Token
| | * Set headers in js and go files to X-Csrf-TokenVyacheslav Bakhmutov2014-09-021-0/+1
| |/
| * Merge pull request #421 from arpemedia/dev无闻2014-09-021-1/+1
| |\ | | | | | | Fix grammar error in German translation
| | * Fix grammar error in German translationArpemedia2014-09-021-1/+1
| | |
* | | Fix #425Unknwon2014-09-021-1/+1
|/ /
* | Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-09-020-0/+0
|\ \
| * \ Merge pull request #420 from gogits/revert-419-master无闻2014-09-021-3/+3
| |\ \ | | | | | | | | Revert "Fix a gramma error and translate two additional strings (German ...
| | * | Revert "Fix a gramma error and translate two additional strings (German ↵无闻2014-09-021-3/+3
| |/ / | | | | | | | | | translation)"
| * | Merge pull request #419 from arpemedia/master无闻2014-09-021-3/+3
| |\ \ | | | | | | | | Fix a gramma error and translate two additional strings (German translation)
| | * | Fix a gramma error and translate two additional stringsArpemedia2014-09-021-3/+3
| |/ /
* | / update docs and mirror bug fixUnknwon2014-09-026-37/+59
| |/ |/|
* | Merge branch 'master' into devlunnyxiao2014-09-021-3/+10
|\ \
| * | bug fixed for migrate and fixed #141lunnyxiao2014-09-021-3/+10
| |/
* | Merge pull request #416 from compressed/compare_commits无闻2014-09-0111-66/+178
|\ \ | | | | | | Add commit compare functionality
| * | handle initial commit for compareUrlChristopher Brickley2014-09-012-2/+11
| | |
| * | add commit compare functionalityChristopher Brickley2014-09-0111-66/+169
|/ /
* | Merge pull request #410 from tstorch/docker_mix_match无闻2014-09-0125-40/+373
|\ \ | | | | | | Docker mix and match setup
| * | Docker mix and match setupTristan Storch2014-08-3125-40/+373
| | | | | | | | | | | | | | | | | | Rewrite of the docker setup. Now uses fig to manage containers and container linkage. The base is a block based mix and match, which will give you the possibility to easily test all configurations.
* | | Merge pull request #409 from tstorch/translation-03无闻2014-09-011-92/+80
|\ \ \ | |/ / |/| | German laguage update
| * | German laguage updateTristan Storch2014-08-311-92/+80
|/ / | | | | | | | | | | | | | | What has been done: - standardized expressions - shorter and clearer - minor corrections (orthography)
* | Merge pull request #408 from fanningert/patch-1无闻2014-09-011-0/+5
|\ \ | |/ |/| Add new translation keys
| * Add new translation keysfanningert2014-08-311-0/+5
|/
* Merge pull request #407 from fanningert/patch-3无闻2014-09-011-1/+1
|\ | | | | Update locale_de-DE.ini and correct a wrong translation