Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow send mail without authentication if SMTP server allow this | Alukardd | 2014-12-07 |
| | |||
* | Merge pull request #718 from jbcrail/fix-comment-spelling | 无闻 | 2014-12-06 |
|\ | | | | | Fix spelling errors in comments. | ||
| * | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 |
|/ | |||
* | upload locales | Unknwon | 2014-12-05 |
| | |||
* | work on #672 | Unknwon | 2014-12-05 |
| | |||
* | fix #165 | Unknwon | 2014-12-05 |
| | |||
* | Merge pull request #716 from ErebusBat/master | 无闻 | 2014-12-05 |
|\ | | | | | Fix Gravatar images in web view (like commit listing) | ||
| * | Fix Gravatar images in web view (like commit listing) | Andrew Burns | 2014-12-05 |
| | | | | | | | | | | | | | | | | | | | | Related to #700 In the original bug report it was referencing only the sytem avatar images for setup users (like in the header); however the problem also persists with things like commit history. This commit fixes the `tool.AvatarLink` function so that it also uses the already existing `avatar.HashEmail` function. I also refactored the `tool.AvatarLink` method some to make the control flow more apparent and adhere better to DRY (there were multiple calls to the `EncodeMd5` function that the `HashEmail` function call replaced, now there is only one.) | ||
| * | HashEmail function should also remove spaces | Andrew Burns | 2014-12-05 |
| | | | | | | | | According to the [Gravatar API](https://en.gravatar.com/site/implement/hash/) whitespace should also be removed from the email, it was not doing this previously. | ||
* | | Merge pull request #712 from Dennis-Smurf/enhancement-issuelink-in-commit | 无闻 | 2014-12-05 |
|\ \ | |/ |/| | Added issue link rendering in commit messages | ||
| * | Added issue link rendering in commit messages | dennis-smurf | 2014-12-05 |
|/ | |||
* | fix #706 and other mirror improve | Unknwon | 2014-12-04 |
| | |||
* | Merge pull request #709 from TonyTsangHK/dev | 无闻 | 2014-12-04 |
|\ | | | | | Display multi-line commit message on commit diff page. | ||
| * | Display multi-line commit message on commit diff page. | Tony Tsang | 2014-12-05 |
|/ | |||
* | Merge pull request #708 from ErebusBat/master | 无闻 | 2014-12-04 |
|\ | | | | | Use the avatar.HashEmail function instead of hashing email directly. | ||
| * | Use the avatar.HashEmail function instead of hashing email directly. Fixes #700 | Andrew Burns | 2014-12-03 |
| | | |||
* | | add issue list filter ui | fuxiaohei | 2014-12-04 |
| | | |||
* | | Merge pull request #696 from deiwin/update/user-api-to-include-full-name | 无闻 | 2014-12-02 |
|\ \ | | | | | | | add full name to found users' list on the UI | ||
| * | | add full name to found users' list | Deiwin Sarjas | 2014-12-02 |
| | | | |||
* | | | Merge pull request #694 from deiwin/update/user-api-to-include-full-name | 无闻 | 2014-12-02 |
|\| | | | | | | | | update user api search results to include the full name | ||
| * | | update user api search results to include the full name | Deiwin Sarjas | 2014-12-02 |
| | | | | | | | | | | | | | | | Is fully backwards compatible Fixes #677 | ||
* | | | Merge pull request #695 from CBiX/dev | 无闻 | 2014-12-02 |
|\ \ \ | |/ / |/| | | fixed code view line height for firefox | ||
| * | | fixed code view line height for firefox | Florian Hülsmann | 2014-12-02 |
|/ / | |||
* | | Merge pull request #690 from Dennis-Smurf/feature-sha1-markdown-pattern | 无闻 | 2014-12-01 |
|\ \ | |/ |/| | Addded sha1 pattern in markdown for current repository | ||
| * | Addded sha1 pattern in markdown for current repository | dennis-smurf | 2014-12-01 |
|/ | |||
* | mirror fix | Unknwon | 2014-11-30 |
| | |||
* | fix #676 | Unknwon | 2014-11-30 |
| | |||
* | fix #687 | Unknwon | 2014-11-30 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-11-30 |
|\ | |||
| * | Merge pull request #686 from willglynn/cert_stub_exit_code | 无闻 | 2014-11-30 |
| |\ | | | | | | | Cert command stub should return a non-zero exit code | ||
| | * | Cert command stub should return a non-zero exit code | Will Glynn | 2014-11-29 |
| | | | |||
* | | | fix #580 | Unknwon | 2014-11-30 |
|/ / | |||
* | | safe check | Unknwon | 2014-11-28 |
| | | |||
* | | mirror fix on oauth2 | Unknwon | 2014-11-28 |
| | | |||
* | | fix oauth2 | Unknwon | 2014-11-28 |
| | | |||
* | | Merge pull request #683 from jcracknell/admin-repos-cols | 无闻 | 2014-11-28 |
|\ \ | | | | | | | Fix swapped issue/star columns in /admin/repos | ||
| * | | Fix swapped issue/star columns in /admin/repos | James Cracknell | 2014-11-28 |
| | | | |||
* | | | Merge pull request #682 from jcracknell/user-links | 无闻 | 2014-11-28 |
|\ \ \ | |/ / |/| | | Fix user links | ||
| * | | Fix user links | James Cracknell | 2014-11-28 |
|/ / | |||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-11-27 |
|\ \ | |||
| * \ | Merge pull request #674 from jcracknell/pfx-export | 无闻 | 2014-11-27 |
| |\ \ | | |/ | |/| | Added comments documenting how to export SSL keys from .pfx | ||
| | * | Added comments documenting how to export SSL keys from .pfx | James Cracknell | 2014-11-27 |
| |/ | |||
* / | fix #675 | Unknwon | 2014-11-27 |
|/ | |||
* | fix #664 | Unknwon | 2014-11-25 |
| | |||
* | fix #659 | Unknwon | 2014-11-25 |
| | |||
* | Fix #543 | Unknwon | 2014-11-24 |
| | |||
* | update milestone page design | fuxiaohei | 2014-11-24 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-11-24 |
|\ | |||
| * | add milestone page design | fuxiaohei | 2014-11-24 |
| | | |||
* | | fix #660 | Unknwon | 2014-11-24 |
|/ |