aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add label-edit and label-delete logicfuxiaohei2014-12-22
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-12-22
|\
| * Merge pull request #771 from phsmit/multiple_email_cleanup无闻2014-12-22
| |\ | | | | | | Create English locale keys for multiple e-mails feature
| | * Forgot to i18n "Primary"Peter Smit2014-12-22
| | |
| | * Create English locale keys for multiple e-mails featurePeter Smit2014-12-22
| |/ | | | | | | | | 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
| |\ | | | | | | Fix for wrong email query
| | * Fix for wrong email queryPeter Smit2014-12-21
| |/ | | | | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
* / fix invite bug(shouldn't include full name to search box)Unknwon2014-12-22
|/
* 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
| |
* | mirror fix and updateUnknwon2014-12-20
| |
* | Merge pull request #755 from phsmit/multiple_emails无闻2014-12-20
|\ \ | | | | | | Multiple emails
| * | Small fixes to multiple_emails featurePeter2014-12-20
| | |
| * | 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.
| * | 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.
* | | Merge pull request #764 from phsmit/fix_mailer无闻2014-12-19
|\ \ \ | |_|/ |/| | Remove standard mailer port lines
| * | 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
| |
* | Merge pull request #762 from phsmit/crammd5无闻2014-12-18
|\ \ | | | | | | Crammd5
| * | Prefer CRAM-MD5 over PLAIN authenticationPeter2014-12-18
| | |
| * | Add option to use CRAM-MD5 as authentication method in the mailerPeter2014-12-18
| | |
* | | Merge pull request #761 from phsmit/mailer_rewritten无闻2014-12-18
|\| | | | | | | | Rewrite of SendMail function
| * | 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.
* | work on #754Unknwon2014-12-18
| |
* | work on #754Unknwon2014-12-18
| |
* | work on #756Unknwon2014-12-17
|/
* 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