summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3502 Fix Team admins can't give "team admin" privilege to members (#3499)enahum2016-07-062-5/+18
|
* PLT-3518/PLT-3519 Custom emoji followup (#3507)Harrison Healey2016-07-066-69/+75
| | | | | | * 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-062-2/+2
| | | | | | | | * 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)
* Updated pull request template (#3504)Joram Wilander2016-07-061-8/+14
|
* 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-062-10/+11
|
* Adding webserver mode to the system console. Automatic enabling of gzip on ↵Christopher Speller2016-07-065-5/+124
| | | | existing servers (#3458)
* Adding page size to config (#3501)Christopher Speller2016-07-061-1/+2
|
* PLT-3473 Made shortcuts only work for CMD on OSX (#3479)David Lu2016-07-065-4/+12
| | | | | | * 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-064-33/+80
| | | | thread (#3490)
* PLT-3453 Reloading the configuration in the system console should ↵enahum2016-07-061-0/+6
| | | | immediately show config changes (#3496)
* daily translations 20160705 (#3500)enahum2016-07-0611-439/+1689
|
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-0620-176/+867
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* Fix connection leaks in push notifications, diagnostics and oauth (#3469)Joram Wilander2016-07-063-1/+16
|
* removed @channel (#3497)David Lu2016-07-061-3/+7
|
* SAML support (#3494)enahum2016-07-0539-16/+1983
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0550-341/+471
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-056-28/+32
| | | | | | | | | * 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
* PLT-3458- Improving css for custom emoji (#3492)Asaad Mahmood2016-07-051-9/+35
|
* Update custom emoji help text (#3493)lfbrock2016-07-052-7/+7
| | | | | | * Update custom emoji help text * Update en.json
* Sanitize personal information out of license for non system admin users (#3487)Joram Wilander2016-07-053-2/+25
|
* daily translations 20160704 (#3481)enahum2016-07-0512-146/+206
|
* PLT-3429 "Site Statistics" graphs do not always have the same start date (#3480)enahum2016-07-051-3/+4
|
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-0556-8916/+1693
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-053-32/+28
|
* Fixed error when adding incoming webhook to public channel not currently in ↵Joram Wilander2016-07-052-0/+9
| | | | (#3483)
* Fix RHS adding an unecessary preference store listener and increase ↵Joram Wilander2016-07-052-2/+2
| | | | preference store listener max to 25 (#3473)
* PLT-3454 Verification Email fails to send when logging in with username (#3475)enahum2016-07-051-4/+2
|
* Fixing errors in system console (#3484)Asaad Mahmood2016-07-053-18/+5
|
* Update ldap sync interval help text (#3488)lfbrock2016-07-052-2/+2
| | | | | | * Update ldap sync interval help text * Update en.json
* Added make restart (#3486)Harrison Healey2016-07-051-1/+3
|
* Major update to System Console labelling (#3398)Eric Sethna2016-07-0522-142/+151
|
* added errors to claim ldap account (#3468)David Lu2016-07-052-42/+108
|
* fixed teams not displaying (#3472)David Lu2016-07-051-24/+2
|
* PLT-3490 - Fixing RHS issue on Edge (#3474)Asaad Mahmood2016-07-051-1/+6
|
* Revert PLT-3233 (#3477)David Lu2016-07-051-2/+3
|
* Removed semi-valid link from list that shouldn't autolink (#3471)Harrison Healey2016-07-041-1/+0
| | | The new autolinking regex matches it and it could be argued that the link is valid anyway.
* Updated markdown parser (#3465)Harrison Healey2016-07-041-1/+1
|
* PLT-2640 Added searching users by additional field when autocompleting ↵Harrison Healey2016-07-042-14/+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-042-34/+72
| | | | | | * Added Onboarding Changes to Select Team * changed text by PM
* PLT-3456 Fix Errors while starting the server (#3445)enahum2016-07-047-6/+16
| | | | | | * PLT-3456 AppErrors that are triggered before translations are loaded crash server or produce bad error messages. * Fixing tests
* Adding page size option to LDAP (#3439)Christopher Speller2016-07-044-0/+42
|
* PLT-3444 Preview features checkboxes don't reset after hitting cancel (#3462)enahum2016-07-041-1/+13
|
* Fix FD leak (#3464)@42wim2016-07-041-0/+9
|
* Remove not needed locs (#3466)enahum2016-07-041-7/+0
|
* Fixing invalid session (#3463)Corey Hulen2016-07-011-2/+8
|
* removed url on code preview (#3435)David Lu2016-07-011-1/+3
|
* Revert "Moved file attachments to be stored in data/channels instead of ↵Harrison Healey2016-06-302-40/+41
| | | | | data/teams/ID/channels (#3416)" (#3461) This reverts commit ed75dfc6c090bd247ab9fe2965aed82c552bbc08.
* Some bundle size reductions and improvments (#3457)Christopher Speller2016-06-302-8/+8
|