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
*
Some refactoring
Christopher Speller
2015-12-16
1
-18
/
+82
*
PLT-1302 fixing hiding email adddress
=Corey Hulen
2015-12-07
1
-4
/
+4
*
set correct http status code for login failures/wrong email
Florian Orben
2015-11-28
1
-0
/
+1
*
fixing based on feedback
=Corey Hulen
2015-11-18
1
-2
/
+4
*
Adding perm delete to cmd line
=Corey Hulen
2015-11-16
1
-2
/
+61
*
Omit unneeded fields from user object in getProfiles service and remove ImgCo...
JoramWilander
2015-11-09
1
-0
/
+1
*
Add tutorial pref for new users by default
JoramWilander
2015-11-06
1
-0
/
+5
*
Prevent SSO users from changing their email
JoramWilander
2015-11-06
1
-1
/
+1
*
Don't send welcome emails for users signing up from an email invite, update e...
JoramWilander
2015-11-05
1
-2
/
+7
*
Multiple fixes to major performance issues with teams with 50+ users
JoramWilander
2015-11-03
1
-2
/
+17
*
Fixing 200 error bug
=Corey Hulen
2015-10-29
1
-1
/
+1
*
PLT-25 fixing issues with stats page
=Corey Hulen
2015-10-27
1
-0
/
+6
*
Prevented image files larger than 4k resolution from being uploaded
hmhealey
2015-10-26
1
-0
/
+12
*
Set correct mime type for profile images
Florian Orben
2015-10-25
1
-0
/
+1
*
Merge pull request #1143 from mattermost/plt-803
Corey Hulen
2015-10-22
1
-0
/
+10
|
\
|
*
Prevent users from resetting their password when the user is using SSO
JoramWilander
2015-10-22
1
-0
/
+10
*
|
Fixing code review issues
=Corey Hulen
2015-10-22
1
-1
/
+1
*
|
Fixing group code review issues
=Corey Hulen
2015-10-22
1
-1
/
+1
*
|
Addressing issues from group code review
=Corey Hulen
2015-10-22
1
-20
/
+9
*
|
Merge branch 'master' into PLT-44
=Corey Hulen
2015-10-20
1
-10
/
+10
|
\
|
|
*
Changed all goroutine functions to use '...AndForget' as the standard naming ...
Reed Garmsen
2015-10-19
1
-10
/
+10
*
|
Multi-session login
=Corey Hulen
2015-10-20
1
-5
/
+1
*
|
Adding multi-session cookie
=Corey Hulen
2015-10-20
1
-11
/
+6
|
/
*
Removed preference migration code
hmhealey
2015-10-15
1
-1
/
+42
*
PLT-602 combining welcome and verify email
=Corey Hulen
2015-10-13
1
-5
/
+8
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
Merge pull request #931 from rgarmsen2295/plt-112
Christopher Speller
2015-10-08
1
-4
/
+28
|
\
|
*
Added new email to email change notification
Reed Garmsen
2015-10-06
1
-5
/
+6
|
*
Resending the verification email now sends the appropriate version of the ema...
Reed Garmsen
2015-10-05
1
-2
/
+2
|
*
Added better verification when a user changes his or her email
Reed Garmsen
2015-10-05
1
-0
/
+23
*
|
Adding checkout for system admin role
=Corey Hulen
2015-10-06
1
-1
/
+7
|
/
*
PLT-44 allow team switching without the need to login
=Corey Hulen
2015-10-01
1
-2
/
+37
*
Merge release branch 'release-1.0.0'
Christopher Speller
2015-09-30
1
-2
/
+2
|
\
|
*
Fixing some locations to use the IsTeamAdmin function which properly checks f...
Christopher Speller
2015-09-30
1
-2
/
+2
*
|
PLT-475 making sure session is properly removed
=Corey Hulen
2015-09-29
1
-1
/
+1
*
|
Merge release branch 'release-1.0.0'
Christopher Speller
2015-09-29
1
-2
/
+3
|
\
|
|
*
Fix images in welcome email.
JoramWilander
2015-09-28
1
-2
/
+3
*
|
Fixing some SSO errors
Christopher Speller
2015-09-29
1
-1
/
+4
*
|
Properly revoke OAuth sessions when revoking all user sessions.
JoramWilander
2015-09-28
1
-4
/
+8
*
|
rebase
Jack
2015-09-28
1
-36
/
+70
|
\
|
|
*
Merge pull request #793 from hmhealey/plt367
Joram Wilander
2015-09-25
1
-0
/
+3
|
|
\
|
|
*
Added a json response to the uploadProfileImage api call
hmhealey
2015-09-24
1
-0
/
+3
|
*
|
Added welcome email back in.
JoramWilander
2015-09-25
1
-8
/
+4
|
|
/
|
*
Assiging first user system_admin role
=Corey Hulen
2015-09-23
1
-0
/
+13
|
*
Fixing state setting
=Corey Hulen
2015-09-23
1
-2
/
+2
|
*
Fixing merge
=Corey Hulen
2015-09-23
1
-9
/
+6
|
|
\
|
*
|
PLT-349 adding team mgt to admin console
=Corey Hulen
2015-09-23
1
-26
/
+48
*
|
|
use github.com/disintegration/imaging
Jack
2015-09-23
1
-2
/
+2
|
|
/
|
/
|
*
|
Changing image settings to file settings
=Corey Hulen
2015-09-23
1
-6
/
+6
*
|
Merge branch 'master' into PLT-11-email
=Corey Hulen
2015-09-23
1
-3
/
+0
|
\
\
|
|
/
|
/
|
[next]