summaryrefslogtreecommitdiffstats
path: root/web/react/utils/async_client.jsx
Commit message (Expand)AuthorAgeFilesLines
* Made ChannelInviteModal pull all channel members before renderinghmhealey2016-01-071-1/+2
* Refactored ViewImage modal and made it automatically play animated gifshmhealey2015-12-181-0/+28
* Revert "add helper method to add ephemeral messages; also switch 'delete mess...Christopher Speller2015-12-101-14/+1
* add helper method to add ephemeral messages; also switch 'delete message' to ...Florian Orben2015-12-091-1/+14
* Fixing detect build=Corey Hulen2015-12-031-1/+0
* Fixing detect build=Corey Hulen2015-12-031-3/+8
* Merge pull request #1579 from hmhealey/plt1298Christopher Speller2015-12-031-0/+24
|\
| * Moved action creation for suggestionshmhealey2015-12-021-0/+24
* | Remove loggingJoramWilander2015-12-021-2/+0
* | Make proper async calls when switching channelsJoramWilander2015-12-021-5/+17
|/
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-157/+189
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-191-9/+9
* force reload on server update=Corey Hulen2015-11-171-1/+1
* Minor changes to statuses client codeJoramWilander2015-11-031-1/+3
* Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-031-4/+12
* 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 to...hmhealey2015-09-301-7/+9
* 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 immediate...JoramWilander2015-08-181-11/+18
* 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
|\
| * Added ConfigStore that is populated from the serverhmhealey2015-08-131-0/+26
* | incorporate channel updateAt into channel counts and pull channel data on cha...JoramWilander2015-08-111-2/+4
* | added getChannelCounts service and refactored the client to more intelligentl...JoramWilander2015-08-111-99/+147
* | added getChannel api service and use that over getChannels where appropriate ...JoramWilander2015-08-111-0/+24
|/
* 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
|\
| * Added errorchange listener to textbox that detects if inet is not connected. ...Reed Garmsen2015-07-091-7/+0
| * Notes to myselfReed Garmsen2015-07-091-1/+6
* | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-101-1/+1
|\ \
| * | Final change to code affected by change to loading more channels logicReed Garmsen2015-07-101-1/+1
| |/