Commit Graph

187 Commits

Author SHA1 Message Date
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
3f5993eedf Added initial api to allow clientside code to query serverside configuration 2015-08-11 16:53:15 -04:00
JoramWilander
3f38c21796 fixed channel counts etag to only update when appropriate 2015-08-11 12:11:35 -04:00
JoramWilander
963ca03727 change getChannel api service to not register as user activity 2015-08-11 12:11:35 -04:00
JoramWilander
ca4d0c68af add etag cache testing to api GetChannelCounts unit test 2015-08-11 12:11:35 -04:00
JoramWilander
3d0133b5e8 added api unit test for GetChannelCounts 2015-08-11 12:11:35 -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
hmhealey
c9a1bf2d33 Changed post drafts to maintain a store a unique id for each file upload to fix issues with duplicate file names 2015-08-10 14:04:23 -04:00
nickago
530d498141 Drawing all images onto a white background, thus removing transparency 2015-08-04 14:35:34 -07:00
Corey Hulen
38e44e8f61 Merge pull request #278 from mattermost/mm-1702
MM-1702 Adding etag to channel extra_info api call.
2015-08-02 09:17:52 -08:00
Corey Hulen
4d1562c5de Merge pull request #273 from mattermost/mm-1355
Fixes mm-1355 adds rate limiting apis
2015-08-02 09:17:37 -08:00
Corey Hulen
faa9bbdf97 Merge pull request #305 from nickago/MM-1681
MM-1681 Fixed regression of static images not displaying in emails
2015-08-02 09:00:30 -08:00
Corey Hulen
41f96636d6 Merge pull request #274 from mattermost/mm-1497
MM-1497 image thumbnails now scale appropriately so there is no whitespace
2015-08-02 08:58:33 -08:00
Christopher Speller
ec6d408e29 Merge pull request #303 from nickago/MM-1642
MM-1642 Updated the password error
2015-07-31 11:39:00 -04:00
nickago
bc48281f7a Changed all templates to use site url instead of team url for finding the 'static' directory 2015-07-31 07:57:22 -07:00
JoramWilander
a541f09380 image thumbnails now scale appropriately so there is no whitespace, also generalized some thumbnail loading code 2015-07-31 09:36:45 -04:00
Joram Wilander
d0865b78b7 Merge pull request #271 from hmhealey/mm1656
MM-1656 Updated file UI
2015-07-31 09:16:07 -04:00
Christopher Speller
b7869cdb3c Merge pull request #283 from mattermost/mm-1787
MM-1787 Fixing links for signup from team invite link.
2015-07-31 08:56:24 -04:00
nickago
a41c42c4d4 Updated error message for an incorrect password 2015-07-30 13:54:00 -07:00
Christopher Speller
9cc369b6b6 Removing nickname parameter from FireAndForgetVerifyEmail 2015-07-30 13:42:27 -04:00
Joram Wilander
9105b02cc4 Merge pull request #285 from hmhealey/mm1738
MM-1787 Fixed team API to properly provide team names for the Find My Team email
2015-07-30 11:31:51 -04:00
Christopher Speller
6222d2cb30 Fixing links for signup from team invite link. Enter now advances signup_user_complete screen. Signin now link now redirects properly. 2015-07-30 08:53:20 -04:00
Christopher Speller
b2b6bddadc Merge pull request #272 from rgarmsen2295/mm-1463
MM-1463 Adds back username initials being included in user's default profile picture
2015-07-30 08:34:37 -04:00
Christopher Speller
c7a8112c17 Moving the handing of extra_info etag before the extra info is retrieved from the database 2015-07-30 08:24:06 -04:00
=Corey Hulen
d93bf60248 Merge branch 'master' into mm-1355 2015-07-30 01:06:50 -08:00
=Corey Hulen
b4877c5d36 Fixing code review feedback 2015-07-30 00:46:17 -08:00
hmhealey
1055d8f4a1 Fixed team API to properly provide team names for the Find My Team email 2015-07-29 18:35:33 -04:00
Reed Garmsen
f0a60181fe Made font type a field in the config file 2015-07-29 14:06:15 -07:00
Reed Garmsen
876a9f642a Changed text initial size and positioning to better handle different image sizes and removed dead code 2015-07-29 13:47:37 -07:00
Reed Garmsen
965833a737 Added godeps and the source for the go freetype library 2015-07-29 11:58:51 -07:00
Christopher Speller
3f97e06bf8 Adding etag to channel extra_info api call. 2015-07-29 14:35:25 -04:00
JoramWilander
beef8f776f updated channel error messages to reflect proper naming 2015-07-29 12:01:23 -04:00
hmhealey
2e5528542d Changed file API to not write response data on a HEAD request 2015-07-29 10:21:31 -04:00
hmhealey
1af7cbe7fe Allow file access apis to respond to HEAD requests 2015-07-29 09:47:51 -04:00
Joram Wilander
63a17cf4f6 Merge pull request #265 from mattermost/mm-1711
MM-1711 update sign-up and login UI
2015-07-29 07:52:59 -04:00
=Corey Hulen
4244990bf1 Merge branch 'master' into mm-1355 2015-07-29 01:39:43 -08:00
=Corey Hulen
9677a9f717 Fixes mm-1355 adds rate limiting apis 2015-07-29 01:26:10 -08:00
Reed Garmsen
376ce3c4b0 Added back username initials being included in default profile picture 2015-07-28 16:55:13 -07:00
Corey Hulen
d222f6c7a3 Merge pull request #264 from asaadmahmoodspin/mm-1732
mm-1732 - Decreasing font size for footer in emails
2015-07-28 11:05:58 -08:00
Reed Garmsen
3c1eefe984 Initial changes to putting initials on default profile pics 2015-07-28 11:36:50 -07:00
Asaad Mahmood
2bfe9eea56 MM-1730 - Updating logo in emails 2015-07-28 20:41:24 +05:00
JoramWilander
ff362b7792 updates to sign-up flow, remove company name and marketing checkbox 2015-07-28 11:36:33 -04:00
Asaad Mahmood
0749d53186 mm-1732 - Decrease font size for footer in emails 2015-07-28 19:58:29 +05:00
hmhealey
d8e9b7c8e4 Allow users to download file attachments with names that don't include a file extension 2015-07-28 10:07:11 -04:00
Christopher Speller
ec2e61bc55 Merge pull request #253 from nickago/MM-1654
MM-1654 Anti-clickjacking measures
2015-07-28 10:03:10 -04:00
Christopher Speller
de07cdaf29 Merge pull request #239 from nickago/MM-1295
MM-1295 Removal from a channel occurs in real time
2015-07-28 08:49:29 -04:00
nickago
ce2cf5b4e8 Limited the added headers to only non-api calls 2015-07-27 14:39:55 -07:00