aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|\
| * auto detect text file encode and convert to utf8lunnyxiao2014-08-20
| |
* | Working on organization pagesUnknwon2014-08-23
|/
* Add/remove member need add/remove access to repositories as wellUnknwon2014-08-16
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Merge pull request #359 from fanningert/dev无闻2014-08-14
|\ | | | | Correct some type issues in the English translation and update the German translation
| * Correct type issue in locale_en-US.inifanningert2014-08-14
| |
| * German translation updatedfanningert2014-08-14
| |
| * Correct type issue in locale_en-US.inifanningert2014-08-14
|/
* Merge pull request #358 from fanningert/dev无闻2014-08-14
|\ | | | | Correct some type issues in the english locale file
| * Initial release of german translationfanningert2014-08-14
| |
| * Correct some type issuesfanningert2014-08-14
| |
| * Correct some type issuesfanningert2014-08-14
|/
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Merge pull request #357 from rojaro/patch-1无闻2014-08-14
|\ | | | | Update locale_en-US.ini