summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar_header.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-141/+0
|
* Convering client to react-router.Christopher Speller2016-03-141-7/+7
|
* PLT-7: Refactoring frontend (chunk 8)Elias Nahum2016-02-011-14/+9
| | | | | - Sidebar and related components - Small Tweak to demotion and add msg for terminal cmd
* Improved PreferenceStore api when getting valueshmhealey2015-12-151-2/+2
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-6/+6
| | | | system.
* Update tutorial to not show by defaultJoramWilander2015-11-051-1/+1
|
* Update sidebar_header.jsxit332015-11-031-0/+3
|
* Fix merge issuesJoramWilander2015-11-021-1/+1
|
* Remove modal links from tipJoramWilander2015-11-021-28/+3
|
* Updating tutorials UIAsaad Mahmood2015-11-021-3/+6
|
* Overlay fixes and added class prop for tipsJoramWilander2015-11-021-2/+1
|
* Add tutorial popoversJoramWilander2015-11-021-3/+86
|
* Multiple UI changesAsaad Mahmood2015-10-291-0/+11
|
* fixing eslint errors=Corey Hulen2015-10-201-0/+1
|
* Multi-session login=Corey Hulen2015-10-201-1/+1
|
* Inital support for multi-tab loging=Corey Hulen2015-10-161-1/+1
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-44 allow team switching without the need to login=Corey Hulen2015-10-011-0/+3
|
* PLT-11 adding config for logs to UI=Corey Hulen2015-09-171-1/+2
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-2/+1
|
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-4/+6
|
* Moving config.js to /web/react/utils/ Including in every file neededChristopher Speller2015-09-021-0/+1
|
* Cosmetic reformatting of multiple jsx filesReed Garmsen2015-09-021-122/+32
|
* Open new teams in new tabnickago2015-08-261-1/+1
|
* Moved the ability to rename a team into the team settings modal; fixed ↵Reed Garmsen2015-08-241-3/+0
| | | | issues with valet settings
* Changed user_settings1 to user_settings and removed vestigial cssnickago2015-08-141-1/+1
|
* Merge pull request #350 from nickago/MM-1684Christopher Speller2015-08-111-1/+1
|\ | | | | MM-1684 Refactored code to remove errors on startup
| * Cosmetic refactors, including variable name changes and splitting if statementsnickago2015-08-061-2/+1
| |
| * Added keys to array-based elements and made getMe asynchronousnickago2015-08-061-1/+2
| |
* | Correct sign up link now displays on ie10 in the 'Team Invite Link' modal; ↵Reed Garmsen2015-08-061-1/+1
|/ | | | replaces location.origin with utils function
* Added cosmetic refactoringnickago2015-08-041-45/+49
|
* Added listening to the Team Store and removed current team name from team ↵nickago2015-08-041-11/+14
| | | | swap menu
* added .off() for dropdown hide event on LHS headerJoramWilander2015-07-301-0/+2
|
* makes the LHS dropdown close when clicking on the LHS headerJoramWilander2015-07-301-3/+14
|
* Removing unused id on LHS dropdownAsaad Mahmood2015-07-291-3/+1
|
* mm-1762 - Search improvements with some other minor Ui changesAsaad Mahmood2015-07-291-2/+8
|
* Removed usage of window.location.origin throughout the codebaseReed Garmsen2015-07-271-2/+2
|
* Placing SVGs into constants.jsxAsaad Mahmood2015-07-231-1/+3
|
* [webui] fix command-list cssralder2015-07-221-5/+5
|
* Profile pic changes in LHS HeaderAsaad Mahmood2015-07-221-0/+4
| | | | Removing profile pic in the LHS Header if the user hasn't uploaded a custom profile pic.
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-15/+13
| | | | | | | 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
* Merge pull request #193 from ralder/fix-manage-members-town-squareJoram Wilander2015-07-171-29/+19
|\ | | | | [webui] remove admin's ability to manage members of default channel fixes (#172)
| * remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-29/+19
| |
* | MM-1401 - Removing most inline styles and other UI changesAsaad Mahmood2015-07-171-1/+1
|/
* mm-1302 - Adding profile pick in LHS HeaderAsaad Mahmood2015-07-141-4/+6
|
* Merge branch 'MM-1302' of https://github.com/nickago/platform into mm-1302Asaad Mahmood2015-07-141-0/+3
| | | | | | | | # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
* added team store, team settings menu, and the ability to turn on valet ↵JoramWilander2015-06-181-1/+2
| | | | feature from client
* first commit=Corey Hulen2015-06-141-0/+134