Commit Graph

50 Commits

Author SHA1 Message Date
=Corey Hulen
0da42c5559 PLT-345 adding client side logging 2015-09-29 15:55:19 -07:00
=Corey Hulen
04c12ba58e Fixing blue bar and renders warning when mis-configured. 2015-09-24 15:06:54 -07:00
=Corey Hulen
a374419ad5 Removing old valet crud 2015-09-24 10:52:32 -07:00
=Corey Hulen
1626a6de6f PLT-349 adding team mgt to admin console 2015-09-23 12:49:28 -07:00
=Corey Hulen
6e60768abe Fixing merge conflict 2015-09-22 13:18:42 -07:00
=Corey Hulen
88e5a71e8c Adding service settings to admin console 2015-09-22 12:12:50 -07:00
=Corey Hulen
ed9a2da83b Adding email to admin console 2015-09-21 15:11:56 -07:00
JoramWilander
98186e5018 Implement incoming webhooks. 2015-09-21 14:22:23 -04:00
=Corey Hulen
44714dfcb1 PLT-11 Adding ability to save config file 2015-09-17 21:00:59 -07:00
JoramWilander
47e6a33a45 Implement OAuth2 service provider functionality. 2015-09-16 15:49:12 -04:00
=Corey Hulen
d625e62d96 Finished removing some of the last bits of client side config 2015-09-15 19:29:00 -07:00
=Corey Hulen
788fc4373b removing loggly 2015-09-15 14:20:25 -07:00
=Corey Hulen
e06e292be7 PLT-12 adding log viewer 2015-09-10 18:32:22 -07:00
Christopher Speller
f0fd9a9e8b Adding ability to export data from mattermost 2015-09-04 11:11:38 -04:00
Christopher Speller
0ffb8e6203 Cosmetic refactoring for ESLint 2015-09-02 10:49:01 -04:00
JoramWilander
f5fec3a157 Added the ability to create a team with SSO services and added the ability to turn off email sign up. 2015-08-28 08:37:55 -04:00
JoramWilander
041d89b85a Refactored post handling/updating on both the client and server. 2015-08-27 08:21:26 -04:00
=Corey Hulen
64b179ab0e Fixes mm-1912 move get file info into its own web service call 2015-08-24 15:03:52 -07:00
Reed Garmsen
86428fff99 Fixes issue with profile pictures not updating w/o refresh and prevents more ie10 ajax caching issues 2015-08-22 11:59:42 -07:00
Reed Garmsen
d629248151 Fixed issue with logout in active sessions not working in ie10 2015-08-22 11:27:45 -07:00
Reed Garmsen
c1afc988cb Added cache: false to ajax calls that caused problems with ie10 2015-08-22 11:27:45 -07:00
Christopher Speller
9222e191aa Requiring team admin to import and fixing a few style issues 2015-08-19 08:53:52 -04:00
Christopher Speller
a7e935af9c Cosmetic refactoring for ESLint 2015-08-19 08:53:52 -04:00
Christopher Speller
d78ebab108 Implemention of slack import feature. 2015-08-19 08:52:49 -04:00
Reed Garmsen
f2b06cfc7c Added feature to the 'More...' PM channel list and fixed small cosmetic issues 2015-08-18 08:47:14 -07:00
Reed Garmsen
2b80620cee Private message channels no longer refresh on creation/first use 2015-08-18 08:33:12 -07:00
JoramWilander
b704e9489b added google sign-in functionality to the client, with minor model modifications 2015-08-14 12:38:16 -04:00
Christopher Speller
92c4df5b10 Merge pull request #370 from hmhealey/mm1812
MM-1812 Provide warnings on team invite screens when email is disabled
2015-08-14 08:48:24 -04:00
hmhealey
8fc4456213 Removed isEmailEnabledSynchronous and switched the email disabled warnings to use ConfigStore 2015-08-13 13:23:56 -04:00
hmhealey
ca919538cc Added ConfigStore that is populated from the server 2015-08-13 13:01:21 -04:00
hmhealey
d35065d6fd Reformatted code to match the style guide 2015-08-11 16:53:15 -04:00
hmhealey
3f5993eedf Added initial api to allow clientside code to query serverside configuration 2015-08-11 16:53:15 -04:00
JoramWilander
6c0fefad15 added getChannelCounts service and refactored the client to more intelligently pull channel data 2015-08-11 12:11:35 -04:00
JoramWilander
1c0ee4d2f6 added getChannel api service and use that over getChannels where appropriate on client 2015-08-11 12:09:54 -04:00
Christopher Speller
4c7cdb20f0 Merge pull request #359 from hmhealey/mm1770
MM-1770 Add the ability to cancel in-progress file uploads
2015-08-11 12:08:08 -04:00
hmhealey
4e8af44370 Added the ability to cancel file uploads on posts 2015-08-10 14:04:23 -04:00
nickago
3815ab8065 Added keys to array-based elements and made getMe asynchronous 2015-08-06 11:44:13 -07:00
JoramWilander
ff362b7792 updates to sign-up flow, remove company name and marketing checkbox 2015-07-28 11:36:33 -04:00
Christopher Speller
c6fb95912b Changing the way we mattermost handles URLs. team.domain.com becomes 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
2015-07-20 17:45:23 -04:00
Christopher Speller
7f5ebb42b5 Modifying all storage to use session storage. Also adding an abstraction layer to add current user id as a prefix to most keys. 2015-07-08 09:55:24 -04:00
Reed Garmsen
6b1ae67f2f Added comment for later reference 2015-07-02 18:02:00 -07:00
Reed Garmsen
e51a0461a6 Implemented IE10 & 11 specific error suppression when a 200 status (aka OK) error is thrown 2015-07-02 17:54:00 -07:00
Reed Garmsen
933578ca07 Removed option that does not work 2015-07-02 17:13:01 -07:00
Reed Garmsen
6b48dbe231 Added two possible options for removing blue bar error, will choose one later 2015-07-02 17:13:00 -07:00
Reed Garmsen
5a597c9606 Added line that disables caching with a ajax client call that was causing errors to be thrown in IE10 2015-07-02 17:13:00 -07:00
JoramWilander
308c4f3ce9 added team store, team settings menu, and the ability to turn on valet feature from client 2015-06-18 10:40:46 -04:00
JoramWilander
753b952bde fix typo 2015-06-15 08:02:39 -04:00
JoramWilander
111dbe516c don't remove null check for ltracker 2015-06-15 08:01:54 -04:00
JoramWilander
7fc9fb606a fixes mm-1223 gracefully handle missing analytics configs 2015-06-15 08:00:53 -04:00
=Corey Hulen
cf7a05f80f first commit 2015-06-14 23:53:32 -08:00