summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Send hello event containing server version on WebSocket connect (#3936)Joram Wilander2016-09-041-0/+5
|
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-025-14/+115
|
* Fixing SanitizeProfile (#3930)Christopher Speller2016-09-022-10/+85
|
* Update LastViewAt in create post API if not from a webhook (#3913)enahum2016-09-021-2/+5
|
* Adding LDAP test connection button. Reordering LDAP settings. (#3912)Christopher Speller2016-09-012-1/+32
|
* PLT-3462 Add the ability to clear push notifications after channel is viewed ↵Joram Wilander2016-08-312-65/+113
| | | | | | | | (#3834) * Add the ability to clear push notifications after channel is viewed * Fix race condition between updating the mention count and reading it when sending push notifications
* Add debug logging when receiving an oauth redirect (#3916)Joram Wilander2016-08-311-0/+2
|
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-3110-20/+206
| | | | | | | | | | | | | | * added handlers for slash commands * added manual status persistance * added tests * removed extra debug output and comments * rebase - fixing the PR * making echo messages after slash commands ephemeral
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-302-1/+75
|
* PLT-3994 Fix OAuth2: Properly handle allowing an app fails (#3888)enahum2016-08-301-2/+4
| | | | | | * PLT-3994 Fix OAuth2: Properly handle allowing an app fails * Remove Content-Type from allowOAuth
* PLT-4026 Use client dir constant for OAuth Authorization page (#3895)enahum2016-08-301-1/+1
|
* Revert/Fix PLT-2805 (#3873)David Lu2016-08-297-51/+71
|
* Convert @mentions on Slack import. (#3837)George Goldberg2016-08-291-0/+26
| | | | | | | Converts @mentions in Slack imports for regular messages, comments and Slack upload messages. Updates the description on the Team Settings Import tab to remove mention of @mentions not importing.
* Moving CheckBrowserCompatability to debug (#3889)Corey Hulen2016-08-261-1/+1
|
* Fixing license (#3878)Corey Hulen2016-08-252-3/+9
| | | | | | | | * Fixing sanitize license * Fixing license * Fixing unit tests
* PLT-3942 Add real-time updates for center channel profile picture popover ↵enahum2016-08-241-44/+21
| | | | | | | | | | (#3871) * PLT-3942 Add real-time updates for center channel profile picture pop-over * Send user data with the websocket event to prevent further requests * Add helper for profile sanitation
* Add channel name on email notification. (#3824)Sang Jun Lee2016-08-241-11/+29
|
* Temporarily add response body logging for access token request to help ↵Joram Wilander2016-08-241-2/+9
| | | | debugging (#3872)
* 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)