summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3629 fix uploading certificates if the files in the config do not exists ↵enahum2016-07-201-0/+11
| | | | (#3634)
* Restricting visibility of detailed_error message (#3629)Christopher Speller2016-07-191-0/+6
|
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-193-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix possible race condition in TestUserTyping test case (#3612)Joram Wilander2016-07-181-0/+2
|
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-1811-127/+351
| | | | | | | | | | * 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.
* | Cleaning up old export code (#3601)Christopher Speller2016-07-152-310/+0
| |
* | made /shortcuts separate for mac (#3571)David Lu2016-07-142-2/+14
| |
* | Increased wait time for TestUserTyping event test case (#3587)Joram Wilander2016-07-141-1/+1
| |
* | PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-142-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleaned up user_settings_theme.jsx and import_theme_modal.jsx * Made ImportThemeModal use a callback to return the theme to the user settings modal instead of saving it directly * Moved user theme from model to preferences * Added serverside API to delete preferences TODO update package with client stuff * Changed constants.jsx so that Preferences and ActionTypes can be imported on their own * Updated ThemeProps migration code to properly rename solarized code themes * Fixed warnings thrown by AppDispatcher * Added clientside UI to support team-specific themes * Removed debugging code from test * Fixed setting a user's theme when they haven't set their theme before
* | PLT-3153 Converted slash command triggers to lowercase on save (#3577)David Lu2016-07-141-0/+2
| | | | | | | | | | | | * Converted slash command triggers to lowercase on save * Made slash commands case insensitive
* | PLT-3366 Holding down the ALT key and clicking on a message adds a new ↵samogot2016-07-141-0/+29
| | | | | | | | messages indicator (squashed) (#3374)
* | Removed system message on /msg success (#3579)David Lu2016-07-142-2/+2
| |
* | 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
| |
* | Fixed invalid password error when admin resets password (#3578)David Lu2016-07-131-1/+0
| |
* | Merged release-3.2 into masterHarrison Healey2016-07-123-4/+81
|\|
| * Some improvments to password handling (#3549)Christopher Speller2016-07-123-3/+76
| |
| * Letting email not validated error message through login. Changing invalid ↵Christopher Speller2016-07-121-1/+5
| | | | | | | | credentials error. (#3546)
| * PLT-3560 blocking adding to channel once user is removed (#3537)Corey Hulen2016-07-112-0/+24
| |
| * Fixed permissions when getting a file attachment to use the correct user id ↵Harrison Healey2016-07-081-1/+1
| | | | | | | | (#3535)
| * Login error messages fix (#3525)Christopher Speller2016-07-081-4/+6
| |
* | Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-1217-155/+408
| |
* | Merge release 3.2 into master (#3548)Harrison Healey2016-07-114-5/+31
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-067-115/+127
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-063-5/+182
| | | | | | | | | | | | | | * 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
* PLT-3512 adding join/leave channel to the CLI (#3498)Corey Hulen2016-07-061-0/+169
| | | | | | | | | | | | | | * PLT-3512 adding join/leave channel to the CLI * PLT-3512 adding list channels to the CLI * PLT-3512 adding restore channel * Adding make run-cli command * Updating txt * Fixing txt purposed by PMs
* PLT-3502 Fix Team admins can't give "team admin" privilege to members (#3499)enahum2016-07-062-5/+18
|
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-064-24/+469
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* Fix connection leaks in push notifications, diagnostics and oauth (#3469)Joram Wilander2016-07-062-1/+14
|
* SAML support (#3494)enahum2016-07-054-7/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-3145 Custom Emojis (#3381)Harrison Healey2016-07-052-27/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized Backstage code to use a view controller and separated it from integrations code * Renamed InstalledIntegrations component to BackstageList * Added EmojiList page * Added AddEmoji page * Added custom emoji to autocomplete and text formatter * Moved system emoji to EmojiStore * Stopped trying to get emoji before logging in * Rerender posts when emojis change * Fixed submit handler on backstage pages to properly support enter * Removed debugging code * Updated javascript driver * Fixed unit tests * Fixed backstage routes * Added clientside validation to prevent users from creating an emoji with the same name as a system one * Fixed AddEmoji page to properly redirect when an emoji is created successfully * Fixed updating emoji list when an emoji is deleted * Added type prop to BackstageList to properly support using a table for the list * Added help text to EmojiList * Fixed backstage on smaller screen sizes * Disable custom emoji by default * Improved restrictions on creating emojis * Fixed non-admin users seeing the option to delete each other's emojis * Fixing gofmt * Fixed emoji unit tests * Fixed trying to get emoji from the server when it's disabled
* Fixed error when adding incoming webhook to public channel not currently in ↵Joram Wilander2016-07-052-0/+9
| | | | (#3483)
* PLT-3454 Verification Email fails to send when logging in with username (#3475)enahum2016-07-051-4/+2
|
* PLT-3456 Fix Errors while starting the server (#3445)enahum2016-07-041-0/+2
| | | | | | * PLT-3456 AppErrors that are triggered before translations are loaded crash server or produce bad error messages. * Fixing tests
* Fixing invalid session (#3463)Corey Hulen2016-07-011-2/+8
|
* Revert "Moved file attachments to be stored in data/channels instead of ↵Harrison Healey2016-06-302-40/+41
| | | | | data/teams/ID/channels (#3416)" (#3461) This reverts commit ed75dfc6c090bd247ab9fe2965aed82c552bbc08.
* enabled team creation for sysadmins (#3433)David Lu2016-06-301-1/+1
|
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-292-4/+61
| | | | (#3442)
* PLT-3440 (#3440)Corey Hulen2016-06-292-2/+30
|
* Implementing server side of LDAP sync now button (#3430)Christopher Speller2016-06-282-0/+30
|
* Changing email notifications to use permalinks (#3399)Christopher Speller2016-06-281-1/+1
|
* Moved file attachments to be stored in data/channels instead of ↵Harrison Healey2016-06-282-41/+40
| | | | data/teams/ID/channels (#3416)
* 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-3415 Fix Sending Test email fails with error (#3396)enahum2016-06-221-1/+1
|
* Make sure profile is not nil when assigning in sendNotifications (#3395)Joram Wilander2016-06-211-1/+3
|
* PLT-3261 Fix Can't create a team with GitLab if the email domain is ↵enahum2016-06-211-0/+7
| | | | restricted (#3379)