summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* Multiple UI Improvements (#4117)Asaad Mahmood2016-09-291-1/+1
|
* Renamed NavbarDropdown to SidebarHeaderDropdown and switched it to ↵Harrison Healey2016-09-293-129/+157
| | | | react-bootstrap (#4109)
* Add 'm.youtube.com/...' to be recognized as a YouTube link in the embedded ↵lfbrock2016-09-291-1/+1
| | | | post content. (#4114)
* Made SuggestionBox take back keyboard focus after the user clicks on a ↵Harrison Healey2016-09-281-0/+2
| | | | suggestion (#4112)
* Show statuses correctly for cached post views (#4094)Joram Wilander2016-09-281-0/+3
|
* Specify WebRTC calls available on Chrome, Firefox and Desktop Apps (#4107)Jason Blais2016-09-281-1/+1
| | | | | | * Update webrtc_settings.jsx * Update en.json
* PLT-4298 Remove "Return to ongoing call" (#4101)enahum2016-09-282-1/+3
|
* Fix missing confirm password error on LDAP claim page (#4099)Joram Wilander2016-09-281-5/+4
|
* Show create account link for office365, ldap and saml (#4098)Joram Wilander2016-09-281-3/+4
|
* Check if user logged in before making setActiveChannel request (#4097)Joram Wilander2016-09-282-2/+7
|
* Modifications to rate limiting settings. (#4091)Christopher Speller2016-09-261-8/+29
|
* Multiple UI Improvements (#4069)Asaad Mahmood2016-09-263-14/+18
| | | | | | | | | | | Minor contast fix for file uploading text. Updating icon markup Fixing icon for mentions Removing irrelevant characters Updating closing tag for mentions icon
* Updating ESLint (#4085)Christopher Speller2016-09-2364-153/+141
|
* Fixing build failure caused by dependancies updating (#4076)Christopher Speller2016-09-223-15/+4
|
* Fixing update roles API (#4060)Christopher Speller2016-09-222-61/+65
|
* Fixed ALT+SHIFT+UP breaking ALT+UP (#4042)David Lu2016-09-211-1/+1
|
* PLT-4202 fix javascript error manage OAuth2 apps (#4039)enahum2016-09-201-7/+12
| | | | | | * PLT-4202 fix javascript error manage OAuth2 apps * Fix unit tests
* PLT-3338 Show username on Direct message search result (#4041)enahum2016-09-201-1/+4
|
* PLT-4239 fixes getUserMedia (#4038)enahum2016-09-201-6/+6
|
* Add a link to OAuth 2 docs in help texts (#4034)Jason Blais2016-09-193-5/+19
| | | | | | | | | | | | | | | | | | * Update installed_oauth_apps.jsx * Update custom_integrations_settings.jsx * Update confirm_integration.jsx * Update installed_oauth_apps.jsx * Update en.json * Change FormattedMessage to FormattedHTMLMessage * Fix proper coding of links in en.json * Update en.json
* PLT-4182 Fix incorrect listing for at-mention in comment (#4031)Yi EungJun2016-09-193-9/+32
| | | | | | | | | | * Add missing eol * PLT-4182 Fix incorrect listing for at-mention in comment Suggestion box for at-mention listed users for the center channel even if the current textbox is for reply for a post which belongs to a different channel.
* Minor UI Improvements (#4033)Asaad Mahmood2016-09-191-1/+26
|
* PLT-1759 - Auto-complete for !channels when posting messages. (#3890)George Goldberg2016-09-194-6/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Auto-complete for !channels when posting messages. This is part 1 of the fix for PLT-1759 to make channels linkable. Still to do: - Make the !channels clickable when they appear in messages. This is blocked until PR #3865 is resolved as it looks like that refactors some of the code that would be touched by making this change. - Unit tests. Again, I think the above referenced PR should be merged before tackling this. * Fix style problems. * Highlighting of !channel-names in messages. This only identifies the !channel-name (not the display name). The implementation of the auto-complete on channel names now needs to be modified to convert to the channel handle before sending the message. * Display !channel-name as !Display Name. When we encounter !channel-name in a message, display it as a link using the channel's actual name rather than it's handle (name). * Match on names and display name, and use name. * Autocomplete channels matching on both the name and the the display name. * Use the name as the text we fill in instead of the display name. It's potentially a bit ugly, but it minimises complexity for now as otherwise we'd have to do complicated things to the message box. * Fix style issues. * Load more channels everywhere. Whenever we load the list of channels, we should also load the list of more channels. This is to enable auto-completing and auto-linking of all channels whether or not the user is in them currently. * Include more channels in the map for linking. * Listen for channel list updates for autolinking. * Remove accidental console.log. * Autocomplete on more channels too. * i18n for channel autocomplete. * Link directly to channels in !channel mentions. This currently does not work if you aren't a member of that channel. Need to decide what the correct behaviour is in that case. * Fix style issues. * Show channel name and handle in suggestion. * Match channels only at start or after space. * Better matching in text-formatting. Only match channels after a space-type character or at the start in the posts list too. * Move the route construction to make tests work. Moves route-construction out of text_formatting.jsx and into utils.jsx so that the unit tests work once again.
* Webrtc client side (#4026)enahum2016-09-1622-43/+2135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Remove unneeded additional space detected by Pootle (#4007)William Gathoye2016-09-161-1/+1
|
* Fix messages id & Add necessary messages to en.json (#4027)Yusuke Nemoto2016-09-161-3/+3
|
* PLT-3455 More channels filter (#4022)enahum2016-09-152-66/+216
|
* PLT-3412 WebRTC Server side & System Console (#3706)enahum2016-09-152-0/+236
| | | | | | | | | | * WebRTC Server side * WebRTC System Console * Consistency on variable names * Add turn and stun uri validation
* PLT-4125 Prevent typing on settings that use the regenerate button (#4016)enahum2016-09-141-7/+1
|
* Modifying permissions system. (#3897)Christopher Speller2016-09-132-14/+14
|
* Highlight comment bar for comments considered mentions (#3938)Joram Wilander2016-09-135-32/+33
|
* PLT-3801 Fix toggle dropdown Main menu (#4014)enahum2016-09-132-16/+11
|
* PLT-4086 Mobile: ENTER creates a new line even with CTRL+ENTER off (#4015)enahum2016-09-131-1/+2
|
* PLT-4131 Dynamic update the Password requirements error message sample (#4017)enahum2016-09-131-4/+10
|
* Some improvments to slack import (#4010)Christopher Speller2016-09-121-2/+2
|
* Made search autocomplete for channels and users case insensitive (#3965)Harrison Healey2016-09-122-2/+2
|
* Team names in system console are sorted alphabetically regardless of case ↵Ryan Wang2016-09-121-2/+5
| | | | (#3958)
* Let's be consistent with keyboard shortcuts. (#4005)William Gathoye2016-09-121-1/+1
| | | | | | * Let's be consistent with keyboard shortcuts. * Update en.json
* Correctly passed invite ID through to LDAP signup page (#4001)Harrison Healey2016-09-091-1/+1
|
* Fix team invite links when the invite ID is invalid (#3998)Joram Wilander2016-09-091-4/+12
|
* Fix weird typing behaviour on LDAP signup page on IE11 (#3996)Harrison Healey2016-09-091-4/+0
|
* Stopped automatically focusing user list search box on mobile (#3992)Harrison Healey2016-09-081-1/+5
|
* Displayed proper token on integration creation confirmation (#3991)Harrison Healey2016-09-083-18/+8
|
* PLT-4100 Made SuggestionList dividers optional (#3990)Harrison Healey2016-09-084-17/+16
| | | | | | * Made SuggestionList dividers optional * Stopped mutating the User object in the AtMentionProvider
* PLT-3880 Update the "Password Requirements" help text (#3989)enahum2016-09-081-9/+11
|
* Updating minor fixes for rc4 (#3988)Asaad Mahmood2016-09-081-0/+11
|
* PLT-3766 Change remaining LDAP references to AD/LDAP (#3985)Jason Blais2016-09-081-4/+4
| | | | | | | | | | * Update user.go * Update en.json * Update ldap_test_button.jsx * Update en.json
* PLT-4084 Fix Unable to send messages in RC (#3983)enahum2016-09-072-3/+20
|
* SiteURL help text update (#3977)Eric Sethna2016-09-061-3/+3
|
* PLT-3753 Added Segment analytics (#3972)David Lu2016-09-062-23/+21
|