Commit Graph

498 Commits

Author SHA1 Message Date
Christopher Speller
f9aabcab5c Revert "PLT-2839 Forced sidebar to scroll to top on update" (#3152) 2016-05-30 08:35:47 -04:00
enahum
d331e5b964 PLT-2973 Fix Channel view doesn't scroll to New Messages indicator on first load (#3151) 2016-05-30 08:12:44 -04:00
Harrison Healey
fe5db12374 PLT-3080 Added ability to disable formatting for debugging and updated marked to fix errors (#3141)
* Removed injectIntl from user_settings_advanced.jsx

* Added setting to disable formatting for debugging

* Updated fork of marked
2016-05-30 07:57:44 -04:00
samogot
e1bebb2d77 PLT-2321 Move the toggle icon next to the link being previewed (#3071)
* PLT-2321 Move the toggle icon next to the link being previewed
only applicable to one-line messages started with link

* remove useless "Youtube" header when no title is available

* allow breaking long links instead of toggle

* simplify "/" to "/<wbr />" replacing
fix empty post without additional content body

* discard buggy "simplification"
2016-05-27 19:31:02 -04:00
enahum
c7615920df daily translations 20160527 (#3144) 2016-05-27 19:20:47 -03:00
Joram Wilander
6399a94ce2 PLT-2672 Refactored posts view with caching (#3054)
* Refactored posts view to use view controller design

* Add post view caching

* Required updates after rebase

* Fixed bug where current channel not set yet was causing breakage
2016-05-27 16:01:28 -04:00
David Lu
ca9f348be6 Changed channel navigation (#3142) 2016-05-27 14:52:19 -04:00
JoramWilander
6f8d4a18ee Merge branch 'release-3.0' 2016-05-27 14:38:41 -04:00
enahum
40743af734 PLT-3030 Fix Blank Page (#3104) 2016-05-27 12:53:31 -04:00
David Lu
a9a0e1f6db Forced navbar scroll to top on update (#3139) 2016-05-27 12:46:52 -03:00
David Lu
24590b3e89 Added preventDefault (#3137) 2016-05-27 11:42:00 -04:00
David Lu
1736947f0e Added BOT in RHS (#3136)
Changed BOT to constant
2016-05-27 08:38:35 -07:00
enahum
97a4310610 daily translations 20160526 (#3131) 2016-05-27 08:38:01 -07:00
Joram Wilander
5ff85df9e9 Display error correctly on ldap to email claim page (#3129) 2016-05-27 08:37:16 -07:00
Joram Wilander
d2aacdbb07 Don't allow gitlab users to activate mfa (#3125) 2016-05-27 08:36:53 -07:00
Harrison Healey
1e7805b790 Fixed ESLint errors (#3134) 2016-05-27 09:56:41 -04:00
Christopher Speller
ec7a273550 Revert "PLT-1800 Load server side locale from the config.json" (#3133) 2016-05-27 09:01:35 -04:00
enahum
a2c183f401 PLT-1800 Load server side locale from the config.json (#3092)
* PLT-1800 Load server side locale from the config.json

* Add support for locales with country specifics

* Fix localization on served locale file as plain/text
2016-05-27 08:25:37 -04:00
Harrison Healey
15e427e806 PLT-1458 Updated list autonumbering (#3126)
* Removed MattermostLexer since it was exactly the same as the default marked one

* Updated list autonumbering to always start numbering from the first item's number
2016-05-27 08:22:22 -04:00
Corey Hulen
e1801d0997 Adding reload and recycle buttons to system console (#3102) 2016-05-26 15:11:55 -04:00
David Lu
4aa0465c73 Forced clear hashtag at end of URL (#3128) 2016-05-26 14:44:40 -04:00
Harrison Healey
8a7e1b6dff PLT-2886 Added name properties to all radio buttons (#3112)
* Removed unused, deprecated system console page

* Added name properties to all radio buttons

* Removed unused english strings from admin console
2016-05-26 09:47:41 -04:00
Joram Wilander
6fecfcc7ca Refactor login, claim and create_team into views and add actions (#3110) 2016-05-26 09:46:18 -04:00
enahum
9c0caaa765 daily translations 20160525 (#3117) 2016-05-26 08:49:21 -04:00
enahum
21e4bc7c42 PLT-3049 Revert Google Api Key to show YouTube Previews (#3116) 2016-05-26 08:49:09 -04:00
Harrison Healey
e5ec6c95b5 Prevented scrolling through suggestion list when there's no suggestions (#3111) 2016-05-26 08:47:58 -04:00
David Lu
4353e1fb97 PLT-2989 Incoming webhooks available to all channels user is member of (#3082)
* Removed OPEN_CHANNEL check

* Added checks for each type of channel

* Added all channels display

Used onComponentUpdate, made code clearer

* Made requested changes
2016-05-26 08:36:51 -04:00
Christopher Speller
335e5cc4da Moving tests to javascript client (#3108) 2016-05-26 07:58:24 -04:00
Corey Hulen
7b2538fc6c PLT-2952 fixing preview mode error message (#3113) 2016-05-26 07:54:49 -04:00
David Lu
510fc33fd9 PLT-3002 Removed Auto-capitalization on Mobile Devices (#3099)
* Added autoCapitalize='off'

* Changed inputs to email

* Removed autocapitalize for email
2016-05-25 16:15:49 -04:00
samogot
d31c972a43 PLT-1042 allow cancel pending post (#3053) 2016-05-25 16:13:04 -04:00
David Lu
dd18b98b0b Removed all password trimming (#3109) 2016-05-25 14:00:07 -04:00
enahum
e9d1289fb0 daily translations 20160524 (#3101) 2016-05-25 08:39:31 -07:00
Harrison Healey
6092be8af1 Updated our fork of marked and prevented catastrophic backtracking (#3098) 2016-05-25 08:38:03 -07:00
Asaad Mahmood
db29413000 Minor UI improvements (#3095)
Updating config.json

Updating config.json

Updating config.json

Updating config.json
2016-05-25 08:39:14 -04:00
Corey Hulen
09863c0b80 Adding APIs to reload config, recycle db connections and ping server (#3096)
* Adding APIs to reload config, recycle db connections and ping server

* Fixing unit test

* Adding unit tests
2016-05-24 14:31:30 -07:00
Christopher Speller
4ae7128ecb Revert "PLT-1800 Load server side locale from the config.json (#3076)"
This reverts commit 34beaa569b.
2016-05-24 10:39:56 -04:00
Harrison Healey
3b5a5110c7 Revert "Updated our fork of marked and added more links to test-links.md (#3047)" (#3090)
This reverts commit c868620693.
2016-05-24 07:12:02 -07:00
Thomas Balthazar
7e2b539de4 Max_File_Size setting in System Console > File Settings (#3070) 2016-05-24 09:07:42 -04:00
David Lu
8e5c318590 Removed isTestDomain (#3069) 2016-05-24 08:39:11 -04:00
enahum
34beaa569b PLT-1800 Load server side locale from the config.json (#3076)
* PLT-1800 Load server side locale from the config.json

* Add support for locales with country specifics
2016-05-24 08:36:27 -04:00
Asaad Mahmood
79c0b20689 Minor UI changes (#3078)
Updating navbar dropdown

Updating margin on login page
2016-05-24 08:33:28 -04:00
enahum
32cb719895 Fix YouTube videos when Google Api Key is not set (#3083) 2016-05-24 08:32:15 -04:00
David Lu
ba5786d6a3 Removed unused call to onListenerChange (#3081) 2016-05-23 12:52:23 -07:00
David Lu
6438c696b0 Added all keycodes (#3079) 2016-05-23 12:52:02 -07:00
Christopher Speller
e460d79d9e Centering channel intro message (#3074) 2016-05-23 08:40:42 -07:00
David Lu
e81fa3220d Added validation for command triggers (#3068) 2016-05-20 14:47:10 -04:00
David Lu
4f265522e1 Fixed JS errors, wrapped around nav shortcuts (#3067) 2016-05-20 14:45:30 -04:00
enahum
ed2e37394e PLT 783 Fix Previews for removed YouTube videos (#3073)
* PLT-783 Fix Previews for removed YouTube videos render incorrectly and throw a 404

* Updating video poster for video not found (#3072)
2016-05-20 11:55:52 -04:00
Christopher Speller
2a137e97c4 Adding enterprise build hash to about dialog (#3058) 2016-05-20 07:41:47 -07:00