Граф коммитов

58 Коммитов

Автор SHA1 Сообщение Дата
hmhealey
c9a0030551 Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps 2015-10-01 08:31:17 -04:00
hmhealey
c16b9de8dc Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps 2015-10-01 08:31:11 -04:00
hmhealey
c4d50885a7 Implemented ChannelMember.MarkUnreadLevel so that it actually functions 2015-09-30 09:59:58 -04:00
hmhealey
4bc625e8d1 Added 'default' option to channel notification settings that just uses the user's notification level 2015-09-30 09:59:58 -04:00
Reed Garmsen
5b67abf34b Better parsing of the website's title when viewing a channel 2015-09-28 15:13:10 -07:00
Chengwei Yang
f7a32fa38a PLT-126: Change 'Private Messages' to 'Direct Messages'
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2015-09-23 22:43:14 +08:00
Christopher Speller
acf2fb64b4 Cleaned up logic for the unread indicators 2015-09-16 17:08:05 -04:00
hmhealey
7e66a3d5be Moved unread channel indicators into their own React component and file 2015-09-16 16:51:16 -04:00
hmhealey
8d0c69aec6 Properly hide unread channel indicators when there are no unread channels 2015-09-16 16:51:16 -04:00
Asaad Mahmood
28b61e6437 UI Updates for multiple tickets 2015-09-16 20:32:10 +05:00
Christopher Speller
0ea0233c50 New add channel modal using react-bootstrap. 2015-09-14 13:56:58 -04:00
hmhealey
2e5a58a11e PLT-159 Changed unread posts indicator to not be shown for the current channel 2015-09-09 15:22:43 -04:00
JoramWilander
fec8fd46c8 Fix missed binds. 2015-09-02 16:27:55 -04:00
JoramWilander
b9e16f41f1 Remove use of getDOMNode from multiple files. 2015-09-02 14:26:01 -04:00
JoramWilander
31519f7c88 Changed imports to be upper case for multiple files. 2015-09-02 08:40:25 -04:00
JoramWilander
27519d3f73 Reformatted sidebar.jsx to meet style guide requirements. 2015-09-01 08:53:10 -04:00
Asaad Mahmood
8d6c354811 Also updating the position of the bottom unread indicator 2015-09-01 08:43:11 -04:00
Christopher Speller
38994fc50c Temporary PM channels now use username instead of display name 2015-08-27 10:42:48 -04:00
Reed Garmsen
f2b06cfc7c Added feature to the 'More...' PM channel list and fixed small cosmetic issues 2015-08-18 08:47:14 -07:00
Reed Garmsen
e149bc6212 Cosmetic reformatting of sidebar.jsx 2015-08-18 08:33:12 -07:00
Reed Garmsen
2b80620cee Private message channels no longer refresh on creation/first use 2015-08-18 08:33:12 -07:00
Christopher Speller
4805608cc9 Merge pull request #391 from asaadmahmoodspin/master
Multiple UI changes
2015-08-18 08:56:24 -04:00
Joram Wilander
ca6f4e9d03 Merge pull request #377 from nickago/MM-1894
Mm 1894 Add state listening to the sidebar relative to the team store
2015-08-18 07:50:08 -04:00
Asaad Mahmood
f68a8c8de3 Multiple UI changes 2015-08-18 11:58:15 +05:00
Christopher Speller
26a8e19a35 Revert "MM-375 Adds text formatting features using a modified version of the marked js library" 2015-08-14 15:03:32 -04:00
Joram Wilander
b9aef9f2a6 Merge pull request #360 from rgarmsen2295/mm-375d
MM-375 Adds text formatting features using a modified version of the marked js library
2015-08-14 09:28:24 -04:00
nickago
7203128e99 Added flux-style error protection on team store call in sidebar 2015-08-13 11:00:49 -07:00
Reed Garmsen
d293bc0b79 Implemented basic text formatting package using a modfied version of the marked js library. Supports *bold*, _italics_, and code 2015-08-12 11:19:42 -07:00
JoramWilander
0178b178e5 merge fix 2015-08-11 12:20:49 -04:00
JoramWilander
4127c2b258 format channel_store to more closely match style guide and sort channels in channel store over sidebar 2015-08-11 12:14:58 -04:00
JoramWilander
e52405f47a don't refresh page on channel creation and ignore case when sorting channels in sidebar 2015-08-11 12:14:58 -04:00
JoramWilander
1692fca1c3 update rename channel modal to not refresh page on channel name change 2015-08-11 12:14:58 -04:00
JoramWilander
4ec76e059c incorporate channel updateAt into channel counts and pull channel data on channel update 2015-08-11 12:11:35 -04:00
JoramWilander
6c0fefad15 added getChannelCounts service and refactored the client to more intelligently pull channel data 2015-08-11 12:11:35 -04:00
JoramWilander
1c0ee4d2f6 added getChannel api service and use that over getChannels where appropriate on client 2015-08-11 12:09:54 -04:00
hmhealey
72e5d441ff Added handlers for the sidebar to update unread message indicators on page resize 2015-08-07 10:58:03 -04:00
hmhealey
5b831e78a7 Changed sidebar scroll handler to use React's onScroll 2015-08-07 10:54:13 -04:00
hmhealey
02eabee792 Removed ternary statements from sidebar 2015-08-06 19:07:51 -04:00
hmhealey
34f7451c4a Added indicators for when a channel with unread posts is offscreen 2015-08-06 18:57:57 -04:00
hmhealey
38e2b69dba Added the ability for the sidebar to determine whether or not there's any unread channels offscreen 2015-08-06 16:28:43 -04:00
hmhealey
4fea0b452e Refactored sidebar in preparation for adding unread indicators 2015-08-06 14:04:10 -04:00
nickago
3db7d315f9 Fixed variable naming conflict with msg and added cosmetic refactors 2015-08-03 12:41:39 -07:00
nickago
dfcaabe222 Changed private channel list to use username and did semi-cosmetic refactoring 2015-08-03 12:09:27 -07:00
nickago
da6d3556e8 Changed from Jquery style modal modification to using browserStore 2015-07-27 14:07:23 -07:00
nickago
ed70db1861 When user is removed, a modal appears, which on closing redirects the
user to town square.
2015-07-27 14:07:23 -07:00
nickago
c9459feb59 When removed from a channel, user is sent back to town square and that
channel is removed from their sidebar
2015-07-27 14:07:23 -07:00
Christopher Speller
c6fb95912b Changing the way we mattermost handles URLs. team.domain.com becomes domain.com/team.
Renaming team.Name to team.DisplayName and team.Domain to team.Name.
So: team.Name -> url safe name. team.DisplayName -> nice name for users
2015-07-20 17:45:23 -04:00
hmhealey
098cbcdc21 Unify all locations where we determine a user's display named based off of their nickname/username into a helper function 2015-07-17 15:22:57 -04:00
hmhealey
1c7f0be268 Renamed all clientside references from full_name to nickname 2015-07-17 15:13:31 -04:00
Reed Garmsen
f406beca8b If a message has no text but has an attached image or file the desktop notification now says uploaded an image or uploaded a file respectively (if both, defaults to image) 2015-07-13 13:16:45 -07:00