aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-08-31
|\ | | | | | | | | Conflicts: dockerfiles/README.md
| * Merge pull request #365 from choas/patch-1Lunny Xiao2014-08-24
| |\ | | | | | | update dockerfiles README.md
| | * update dockerfiles README.mdLars Gregori2014-08-24
| |/ | | | | typo
| * Merge pull request #338 from gogits/revert-335-patch-1无闻2014-07-28
| |\ | | | | | | Revert "actually use SshPort variable"
| | * Revert "actually use SshPort variable"无闻2014-07-28
| |/
| * Merge pull request #335 from taziden/patch-1无闻2014-07-27
| |\ | | | | | | actually use SshPort variable
| | * actually use SshPort variabletaziden2014-07-27
| |/ | | | | SshPort is defined (SSH_PORT) but the value is not actually used (just compared to default port 22).
| * Merge pull request #294 from ecnahc515/patch-2无闻2014-07-21
| |\ | | | | | | Remove apt-get cleanup from Dockerfile
| | * Remove apt-get cleanup from DockerfileChance Zibolski2014-07-21
| |/ | | | | Purging/cleaning packages using apt doesn't actually reduce image size, and only creates additional layers, which doesn't add any benefit to the overall image.
* | Merge pull request #396 from fanningert/patch-1无闻2014-08-31
|\ \ | | | | | | Update locale_zh-CN.ini
| * | Update locale_zh-CN.inifanningert2014-08-30
| | | | | | | | | Double entry of "config.log_config"
* | | Merge pull request #397 from fanningert/patch-2无闻2014-08-31
|\ \ \ | | | | | | | | Update locale_en-US.ini
| * | | Update locale_en-US.inifanningert2014-08-30
| |/ / | | | | | | Double entry of "config.log_config"
* | | Merge pull request #398 from fanningert/patch-3无闻2014-08-31
|\ \ \ | |/ / |/| | Update locale_de-DE.ini
| * | Update locale_de-DE.inifanningert2014-08-30
|/ /
* | Merge pull request #394 from tstorch/trailing_white_spaces无闻2014-08-30
|\ \ | | | | | | Removed trailing white spaces
| * | Removed trailing white spacesTristan Storch2014-08-30
|/ / | | | | | | | | | | | | | | | | | | 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.
* | Finish all new admin pages.Unknwon2014-08-30
| |
* | Merge pull request #391 from fanningert/patch-1无闻2014-08-30
|\ \ | | | | | | Update locale_en-US.ini
| * | Update locale_en-US.inifanningert2014-08-30
| | |
* | | Merge pull request #392 from fanningert/patch-2无闻2014-08-30
|\ \ \ | |/ / |/| | Update locale_de-DE.ini
| * | Update locale_de-DE.inifanningert2014-08-30
|/ /
* | Merge pull request #386 from fanningert/patch-2无闻2014-08-29
|\ \ | | | | | | Update locale_de-DE.ini
| * | Update locale_de-DE.inifanningert2014-08-29
| | | | | | | | | Add missing translation keys and add some german translations
* | | Continue working on new admin pagesUnknwon2014-08-29
|/ /
* | Add migrate repo APIUnknwon2014-08-29
| |
* | Finish new admin users pagesUnknwon2014-08-29
| |
* | Merge pull request #384 from fanningert/patch-1无闻2014-08-28
|\ \ | | | | | | Update locale_de-DE.ini
| * | Update locale_de-DE.inifanningert2014-08-28
| | | | | | | | | Add missing translation of "locale_en-US.ini"
* | | Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-08-29
|\| |
| * | Finish new admin dashboardUnknwon2014-08-28
| | |
* | | add migrate apilunnyxiao2014-08-29
|/ /
* | Mirror issue fixUnknwon2014-08-27
| |
* | Bug fix on organizationUnknwon2014-08-27
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-26
|\ \
| * \ Merge pull request #371 from m0sth8/bufix_migrate_all_branches无闻2014-08-25
| |\ \ | | | | | | | | Migrate all branches and tags
| | * | Migrate all branches and tagsVyacheslav Bakhmutov2014-08-25
| | | |
| * | | Merge pull request #372 from andmarios/dev无闻2014-08-25
| |\ \ \ | | |/ / | |/| | Remove newline characters from ssh key before processing it.
| | * | import stringsMarios Andreopoulos2014-08-25
| | | |
| | * | fix typoMarios Andreopoulos2014-08-25
| | | |
| | * | fix wrong variable nameMarios Andreopoulos2014-08-25
| | | |
| | * | remove extra commaMarios Andreopoulos2014-08-25
| | | |
| | * | Remove newline characters from ssh key before processing it.Marios Andreopoulos2014-08-25
| |/ / | | | | | | | | | Fixes issue #370: https://github.com/gogits/gogs/issues/370
* / / Finsih add/remove repo in organizationUnknwon2014-08-26
|/ /
* | fix #367Unknwon2014-08-25
| |
* | Finish new edit team page, add member to teamUnknwon2014-08-24
| |
* | Fix and set git configUnknwon2014-08-23
| |
* | Fix #362, update code with upstreamUnknwon2014-08-23
| |
* | Fix code styleUnknwon2014-08-23
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-23
|\ \