Граф коммитов

6815 Коммитов

Автор SHA1 Сообщение Дата
Harrison Healey
500b2dce10 Fixed input handlers used by Textbox and SuggestionBox components to properly update when typing quickly (#3598) 2016-07-15 10:37:51 -04:00
Harrison Healey
47535ed0c7 Fix text fields in team settings modal to better allow quick typing in IE11 (#3599) 2016-07-15 10:18:23 -04:00
Christopher Speller
8936f65c90 Improving caching of static assets (#3591) 2016-07-15 08:57:52 -04:00
Christopher Speller
b5c5744bc7 Updating ESLint (#3597) 2016-07-15 07:49:57 -04:00
lfbrock
491593b285 Update incorrect Google API key help text (#3595)
* Update Youtube API key help text

* Update en.json
2016-07-14 14:52:05 -08:00
David Lu
23d831d341 added field name to ldap system console errors (#3593) 2016-07-14 11:57:59 -08:00
David Lu
bd12520b44 added channel header to view channel info modal (#3584) 2016-07-14 11:57:49 -08:00
David Lu
34077a407b made /shortcuts separate for mac (#3571) 2016-07-14 11:57:06 -08:00
David Lu
0b200cc924 PLT-3266 Added channel header to create channel modal (#3559)
* Added channel header to create channel modal

removed React FindDOMNode

* made css changes
2016-07-14 11:56:49 -08:00
Asaad Mahmood
70283c20f6 PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553)
* PLT-3627 - Fixing spacing in RHS

* PLT-3516 - Fixing errors in backstage

* PLT-3558 - Fixing system console menu on small screens

* PLT-3570 - Fixing account settings sidebar truncating issue

* PLT-3497 - Moving see other themes link

* Removing formatted message import from premade theme chooser
2016-07-14 11:56:38 -08:00
Joram Wilander
c67729d7b6 Increased wait time for TestUserTyping event test case (#3587) 2016-07-14 09:06:15 -08:00
Harrison Healey
a04a984424 Fix porting theme to preferences so that it works for users who never set their theme (#3592) 2016-07-14 12:50:53 -04:00
Harrison Healey
caabfbcdd5 PLT-2992 Added the ability to use different themes for each team (#3411)
* Cleaned up user_settings_theme.jsx and import_theme_modal.jsx

* Made ImportThemeModal use a callback to return the theme to the user settings modal instead of saving it directly

* Moved user theme from model to preferences

* Added serverside API to delete preferences TODO update package with client stuff

* Changed constants.jsx so that Preferences and ActionTypes can be imported on their own

* Updated ThemeProps migration code to properly rename solarized code themes

* Fixed warnings thrown by AppDispatcher

* Added clientside UI to support team-specific themes

* Removed debugging code from test

* Fixed setting a user's theme when they haven't set their theme before
2016-07-14 10:08:36 -04:00
David Lu
8e810bc2eb PLT-3153 Converted slash command triggers to lowercase on save (#3577)
* Converted slash command triggers to lowercase on save

* Made slash commands case insensitive
2016-07-14 10:05:25 -04:00
samogot
9b9facd3d2 PLT-3366 Holding down the ALT key and clicking on a message adds a new messages indicator (squashed) (#3374) 2016-07-14 08:19:27 -04:00
David Lu
6abc9601be PLT-3192 EE: Restricted site name to 30 characters (#3560)
* Restricted site name to 30 characters

* Added maxlength to TextSetting
2016-07-14 08:18:56 -04:00
Corey Hulen
294981d4a3 PLT-3547 fixing caching issue with direct profiles (#3567) 2016-07-14 08:18:18 -04:00
Joram Wilander
0858c34314 Added some documentation comments to Go driver (#3576) 2016-07-14 08:17:42 -04:00
David Lu
2e7e0d09b8 Removed system message on /msg success (#3579) 2016-07-14 08:17:24 -04:00
Harrison Healey
4c8ba1f5a2 Change view image modal loading text to be visible (#3581) 2016-07-14 08:17:09 -04:00
lfbrock
95dcf902f5 Update LDAP error message (#3583) 2016-07-13 15:49:30 -08:00
Corey Hulen
e929a222c2 PLT-3017 fixing iOS blank rendering (#3586) 2016-07-13 15:48:02 -08:00
David Lu
e1a14ac4ae Hide build number if it is the same as the version number in the about dialog (#3585) 2016-07-13 15:28:59 -08:00
enahum
8346bfec37 PLT-3584 Fix no team found when creating account (#3552) 2016-07-13 09:13:13 -08:00
enahum
2a0288f110 Fix SAML config validation (#3562) 2016-07-13 09:04:47 -08:00
enahum
0a6bdceccb PLT-3384 Improve the "Verify Email" email (#3564) 2016-07-13 09:03:46 -08:00
David Lu
284ee12b22 added username to system console users list (#3566) 2016-07-13 09:02:46 -08:00
Harrison Healey
7c34ea9b8c Highlight hashtags containing search text (#3568) 2016-07-13 09:00:28 -08:00
Joram Wilander
006fc6c253 Fixes reading wrong websocket message property (#3580) 2016-07-13 12:55:20 -04:00
David Lu
1df0488932 Fixed invalid password error when admin resets password (#3578) 2016-07-13 12:44:26 -04:00
Christopher Speller
804bfd3b02 Fixing bug in inital load returning team member objects that had been deleted. (#3554) 2016-07-13 07:39:14 -04:00
enahum
540ebbd74d SAML Unit Tests, Go Driver & Removed vendor dependency (#3532) 2016-07-13 07:38:58 -04:00
Corey Hulen
d2df385f41 PLT-3618 fixing error when team member removed on system console (#3569) 2016-07-13 07:27:31 -04:00
Corey Hulen
d02b890150 Fixes javascript error with missing func (#3570) 2016-07-13 07:27:05 -04:00
enahum
ab52700aaa PLT-3624 quick fix remove SAML certificates without saving (#3555) 2016-07-12 16:10:04 -04:00
Harrison Healey
caef414abe PLT-3631 Properly update PostViewController when emojis change (#3565)
* Properly remove custom emojis from clientside store

* Properly update PostViewController when emojis change
2016-07-12 16:06:03 -04:00
enahum
34ec30e806 daily translations 20160712 (#3557) 2016-07-12 16:05:54 -04:00
Christopher Speller
4775631ed4 Revert "Login error messages fix (#3525)"
This reverts commit 2e513c8fd4.
2016-07-12 15:18:25 -04:00
Christopher Speller
7c8654171e Revert "Letting email not validated error message through login. Changing invalid credentials error. (#3546)"
This reverts commit 128e4f984a.
2016-07-12 15:17:46 -04:00
Christopher Speller
7c5c1d99ac Fixing accessing admin console without credentials (#3558) 2016-07-12 12:52:28 -04:00
Harrison Healey
954e251188 Merged release-3.2 into master 2016-07-12 10:52:43 -04:00
Harrison Healey
c377605906 Update en.json (#3551) 2016-07-12 10:09:09 -04:00
Christopher Speller
c976c2881c Some improvments to password handling (#3549) 2016-07-12 10:09:04 -04:00
Christopher Speller
128e4f984a Letting email not validated error message through login. Changing invalid credentials error. (#3546) 2016-07-12 10:08:54 -04:00
Joram Wilander
ad343a0f4a Added infrastructure for basic WebSocket API (#3432) 2016-07-12 09:36:27 -04:00
Asaad Mahmood
06eacf30b9 PLT-3157 - Adding display width customisation to intro message (#3521)
* PLT-3157 - Adding display width customisation to intro message

* Fixing error
2016-07-12 08:02:30 -04:00
David Lu
3f0d6ee6a1 sorted channel switcher by handle (#3547) 2016-07-11 21:02:11 -04:00
enahum
4522fc6388 PLT-3536 Remove "Make Member" option fom "Manage Mamber" when member is System Admin (#3550) 2016-07-11 21:00:41 -04:00
Harrison Healey
9481a4f0ef Merge release 3.2 into master (#3548)
* Bumping version to: 3.2.0-rc1

* PLT-2863 fixing bad merge that broke this PR (#3523)

* PLT-2863 adding remove user from team

* PLT-2863 adding the client side UI

* Fixing trailing space

* Fixing reported issues

* Adding documentatino

* Switching to final javascript driver

* Fixing bad merge

* Fixing bad merge

* PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524)

* Login error messages fix (#3525)

* daily translations 20160708 (#3533)

* Fixed permissions when getting a file attachment to use the correct user id (#3535)

* PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534)

* PLT-3560 blocking adding to channel once user is removed (#3537)

* Always allow system admins to see the Integrations sidebar (#3536)

* Plt 3475 - Post control improvements (#3538)

* Adding class to post when dropdown is active.

* plt-3475 - Post controls improvements

* daily translations 20160711 (#3544)
2016-07-11 14:21:51 -04:00
enahum
d953051c06 daily translations 20160711 (#3544) 2016-07-11 10:00:39 -04:00