Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #362, update code with upstream | Unknwon | 2014-08-23 | 3 | -87/+367 |
| | |||||
* | Fix code style | Unknwon | 2014-08-23 | 3 | -4/+6 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-23 | 1 | -1/+25 |
|\ | |||||
| * | auto detect text file encode and convert to utf8 | lunnyxiao | 2014-08-20 | 1 | -1/+25 |
| | | |||||
* | | Working on organization pages | Unknwon | 2014-08-23 | 10 | -6/+86 |
|/ | |||||
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 | 3 | -11/+113 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 33 | -358/+533 |
| | |||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 5 | -8/+44 |
| | |||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 24 | -208/+450 |
| | |||||
* | Merge pull request #359 from fanningert/dev | 无闻 | 2014-08-14 | 2 | -132/+131 |
|\ | | | | | 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 | 1 | -1/+1 |
| | | |||||
| * | German translation updated | fanningert | 2014-08-14 | 1 | -130/+129 |
| | | |||||
| * | Correct type issue in locale_en-US.ini | fanningert | 2014-08-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #358 from fanningert/dev | 无闻 | 2014-08-14 | 2 | -5/+293 |
|\ | | | | | Correct some type issues in the english locale file | ||||
| * | Initial release of german translation | fanningert | 2014-08-14 | 1 | -0/+288 |
| | | |||||
| * | Correct some type issues | fanningert | 2014-08-14 | 1 | -1/+1 |
| | | |||||
| * | Correct some type issues | fanningert | 2014-08-14 | 1 | -5/+5 |
|/ | |||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 19 | -184/+393 |
| | |||||
* | Merge pull request #357 from rojaro/patch-1 | 无闻 | 2014-08-14 | 1 | -1/+1 |
|\ | | | | | Update locale_en-US.ini | ||||
| * | Update locale_en-US.ini | rojaro | 2014-08-13 | 1 | -1/+1 |
|/ | | | Fixed typo | ||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 27 | -143/+446 |
| | |||||
* | Finish new reset password, etc. | Unknwon | 2014-08-09 | 16 | -617/+640 |
| | |||||
* | Feature: Social sign in | Unknwon | 2014-08-09 | 3 | -4/+9 |
| | |||||
* | Page: Manage social accounts | Unknwon | 2014-08-09 | 14 | -124/+149 |
| | |||||
* | UI: Bare repository does not have visual link to settings page | Unknwon | 2014-08-09 | 2 | -1/+6 |
| | |||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 23 | -265/+249 |
| | |||||
* | Finish new hooks list page | Unknwon | 2014-08-09 | 17 | -145/+167 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-08-08 | 36 | -210/+2414 |
|\ | |||||
| * | Mirror fix on #352 | Unknwon | 2014-08-07 | 1 | -3/+2 |
| | | |||||
| * | Merge pull request #352 from DerDackel/ssh-permissions | 无闻 | 2014-08-07 | 1 | -1/+12 |
| |\ | | | | | | | Ensure correct permissions on .ssh and authorized_keys file | ||||
| | * | Moved defer f.Close() up so there is no chance of returning without closing ↵ | Sebastian Jackel | 2014-08-07 | 1 | -3/+5 |
| | | | | | | | | | | | | and handled an error on f.Chmod | ||||
| | * | Corrected log message | Sebastian Jackel | 2014-08-07 | 1 | -1/+1 |
| | | | |||||
| | * | Make sure, .ssh directory and authorized_keys file are kept at correct ↵ | Sebastian Jackel | 2014-08-07 | 1 | -1/+10 |
| | | | | | | | | | | | | permissions | ||||
| * | | Finish new collaboration page | Unknwon | 2014-08-07 | 23 | -149/+434 |
| |/ | |||||
| * | nowarp fix | Unknwon | 2014-08-07 | 2 | -13/+40 |
| | | |||||
| * | Use toolbox | Unknwon | 2014-08-06 | 7 | -30/+33 |
| | | |||||
| * | Add missing less files | Unknwon | 2014-08-05 | 13 | -39/+1917 |
| | | |||||
| * | Fix bare repo bug | Unknwon | 2014-08-05 | 5 | -14/+15 |
| | | |||||
* | | bug fixed | lunnyxiao | 2014-08-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #347 from nuss-justin/dev | 无闻 | 2014-08-04 | 1 | -2/+2 |
|\ | | | | | Fix wrong selector for AJAX issue creation. | ||||
| * | Fix wrong selector for AJAX issue creation. | Justin Nuß | 2014-08-04 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #346 from nuss-justin/vet | 无闻 | 2014-08-04 | 3 | -3/+2 |
|\ \ | |/ |/| | Fix invalid struct tags and remove unreachable code. | ||||
| * | Fix invalid struct tags and remove unreachable code. | Justin Nuß | 2014-08-04 | 3 | -3/+2 |
|/ | |||||
* | Finish new repo settings page | Unknwon | 2014-08-02 | 25 | -347/+502 |
| | |||||
* | Fix #340 | Unknwon | 2014-08-01 | 3 | -11/+19 |
| | |||||
* | Fix #258 | Unknwon | 2014-08-01 | 1 | -5/+1 |
| | |||||
* | Mirro fix on PR #311 | Unknwon | 2014-08-01 | 1 | -48/+17 |
| | |||||
* | Merge pull request #311 from nuss-justin/issue/281 | 无闻 | 2014-08-01 | 4 | -2/+80 |
|\ | | | | | Fix #281. Add mouse-over precise time and on-click switch listener. | ||||
| * | Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281 | Justin Nuß | 2014-07-26 | 221 | -7605/+13662 |
| |\ | | | | | | | | | | | | | Conflicts: modules/base/tool.go | ||||
| * | | Fix #281. Add mouse-over precise time and on-click switch listener. | Justin Nuß | 2014-07-24 | 4 | -2/+81 |
| | | |