Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed trailing white spaces | Tristan Storch | 2014-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. | Unknwon | 2014-08-30 |
| | |||
* | Merge pull request #391 from fanningert/patch-1 | 无闻 | 2014-08-30 |
|\ | | | | | Update locale_en-US.ini | ||
| * | Update locale_en-US.ini | fanningert | 2014-08-30 |
| | | |||
* | | Merge pull request #392 from fanningert/patch-2 | 无闻 | 2014-08-30 |
|\ \ | |/ |/| | Update locale_de-DE.ini | ||
| * | Update locale_de-DE.ini | fanningert | 2014-08-30 |
|/ | |||
* | Merge pull request #386 from fanningert/patch-2 | 无闻 | 2014-08-29 |
|\ | | | | | Update locale_de-DE.ini | ||
| * | Update locale_de-DE.ini | fanningert | 2014-08-29 |
| | | | | | | Add missing translation keys and add some german translations | ||
* | | Continue working on new admin pages | Unknwon | 2014-08-29 |
|/ | |||
* | Add migrate repo API | Unknwon | 2014-08-29 |
| | |||
* | Finish new admin users pages | Unknwon | 2014-08-29 |
| | |||
* | Merge pull request #384 from fanningert/patch-1 | 无闻 | 2014-08-28 |
|\ | | | | | Update locale_de-DE.ini | ||
| * | Update locale_de-DE.ini | fanningert | 2014-08-28 |
| | | | | | | Add missing translation of "locale_en-US.ini" | ||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-08-29 |
|\| | |||
| * | Finish new admin dashboard | Unknwon | 2014-08-28 |
| | | |||
* | | add migrate api | lunnyxiao | 2014-08-29 |
|/ | |||
* | Mirror issue fix | Unknwon | 2014-08-27 |
| | |||
* | Bug fix on organization | Unknwon | 2014-08-27 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-26 |
|\ | |||
| * | Merge pull request #371 from m0sth8/bufix_migrate_all_branches | 无闻 | 2014-08-25 |
| |\ | | | | | | | Migrate all branches and tags | ||
| | * | Migrate all branches and tags | Vyacheslav Bakhmutov | 2014-08-25 |
| | | | |||
| * | | Merge pull request #372 from andmarios/dev | 无闻 | 2014-08-25 |
| |\ \ | | |/ | |/| | Remove newline characters from ssh key before processing it. | ||
| | * | import strings | Marios Andreopoulos | 2014-08-25 |
| | | | |||
| | * | fix typo | Marios Andreopoulos | 2014-08-25 |
| | | | |||
| | * | fix wrong variable name | Marios Andreopoulos | 2014-08-25 |
| | | | |||
| | * | remove extra comma | Marios Andreopoulos | 2014-08-25 |
| | | | |||
| | * | Remove newline characters from ssh key before processing it. | Marios Andreopoulos | 2014-08-25 |
| |/ | | | | | | | Fixes issue #370: https://github.com/gogits/gogs/issues/370 | ||
* / | Finsih add/remove repo in organization | Unknwon | 2014-08-26 |
|/ | |||
* | fix #367 | Unknwon | 2014-08-25 |
| | |||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 |
| | |||
* | Fix and set git config | Unknwon | 2014-08-23 |
| | |||
* | Fix #362, update code with upstream | Unknwon | 2014-08-23 |
| | |||
* | Fix code style | Unknwon | 2014-08-23 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-23 |
|\ | |||
| * | auto detect text file encode and convert to utf8 | lunnyxiao | 2014-08-20 |
| | | |||
* | | Working on organization pages | Unknwon | 2014-08-23 |
|/ | |||
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 |
| | |||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |
| | |||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 |
| | |||
* | Finish new organization members and invitation page | Unknwon | 2014-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.ini | fanningert | 2014-08-14 |
| | | |||
| * | German translation updated | fanningert | 2014-08-14 |
| | | |||
| * | Correct type issue in locale_en-US.ini | fanningert | 2014-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 translation | fanningert | 2014-08-14 |
| | | |||
| * | Correct some type issues | fanningert | 2014-08-14 |
| | | |||
| * | Correct some type issues | fanningert | 2014-08-14 |
|/ | |||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 |
| | |||
* | Merge pull request #357 from rojaro/patch-1 | 无闻 | 2014-08-14 |
|\ | | | | | Update locale_en-US.ini |