summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* Clarify help text for available lanuages in localization_settings.jsx (#3776)Eric Sethna2016-08-111-1/+1
| | | | | | | | | | * Update localization_settings.jsx * Update en.json * Update localization_settings.jsx * Update en.json
* Change ordering of at-mention suggestions (#3698)Yi EungJun2016-08-112-39/+92
| | | List members in the current channel first.
* PLT-3700 Made error message for too short channel URL more clear (#3773)Harrison Healey2016-08-113-14/+26
|
* Merge branch 'release-3.3' RC4Elias Nahum2016-08-103-53/+58
|\
| * fixed password reset salt broken (#3778)David Lu2016-08-101-46/+53
| |
| * PLT-3846 Fixed loading screen not disappearing upon joining team (#3779)David Lu2016-08-101-6/+4
| | | | | | | | | | | | * fixed loading screen not disappearing upon joining team * Update signup_user_complete.jsx
| * Marked Office 365 SSO through OAuth2 as beta (#3781)Joram Wilander2016-08-101-1/+1
| |
* | Merge branch 'release-3.3' RC3Elias Nahum2016-08-095-17/+30
|\|
| * Fixed reset password error (#3769)David Lu2016-08-091-13/+6
| |
| * Remove legacy code adding useless team name to oauth URLs (#3766)Joram Wilander2016-08-091-2/+2
| |
| * Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-093-2/+22
| | | | | | | | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* | Add missing periods in error messages (#3757)Jason Blais2016-08-092-3/+3
| |
* | Added @username and full name to user profile popover (#3765)David Lu2016-08-081-1/+19
|/
* PLT-3847 Fix bad merge in the System Console help text (for Office 365) (#3762)enahum2016-08-081-1/+1
|
* PLT-3817 - Updating flag icon (#3750)Asaad Mahmood2016-08-081-1/+1
| | | | | | | | | | * Updating flag icon * Updating padding for user list * Removing stroke from hover * PLT-3794 - Fixing integrations css
* Fix missing and bad localization strings (#3755)enahum2016-08-082-5/+5
|
* PLT-3811 Fix OAuth 2.0 provider help text (#3748)enahum2016-08-081-3/+3
| | | | | | * PLT-3811 Fix OAuth 2.0 provider help text * Fix Ids for RHS translations
* PLT-3802 Moved compliance section of system console back to the bottom of ↵Harrison Healey2016-08-081-13/+20
| | | | the sidebar (#3751)
* Adding beta label to HA (#3744)Corey Hulen2016-08-042-2/+2
|
* imported bootstrap (#3743)David Lu2016-08-041-0/+1
|
* PLT-3767 Promote localizations on System Console and Account Settings (#3734)enahum2016-08-042-4/+11
|
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-044-0/+454
| | | | | | | | | | | | | | | | | | * 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
* Update text for OAuth 2.0 and Google SSO (#3740)Jason Blais2016-08-042-2/+2
| | | | | | | | * Update help text for OAuth * Update oauth_settings.jsx * Update en.json
* Reverting plt-3366 due to a bug (#3737)Christopher Speller2016-08-041-2/+3
|
* PLT-3737 - Fixing header popover behaviour (#3738)Asaad Mahmood2016-08-041-1/+1
|
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-0416-70/+646
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Hardcode preset OAuth2 endpoints when saving the config from the System ↵Joram Wilander2016-08-031-6/+6
| | | | Console (#3722)
* Update help text for Google/Office 365 OAuth (#3725)Jason Blais2016-08-031-2/+2
| | | | | | | | | | * Update help text for Google/Office 365 OAuth * Update en.json * Change " to ' in .jsx * Fix errors caused by "
* Fixing typo in LDAP system console (#3727)Christopher Speller2016-08-031-1/+1
|
* PLT-3419 Moving auditing and logs to the top of the system console sidebar ↵Harrison Healey2016-08-031-10/+10
| | | | (#3732)
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-0317-648/+928
| | | | | | | | | | | | | | * 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-3728 Updated help text on integration pages (#3721)Harrison Healey2016-08-023-23/+131
|
* PLT-3640 Add mobile landing pages (#3674)Harrison Healey2016-08-029-9/+160
| | | | | | | | | | | | * PLT-3640 Moved all clientside user agent snooping into a single file * PLT-3640 Added mobile landing pages on login to iOS and Android web apps * PLT-3640 Moved landing page to appear before first login * PLT-3640 Fixed detection of Chrome on Android * PLT-3640 Disabled mobile landing pages when their respective URLs are set to blank
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-0215-18/+23
| | | | | | | | * 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-025-13/+79
|
* PLT-3691 tweaking sytem console text (#3712)Corey Hulen2016-08-021-6/+6
|
* Update help text for compliance settings (#3705)Jason Blais2016-08-011-2/+2
| | | | | | * Update help text for compliance settings * Update en.json
* Multiple Ui improvements (#3678)Asaad Mahmood2016-08-015-51/+55
| | | | | | | | * Adding permalink back to mobile * Improving reply flow and fixing colorpicker on mobile * Hiding colorpicker on click only for mobile size screens
* PLT-3633 EE: Add Google and Office365 SSO through OAuth2 (#3660)Joram Wilander2016-07-296-141/+713
| | | | | | | | | | | | | | | | * 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
* Online status in all modals (#3617)samogot2016-07-292-12/+25
| | | | | | | | * add wrapper to modal avatar image which show small round indicator of online/away status of member in all modals * add offline indicator * the color of the status indicators follow the theme
* Policy help text (#3681)Eric Sethna2016-07-291-3/+3
| | | | | | * Update policy_settings.jsx * Update en.json
* PLT-3752 Changed email connection test to use the existing password if ↵Harrison Healey2016-07-291-1/+6
| | | | unchanged by client (#3685)
* PLT-3668 Fix Dropdown for System Admins in Manage Members is empty (#3687)enahum2016-07-291-0/+4
|
* PLT-3553 Fix System messages show an empty box (#3689)enahum2016-07-282-23/+39
|
* Update LDAP help text (#3695)lfbrock2016-07-281-1/+1
| | | | | | | | | | * Update ldap-settings.jsx * Update en.json * Update ldap_settings.jsx * Update en.json
* Initialize and close WebSocket more accurately and consistently (#3683)Joram Wilander2016-07-271-3/+3
|
* Changing LDAP behavour so users disabled in LDAP server are disabled in ↵Christopher Speller2016-07-261-2/+18
| | | | Mattermost. (#3669)
* PLT-3698 Improved handling of colons around a custom emoji's name (#3676)Harrison Healey2016-07-261-0/+5
|
* Add option to trigger outgoing webhook if first word starts with trigger ↵Pierre Rudloff2016-07-262-0/+74
| | | | word (#3611)