summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3618 fixing error when team member removed on system console (#3569)Corey Hulen2016-07-131-1/+1
|
* Fixing accessing admin console without credentials (#3558)Christopher Speller2016-07-121-0/+3
|
* PLT-3157 - Adding display width customisation to intro message (#3521)Asaad Mahmood2016-07-121-7/+12
| | | | | | * PLT-3157 - Adding display width customisation to intro message * Fixing error
* sorted channel switcher by handle (#3547)David Lu2016-07-111-1/+7
|
* PLT-3536 Remove "Make Member" option fom "Manage Mamber" when member is ↵enahum2016-07-111-1/+1
| | | | System Admin (#3550)
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-116-11/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Add doc links to System Console > Integrations > Webhooks and Commands help ↵Jason Blais2016-07-111-3/+3
| | | | | | text (#3540) * Add links to docs
* Update emoji-list.jsx (#3520)lfbrock2016-07-071-1/+1
| | | | | | | | | | | | | | * Update emoji-list.jsx * Update en.json * Update emoji_list.jsx * Update en.json * Update emoji_list.jsx * Update en.json
* Added getStateFromConfig (#3517)David Lu2016-07-071-0/+14
|
* PLT-1465 Added password requirements (#3489)David Lu2016-07-067-142/+341
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-067-4/+217
| | | | | | | | | | | | | | * 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
* UI fix for errors in signup and login pages and adding space between buttons ↵Asaad Mahmood2016-07-064-8/+24
| | | | | | | | in the security tab (#3512) * Fixing the errors style on login and signup pages * Adding space between login options in the security section
* Adding sync now button to system console (#3510)Christopher Speller2016-07-062-0/+117
|
* Added new segment analytics (#3511)David Lu2016-07-064-9/+27
|
* Added help text to integrations pages in backstage (#3513)Harrison Healey2016-07-065-1/+65
|
* PLT-3237 Update displayed config values in admin console after saving (#3506)Harrison Healey2016-07-0629-254/+318
| | | | | | * Reloaded admin console data when settings are saved * Fixed attempting to save an invalid config setting overwriting the stored config
* PLT-3225 Firefox: Channel header disappears after renaming a channel (fixed ↵enahum2016-07-061-0/+4
| | | | with channel switch) (#3470)
* PLT-3518/PLT-3519 Custom emoji followup (#3507)Harrison Healey2016-07-064-69/+48
| | | | | | * Fixed emoji list filter when full name or nickname are enabled * Changed custom emoji list to only be visible if the user can create custom emoji
* Update ldap_settings.jsx (#3508)lfbrock2016-07-061-1/+1
| | | | | | | | * Update ldap_settings.jsx Changed help text for consistency * Update en.json
* Add channel management permissions to mobile channel dropdown and clean up ↵Joram Wilander2016-07-061-116/+180
| | | | logic a bit (#3505)
* Changed EditChannelHeaderModal to only change it's displayed text when the ↵Harrison Healey2016-07-061-1/+1
| | | | user isn't editing it (#3503)
* updated text in select team (#3478)David Lu2016-07-061-6/+6
|
* Adding webserver mode to the system console. Automatic enabling of gzip on ↵Christopher Speller2016-07-062-2/+111
| | | | existing servers (#3458)
* PLT-3473 Made shortcuts only work for CMD on OSX (#3479)David Lu2016-07-064-4/+4
| | | | | | * checked for CMD key * changed method of checking
* On receive of a comment that we don't have the thread for, acquire the ↵Joram Wilander2016-07-061-1/+3
| | | | thread (#3490)
* PLT-3453 Reloading the configuration in the system console should ↵enahum2016-07-061-0/+6
| | | | immediately show config changes (#3496)
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-068-127/+294
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* removed @channel (#3497)David Lu2016-07-061-3/+7
|
* SAML support (#3494)enahum2016-07-0511-7/+827
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-0532-112/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements (#3449) Improving help text margins Updating changes for get link and create post files Fixing icon for select team screen Fixing styles for select team button Adding improvements to posts UI Adding improvement to post layout Updating changes for post controls Updating z-index for sidebar--right Updating help text position Fixing code for posts Fixing css for post view Pushing improvements for posts view Updating changes for post view Updating post layout Fixing system time css Updating header for system posts Updating post css Removing opacity and changing color for system messages Simplifying root post and system post behaviour Removing images from compact view Updating help text for display Updating embed preview text for advanced option PLT-3490 - Fixing RHS issue on Edge
* PLT-1316/PLT-3280 Change client-side max file size limit (#3354)Thomas Balthazar2016-07-053-25/+26
| | | | | | | | | * Change client-side max file size limit It now relies on the value set in config.json. Re-enable and tweak the max file size setting in system console. * Update file upload error message
* Update custom emoji help text (#3493)lfbrock2016-07-051-4/+4
| | | | | | * Update custom emoji help text * Update en.json
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-0533-228/+1093
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Do not clear the more direct messsages list on every open (#3485)Joram Wilander2016-07-051-27/+20
|
* Fix RHS adding an unecessary preference store listener and increase ↵Joram Wilander2016-07-051-2/+1
| | | | preference store listener max to 25 (#3473)
* Fixing errors in system console (#3484)Asaad Mahmood2016-07-053-18/+5
|
* Update ldap sync interval help text (#3488)lfbrock2016-07-051-1/+1
| | | | | | * Update ldap sync interval help text * Update en.json
* Major update to System Console labelling (#3398)Eric Sethna2016-07-0521-77/+85
|
* added errors to claim ldap account (#3468)David Lu2016-07-052-42/+108
|
* fixed teams not displaying (#3472)David Lu2016-07-051-24/+2
|
* Revert PLT-3233 (#3477)David Lu2016-07-051-2/+3
|
* PLT-2640 Added searching users by additional field when autocompleting ↵Harrison Healey2016-07-041-13/+41
| | | | | | | | @mentions (#3412) * Added the ability to search users by their first/last name or nickname when using @mentions * Changed @mention autocomplete to display a user's nickname
* PLT-3154 Updated help text on Select Team page (#3451)David Lu2016-07-041-33/+68
| | | | | | * Added Onboarding Changes to Select Team * changed text by PM
* Adding page size option to LDAP (#3439)Christopher Speller2016-07-041-0/+21
|
* PLT-3444 Preview features checkboxes don't reset after hitting cancel (#3462)enahum2016-07-041-1/+13
|
* removed url on code preview (#3435)David Lu2016-07-011-1/+3
|
* PLT-3201 Code Theme Saves Upon Update (#3414)David Lu2016-06-301-0/+19
| | | * Ensured code theme saves properly
* enabled team creation for sysadmins (#3433)David Lu2016-06-302-1/+14
|
* fixed typo (#3450)David Lu2016-06-301-1/+1
|
* Adding expand icon for RHS (#3386)Asaad Mahmood2016-06-296-26/+218
| | | | | | | | | | | | | | | | * Adding expand icon for RHS Fixing errors Adding back getTeamInviteLink with better functionality for mobile Adding vertical align to post__link Updating improvements for expand RHS stuff * Improving transition on mobile * Removing irrelevant changes