summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Changing LDAP behavour so users disabled in LDAP server are disabled in ↵Christopher Speller2016-07-261-11/+17
| | | | Mattermost. (#3669)
* PLT-1866/PLT-3509 Added links to download the native apps (#3651)Harrison Healey2016-07-221-0/+5
| | | | | | | | | | | | * PLT-1866 Added configurable links for native app downloads * PLT-1866 Added native app download link to main menu * PLT-3509 Added native app link to tutorial * PLT-3509 Added native app link to welcome email * PLT-3509 Made link to apps in welcome email conditional on being set
* PLT-3691 Fixing mobile session (#3652)Corey Hulen2016-07-211-1/+22
| | | | | | * PLT-3691 Fixing mobile session * Fixing unit tests
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-914 Add mention notifications for replies on a comment thread * remove useless store method fix highlighting comments posted before th user write something to thread * refactor out isCommentMention function after rebase * change comment bar highlighting to replay icon mention highlighting * settings and always visible highlight * fix unit tests for new settings * change highlight behaviour - if any message in comment thread generates mention - all thread is highlighted - remove always visible highlightion * fix bug about the textarea in the center channel not clearing * fix default settings value notify_props.comments * do not highlight own comments if there is no other user's messages in thread * refactor out ReactDOM.findDOMNode * refactor out using of UserStore from component
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-34/+4
| | | | | | | | | | * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists
* Merge branch 'release-3.2' into 'master'Harrison Healey2016-07-151-10/+4
|\
| * Revert "Login error messages fix (#3525)"Christopher Speller2016-07-121-6/+4
| | | | | | | | This reverts commit 2e513c8fd4c6b1b428b83044c017836b0011d32b.
| * Revert "Letting email not validated error message through login. Changing ↵Christopher Speller2016-07-121-5/+1
| | | | | | | | | | | | invalid credentials error. (#3546)" This reverts commit 128e4f984ad565297ab1c7b8921d877d3a9c8f03.
* | PLT-3584 Fix no team found when creating account (#3552)enahum2016-07-131-1/+3
| |
* | PLT-3384 Improve the "Verify Email" email (#3564)enahum2016-07-131-5/+9
| |
* | Merged release-3.2 into masterHarrison Healey2016-07-121-3/+11
|\|
| * Some improvments to password handling (#3549)Christopher Speller2016-07-121-2/+6
| |
| * Letting email not validated error message through login. Changing invalid ↵Christopher Speller2016-07-121-1/+5
| | | | | | | | credentials error. (#3546)
| * Login error messages fix (#3525)Christopher Speller2016-07-081-4/+6
| |
* | Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-1/+22
| |
* | Merge release 3.2 into master (#3548)Harrison Healey2016-07-111-4/+6
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-12/+22
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* PLT-3502 Fix Team admins can't give "team admin" privilege to members (#3499)enahum2016-07-061-3/+16
|
* SAML support (#3494)enahum2016-07-051-5/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3073: Implement SAML/Okta Server side (EE) (#3422) * PLT-3137 Support for SAML configuration * PLT-3410 SAML Database Store * PLT-3411 CLI to add Identity Provider Certificate and Service Provider Private Key * PLT-3409 SAML Interface for EE * PLT-3139 Handle SAML authentication server side * Add localization messages * PLT-3443 SAML Obtain SP metadata * PLT-3142 Login & Switch to/from SAML * Remove Certs for Database & Clean SAML Request * Make required Username, FirstName and LastName * PLT-3140 Add SAML to System Console (#3476) * PLT-3140 Add SAML to System Console * Move web_client functions to client.jsx * Fix issues found by PM * update package.json mattermost driver * Fix text messages for SAML
* Sanitize personal information out of license for non system admin users (#3487)Joram Wilander2016-07-051-1/+5
|
* PLT-3454 Verification Email fails to send when logging in with username (#3475)enahum2016-07-051-4/+2
|
* Email check shouldn't be case-sensitive #3349 (#3350)Thiyagaraj Krishna2016-06-271-1/+1
| | | Email address "allowed domains" check appears to be case-sensitive #3349
* PLT-3264 remove session cookie when switching accounts (#3341)Corey Hulen2016-06-151-0/+3
|
* Fix bad condition on hiding email addresses and update user etag to include ↵Joram Wilander2016-06-141-4/+4
| | | | privacy settings (#3327)
* Made error message clearer (#3318)David Lu2016-06-141-2/+8
|
* Auto join teams if coming from team sign-up page to login for GitLab (#3284)Joram Wilander2016-06-071-17/+6
|
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+23
|
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-0/+1
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-1/+0
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-0/+1
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Don't allow gitlab users to activate mfa (#3125)Joram Wilander2016-05-271-0/+4
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-271-1/+0
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-271-0/+1
| | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text
* fixed type speical -> special (#3052)rompic2016-05-251-2/+2
|
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-241-1/+0
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-241-2/+2
|
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-241-0/+1
| | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics
* Move away from the "andForget" style of function (#3046)Thomas Balthazar2016-05-181-1/+1
| | | | | This is the second and last part of the refactoring. First part is documented here: https://github.com/mattermost/platform/pull/3043
* Move away from the "andForget" style of function (#3043)Thomas Balthazar2016-05-181-169/+143
| | | | As suggested by @crspeller here: https://github.com/mattermost/platform/pull/3022#issuecomment-220004020
* Send email notification when username changed (#3022)Thomas Balthazar2016-05-181-9/+35
|
* Stopped login code from falling back to LDAP when it's disabled (#2986)Harrison Healey2016-05-121-1/+1
|
* Improved handling of edge case where an LDAP user shares a username with a ↵Harrison Healey2016-05-121-2/+5
| | | | non-LDAP user (#2980)
* PLT-2905 fixing upgrade of SSO accounts (#2962)Corey Hulen2016-05-111-7/+8
| | | | | | * PLT-2905 fixing upgrade of SSO accounts * Fixing multiple Auths mapped to different emails
* PLT-2862 Re-added LDAP login boxes as part of signup flow (#2937)Harrison Healey2016-05-091-4/+5
| | | | | | * Added ldap_only parameter for login API * Re-added LDAP login boxes as part of signup flow
* PLT-2697 Fixing team admins (#2900)Corey Hulen2016-05-061-23/+72
| | | | | | | | | | | | * PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func
* Fixing /logout command (#2908)Christopher Speller2016-05-061-4/+1
|
* Allow system admins to switch user accounts to email/password (#2893)Joram Wilander2016-05-051-1/+1
|
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-041-2/+44
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-031-170/+66
| | | | | | | | | | | | | | | | | | | | * Unified login screen and related APIs * Refactored login API call to be less convoluted * Removed LDAP login prompt from invite process * Fixed existing LDAP users being able to log in if LDAP was configured, but disabled * Gofmt * Future proofed login API * Updated login APIs based on feedback * Added additional auditing to login API * Actually removed loginById
* Added query escaping to emails (#2867)David Lu2016-05-031-3/+3
|