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 |
|
Reed Garmsen
|
dcea1de006
|
Changed parser for desktop notifications to replace returns with a single space.
|
2015-07-10 17:32:13 -07:00 |
|
Reed Garmsen
|
46d3515fad
|
Changes to notifcation carriage return parsing
|
2015-07-10 17:07:01 -07:00 |
|
nickago
|
b1e2eccaf2
|
Added curly brace
|
2015-07-09 12:17:16 -07:00 |
|
nickago
|
44000b58d9
|
Server now notifies users they have been added to a new channel
|
2015-07-09 12:05:04 -07:00 |
|
Corey Hulen
|
3757bc85fb
|
Merge pull request #115 from nickago/MM-1425
MM-1425 Facelifted "direct message" to "private message"
|
2015-07-01 22:21:09 -08:00 |
|
nickago
|
fd310e382a
|
Finally fixed the git weirdness
|
2015-07-01 12:41:36 -07:00 |
|
nickago
|
27eeabafe0
|
Facelifted "direct message" to "private message"
|
2015-07-01 09:48:39 -07:00 |
|
=Corey Hulen
|
56e74239d6
|
first commit
|
2015-06-14 23:53:32 -08:00 |
|