summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
Commit message (Collapse)AuthorAgeFilesLines
...
* Multiple UI Improvements (#4200)Asaad Mahmood2016-10-123-5/+44
| | | | | | * Multiple UI Improvements * Adjusting return to call position on mobile
* Minor bug fixes (#4172)Asaad Mahmood2016-10-061-1/+1
|
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implemented initial changes for files table * Removed *_benchmark_test.go files * Re-implemented GetPublicFile and added support for old path * Localization for files table * Moved file system code into utils package * Finished server-side changes and added initial upgrade script * Added getPostFiles api * Re-add Extension and HasPreviewImage fields to FileInfo * Removed unused translation * Fixed merge conflicts left over after permissions changes * Forced FileInfo.extension to be lower case * Changed FileUploadResponse to contain the FileInfos instead of FileIds * Fixed permissions on getFile* calls * Fixed notifications for file uploads * Added initial version of client code for files changes * Permanently added FileIds field to Post object and removed Post.HasFiles * Updated PostStore.Update to be usable in more circumstances * Re-added Filenames field and switched file migration to be entirely lazy-loaded * Increased max listener count for FileStore * Removed unused fileInfoCache * Moved file system code back into api * Removed duplicate test case * Fixed unit test running on ports other than 8065 * Renamed HasPermissionToPostContext to HasPermissionToChannelByPostContext * Refactored handleImages to make it more easily understandable * Renamed getPostFiles to getFileInfosForPost * Re-added pre-FileIds posts to analytics * Changed files to be saved as their ids as opposed to id/filename.ext * Renamed FileInfo.UserId to FileInfo.CreatorId * Fixed detection of language in CodePreview * Fixed switching between threads in the RHS not loading new files * Add serverside protection against a rare bug where the client sends the same file twice for a single post * Refactored the important parts of uploadFile api call into a function that can be called without a web context
* Multiple UI Improvements (#4117)Asaad Mahmood2016-09-292-1/+12
|
* PLT-1759 - Auto-complete for !channels when posting messages. (#3890)George Goldberg2016-09-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-162-0/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* PLT-3455 More channels filter (#4022)enahum2016-09-151-1/+8
|
* Minor UI fixes (#3970)Asaad Mahmood2016-09-061-2/+2
| | | | * Minor UI fixes
* Ui improvements (#3963)Asaad Mahmood2016-09-061-1/+2
| | | | | | | | | | * PLT-4061 - Updating pdf preview pages message * PLT-4063 - Fixing spacing for LDAP button * PLT-3837 - Showing reply button on mobile in the RHS * PLT-4046 - Cantering tutorial on older mobile versions
* PLT-3994 Fix OAuth2: Properly handle allowing an app fails (#3888)enahum2016-08-301-0/+4
| | | | | | * PLT-3994 Fix OAuth2: Properly handle allowing an app fails * Remove Content-Type from allowOAuth
* PLT-3982 Add statuses to profile pictures in the RHS and popover member list ↵Joram Wilander2016-08-221-2/+6
| | | | | | | | | | (#3845) * Added status indicator back to popover member list * Updating positions of status indicator (#3844) * Fixed squishy profile pictures and added statuses to RHS pics
* PLT-3981 - Fixing perfect scrollbar hover (#3839)Asaad Mahmood2016-08-221-1/+22
|
* PLT-1831 Add statuses to centre channel profile pictures (#3826)Joram Wilander2016-08-191-19/+29
| | | | | | | | | | * Created profile picture componenet and added statuses to pictures in center channel * PLT-3899 - Updating UI for status indicators (#3823) * PLT-3899 - Updating UI for status indicators * Updating position of timestamps for compact layout
* PLT-3642 Add PDF previewer (#3812)Joram Wilander2016-08-181-0/+24
| | | | | | * Added a PDF previewer * PLT-3900 - Improving UI for the pdf max pages (#3800)
* PLT-3838 Remove close button shadow in modals (#3809)phrix322016-08-171-0/+1
|
* Multiple UI Improvements (#3804)Asaad Mahmood2016-08-162-13/+13
| | | | | | | | | | | | | | * PLT-3834 - Updating Manage members modal for mobile * PLT-3792 - Making compact view compatible with search and flagged posts RHS * PLT-3910 - Improving suggestions separator * PLT-3769 - Enabling markdown headings in compact view * Updating view members text in en..json * Removing shouldcomponentupdate from search_results_item.jsx
* PLT-3760 - Fixing tutorial positioning on mobile (#3783)Asaad Mahmood2016-08-111-1/+0
|
* Change ordering of at-mention suggestions (#3698)Yi EungJun2016-08-111-0/+30
| | | List members in the current channel first.
* PLT-3817 - Updating flag icon (#3750)Asaad Mahmood2016-08-081-0/+1
| | | | | | | | | | * Updating flag icon * Updating padding for user list * Removing stroke from hover * PLT-3794 - Fixing integrations css
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-3/+8
| | | | | | | | | | | | | | * 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
* Multiple Ui improvements (#3678)Asaad Mahmood2016-08-011-0/+1
| | | | | | | | * Adding permalink back to mobile * Improving reply flow and fixing colorpicker on mobile * Hiding colorpicker on click only for mobile size screens
* Online status in all modals (#3617)samogot2016-07-291-1/+22
| | | | | | | | * 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
* PLT-1866/PLT-3509 Added links to download the native apps (#3651)Harrison Healey2016-07-221-1/+5
| | | | | | | | | | | | * PLT-1866 Added configurable links for native app downloads * PLT-1866 Added native app download link to main menu * PLT-3509 Added native app link to tutorial * PLT-3509 Added native app link to welcome email * PLT-3509 Made link to apps in welcome email conditional on being set
* PLT-3357 Fixed scrolling in channel switcher (#3603)David Lu2016-07-191-0/+4
| | | | | | * fixed scrolling in channel switcher * Fixed it in css
* Change view image modal loading text to be visible (#3581)Harrison Healey2016-07-141-1/+1
|
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-055-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2640 Added searching users by additional field when autocompleting ↵Harrison Healey2016-07-041-1/+0
| | | | | | | | @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
* Adding expand icon for RHS (#3386)Asaad Mahmood2016-06-292-1/+2
| | | | | | | | | | | | | | | | * 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
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-161-3/+6
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* Improving about modal and colon issue with webhooks (#3343)Asaad Mahmood2016-06-161-2/+8
| | | | | Updating word break Updating improvements for about modal
* PLT-946 Add status icon to the left of the username in DM channel (#3258)Kevyn Bruyere2016-06-151-0/+33
| | | Add a StatusIcon component to be able to display a status icon from anywhere
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-142-20/+11
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* Fixing attachment in RHS root post for compact view (#3289)Asaad Mahmood2016-06-091-4/+4
| | | | | | * Fixing attachment in RHS root post for compact view * Improving spacing for mentions
* PLT-3182 - Improving switch channels modal and some minor UI improvements ↵Asaad Mahmood2016-06-061-0/+15
| | | | | | | | | | | | | | (#3238) * PLT-3182 - Improving switch channels modal and some minor UI improvements Enabling link previews Adding compact layout to RHS Improving timestamps * Adding update code for RHS components
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-021-1/+3
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-021-0/+12
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* Minor UI changes (#3078)Asaad Mahmood2016-05-241-0/+5
| | | | | Updating navbar dropdown Updating margin on login page
* PLT 783 Fix Previews for removed YouTube videos (#3073)enahum2016-05-201-0/+20
| | | | | | * PLT-783 Fix Previews for removed YouTube videos render incorrectly and throw a 404 * Updating video poster for video not found (#3072)
* Multiple UI Improvements (#3038)Asaad Mahmood2016-05-191-0/+8
|
* PLT-2257 Reorganized System Console (#3003)Harrison Healey2016-05-172-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized system console * Fixed the names of some components * Fixed timestamp for BrandImageSetting * Fixed merge issues * Updated push notification settings to match master branch * Removed top level setting pages and moved enable Gitlab/LDAP settings onto their respective pages * Re-added restrictDirectMessage setting to system console * Re-added email connection test and fixed some margins * Fixed ESLint errors * Renamed Authentication > Onboarding to Authentication > Email in the system console * Renamed Customization > Whitelabeling to Customization > Custom Branding in System Console * Re-added EnableOpenServer to system console
* Adding compact layout (#2991)Asaad Mahmood2016-05-161-2/+2
| | | | | | * Adding compact layout * Fixing ESLint error
* DM and Modal changes (#2927)Asaad Mahmood2016-05-091-7/+20
| | | | | | * DM and Modal changes * Fixing image previews
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-041-0/+15
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* Fixing long usernames (#2821)Asaad Mahmood2016-04-281-0/+3
| | | | | | | | * Submitting a fix for popover titles * Fixing heading for channels * Fixing other minor corner cases for long username
* Multiple UI Improvements (#2802)Asaad Mahmood2016-04-261-0/+2
|
* UI Improvements to center channel (#2790)Asaad Mahmood2016-04-251-0/+6
| | | | | | | | | | | | | Removing time from the center channel on sp (mobile) Liking mention color to search highlight color aswell Adjusting vertical spacing on mobile Removing profile pic from mobile LHS header Updating styles for the RHS Fixing btn-danger
* PLT-2616 making dev mode javascript error red (#2787)Corey Hulen2016-04-251-0/+30
|
* Fixing icon on invite members modal (#2720)Asaad Mahmood2016-04-141-1/+1
|
* Minor Ui Improvements (#2713)Asaad Mahmood2016-04-142-1/+5
|