Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | Remove standard mailer port lines | Peter | 2014-12-19 | |
|/ / / | | | | | | | | | | This lines got committed by accident. They do actually nothing, as SplitHostPort will give an error if port is not given. | |||
* | | | update locale and mirror code format | Unknwon | 2014-12-19 | |
| | | | ||||
* | | | Merge pull request #762 from phsmit/crammd5 | 无闻 | 2014-12-18 | |
|\ \ \ | | | | | | | | | Crammd5 | |||
| * | | | Prefer CRAM-MD5 over PLAIN authentication | Peter | 2014-12-18 | |
| | | | | ||||
| * | | | Add option to use CRAM-MD5 as authentication method in the mailer | Peter | 2014-12-18 | |
| | | | | ||||
* | | | | Merge pull request #761 from phsmit/mailer_rewritten | 无闻 | 2014-12-18 | |
|\| | | | |_|/ |/| | | Rewrite of SendMail function | |||
| * | | Rewrite of SendMail function | Peter | 2014-12-18 | |
|/ / | | | | | | | | | | | The SendMail function is rewritten and has the following new functionality: - It is optional to skip verification of keys. The config option SKIP_VERIFY is added - If the port is 465, or ending on 465, the TLS(/SSL) connection is started first. | |||
* | | work on #754 | Unknwon | 2014-12-18 | |
| | | ||||
* | | work on #754 | Unknwon | 2014-12-18 | |
| | | ||||
* | | work on #756 | Unknwon | 2014-12-17 | |
|/ | ||||
* | fix #751 | Unknwon | 2014-12-16 | |
| | ||||
* | fix #741 | Unknwon | 2014-12-16 | |
| | ||||
* | fix binding api broken | Unknwon | 2014-12-15 | |
| | ||||
* | update locale | Unknwon | 2014-12-14 | |
| | ||||
* | prepare for 0.5.9 | Unknwon | 2014-12-13 | |
| | ||||
* | update gopmfile | Unknwon | 2014-12-13 | |
| | ||||
* | update locales | Unknwon | 2014-12-13 | |
| | ||||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 | |
| | ||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | |
| | | | | | - POST /user/repos - POST /org/:org/repos | |||
* | fix #735 | Unknwon | 2014-12-12 | |
| | ||||
* | mirror code clean | Unknwon | 2014-12-11 | |
| | ||||
* | Merge pull request #731 from cryptix/dev | 无闻 | 2014-12-11 | |
|\ | | | | | increase minimum version for HTTPS to TLS 1.0 (POODLE, fixes #730) | |||
| * | increase minimum version vor HTTPS to TLS 1.0 (POODLE, fixes #730) | Henry | 2014-12-11 | |
|/ | ||||
* | fix git clone error when repo has upper case name | codeskyblue | 2014-12-11 | |
| | ||||
* | mirror fix on release JS | Unknwon | 2014-12-10 | |
| | ||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | |
| | ||||
* | fix #703 | Unknwon | 2014-12-10 | |
| | ||||
* | fix compile error | Unknwon | 2014-12-10 | |
| | ||||
* | Merge pull request #727 from Mageti/master | 无闻 | 2014-12-10 | |
|\ | | | | | Correction for #723 | |||
| * | remove unused code in BasicAuthDecode | Mageti | 2014-12-10 | |
| | | ||||
| * | Correction for #723 | Mageti | 2014-12-10 | |
| | | | | | | | | Correction for #723 Bug was : decode failed if the password contains ```:``` | |||
* | | fix #711 | Unknwon | 2014-12-09 | |
|/ | ||||
* | new language | Unknwon | 2014-12-07 | |
| | ||||
* | Merge pull request #720 from Alukardd/dev | 无闻 | 2014-12-07 | |
|\ | | | | | Allow send mail without authentication if SMTP server allow this | |||
| * | Allow send mail without authentication if SMTP server allow this | Alukardd | 2014-12-07 | |
| | | ||||
* | | add label-create ui elements | fuxiaohei | 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. |