Unknwon
81a44e4cd0
fix API changes
10 years ago
euank
f059866a21
Set user.name & user.email in Dockerfile
...
The previous setting would cause all repo creations to fail, as
described in issue #328 .
The previous commit also resolves this issue, but it seems saner to
create the user in the Dockerfile than at runtime.
10 years ago
euank
234a7c19a4
Default values for both user.name and user.email
...
The previous behavior was to set default values only if user.name was
not set, but to always set it for both. This only sets a value if there
wasn't one; this fixes cases where someone has a user.name but no
user.email (see included Dockerfile) or someone has a user.email but no
user.name (before the email would have been over-written).
10 years ago
André Grötschel
35dd41c3a2
merge flexible the build scripts and add a freebsd build script
10 years ago
André Grötschel
afc659442d
flexiable the build scripts and add a freebsd build script
10 years ago
Unknwon
6a6636d451
Merge branch 'master' of github.com:gogits/gogs into dev
10 years ago
无闻
46742a79ca
Merge pull request #785 from joshk/patch-1
...
Use the new build env on Travis
10 years ago
无闻
d61def86e1
Merge pull request #780 from morpheyesh/master
...
spellcheck
10 years ago
Josh Kalderimis
30c750a5df
Use the new build env on Travis
...
http://docs.travis-ci.com/user/workers/container-based-infrastructure
10 years ago
estetsenko
bae1d65564
bugfix: Unable to assign any issue myself
10 years ago
morpheyesh
995a805a31
spellcheck
10 years ago
fuxiaohei
c0cfd62b90
add label-edit and label-delete logic
10 years ago
无闻
e193005c66
Merge pull request #773 from phsmit/golang_x_text_encoding
...
Golang x text encoding
10 years ago
Peter Smit
fff8109567
Removing redundant mahonia
10 years ago
Peter Smit
3af757ed77
Replace mahonia with the standard functions in the Golang Sub-repositories
10 years ago
Unknwon
ebbe6177a9
Merge branch 'dev' of github.com:gogits/gogs into dev
10 years ago
Unknwon
97b39ae2e4
fix invite bug(shouldn't include full name to search box)
10 years ago
无闻
0f77ad219c
Merge pull request #771 from phsmit/multiple_email_cleanup
...
Create English locale keys for multiple e-mails feature
10 years ago
Peter Smit
8b31be43c6
Forgot to i18n "Primary"
10 years ago
Peter Smit
21dbcb7c77
Create English locale keys for multiple e-mails feature
...
Also, change all current 'emails' to 'e-mails'.
Still todo: some CSS for the user/settings/email page, but that is not my specialty
10 years ago
无闻
0d7bb9af46
Merge pull request #769 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
10 years ago
The Gitter Badger
86e9ebdcc9
Added Gitter badge
10 years ago
无闻
350e0080e6
Merge pull request #767 from phsmit/fix_email_query
...
Fix for wrong email query
10 years ago
Peter Smit
66e2016eeb
Fix for wrong email query
...
Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
10 years ago
无闻
030b3d751e
Merge pull request #766 from phsmit/correct_from
...
Correct usage of FROM in email creation
10 years ago
Unknwon
79537467da
mirror fix and update
10 years ago
无闻
a18decf4cc
Merge pull request #755 from phsmit/multiple_emails
...
Multiple emails
10 years ago
Peter
20b5c23a19
Small fixes to multiple_emails feature
10 years ago
无闻
e6e2cf7855
Merge pull request #764 from phsmit/fix_mailer
...
Remove standard mailer port lines
10 years ago
Peter
c884ecfea1
Parse the from string to extract the email address
10 years ago
Peter
edbe1de026
Remove unused "User" member of Message Struct and fix bounce address
...
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
10 years ago
Peter
2321b4b272
Change from header in email, fixes #765
10 years ago
Peter
007cf33e88
Remove standard mailer port lines
...
This lines got committed by accident. They do actually nothing, as SplitHostPort will give an error if port is not given.
10 years ago
Unknwon
b231b8c927
update locale and mirror code format
10 years ago
无闻
d01e7b0173
Merge pull request #762 from phsmit/crammd5
...
Crammd5
10 years ago
无闻
bb267e30b6
Merge pull request #761 from phsmit/mailer_rewritten
...
Rewrite of SendMail function
10 years ago
Peter
eca42bcb44
Prefer CRAM-MD5 over PLAIN authentication
10 years ago
Peter
5ffeca35e7
Add option to use CRAM-MD5 as authentication method in the mailer
10 years ago
Peter
87be137b88
Rewrite of SendMail function
...
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.
10 years ago
Unknwon
0a697517ac
work on #754
10 years ago
Unknwon
c4820f119d
work on #754
10 years ago
Unknwon
57b3be4016
work on #756
10 years ago
Peter
b033f2f535
Finish method for having multiple emails/user.
...
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
10 years ago
Peter
f34b04cfc0
Template for email activation email
10 years ago
Peter
ec71d538fc
Method for activating email addresses through verification email
10 years ago
Peter
6919c80f0b
Add function to the model for email address management (add/delete/activate)
10 years ago
Peter Smit
99599c099f
Add alternative email addresses to the model
...
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.
10 years ago
Unknwon
d01f2f3c22
fix #751
10 years ago
Unknwon
1a5aa5e0c0
fix #741
10 years ago
Unknwon
9803c421f5
fix binding api broken
10 years ago