Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | modules: rename markdown -> markup | Unknwon | 2017-03-31 |
| | | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support. | ||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | Minor fix for #2660 | Unknwon | 2016-02-24 |
| | |||
* | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 |
| | |||
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | Fix issue email formatting. Addresses #2331 | Josh Frye | 2016-02-18 |
| | |||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 |
| | |||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 |
| | |||
* | finish all new template for current ones | Unknwon | 2015-09-17 |
| | |||
* | finish new auth e-mails | Unknwon | 2015-09-17 |
| | |||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||
* | Fix missing space in issue emails subject | Louis Matthijssen | 2015-08-24 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 |
| | | | | - fix delete user but repository watches are not decreased | ||
* | Merge pull request #766 from phsmit/correct_from | 无闻 | 2014-12-21 |
|\ | | | | | Correct usage of FROM in email creation | ||
| * | Remove unused "User" member of Message Struct and fix bounce address | Peter | 2014-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 | ||
* | | Method for activating email addresses through verification email | Peter | 2014-12-17 |
|/ | |||
* | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |
| | |||
* | In progress of name template name constant | Unknown | 2014-06-22 |
| | |||
* | Code convention | Unknown | 2014-06-05 |
| | |||
* | Fix #214 | Unknown | 2014-06-03 |
| | |||
* | Fixed #209 | Unknown | 2014-05-25 |
| | |||
* | Bug fix | Unknown | 2014-05-07 |
| | |||
* | Add mention, read/unread support of issue tracker | Unknown | 2014-05-07 |
| | |||
* | Fix #164 | Unknown | 2014-05-05 |
| | |||
* | Add mail notify for new collaborator | Unknown | 2014-05-05 |
| | |||
* | go vet | Unknown | 2014-04-13 |
| | |||
* | Fix issue with log in with GitHub but need more error handle after | Unknown | 2014-04-07 |
| | |||
* | Add reset password, fix #58 | Unknown | 2014-04-05 |
| | |||
* | Improve issue mail content | Unknown | 2014-04-02 |
| | |||
* | Add mail notify for creating issue | Unknown | 2014-03-25 |
| | |||
* | Pools limit concurrent nums | Unknown | 2014-03-19 |
| | |||
* | Finish verify email | Unknown | 2014-03-19 |
| | |||
* | Add register mail tpl | Unknown | 2014-03-19 |
| | |||
* | Add send register confirm mail | Unknown | 2014-03-19 |
| | |||
* | Working on register mail confirmation | Unknown | 2014-03-19 |