summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed sidebar scroll handler to use React's onScrollhmhealey2015-08-071-5/+1
|
* Removed ternary statements from sidebarhmhealey2015-08-061-7/+26
|
* Added indicators for when a channel with unread posts is offscreenhmhealey2015-08-061-4/+12
|
* Added the ability for the sidebar to determine whether or not there's any ↵hmhealey2015-08-061-2/+40
| | | | unread channels offscreen
* Refactored sidebar in preparation for adding unread indicatorshmhealey2015-08-061-78/+67
|
* Fixed variable naming conflict with msg and added cosmetic refactorsnickago2015-08-031-6/+6
|
* Changed private channel list to use username and did semi-cosmetic refactoringnickago2015-08-031-108/+123
|
* Changed from Jquery style modal modification to using browserStorenickago2015-07-271-4/+5
|
* When user is removed, a modal appears, which on closing redirects thenickago2015-07-271-2/+7
| | | | user to town square.
* When removed from a channel, user is sent back to town square and thatnickago2015-07-271-0/+8
| | | | channel is removed from their sidebar
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-112/+4
| | | | | | | 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
* Unify all locations where we determine a user's display named based off of ↵hmhealey2015-07-171-2/+2
| | | | their nickname/username into a helper function
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-2/+2
|
* If a message has no text but has an attached image or file the desktop ↵Reed Garmsen2015-07-131-1/+17
| | | | notification now says uploaded an image or uploaded a file respectively (if both, defaults to image)
* Changed parser for desktop notifications to replace returns with a single space.Reed Garmsen2015-07-101-1/+1
|
* Changes to notifcation carriage return parsingReed Garmsen2015-07-101-1/+1
|
* Added curly bracenickago2015-07-091-1/+2
|
* Server now notifies users they have been added to a new channelnickago2015-07-091-0/+3
|
* Merge pull request #115 from nickago/MM-1425Corey Hulen2015-07-011-1/+1
|\ | | | | MM-1425 Facelifted "direct message" to "private message"
| * Facelifted "direct message" to "private message"nickago2015-07-011-1/+1
| |
* | Finally fixed the git weirdnessnickago2015-07-011-7/+2
|/
* first commit=Corey Hulen2015-06-141-0/+449