Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add label-edit and label-delete logic | fuxiaohei | 2014-12-22 | 5 | -43/+141 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-12-22 | 3 | -8/+17 |
|\ | |||||
| * | Merge pull request #771 from phsmit/multiple_email_cleanup | 无闻 | 2014-12-22 | 2 | -7/+16 |
| |\ | | | | | | | Create English locale keys for multiple e-mails feature | ||||
| | * | Forgot to i18n "Primary" | Peter Smit | 2014-12-22 | 2 | -1/+2 |
| | | | |||||
| | * | Create English locale keys for multiple e-mails feature | Peter Smit | 2014-12-22 | 2 | -7/+15 |
| |/ | | | | | | | | | Also, change all current 'emails' to 'e-mails'. Still todo: some CSS for the user/settings/email page, but that is not my specialty | ||||
| * | Merge pull request #767 from phsmit/fix_email_query | 无闻 | 2014-12-21 | 1 | -1/+1 |
| |\ | | | | | | | Fix for wrong email query | ||||
| | * | Fix for wrong email query | Peter Smit | 2014-12-21 | 1 | -1/+1 |
| |/ | | | | | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change | ||||
* / | fix invite bug(shouldn't include full name to search box) | Unknwon | 2014-12-22 | 4 | -6/+7 |
|/ | |||||
* | Merge pull request #766 from phsmit/correct_from | 无闻 | 2014-12-21 | 3 | -11/+12 |
|\ | | | | | Correct usage of FROM in email creation | ||||
| * | Parse the from string to extract the email address | Peter | 2014-12-19 | 2 | -2/+7 |
| | | |||||
| * | Remove unused "User" member of Message Struct and fix bounce address | Peter | 2014-12-19 | 2 | -9/+6 |
| | | | | | | | | | | | | 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 #765 | Peter | 2014-12-19 | 2 | -3/+2 |
| | | |||||
* | | mirror fix and update | Unknwon | 2014-12-20 | 4 | -6/+8 |
| | | |||||
* | | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | 10 | -9/+437 |
|\ \ | | | | | | | Multiple emails | ||||
| * | | Small fixes to multiple_emails feature | Peter | 2014-12-20 | 2 | -13/+13 |
| | | | |||||
| * | | Finish method for having multiple emails/user. | Peter | 2014-12-17 | 5 | -0/+178 |
| | | | | | | | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy. | ||||
| * | | Template for email activation email | Peter | 2014-12-17 | 1 | -0/+30 |
| | | | |||||
| * | | Method for activating email addresses through verification email | Peter | 2014-12-17 | 2 | -0/+54 |
| | | | |||||
| * | | Add function to the model for email address management (add/delete/activate) | Peter | 2014-12-17 | 1 | -0/+133 |
| | | | |||||
| * | | Add alternative email addresses to the model | Peter Smit | 2014-12-17 | 2 | -9/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #764 from phsmit/fix_mailer | 无闻 | 2014-12-19 | 1 | -4/+0 |
|\ \ \ | |_|/ |/| | | Remove standard mailer port lines | ||||
| * | | Remove standard mailer port lines | Peter | 2014-12-19 | 1 | -4/+0 |
|/ / | | | | | | | 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 | 3 | -34/+34 |
| | | |||||
* | | Merge pull request #762 from phsmit/crammd5 | 无闻 | 2014-12-18 | 1 | -6/+13 |
|\ \ | | | | | | | Crammd5 | ||||
| * | | Prefer CRAM-MD5 over PLAIN authentication | Peter | 2014-12-18 | 1 | -3/+3 |
| | | | |||||
| * | | Add option to use CRAM-MD5 as authentication method in the mailer | Peter | 2014-12-18 | 1 | -6/+13 |
| | | | |||||
* | | | Merge pull request #761 from phsmit/mailer_rewritten | 无闻 | 2014-12-18 | 3 | -19/+49 |
|\| | | | | | | | | Rewrite of SendMail function | ||||
| * | | Rewrite of SendMail function | Peter | 2014-12-18 | 3 | -19/+49 |
|/ / | | | | | | | | | | | 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 | 1 | -0/+3 |
| | | |||||
* | | work on #754 | Unknwon | 2014-12-18 | 2 | -1/+4 |
| | | |||||
* | | work on #756 | Unknwon | 2014-12-17 | 3 | -2/+4 |
|/ | |||||
* | fix #751 | Unknwon | 2014-12-16 | 1 | -0/+9 |
| | |||||
* | fix #741 | Unknwon | 2014-12-16 | 5 | -9/+22 |
| | |||||
* | fix binding api broken | Unknwon | 2014-12-15 | 5 | -26/+32 |
| | |||||
* | update locale | Unknwon | 2014-12-14 | 3 | -25/+25 |
| | |||||
* | prepare for 0.5.9 | Unknwon | 2014-12-13 | 2 | -2/+2 |
| | |||||
* | update gopmfile | Unknwon | 2014-12-13 | 1 | -4/+4 |
| | |||||
* | update locales | Unknwon | 2014-12-13 | 4 | -3/+99 |
| | |||||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 | 6 | -37/+52 |
| | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 14 | -81/+162 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | fix #735 | Unknwon | 2014-12-12 | 5 | -2/+28 |
| | |||||
* | mirror code clean | Unknwon | 2014-12-11 | 3 | -4/+3 |
| | |||||
* | Merge pull request #731 from cryptix/dev | 无闻 | 2014-12-11 | 1 | -1/+4 |
|\ | | | | | 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 | 1 | -1/+4 |
|/ | |||||
* | fix git clone error when repo has upper case name | codeskyblue | 2014-12-11 | 1 | -0/+1 |
| | |||||
* | mirror fix on release JS | Unknwon | 2014-12-10 | 2 | -5/+10 |
| | |||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | 16 | -239/+520 |
| | |||||
* | fix #703 | Unknwon | 2014-12-10 | 2 | -46/+48 |
| | |||||
* | fix compile error | Unknwon | 2014-12-10 | 3 | -8/+6 |
| | |||||
* | Merge pull request #727 from Mageti/master | 无闻 | 2014-12-10 | 1 | -7/+2 |
|\ | | | | | Correction for #723 |