12 Commits

Author SHA1 Message Date
Saturnino Abril cb1e3bbf9d fix JS warnings on props.restrictTeamInvite (#2316) 2019-02-01 17:13:54 +05:30
Joram Wilander 4a8210c185 Remove flux store usages from the tutorial (#1831) 2018-10-08 11:24:07 -04:00
Jesse Hallam e76203baa0 add eslint-plugin-header, and --fix all (#1140)
* add eslint-plugin-header, and --fix all

While the checking feature of this plugin seems to work great, its --fix
will sometimes removing leading comments when the license header doesn't
match. I've hand-edited the over-zealous removals, so this won't be an
issue going forward except for new files with missing headers but
leading comments.

* fixes from latest master changes

* latest changes from master
2018-04-30 13:31:29 -04:00
Jesse Hallam 27a5b77fb9 update eslint's comma-dangle rule to always-multiline. (#830)
* update eslint's `comma-dangle` rule to `always-multiline`

* Invoke `yarn fix` to adopt the updated eslint rules. No other changes are included.
2018-02-21 11:34:59 -05:00
Jesse Hallam 2e9baa6738 Remove mm_config and mm_license global state from webapp (PR #3) (#820)
* MM-8589: expunge global mm_config from navbar component

* MM-8589: expunge global mm_config from file_upload and related components

* MM-8589: expunge global mm_(config|license) from the tutorial component

* MM-8589: expunge global mm_config from channel view component

* MM-8589: expunge global mm_config from DoVerifyEmail component

* MM-8589: use the get(Config|License) selector

* MM-8589: expunge unnecessary ownProps
2018-02-16 06:00:29 -03:00
Christopher Speller 8e7709d9e0 Updating react-router to version 4. (#620) 2018-01-22 14:01:24 -08:00
Saturnino Abril c41de179cd Reorganize imports and add eslint rules (#87)
* reorganize imports and add eslint rules

* rebase and fix conflicts
2017-10-06 01:50:05 +08:00
Chris d6f4821009 PLT-7579: fix broken css after tutorial (#28)
* fix broken css after tutorial

* eslint fixes
2017-09-12 15:16:32 -05:00
Harrison Healey 3803fac620 PLT-5860 Updated copyright date (#6058)
* PLT-5860 Updated copyright date in about modal

* PLT-5860 Updated copyright notice in JSX files

* PLT-5860 Updated copyright notice in go files

* Fixed misc copyright dates

* Fixed component snapshots
2017-04-12 08:27:57 -04:00
Harrison Healey d382e3b6e0 PLT-1236 Added special handling for markdown links within mattermost (#2763)
* Added special handling for markdown links within mattermost

* Moved application of .app__body class to route components
2016-04-22 11:52:44 -07:00
JoramWilander b56e691f87 Update tutorial channel names to reflect actual display names 2016-04-01 09:11:27 -04:00
Christopher Speller 3087fadebb Refactoring center panel away. Moving tutorial to a route. Fixing a
bunch of bugs.
2016-03-29 09:54:55 -04:00