aboutsummaryrefslogtreecommitdiffstats
path: root/models/mail.go
Commit message (Collapse)AuthorAgeFilesLines
* Issue content should not be updated when closing with comment (#2833)Lauris BH2017-11-031-9/+9
|
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
| | | | | | | | | | | | | | * add init support of orgmode document type on file view and readme * fix imports * fix imports and readmeExist * fix imports order * fix format * remove unnecessary convert
* Fix sending mail with a non-latin display name. #2102 (#2559)Rémi Saurel2017-09-211-1/+1
| | | | | | | | | | * Fix sending mail with a non-latin display name. #2102 Signed-off-by: Rémi Saurel <contact@remi-saurel.com> * Take into account the possibility that setting.MailService.From is in `name <email@address>` format. #2102 Signed-off-by: Rémi Saurel <contact@remi-saurel.com>
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-1/+2
| | | | | | | | | | * restructure markup & markdown to prepare for multiple markup languages support * adjust some functions between markdown and markup * fix tests * improve the comments
* Make time diff translatable (#2057)Lauris BH2017-06-281-3/+3
|
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-3/+3
| | | | | | * xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings
* Adding #issuecomment to the URL in E-Mail notifications (#1674)Jonas Franz2017-05-251-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comment's hashtag to url for mail notifications. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Added explanation to return statement. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Added explanation to return statement + documentation. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replacing in-line link generation with HTMLURL. (+gofmt) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replaced action-based model with nil-based model. (+gofmt) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants. Signed-off-by: Jonas Franz <info@jonasfranz.software> * Updating comment for mailIssueCommentToParticipants Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-2/+2
| | | | | * Forgot password should use ResetPwdCodeLives, not ActiveCodeLives * Improve documentation for different send mail functions related to password reset * Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
* Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-241-1/+1
| | | | | Amended with string to bool change in API SDK. Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
* Implement sendmail (#355)Philip Couling2016-12-251-1/+1
| | | | | | | | | | | | | | | | * Implemented sendmail. This piggybacks on existing configuration to keep the change simple * Changed privicy of new sendSMTP and sendSendmail functions * Fixed Lint errors * Seperated SMTP and sendmail into their own senders * Making new structs private as they should not be used externally now * Added sendmail setting to ini file * Minor code cleanup
* change test mail subject and body to 'Gitea Test Mail!'Michael de Wit2016-12-201-1/+1
| | | | Signed-off-by: Michael de Wit <mjwwit@gmail.com>
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-42/+37
| | | Integrated optional bindata for the templates
* Lint/issue &mail (#243)Bwko2016-11-251-18/+23
| | | | | | * Lint models/release.go * Lint models/ issue_label, issue_mail & mail.go
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-5/+5
|\ | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
| | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* | Rewrite XORM queriesThibault Meyer2016-11-101-1/+1
|/
* moreSandro Santilli2016-11-071-8/+8
|
* More...Sandro Santilli2016-11-071-6/+6
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
|
* Fix sender of issue notificationsSandro Santilli2016-11-021-1/+1
| | | | | | | It is the FROM field in mailer configuration that needs be used, not the USER field, which is for authentication. Closes https://github.com/gogits/gogs/issues/3615
* #2246 add HTMLURL to webhook typeUnknwon2016-08-161-3/+3
| | | | - Fill Milestone and Assignee field when available in webhook payload
* Fix email FROMUnknwon2016-08-111-1/+1
|
* #3279 use doer email for FROM field of issuesUnknwon2016-08-111-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-241-4/+4
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-0/+183