server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
model
/
user.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)
Joram Wilander
2017-02-16
1
-0
/
+70
*
Implement GET channels endpoints for APIv4 (#5363)
Ruzette Tanyag
2017-02-14
1
-1
/
+3
*
PLT-5365 Import of basic user properties. (#5231)
George Goldberg
2017-01-31
1
-6
/
+13
*
Implement APIv4 infrastructure (#5191)
Joram Wilander
2017-01-30
1
-12
/
+13
*
More app code migration (#5170)
Joram Wilander
2017-01-25
1
-0
/
+7
*
PLT-4332 Position field for Users (#4632)
George Goldberg
2016-12-14
1
-0
/
+5
*
Prevent system_admin role mistake (#4405)
Christopher Speller
2016-11-01
1
-0
/
+5
*
Fixes for the team user lists in the system console (#4294)
Joram Wilander
2016-10-24
1
-1
/
+0
*
Merging performance branch into master (#4268)
Joram Wilander
2016-10-19
1
-0
/
+20
*
PLT-4155 Show correct login method in system console (#4102)
enahum
2016-09-28
1
-1
/
+3
*
Modifying permissions system. (#3897)
Christopher Speller
2016-09-13
1
-12
/
+12
*
PLT-3921 Fix System Console Recent Active Users (#3856)
enahum
2016-09-06
1
-0
/
+1
*
Do not send push notifications for channels being actively viewed (#3931)
Joram Wilander
2016-09-02
1
-18
/
+0
*
Fixing SanitizeProfile (#3930)
Christopher Speller
2016-09-02
1
-12
/
+2
*
Add missing directProfiles updates on real-time user updates (#3876)
enahum
2016-08-24
1
-1
/
+0
*
PLT-3942 Add real-time updates for center channel profile picture popover (#3...
enahum
2016-08-24
1
-0
/
+16
*
Add notification settings to control what statuses allow push notifications (...
Joram Wilander
2016-08-23
1
-0
/
+18
*
PLT-3647 Email Batching (#3718)
Harrison Healey
2016-08-16
1
-0
/
+18
*
PLT-3687 Restrict the name "matterbot" from usernames (#3686)
enahum
2016-07-28
1
-0
/
+1
*
PLT-2241 Refactored statuses into a more real-time system (#3573)
Joram Wilander
2016-07-18
1
-16
/
+0
*
Cleaning up old export code (#3601)
Christopher Speller
2016-07-15
1
-11
/
+0
*
PLT-2992 Added the ability to use different themes for each team (#3411)
Harrison Healey
2016-07-14
1
-21
/
+0
*
PLT-1465 Added password requirements (#3489)
David Lu
2016-07-06
1
-5
/
+0
*
enabled team creation for sysadmins (#3433)
David Lu
2016-06-30
1
-2
/
+2
*
Fixed @all not working as intended (#3335)
David Lu
2016-06-15
1
-1
/
+0
*
Fix bad condition on hiding email addresses and update user etag to include p...
Joram Wilander
2016-06-14
1
-2
/
+2
*
PLT-1800 Load server side locale from the config.json (#3202)
enahum
2016-06-02
1
-2
/
+0
*
Revert "PLT-1800 Load server side locale from the config.json" (#3201)
Christopher Speller
2016-06-01
1
-0
/
+2
*
PLT-1800 Load server side locale from the config.json (#3135)
enahum
2016-06-01
1
-2
/
+0
*
Added validation to make sure theme entries are colours (#3107)
Harrison Healey
2016-05-31
1
-0
/
+15
*
Revert "PLT-1800 Load server side locale from the config.json" (#3133)
Christopher Speller
2016-05-27
1
-0
/
+2
*
PLT-1800 Load server side locale from the config.json (#3092)
enahum
2016-05-27
1
-2
/
+0
*
Revert "PLT-1800 Load server side locale from the config.json (#3076)"
Christopher Speller
2016-05-24
1
-0
/
+2
*
PLT-1800 Load server side locale from the config.json (#3076)
enahum
2016-05-24
1
-2
/
+0
*
PLT-2664 Split out push notifications from email notifications (#3049)
Joram Wilander
2016-05-19
1
-0
/
+1
*
PLT-2905 fixing upgrade of SSO accounts (#2962)
Corey Hulen
2016-05-11
1
-8
/
+19
*
Fixed updating mention keys when a user's username changes (#2774)
Harrison Healey
2016-04-25
1
-4
/
+19
*
PLT-2057 User as a first class object (#2648)
Corey Hulen
2016-04-21
1
-13
/
+7
*
Fix login
Christopher Speller
2016-03-31
1
-0
/
+7
*
Fix for ldap ability to change email
Christopher Speller
2016-03-30
1
-1
/
+1
*
Add MFA functionality
JoramWilander
2016-03-30
1
-11
/
+17
*
PLT-7: Refactoring models to use translations (chunk 6)
Elias Nahum
2016-01-25
1
-14
/
+14
*
Add create_at back to profile fields to fix analytics
JoramWilander
2016-01-22
1
-1
/
+0
*
PLT-7 Adding translation function to context
=Corey Hulen
2016-01-19
1
-1
/
+10
*
upgrading libs
=Corey Hulen
2015-11-23
1
-1
/
+1
*
Merge pull request #1396 from 42wim/useractivity
Joram Wilander
2015-11-11
1
-1
/
+0
|
\
|
*
Do not clear LastActivityAt for GetProfiles
Wim
2015-11-11
1
-1
/
+0
*
|
Fix: Unable to change password
Florian Orben
2015-11-11
1
-1
/
+1
|
/
*
Omit unneeded fields from user object in getProfiles service and remove ImgCo...
JoramWilander
2015-11-09
1
-21
/
+33
*
Prevent SSO users from changing their email
JoramWilander
2015-11-06
1
-0
/
+7
[next]