summaryrefslogtreecommitdiffstats
path: root/web/react/utils/client.jsx
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-111-4/+20
| | | | | | | | intelligently pull channel data
* | added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-0/+15
|/ | | | on client
* Merge pull request #359 from hmhealey/mm1770Christopher Speller2015-08-111-3/+7
|\ | | | | MM-1770 Add the ability to cancel in-progress file uploads
| * Added the ability to cancel file uploads on postshmhealey2015-08-101-3/+7
| |
* | Added keys to array-based elements and made getMe asynchronousnickago2015-08-061-11/+3
|/
* updates to sign-up flow, remove company name and marketing checkboxJoramWilander2015-07-281-2/+2
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-13/+20
| | | | | | | 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
* Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-1/+2
| | | | layer to add current user id as a prefix to most keys.
* Added comment for later referenceReed Garmsen2015-07-021-1/+1
|
* Implemented IE10 & 11 specific error suppression when a 200 status (aka OK) ↵Reed Garmsen2015-07-021-4/+6
| | | | error is thrown
* Removed option that does not workReed Garmsen2015-07-021-2/+2
|
* Added two possible options for removing blue bar error, will choose one laterReed Garmsen2015-07-021-1/+1
|
* Added line that disables caching with a ajax client call that was causing ↵Reed Garmsen2015-07-021-0/+1
| | | | errors to be thrown in IE10
* added team store, team settings menu, and the ability to turn on valet ↵JoramWilander2015-06-181-0/+31
| | | | feature from client
* fix typoJoramWilander2015-06-151-1/+1
|
* don't remove null check for ltrackerJoramWilander2015-06-151-1/+1
|
* fixes mm-1223 gracefully handle missing analytics configsJoramWilander2015-06-151-3/+3
|
* first commit=Corey Hulen2015-06-141-0/+813