server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
user.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed pointless attempt to verify a new user's username
hmhealey
2015-09-09
1
-4
/
+1
*
MM-2056 fixes problem with creating team
=Corey Hulen
2015-08-31
1
-1
/
+1
*
Added the ability to create a team with SSO services and added the ability to...
JoramWilander
2015-08-28
1
-1
/
+21
*
Implemention of slack import feature.
Christopher Speller
2015-08-19
1
-1
/
+2
*
Merge pull request #385 from mattermost/mm-1623
Christopher Speller
2015-08-18
1
-5
/
+25
|
\
|
*
when user roles are updated, the relevant session roles are updated as well
JoramWilander
2015-08-17
1
-5
/
+25
*
|
added google sign-in functionality to the client, with minor model modifications
JoramWilander
2015-08-14
1
-13
/
+40
*
|
initial server implementation for using google as a single-sign-on oauth service
JoramWilander
2015-08-14
1
-0
/
+6
|
/
*
Merge pull request #273 from mattermost/mm-1355
Corey Hulen
2015-08-02
1
-1
/
+20
|
\
|
*
Fixing code review feedback
=Corey Hulen
2015-07-30
1
-1
/
+6
|
*
Fixes mm-1355 adds rate limiting apis
=Corey Hulen
2015-07-29
1
-0
/
+14
*
|
Merge pull request #305 from nickago/MM-1681
Corey Hulen
2015-08-02
1
-16
/
+19
|
\
\
|
*
|
Changed all templates to use site url instead of team url for finding the 'st...
nickago
2015-07-31
1
-16
/
+19
*
|
|
Merge pull request #303 from nickago/MM-1642
Christopher Speller
2015-07-31
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Updated error message for an incorrect password
nickago
2015-07-30
1
-1
/
+1
|
|
/
*
|
Merge pull request #283 from mattermost/mm-1787
Christopher Speller
2015-07-31
1
-5
/
+4
|
\
\
|
*
|
Removing nickname parameter from FireAndForgetVerifyEmail
Christopher Speller
2015-07-30
1
-3
/
+2
|
*
|
Fixing links for signup from team invite link. Enter now advances signup_user...
Christopher Speller
2015-07-30
1
-5
/
+5
|
|
/
*
|
Made font type a field in the config file
Reed Garmsen
2015-07-29
1
-1
/
+1
*
|
Changed text initial size and positioning to better handle different image si...
Reed Garmsen
2015-07-29
1
-3
/
+5
*
|
Added godeps and the source for the go freetype library
Reed Garmsen
2015-07-29
1
-29
/
+5
*
|
Added back username initials being included in default profile picture
Reed Garmsen
2015-07-28
1
-5
/
+38
*
|
Initial changes to putting initials on default profile pics
Reed Garmsen
2015-07-28
1
-0
/
+18
|
/
*
added store unit test for user.GetByAuth and added password length checking i...
JoramWilander
2015-07-23
1
-0
/
+6
*
add check on server to prevent password updating for users who log in through...
JoramWilander
2015-07-22
1
-0
/
+7
*
add changes from team review
JoramWilander
2015-07-22
1
-0
/
+1
*
added error case for login and removed authdata + authservice unique constrai...
JoramWilander
2015-07-22
1
-9
/
+23
*
added signup link verification to oauth signup flow
JoramWilander
2015-07-22
1
-45
/
+34
*
add error for trying to sign up with the same oauth account twice
JoramWilander
2015-07-22
1
-1
/
+1
*
merged with new team domain changes and added signup/login links for gitlab
JoramWilander
2015-07-22
1
-6
/
+6
*
made oauth architecture more generalized
JoramWilander
2015-07-22
1
-13
/
+48
*
inital implementation of using GitLab OAuth2 provider for signup/login
JoramWilander
2015-07-22
1
-46
/
+104
*
initial implementation of local server storage for files
JoramWilander
2015-07-21
1
-31
/
+12
*
Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...
Christopher Speller
2015-07-20
1
-39
/
+39
*
Merge pull request #185 from mattermost/mm-1348
Corey Hulen
2015-07-17
1
-1
/
+1
|
\
|
*
fixes mm-1348 removing dependency on redis
=Corey Hulen
2015-07-14
1
-1
/
+1
*
|
Use User.FirstName instead of trying to infer a user's first name from their ...
hmhealey
2015-07-17
1
-2
/
+2
*
|
Renamed FullName column in database to Nickname. Renamed all serverside refer...
hmhealey
2015-07-17
1
-4
/
+4
*
|
Added last updated for pictures
nickago
2015-07-16
1
-1
/
+1
*
|
fixing merge
=Corey Hulen
2015-07-15
1
-0
/
+2
|
\
|
|
*
removed testing state
nickago
2015-07-13
1
-2
/
+0
|
*
Added User update function
nickago
2015-07-13
1
-0
/
+4
*
|
Fixes mm-1415 adding email bypass flag
=Corey Hulen
2015-07-12
1
-1
/
+1
|
/
*
Merge pull request #136 from mattermost/code-review
Joram Wilander
2015-07-08
1
-5
/
+6
|
\
|
*
team code review
=Corey Hulen
2015-07-06
1
-5
/
+6
*
|
Explicitly cast to an int64 when selecting a random profile picture colour to...
hmhealey
2015-07-06
1
-1
/
+1
|
/
*
new users now join off-topic defaultly
JoramWilander
2015-06-29
1
-10
/
+5
*
Merge pull request #27 from mattermost/mm-1240
Corey Hulen
2015-06-25
1
-4
/
+0
|
\
|
*
move valet feature switch to DB from config
JoramWilander
2015-06-17
1
-4
/
+0
|
*
fixes mm-1239 adds config setting to turn off valet feature
JoramWilander
2015-06-15
1
-0
/
+4
[next]