aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Template for email activation emailPeter2014-12-17
|
* Method for activating email addresses through verification emailPeter2014-12-17
|
* Add function to the model for email address management (add/delete/activate)Peter2014-12-17
|
* Add alternative email addresses to the modelPeter Smit2014-12-17
| | | | | | | | | | A new struct is created named EmailAddress that contains alternative email addresses for users. Also the email related methods; IsEmailUsed and GetUserByEmail are updated. DeleteUser deletes the extra email addresses and DeleteInactivateUsers also deletes inactive accounts. This could be factored out, but should do it for now.
* fix #751Unknwon2014-12-16
|
* fix #741Unknwon2014-12-16
|
* fix binding api brokenUnknwon2014-12-15
|
* update localeUnknwon2014-12-14
|
* prepare for 0.5.9Unknwon2014-12-13
|
* update gopmfileUnknwon2014-12-13
|
* update localesUnknwon2014-12-13
|
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-13
|
* api: able to create repo and fix #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* fix #735Unknwon2014-12-12
|
* mirror code cleanUnknwon2014-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)Henry2014-12-11
|/
* fix git clone error when repo has upper case namecodeskyblue2014-12-11
|
* mirror fix on release JSUnknwon2014-12-10
|
* Finish new UI for release pageUnknwon2014-12-10
|
* fix #703Unknwon2014-12-10
|
* fix compile errorUnknwon2014-12-10
|
* Merge pull request #727 from Mageti/master无闻2014-12-10
|\ | | | | Correction for #723
| * remove unused code in BasicAuthDecodeMageti2014-12-10
| |
| * Correction for #723Mageti2014-12-10
| | | | | | | | Correction for #723 Bug was : decode failed if the password contains ```:```
* | fix #711Unknwon2014-12-09
|/
* new languageUnknwon2014-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 thisAlukardd2014-12-07
| |
* | add label-create ui elementsfuxiaohei2014-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 Crail2014-12-06
|/
* upload localesUnknwon2014-12-05
|
* work on #672Unknwon2014-12-05
|
* fix #165Unknwon2014-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 Burns2014-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 spacesAndrew Burns2014-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 messagesdennis-smurf2014-12-05
|/
* fix #706 and other mirror improveUnknwon2014-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 Tsang2014-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 #700Andrew Burns2014-12-03
| |
* | add issue list filter uifuxiaohei2014-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' listDeiwin Sarjas2014-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 nameDeiwin Sarjas2014-12-02
| | | | | | | | | | | | | | | Is fully backwards compatible Fixes #677