summaryrefslogtreecommitdiffstats
path: root/web/react/utils/client.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fixing group code review issues=Corey Hulen2015-10-221-2/+2
|
* Multi-session login=Corey Hulen2015-10-201-8/+8
|
* Adding multi-session cookie=Corey Hulen2015-10-201-8/+8
|
* Fixing merge conflicts=Corey Hulen2015-10-191-0/+58
|\
| * Implement outgoing webhooks.JoramWilander2015-10-191-0/+58
| |
* | Fixing merge=Corey Hulen2015-10-161-0/+13
|\|
| * Added an initial call to get all user preferences on page loadhmhealey2015-10-151-0/+13
| |
* | Inital support for multi-tab loging=Corey Hulen2015-10-161-3/+3
|/
* Removed Preference.AltIdhmhealey2015-10-131-6/+6
|
* Fixed edge cases with leaving a direct channel while viewing that channelhmhealey2015-10-131-0/+1
|
* Changed direct messages channels so users can show/hide themhmhealey2015-10-131-0/+13
|
* Changed direct channels in the sidebar to be displayed based on user preferenceshmhealey2015-10-131-0/+14
|
* PLT-500 fixing connection msg issues=Corey Hulen2015-10-061-1/+11
|
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-1/+1
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Merge pull request #881 from hmhealey/plt194Joram Wilander2015-10-021-3/+3
|\ | | | | PLT-194 Changes to ChannelMember notification settings
| * Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-16/+0
| |
| * Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-3/+4
| |
| * Removed UI for quiet mode and added UI to set when a channel will be marked ↵hmhealey2015-09-301-0/+15
| | | | | | | | unread in the sidebar
* | PLT-345 adding client side logging=Corey Hulen2015-09-291-0/+14
|/
* Fixing blue bar and renders warning when mis-configured.=Corey Hulen2015-09-241-1/+1
|
* Removing old valet crud=Corey Hulen2015-09-241-17/+0
|
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-0/+29
|
* Fixing merge conflict=Corey Hulen2015-09-221-55/+98
|\
| * Implement incoming webhooks.JoramWilander2015-09-211-55/+98
| |
* | Adding service settings to admin console=Corey Hulen2015-09-221-2/+0
| |
* | Adding email to admin console=Corey Hulen2015-09-211-0/+15
|/
* PLT-11 Adding ability to save config file=Corey Hulen2015-09-171-1/+30
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-0/+33
|
* Finished removing some of the last bits of client side config=Corey Hulen2015-09-151-14/+0
|
* removing loggly=Corey Hulen2015-09-151-3/+0
|
* PLT-12 adding log viewer=Corey Hulen2015-09-101-0/+14
|
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+13
|
* Cosmetic refactoring for ESLintChristopher Speller2015-09-021-150/+147
|
* Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-281-0/+15
| | | | to turn off email sign up.
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-1/+16
|
* Fixes mm-1912 move get file info into its own web service call=Corey Hulen2015-08-241-0/+14
|
* Fixes issue with profile pictures not updating w/o refresh and prevents more ↵Reed Garmsen2015-08-221-0/+5
| | | | ie10 ajax caching issues
* Fixed issue with logout in active sessions not working in ie10Reed Garmsen2015-08-221-0/+2
|
* Added cache: false to ajax calls that caused problems with ie10Reed Garmsen2015-08-221-6/+4
|
* Requiring team admin to import and fixing a few style issuesChristopher Speller2015-08-191-2/+1
|
* Cosmetic refactoring for ESLintChristopher Speller2015-08-191-194/+189
|
* Implemention of slack import feature.Christopher Speller2015-08-191-0/+16
|
* Added feature to the 'More...' PM channel list and fixed small cosmetic issuesReed Garmsen2015-08-181-2/+2
|
* Private message channels no longer refresh on creation/first useReed Garmsen2015-08-181-0/+17
|
* added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-141-3/+12
|
* Merge pull request #370 from hmhealey/mm1812Christopher Speller2015-08-141-0/+15
|\ | | | | MM-1812 Provide warnings on team invite screens when email is disabled
| * Removed isEmailEnabledSynchronous and switched the email disabled warnings ↵hmhealey2015-08-131-21/+0
| | | | | | | | to use ConfigStore
| * Added ConfigStore that is populated from the serverhmhealey2015-08-131-0/+15
| |
| * Reformatted code to match the style guidehmhealey2015-08-111-2/+2
| |
| * Added initial api to allow clientside code to query serverside configurationhmhealey2015-08-111-0/+21
| |