Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with macaron | Unknwon | 2014-10-06 | 4 | -8/+10 |
| | |||||
* | Fix #264 | Unknwon | 2014-10-06 | 18 | -19/+317 |
| | |||||
* | Fix #522 | Unknwon | 2014-10-06 | 3 | -3/+3 |
| | |||||
* | Merge pull request #531 from basilfx/dev | 无闻 | 2014-10-05 | 1 | -120/+119 |
|\ | | | | | Updated Dutch translations | ||||
| * | Updated Dutch translations | Bas Stottelaar | 2014-10-05 | 1 | -120/+119 |
| | | | | | | | | | | | | | | | | Fixed some spelling mistakes. * Number up to 20 are written as words instead of digits. * Nouns are written without spaces. * Fixed mixups between informal/formal language. * Removal of extra spaces in sentences. | ||||
* | | Merge pull request #530 from chk1/master | 无闻 | 2014-10-05 | 1 | -7/+16 |
|\ \ | |/ |/| | Add and translate missing German strings for user page | ||||
| * | Add and translate missing German strings for user page | unknown | 2014-10-05 | 1 | -7/+16 |
| | | |||||
* | | Merge pull request #525 from linquize/tag-sort-reverse | 无闻 | 2014-10-05 | 2 | -0/+16 |
|\ \ | | | | | | | sort tags in descending order by version number | ||||
| * | | If git >= 2.0, sort tags in descending order by version number | Linquize | 2014-10-05 | 2 | -0/+16 |
| | | | |||||
* | | | Basic xss prevention | Unknwon | 2014-10-04 | 6 | -27/+58 |
| | | | |||||
* | | | Merge pull request #529 from chk1/master | 无闻 | 2014-10-04 | 3 | -21/+42 |
|\ \ \ | | |/ | |/| | Translate missing entries & add German translation to homepage | ||||
| * | | Fix memecache/memcache typo | unknown | 2014-10-04 | 1 | -2/+2 |
| | | | |||||
| * | | Add German translation to home page | unknown | 2014-10-04 | 1 | -1/+22 |
| | | | |||||
| * | | Translate missing strings and some improvements | unknown | 2014-10-04 | 1 | -18/+18 |
| | | | |||||
* | | | Merge pull request #527 from michaelboke/master | 无闻 | 2014-10-04 | 2 | -2/+588 |
|\ \ \ | |/ / |/| | | Dutch translations | ||||
| * | | updated some strange translated message so they will match their context on ↵ | Michael Boke | 2014-10-04 | 1 | -31/+31 |
| | | | | | | | | | | | | the website | ||||
| * | | updated translations with the latest master version | Michael Boke | 2014-10-04 | 1 | -41/+126 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' | Michael Boke | 2014-10-03 | 289 | -2869/+129308 |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: conf/app.ini | ||||
* | | | Fix SMTP auth logic | Unknwon | 2014-10-03 | 4 | -18/+14 |
| |/ |/| | |||||
* | | Merge pull request #521 from DerDackel/dev | 无闻 | 2014-10-01 | 1 | -17/+5 |
|\ \ | | | | | | | Added some missing strings under the [action] category to german localization | ||||
| * | | Added some missing strings under the [action] category to german localization | Sebastian Jackel | 2014-10-01 | 1 | -17/+5 |
|/ / | |||||
* | | Work on #516 | Unknwon | 2014-10-01 | 3 | -3/+9 |
| | | |||||
* | | Merge pull request #519 from silverkorn/dev | 无闻 | 2014-09-30 | 1 | -9/+4 |
|\ \ | | | | | | | Debian's "init.d" - Tentative to fix user's environment variables loading | ||||
| * | | Debian's Init.d workaround for loading user's environment variables with ↵ | Danny B | 2014-09-30 | 1 | -9/+4 |
| | | | | | | | | | | | | | | | | | | `start-stop-daemon` command. Implies 2 running child, so the `stop` command usually needs a `KILL` instead of a `TERM` to close properly so I reduced it to 1 second to get quickly with the `KILL` signal. | ||||
* | | | Fix #515 | Unknwon | 2014-09-30 | 9 | -11/+12 |
| | | | |||||
* | | | Merge pull request #517 from silverkorn/dev | 无闻 | 2014-09-29 | 1 | -0/+129 |
|\| | | | | | | | | Added "init.d" service script for Debian-based Linux. | ||||
| * | | Added "init.d" service script for Debian-based Linux. | Danny B | 2014-09-29 | 1 | -0/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | Compatible with "/etc/default/gogs" configuration file for adding or overwriting values. Based on "/etc/init.d/skeleton" and tested on Raspbian 2014-06-20 (Debian 7.5 [Wheezy] ARM) [TO FIX] For some reason, it's necessary to remove the value of RUN_USER from the app.ini configuration file because the following error occurs: 2014/09/28 18:12:53 [setting.go:182 NewConfigContext()] [E] Expect user(git) but current user is: | ||||
* | | | Fix feeds display issue | Unknwon | 2014-09-29 | 1 | -1/+1 |
| | | | |||||
* | | | UI: Confirmation box | Unknwon | 2014-09-29 | 12 | -39/+60 |
| | | | |||||
* | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-09-29 | 1 | -0/+92 |
|\ \ \ | |||||
| * \ \ | Merge pull request #513 from lbeltrame/add-centos-init-script | 无闻 | 2014-09-29 | 1 | -0/+92 |
| |\ \ \ | | | | | | | | | | | Add CentOS init script | ||||
| | * | | | s/USER/GOGS_USER/g | Luca Beltrame | 2014-09-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add a CentOS init script | Luca Beltrame | 2014-09-29 | 1 | -0/+92 |
| |/ / / | |||||
* / / / | Fix #514 | Unknwon | 2014-09-29 | 1 | -2/+5 |
|/ / / | |||||
* | | | Bug: 500 when transfer repository to collaborator | Unknwon | 2014-09-29 | 4 | -6/+16 |
| | | | |||||
* | | | Merge pull request #512 from fundon/feature_support_dsa_key | 无闻 | 2014-09-29 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | support dsa key format | ||||
| * | | | support dsa key format | fundon | 2014-09-29 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #507 from codeskyblue/dev | 无闻 | 2014-09-28 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | update .gobuild.yml inorder to support sqlite for amd64 arch | ||||
| * | | | update .gobuild.yml remove start.bat | codeskyblue | 2014-09-28 | 2 | -2/+0 |
| | | | | |||||
| * | | | Merge branch 'master' into dev | codeskyblue | 2014-09-28 | 2 | -0/+11 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | update .gobulid.yml | codeskyblue | 2014-09-28 | 1 | -2/+7 |
| | | | | |||||
| | * | | Update .gobuild.yml | shengxiang | 2014-09-28 | 1 | -0/+1 |
| | | | | |||||
| | * | | Create start.bat | shengxiang | 2014-09-28 | 1 | -0/+1 |
| | | | | |||||
| | * | | Update .gobuild.yml | shengxiang | 2014-09-28 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #508 from chadoe/homelink | 无闻 | 2014-09-28 | 1 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | Fix user HomeLink when using a suburl | ||||
| * | | | | Fix user HomeLink when using a suburl | Martin van Beurden | 2014-09-28 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | Merge pull request #509 from chadoe/avatarlink | 无闻 | 2014-09-28 | 2 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix AvatarLink when using a suburl | ||||
| * | | | | | Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵ | Martin van Beurden | 2014-09-28 | 2 | -4/+4 |
| |/ / / / | | | | | | | | | | | | | | | | cached | ||||
* | | | | | Merge pull request #510 from evolvedlight/master | 无闻 | 2014-09-28 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix minor typo | ||||
| * | | | | Fix minor typo | evolvedlight | 2014-09-28 | 1 | -2/+2 |
| | | | | |