summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-232-0/+125
| | | | | | | | | | | | * Deauthorize OAuth APIs * Deautorize OAuth Apps Account Settings * Fix typo in client method * Fix issues found by PM * Show help text only when there is at least one authorized app
* Add notification settings to control what statuses allow push notifications ↵Joram Wilander2016-08-231-5/+20
| | | | (#3829)
* Prevent flagging of deleted posts and don't show deleted posts in flagged ↵Joram Wilander2016-08-221-0/+8
| | | | post list (#3846)
* Changed /teams/all api to only return teams the current user is a member of ↵Harrison Healey2016-08-222-30/+21
| | | | if they're not an admin (#3853)
* Reset context error for incoming webhooks after checking permission (#3847)Joram Wilander2016-08-221-0/+1
|
* Split /shortcuts programmatically (#3850)David Lu2016-08-222-4/+19
|
* Fixing 404 errors (#3838)Corey Hulen2016-08-221-6/+1
|
* Refactored CreatePost to not use context (#3813)David Lu2016-08-198-67/+75
|
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-28/+38
| | | | | | | | * PLT-3754 EE: Add a Display Option to disable Join/Leave messages * Differentiate between join/leave add/remove messages * Update user removed from channel text message
* PLT-3955/PLT-3956 Fixing issues with mentions (#3820)Harrison Healey2016-08-181-14/+16
| | | | | | * PLT-3955 Fixed @here sending push notifications to people not in the channel * PLT-3956 Fixed mention numbers not being incremented
* PLT-3822 after admin leaves team he cannot get admin access anymore (#3814)Corey Hulen2016-08-171-4/+5
|
* PLT-3881 Fix websocket errors after leaving the team (#3815)Corey Hulen2016-08-171-0/+2
|
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-166-28/+527
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3647 Added config settings for email batching * PLT-3647 Refactored generation of email notification * PLT-3647 Added serverside code for email batching * PLT-3647 Updated settings UI to enable email batching * PLT-3647 Removed debug code * PLT-3647 Fixed 0-padding of minutes in batched notification * PLT-3647 Updated clientside UI for when email batching is disabled * Go fmt * PLT-3647 Changed email batching to be disabled by default * Updated batched email message * Added email batching toggle to system console * Changed Email Notifications > Immediate setting to a 30 second batch interval * Go fmt * Fixed link to Mattermost icon in batched email notification * Updated users to use 30 second email batching by default * Fully disabled email batching when clustering is enabled * Fixed email batching setting in the system console * Fixed casing of 'Send Email notifications' -> 'Send email notifications' * Updating UI Improvements for email batching (#3736) * Updated text for notification settings and SiteURL. * Prevented enabling email batching when SiteURL isn't set in the system console * Re-added a couple debug messages * Added warning text when clustering is enabled
* Refactored mention parsing and added unit tests (#3806)Harrison Healey2016-08-162-207/+408
|
* PLT-3617 Switched public file links to use a sha256 hash (#3792)Harrison Healey2016-08-154-43/+48
| | | | | | * Changed FileSettings.PublicLinkSalt to be a pointer * Switched public file links to use a sha256 hash
* Send verification email if user has never logged in, send email changed ↵Joram Wilander2016-08-121-2/+2
| | | | email otherwise (#3759)
* EE: PLT-3747 Add create_channel to command line (#3760)enahum2016-08-121-0/+28
| | | | | | | | * PLT-3747 Add create_channel command line * Added tests * Set as EE feature
* fix OAuth provider when running test multiple times (#3782)enahum2016-08-111-2/+2
|
* PLT-3879 Fix OAuth provider routes (#3780)enahum2016-08-101-4/+2
|
* PLT-3865 Fix OAuth provider routes (#3768)enahum2016-08-091-3/+3
|
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-092-5/+12
| | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* Fix garbled mail subject (#3694)MARUYAMA Takayuki2016-08-041-1/+1
| | | | | | * Fix garbled mail subject * Notification email subject including full month
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-046-9/+106
| | | | | | | | | | | | | | | | | | * PLT-2899 adding clustering of app servers * PLT-2899 base framework * PLT-2899 HA backend * PLT-2899 Fixing config file * PLT-2899 adding config syncing * PLT-2899 set System console to readonly when clustering enabled. * PLT-2899 Fixing publish API * PLT-2899 fixing strings
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-042-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added flagged posts functionality * UI Improvements to flags (#3697) * Added flag functionality for mobile * Updating flagged text (#3699) * Add back button to RHS thread when coming from flagged posts * Updating position of flags (#3708) * Plt 3506 - Reverting flag position (#3724) * Revert "Updating position of flags (#3708)" This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58. * Fixing the icon in search * Help text and white space improvements (#3730) * Updatng help text and some white spacing. * Updating help text
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-034-201/+588
| | | | | | | | | | | | | | * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider
* PLT-3702 Fixed outgoing webhook creation API to properly clear error flags ↵Harrison Healey2016-08-021-0/+2
| | | | for public channels (#3719)
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-022-10/+7
| | | | | | | | * PLT-3408 Changed serverside code to get the service's URL from config.json * PLT-3408 Changed most clientside code to use the SiteURL config setting instead of window.location * PLT-3408 Changed default SiteURL to be autodetected
* PLT-3633 EE: Add Google and Office365 SSO through OAuth2 (#3660)Joram Wilander2016-07-292-9/+9
| | | | | | | | | | | | | | | | * EE: Add Google and Office365 SSO through OAuth2 * Add localization strings * Text tweaks for PLT-3633 * Added sign-up button for Office 365 * Updated some error messages and a bit of licensing * Updated sign-in method section in user settings to include Google and Office365 * Added more localization strings
* PLT-3752 Changed email connection test to use the existing password if ↵Harrison Healey2016-07-291-0/+13
| | | | unchanged by client (#3685)
* Adding migration support to LDAP from other account types (#3655)Christopher Speller2016-07-261-5/+1
|
* Changing LDAP behavour so users disabled in LDAP server are disabled in ↵Christopher Speller2016-07-261-11/+17
| | | | Mattermost. (#3669)
* Add option to trigger outgoing webhook if first word starts with trigger ↵Pierre Rudloff2016-07-261-4/+11
| | | | word (#3611)
* 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-2408 Adds here mention for online users (#3619)Joram Wilander2016-07-212-10/+39
| | | | | | | | | | * Added @here mention that notifies online users * Fixed existing race condition that would sometime cause clients to miss mention count changes * Added missing localization strings * Prevent @here from mentioning the user who posted it
* Fixed /join (#3647)David Lu2016-07-211-0/+5
|
* 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)