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
...
*
PLT-1800 Load server side locale from the config.json (#3202)
enahum
2016-06-02
1
-0
/
+1
*
Revert "PLT-1800 Load server side locale from the config.json" (#3201)
Christopher Speller
2016-06-01
1
-1
/
+0
*
PLT-1800 Load server side locale from the config.json (#3135)
enahum
2016-06-01
1
-0
/
+1
*
Don't allow gitlab users to activate mfa (#3125)
Joram Wilander
2016-05-27
1
-0
/
+4
*
Revert "PLT-1800 Load server side locale from the config.json" (#3133)
Christopher Speller
2016-05-27
1
-1
/
+0
*
PLT-1800 Load server side locale from the config.json (#3092)
enahum
2016-05-27
1
-0
/
+1
*
fixed type speical -> special (#3052)
rompic
2016-05-25
1
-2
/
+2
*
Revert "PLT-1800 Load server side locale from the config.json (#3076)"
Christopher Speller
2016-05-24
1
-1
/
+0
*
Max_File_Size setting in System Console > File Settings (#3070)
Thomas Balthazar
2016-05-24
1
-2
/
+2
*
PLT-1800 Load server side locale from the config.json (#3076)
enahum
2016-05-24
1
-0
/
+1
*
Move away from the "andForget" style of function (#3046)
Thomas Balthazar
2016-05-18
1
-1
/
+1
*
Move away from the "andForget" style of function (#3043)
Thomas Balthazar
2016-05-18
1
-169
/
+143
*
Send email notification when username changed (#3022)
Thomas Balthazar
2016-05-18
1
-9
/
+35
*
Stopped login code from falling back to LDAP when it's disabled (#2986)
Harrison Healey
2016-05-12
1
-1
/
+1
*
Improved handling of edge case where an LDAP user shares a username with a no...
Harrison Healey
2016-05-12
1
-2
/
+5
*
PLT-2905 fixing upgrade of SSO accounts (#2962)
Corey Hulen
2016-05-11
1
-7
/
+8
*
PLT-2862 Re-added LDAP login boxes as part of signup flow (#2937)
Harrison Healey
2016-05-09
1
-4
/
+5
*
PLT-2697 Fixing team admins (#2900)
Corey Hulen
2016-05-06
1
-23
/
+72
*
Fixing /logout command (#2908)
Christopher Speller
2016-05-06
1
-4
/
+1
*
Allow system admins to switch user accounts to email/password (#2893)
Joram Wilander
2016-05-05
1
-1
/
+1
*
PLT-2707 Adding option to show DM list from all of server (#2871)
Corey Hulen
2016-05-04
1
-2
/
+44
*
PLT-2258 Unified login screen and related APIs (#2820)
Harrison Healey
2016-05-03
1
-170
/
+66
*
Added query escaping to emails (#2867)
David Lu
2016-05-03
1
-3
/
+3
*
Fixing cookie
=Corey Hulen
2016-04-28
1
-1
/
+1
*
Fixing cookie
=Corey Hulen
2016-04-28
1
-0
/
+6
*
Fix deactivating MFA on user accounts (#2797)
Joram Wilander
2016-04-26
1
-0
/
+3
*
PLT-2057 User as a first class object (#2648)
Corey Hulen
2016-04-21
1
-838
/
+561
*
Add custom branding functionality (#2667)
Joram Wilander
2016-04-11
1
-5
/
+11
*
Fix email verification process (#2664)
enahum
2016-04-08
1
-1
/
+1
*
Minor fix for expired sessions
JoramWilander
2016-04-04
1
-1
/
+1
*
Add MFA functionality
JoramWilander
2016-03-30
1
-10
/
+187
*
Fix oauth routes and link issues
JoramWilander
2016-03-24
1
-1
/
+1
*
Fix imports and change ldap function name
JoramWilander
2016-03-23
1
-1
/
+1
*
Add the ability to switch from email to ldap and back
JoramWilander
2016-03-23
1
-12
/
+185
*
Merge pull request #2419 from mattermost/plt-2044
Christopher Speller
2016-03-16
1
-3
/
+9
|
\
|
*
Auto-create account if team allows sign-up from login page and oauth account ...
JoramWilander
2016-03-11
1
-3
/
+9
*
|
Converting to Webpack. Stage 1.
Christopher Speller
2016-03-16
1
-1
/
+1
*
|
Convering client to react-router.
Christopher Speller
2016-03-14
1
-35
/
+111
|
/
*
Fix typo
Elias Nahum
2016-02-25
1
-1
/
+1
*
Set Context Error if ExtraUpdateByUser fails
Elias Nahum
2016-02-25
1
-1
/
+3
*
Member show on Activate and Hide on deactivate from channel member list and a...
Elias Nahum
2016-02-25
1
-0
/
+2
*
Fixing IE expire issue
=Corey Hulen
2016-02-11
1
-1
/
+0
*
Need to set as template.HTML
Elias Nahum
2016-02-10
1
-2
/
+2
*
Change body info from String to HTML
Elias Nahum
2016-02-10
1
-1
/
+1
*
Fix change email subject
Elias Nahum
2016-02-10
1
-1
/
+1
*
Fixing attaching device id
=Corey Hulen
2016-02-08
1
-1
/
+1
*
Add ExpiresAt to session cookie so that IE/Edge store the cookie
JoramWilander
2016-02-08
1
-0
/
+3
*
Make insecure TLS connections configurable
JoramWilander
2016-02-05
1
-2
/
+1
*
Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bug
JoramWilander
2016-02-05
1
-1
/
+6
*
Merge pull request #2052 from mattermost/PLT-1429
Harrison Healey
2016-02-04
1
-0
/
+4
|
\
[prev]
[next]