summaryrefslogtreecommitdiffstats
path: root/model
Commit message (Collapse)AuthorAgeFilesLines
* Fixing update roles API (#4060)Christopher Speller2016-09-221-2/+23
|
* PLT-4202 fix javascript error manage OAuth2 apps (#4039)enahum2016-09-201-0/+1
| | | | | | * PLT-4202 fix javascript error manage OAuth2 apps * Fix unit tests
* Webrtc client side (#4026)enahum2016-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)
* PLT-3412 WebRTC Server side & System Console (#3706)enahum2016-09-155-1/+130
| | | | | | | | | | * WebRTC Server side * WebRTC System Console * Consistency on variable names * Add turn and stun uri validation
* Modifying permissions system. (#3897)Christopher Speller2016-09-138-57/+412
|
* Bumping version to: 3.4.0-rc1Mattermost Build2016-09-061-0/+1
|
* PLT-3753 Added Segment analytics (#3972)David Lu2016-09-062-0/+22
|
* PLT-3921 Fix System Console Recent Active Users (#3856)enahum2016-09-062-0/+12
| | | * PLT-3921 System Console Recent Active Users
* PLT-4041 Make SAML FirstName and LastName optional (#3951)enahum2016-09-061-8/+0
|
* Send hello event containing server version on WebSocket connect (#3936)Joram Wilander2016-09-041-0/+1
|
* mail: allow PLAIN auth over non-tls connections (#3900)Girish Ramakrishnan2016-09-021-1/+2
| | | | | | | This allows mattermost to use a non-tls connection with a SMTP server that supports PLAIN auth (but not LOGIN). The go library explicitly allows PLAIN auth over non-tls connections - https://golang.org/src/net/smtp/auth.go#L55 Fixes #2929
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-024-25/+29
|
* Fixing SanitizeProfile (#3930)Christopher Speller2016-09-021-12/+2
|
* Adding LDAP test connection button. Reordering LDAP settings. (#3912)Christopher Speller2016-09-011-0/+13
|
* Making LDAP FirstName and LastName fields optional. (#3919)Christopher Speller2016-09-011-8/+0
|
* PLT-3462 Add the ability to clear push notifications after channel is viewed ↵Joram Wilander2016-08-312-0/+21
| | | | | | | | (#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
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-312-1/+6
| | | | | | | | | | | | | | * 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-301-0/+13
|
* PLT-4026 Use client dir constant for OAuth Authorization page (#3895)enahum2016-08-301-0/+2
|
* Add missing directProfiles updates on real-time user updates (#3876)enahum2016-08-241-1/+0
|
* PLT-3942 Add real-time updates for center channel profile picture popover ↵enahum2016-08-242-0/+17
| | | | | | | | | | (#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
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-231-0/+23
| | | | | | | | | | | | * 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-0/+18
| | | | (#3829)
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-1/+2
| | | | | | | | * 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
* Fixed TestGetInfoForBytes to work on all platforms (#3832)Harrison Healey2016-08-181-1/+2
|
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-163-2/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-3617 Switched public file links to use a sha256 hash (#3792)Harrison Healey2016-08-151-5/+6
| | | | | | * Changed FileSettings.PublicLinkSalt to be a pointer * Switched public file links to use a sha256 hash
* Update licensing switches for Office365 and Google SSO through OAuth2 (#3786)Joram Wilander2016-08-111-8/+8
|
* PLT-3879 Fix OAuth provider routes (#3780)enahum2016-08-101-1/+1
|
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-091-4/+0
| | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* PLT-3849 Fix No error message when invalid SAML SSO URL entered in System ↵enahum2016-08-081-1/+1
| | | | Console (#3763)
* Bumping version to: 3.3.0-rc1Mattermost Build2016-08-041-0/+1
|
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-045-0/+135
| | | | | | | | | | | | | | | | | | * 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/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-037-11/+126
| | | | | | | | | | | | | | * 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-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-0/+17
| | | | | | | | * 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-3740 Terms of Service link updates (#3707)enahum2016-08-021-1/+1
|
* Added custom branding to login description (#3710)David Lu2016-08-021-0/+6
|
* PLT-3633 EE: Add Google and Office365 SSO through OAuth2 (#3660)Joram Wilander2016-07-292-3/+13
| | | | | | | | | | | | | | | | * 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-3687 Restrict the name "matterbot" from usernames (#3686)enahum2016-07-281-0/+1
|
* Adding migration support to LDAP from other account types (#3655)Christopher Speller2016-07-262-0/+66
|
* Removing validation on LDAP bind username and password (#3670)Christopher Speller2016-07-261-8/+0
|
* Add option to trigger outgoing webhook if first word starts with trigger ↵Pierre Rudloff2016-07-262-0/+31
| | | | word (#3611)
* Removed Legal & Support settings from UI if empty (#3662)David Lu2016-07-251-5/+5
|
* PLT-1866/PLT-3509 Added links to download the native apps (#3651)Harrison Healey2016-07-221-0/+22
| | | | | | | | | | | | * 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/+5
| | | | | | * PLT-3691 Fixing mobile session * Fixing unit tests
* PLT-3629 fix uploading certificates if the files in the config do not exists ↵enahum2016-07-201-1/+12
| | | | (#3634)
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-186-18/+85
| | | | | | | | | | * 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
* Cleaning up old export code (#3601)Christopher Speller2016-07-154-20/+0
|
* added field name to ldap system console errors (#3593)David Lu2016-07-141-10/+34
|