summaryrefslogtreecommitdiffstats
path: root/web/react/utils/async_client.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix error message on leaving channelJoramWilander2015-10-261-2/+2
|
* Force updating last viewed at for new postsJoramWilander2015-10-231-2/+2
|
* Fixing merge=Corey Hulen2015-10-161-8/+7
|\
| * Added an initial call to get all user preferences on page loadhmhealey2015-10-151-8/+7
| |
* | Inital support for multi-tab loging=Corey Hulen2015-10-161-9/+10
|/
* Removed Preference.AltIdhmhealey2015-10-131-12/+11
|
* Renamed show_hide preference to showhmhealey2015-10-131-2/+2
|
* Changed direct messages channels so users can show/hide themhmhealey2015-10-131-0/+24
|
* Changed direct channels in the sidebar to be displayed based on user preferenceshmhealey2015-10-131-0/+29
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Added channel id to updateLastViewed api calls to prevent multiple updates ↵hmhealey2015-09-301-7/+9
| | | | to different channels from clashing
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-0/+26
|
* PLT-11 Adding ability to save config file=Corey Hulen2015-09-171-0/+26
|
* Finished removing some of the last bits of client side config=Corey Hulen2015-09-151-25/+1
|
* PLT-12 adding log viewer=Corey Hulen2015-09-101-0/+26
|
* Cosmetic refactoring for ESLintChristopher Speller2015-09-021-126/+167
|
* If we don't have any posts for a channel, pull page rather than pulling latest.JoramWilander2015-08-271-0/+5
|
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-6/+49
|
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-11/+18
| | | | immediate feedback after posting
* adds predictive posting on the clientJoramWilander2015-08-181-0/+2
|
* merge async_client getMe changesJoramWilander2015-08-141-6/+6
|
* added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-141-7/+7
|
* Merge pull request #370 from hmhealey/mm1812Christopher Speller2015-08-141-0/+26
|\ | | | | MM-1812 Provide warnings on team invite screens when email is disabled
| * Added ConfigStore that is populated from the serverhmhealey2015-08-131-0/+26
| |
* | incorporate channel updateAt into channel counts and pull channel data on ↵JoramWilander2015-08-111-2/+4
| | | | | | | | channel update
* | added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-111-99/+147
| | | | | | | | intelligently pull channel data
* | added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-0/+24
|/ | | | on client
* Added keys to array-based elements and made getMe asynchronousnickago2015-08-061-1/+1
|
* removed ternary operator to make if statement clearerJoramWilander2015-07-301-1/+4
|
* reset number of posts to fetch on channel switch and fresh page loadJoramWilander2015-07-291-3/+6
|
* Merge pull request #159 from rgarmsen2295/mm-1269bCorey Hulen2015-07-101-2/+0
|\ | | | | MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
| * Added errorchange listener to textbox that detects if inet is not connected. ↵Reed Garmsen2015-07-091-7/+0
| | | | | | | | Still do not have reliable way of checking if inet has reconnected
| * Notes to myselfReed Garmsen2015-07-091-1/+6
| |
* | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-101-1/+1
|\ \ | | | | | | MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
| * | Final change to code affected by change to loading more channels logicReed Garmsen2015-07-101-1/+1
| |/
* / fix bugs for pr #150 MM-895ralder2015-07-101-1/+1
|/
* Changed loading logic for retrieving more channels to allow for loading ↵Reed Garmsen2015-07-071-1/+1
| | | | animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load
* Merge pull request #27 from mattermost/mm-1240Corey Hulen2015-06-251-0/+22
|\ | | | | fixes mm-1240 adds ability to turn valet feature on
| * added team store, team settings menu, and the ability to turn on valet ↵JoramWilander2015-06-181-0/+22
| | | | | | | | feature from client
* | fixes mm-1269 don't show blue bar for internet connection issueJoramWilander2015-06-171-0/+2
|/
* first commit=Corey Hulen2015-06-141-0/+357