summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* 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
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-296-40/+147
| | | | (#3442)
* PLT-3453 Reloading the configuration in the system console should ↵enahum2016-06-291-0/+3
| | | | immediately show config changes (#3446)
* added email display for sysadmins or current user (#3436)David Lu2016-06-281-1/+2
|
* Added email to user list filter (#3391)Thiyagaraj Krishna2016-06-281-0/+1
|
* PLT-3374 Thumbnails for live YouTube videos are broken (#3434)enahum2016-06-281-4/+13
|
* PLT-3417 Missing localization on Account Settings and Backstage (#3437)enahum2016-06-282-4/+13
|
* PLT-3191 E20: Updates to Reload Configuration from Disk and Recycle Database ↵David Lu2016-06-283-4/+24
| | | | | | | | | | Connections (#3424) * added help text to reload configuration and recycle db * Update reload_config.jsx * Update en.json
* PLT-3242 Fixed clicking on input labels on iOS (#3417)Harrison Healey2016-06-271-0/+6
| | | | | | * Prevented channel notification settings radiobuttons from multi-selecting * Fixed clicking on input labels on iOS
* PLT-3269 Moved formatting toggle behind EnableDeveloper setting (#3402)Harrison Healey2016-06-271-1/+1
| | | | | | * Force formatting to be enabled if testing is disabled * Moved formatting toggle behind EnableDeveloper setting
* PLT-3332 Removed multiple change channel header messages (#3390)David Lu2016-06-272-3/+14
| | | | | | * disabled submit upon form submission to avoid asynchronous errors * Used state instead of props
* UI text upgrades (#3375)it332016-06-275-9/+9
| | | | | | | | | | | | | | | | | | | | | | * Clarifying auth user join button * Update team_general_tab.jsx * Update generated_setting.jsx * Update public_link_settings.jsx * Update signup_settings.jsx * Update login_settings.jsx * Update team_general_tab.jsx * Update en.json * Clarifying help text * Clarifying help text
* Fixed switching between user lists in system console (#3409)Harrison Healey2016-06-272-4/+17
|
* changed edit header title for DM channels (#3415)David Lu2016-06-271-7/+21
|
* made channel header in mobile view correct (#3418)David Lu2016-06-271-10/+41
|
* Added error message for unchanged email (#3420)David Lu2016-06-271-2/+2
|
* Fixing team creation flow and switching from bootstrap to react bootstrap ↵Asaad Mahmood2016-06-241-28/+45
| | | | (#3408)
* Clarifying help text (#3370)it332016-06-241-3/+3
| | | | | | | | | | | | | | | | | | | | * Making help text more clear * Clarifying help text * Changing "No results" to question * Changing "No results" to question * Update search_results.jsx * Update en.json * Update en.json * Update search_results.jsx * Update search_results.jsx
* PLT-3225 Fix Channel header disappears after renaming a channel (#3389)enahum2016-06-241-1/+4
|
* Fixed enabling compliance settings in the system console without reload (#3401)Harrison Healey2016-06-241-2/+3
|
* Fix occasional visual hiccup when posting/replying to messages (#3397)Joram Wilander2016-06-222-2/+12
|
* Adding webpack code splitting (#3377)Christopher Speller2016-06-2248-48/+48
|
* PLT-3220 Fixed create channel modal not saving upon enter (#3380)David Lu2016-06-221-0/+32
| | | | | | * fixed create channel modal not saving upon enter * used componentWillReceiveProps
* Reset MFA error upon update (#3387)David Lu2016-06-211-1/+1
|
* stopped youtube videos upon collapsing (#3388)David Lu2016-06-212-1/+7
|
* PLT-3341 Add missing localization support for System Console (#3385)enahum2016-06-211-1/+1
|
* Revert "PLT-3220 Fixed create channel modal not saving upon enter" (#3378)Joram Wilander2016-06-201-30/+0
|
* removed reference to allKey (#3366)David Lu2016-06-201-1/+0
|
* fixed create channel modal not saving upon enter (#3363)David Lu2016-06-201-0/+30
|
* Reset password errors upon submit (#3362)David Lu2016-06-181-2/+3
|
* Fix typo: Attrubute (#3368)it332016-06-181-1/+1
| | | | | | * Fix typo: Attrubute * Fix typo: Attrubute
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-166-42/+52
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* Revert "PLT-3220 Made Create Channel modal save upon enter" (#3356)Joram Wilander2016-06-161-24/+0
|