| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* added basic functionality
* css fixes
* css fixes part II: electric boogaloo
* removed css interference with theme changes, for this and post length error
|
|
|
|
| |
(#4854)
|
|
|
|
|
|
|
|
| |
* PLT-4855 (#4708) Fix overlapping emoji reactions
* PLT-4855 (#4708) Add UI improvements
* Fix merge fail
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updating sizes for teams sidebar
* PLT-4641 - Rearranging notification option
* PLT-4504 - Updating styles for Oauth apps
* PLT-4852 - Updating font size for lists
* Fix for the unread indicator with teams sidebar
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* PLT-4897 - Updating styles for emoji reactions
* PLT-4971 - Fixing help and attachment buttons
* PLT-4931 - Fixing UI for user list in system console
* Fixing a bug with the new messages indicator
|
|
|
|
|
|
|
|
|
|
| |
* PLT-4911 - Adding new target for OAuth help links
* PLT-4953 - Fixing styles for the unread messages indicator
* PLT-4901 - Fixing header modal overlap on mobile
* PLT-4916 - Swapping position of edit and delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Created a new message indicator component to indicate new messages are present
outside the user's view:
* Created new component with styling
* Theming and i18n support for new messages indicator
* Count new unviewed messages and integrate with component
* Coding style for new message indicator
* Fixed bugs with new message indicator:
* Fix display issues with new message indicator
* Update text to deal with plurals in React
* Fix coded style for ticket 'PLT-1917': add new message indicator.
* Use only server generated timestamps for checking new messages at the bottom
* Move transitionend to prop, fix style selectors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* test changes
* added functionality
* css updates
* additional css updates
* i18n updates
* textbox cleanup
* var naming tweak
* replaced jQuery with React-based UI changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Refactored emoji.json to support multiple aliases and emoji categories
* Added custom category to emoji.jsx and stabilized all fields
* Removed conflicting aliases for :mattermost: and :ca:
* fixup after store changes
* Added emoji reactions
* Removed reactions for an emoji when that emoji is deleted
* Fixed incorrect test case
* Renamed ReactionList to ReactionListView
* Fixed :+1: and :-1: not showing up as possible reactions
* Removed text emoticons from emoji reaction autocomplete
* Changed emoji reactions to be sorted by the order that they were first created
* Set a maximum number of listeners for the ReactionStore
* Removed unused code from Textbox component
* Fixed reaction permissions
* Changed error code when trying to modify reactions for another user
* Fixed merge conflicts
* Properly applied theme colours to reactions
* Fixed ESLint and gofmt errors
* Fixed ReactionListContainer to properly update when its post prop changes
* Removed unnecessary escape characters from reaction regexes
* Shared reaction message pattern between CreatePost and CreateComment
* Removed an unnecessary select query when saving a reaction
* Changed reactions route to be under /reactions
* Fixed copyright dates on newly added files
* Removed debug code that prevented all unit tests from being ran
* Cleaned up unnecessary code for reactions
* Renamed ReactionStore.List to ReactionStore.GetForPost
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with a custom one (#4442)
* PLT-4578 Replaced third party autosizing textarea with a custom one
* Fix Textbox.handleHeightChange not being called
* Removed unused CSS
* PLT-4541 Force EditPostModal to resize upon opening
* Removed usage of jquery from AutosizeTextarea
* Reverted changes made for PLT-4580 as they're no longer needed
|
| |
|
|
|
|
|
| |
Reverting config
Reverting config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel
* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel
remove important
* fixed 'Cannot read property first_name of undefined' bug
* fix status indicator position
* refactoring per request
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(#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
|
|
|
|
|
|
|
|
|
|
| |
* 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-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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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-914 Add mention notifications for replies on a comment thread
* remove useless store method
fix highlighting comments posted before th user write something to thread
* refactor out isCommentMention function after rebase
* change comment bar highlighting to replay icon mention highlighting
* settings and always visible highlight
* fix unit tests for new settings
* change highlight behaviour
- if any message in comment thread generates mention - all thread is highlighted
- remove always visible highlightion
* fix bug about the textarea in the center channel not clearing
* fix default settings value notify_props.comments
* do not highlight own comments if there is no other user's messages in thread
* refactor out ReactDOM.findDOMNode
* refactor out using of UserStore from component
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* Multiple UI fixes
* Removing utils from tutorial file
|
|
|
|
|
| |
Updating word break
Updating improvements for about modal
|
|
|
|
|
|
|
| |
Removing break all
Replacing jquery selectors and some other UI improvements
Removing jquery selector
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#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
|
|
|
|
|
|
|
|
|
| |
Fix for bot tag and webhook attachments
Adding theme styling for webhooks
Removing embed styling
Improving margins on compcat view for line breaks
|
|
|
|
|
|
|
|
| |
* Multiple UI improvements
* Pushing time fix
* Fixing absolute time stamps on IOS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-2321 Move the toggle icon next to the link being previewed
only applicable to one-line messages started with link
* remove useless "Youtube" header when no title is available
* allow breaking long links instead of toggle
* simplify "/" to "/<wbr />" replacing
fix empty post without additional content body
* discard buggy "simplification"
|
| |
|
|
|
|
|
| |
Updating navbar dropdown
Updating margin on login page
|
| |
|
|
|
|
|
|
| |
* Adding compact layout
* Fixing ESLint error
|
| |
|
| |
|
|
|
|
|
| |
Fixing margin for channel intro
Adjusting margins for preformatted text
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Add 'new messages' indicator when scrolled up
* Don't show unread message alert for new chats
* Move unread alert to state and cWRProps
|
| |
|
| |
|
| |
|
| |
|