aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Merge pull request #766 from phsmit/correct_from无闻2014-12-21
|\ | | | | Correct usage of FROM in email creation
| * Parse the from string to extract the email addressPeter2014-12-19
| |
| * Remove unused "User" member of Message Struct and fix bounce addressPeter2014-12-19
| | | | | | | | | | | | The User member of a message is not needed anymore. The from that is send to the server, should always be the "system" from. This is also called the Bounce address http://en.wikipedia.org/wiki/Bounce_address
| * Change from header in email, fixes #765Peter2014-12-19
| |
* | Merge pull request #755 from phsmit/multiple_emails无闻2014-12-20
|\ \ | | | | | | Multiple emails
| * | Finish method for having multiple emails/user.Peter2014-12-17
| | | | | | | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy.
| * | Method for activating email addresses through verification emailPeter2014-12-17
| | |
* | | Remove standard mailer port linesPeter2014-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 formatUnknwon2014-12-19
| |
* | Prefer CRAM-MD5 over PLAIN authenticationPeter2014-12-18
| |
* | Add option to use CRAM-MD5 as authentication method in the mailerPeter2014-12-18
| |
* | Rewrite of SendMail functionPeter2014-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.
* fix binding api brokenUnknwon2014-12-15
|
* 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
* Finish new UI for release pageUnknwon2014-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
|/
* Allow send mail without authentication if SMTP server allow thisAlukardd2014-12-07
|
* Fix spelling errors in comments.Joseph Crail2014-12-06
|
* work on #672Unknwon2014-12-05
|
* fix #165Unknwon2014-12-05
|
* 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.
* Addded sha1 pattern in markdown for current repositorydennis-smurf2014-12-01
|
* mirror fixUnknwon2014-11-30
|
* fix #580Unknwon2014-11-30
|
* mirror fix on oauth2Unknwon2014-11-28
|
* fix oauth2Unknwon2014-11-28
|
* Fix #543Unknwon2014-11-24
|
* more on change avatarUnknwon2014-11-21
|
* custom avatar uploadUnknwon2014-11-21
|
* Fix #643Unknwon2014-11-20
|
* #634Unknwon2014-11-18
|
* more APIs on #12Unknwon2014-11-18
|
* fox #620Unknwon2014-11-17
|
* GetFile apiUnknwon2014-11-16
|
* support duoshuo mirror of gravatarUnknwon2014-11-16
|
* #12, use go-gogs-clientUnknwon2014-11-14
|
* Add function argument missingSean Keery2014-11-14
| | | Not enough arguments in call to c.AddFunc when I copied and pasted
* #12, add/edit hookUnknwon2014-11-13
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-13
|
* add personal access token panel #12Unknwon2014-11-12
|
* work on #616 and update localesUnknwon2014-11-10
|
* continue work on #255Unknwon2014-11-07
|
* work on #609Unknwon2014-11-07
|
* Fix #605, fix #255, fix #101Unknwon2014-11-06
|