Karsten Hassel
1914573634
fixed again ...
2020-04-07 20:26:09 +02:00
Karsten Hassel
37ee0e568f
socketclient.js: add backward compatibility for old module code
2020-04-07 19:35:21 +02:00
Leon Kiefer
e6c0011789
renamed basename to basePath
2020-04-06 21:29:55 +02:00
Leon Kiefer
54542f7f07
added basename config
...
use basename in socket.io path fix #1973
2020-04-05 23:00:38 +02:00
AndreKoepke
8e38910dd8
Merge branch 'develop' into feature/client_https
2020-04-03 14:22:41 +02:00
Andre
31b3f778fc
no single quotes
2020-04-03 12:37:33 +02:00
Michael Teeuw
f7f4e92e0a
Merge branch 'develop' of https://github.com/MichMich/MagicMirror into develop
2020-04-01 09:58:55 +02:00
Andre
351e0f3a0b
add https support
2020-03-28 12:37:50 +01:00
Michael Teeuw
fe6645a420
Merge pull request #1955 from rejas/jshint
...
Remove jshint dependency
2020-03-24 21:16:12 +01:00
Michael Teeuw
a49816f4eb
Merge pull request #1948 from rejas/lint
...
Run linter tests on travis (was: Run linter before commit)
2020-03-24 21:15:41 +01:00
Michael Teeuw
7ac97f854c
Merge pull request #1937 from Legion2/develop
...
use relative path for socket.io
2020-03-24 21:13:36 +01:00
Michael Teeuw
fe1c5df9d5
Merge pull request #1958 from bugsounet/master
...
issue #1956
2020-03-19 19:17:03 +01:00
bugsounet
8aa7a55559
issue #1956
2020-03-19 19:03:25 +01:00
rejas
a91f2de26a
Remove jshint dependency, use eslint for config verification
2020-03-15 20:38:52 +01:00
rejas
5a4ae99283
Add no-multi-spaces rule to eslint and run it
2020-03-15 15:49:34 +01:00
rejas
5517a913d4
Run linter manually
2020-03-08 16:20:54 +01:00
Leon Kiefer
6aeec81072
removed additional slash from the socket.io path
2020-02-19 20:58:58 +01:00
Leon Kiefer
7b56817ae6
use relative path for socket.io fix #1934
2020-02-18 17:09:25 +01:00
Michael Teeuw
30e93a9372
Merge pull request #1915 from normankong/develop
...
Support HTTPS Magicmirror (resubmit)
2020-02-06 10:10:06 +01:00
Michael Teeuw
89c9d4dfc4
Merge branch 'develop' into develop
2020-02-05 12:42:43 +01:00
Rico
65ea341ed0
feat: use date in log timestamp
...
I find it quite hard to look something up in the logs, when there is no date in the log file. The time itself is not sufficient for debugging, hence I suggest also logging the date.
2020-02-03 21:39:46 +01:00
Michael Teeuw
561827e896
Remove logging.
2020-02-01 19:12:05 +01:00
Michael Teeuw
8ef8388c32
Set default DISPLAY in package.json.
2020-02-01 15:02:47 +01:00
Michael Teeuw
21dbaa1a03
Move DISPLAY default to electron script.
2020-02-01 13:59:13 +01:00
Michael Teeuw
09c1ea992c
Update start methods.
2020-02-01 13:56:15 +01:00
karenorman
c8c327b6ab
Add HTTPS support
2020-02-01 20:46:26 +08:00
Michael Teeuw
04dde74572
Move and alias node_module.
2020-01-01 19:17:23 +01:00
Michael Teeuw
05f710cb5c
Merge pull request #1838 from tbouron/fix/module-header
...
Module header updates correctly, if a module need to dynamically show/hide its header based on a condition
2019-12-28 19:41:42 +01:00
Thomas Bouron
d8b7292d4b
Fix module header update if using customising from module.getHeaders()
2019-12-26 14:07:13 +00:00
Sam Detweiler
ed61ac624d
http default if no address is 0.0.0.0, not localhost, hard code localhost as per readme
2019-12-10 12:15:30 -06:00
Chris van Marle
a6aae70a55
Add UTC timestamp to console log
2019-10-23 10:16:01 +00:00
Rodrigo Ramírez Norambuena
82ee051c1a
linter fixes
2019-07-26 01:25:26 -04:00
Christoph Hagedorn
f06ce55626
Merge remote-tracking branch 'upstream/develop' into develop
2019-06-15 11:33:44 +02:00
Christoph Hagedorn
853085e755
added null check for moduleWrapper
...
(fixes race condition if element is updated)
2019-06-15 11:32:03 +02:00
rejas
835668d96d
Add eslint semi rule
2019-06-05 10:23:58 +02:00
rejas
2bce15dc6e
Remove multiple-empty-lines
2019-06-05 10:03:28 +02:00
rejas
8f1a212b52
More typo fixes
2019-06-05 09:46:59 +02:00
rejas
5c08bde0fa
More == -> === and != -> !== fixes
2019-06-05 09:32:10 +02:00
rejas
98a84c031e
Better fix for translator comparison
2019-06-05 08:55:17 +02:00
rejas
ea1715384e
Revert "Revert "Fix some == with ===""
...
This reverts commit d9a4ee4f658171e4a7854ef856adba5f904fbfbe.
2019-06-05 08:48:22 +02:00
rejas
d9a4ee4f65
Revert "Fix some == with ==="
...
This reverts commit 5d39d8521575c30b203380d977a71e7590a524ba.
2019-06-04 11:04:47 +02:00
rejas
5d39d85215
Fix some == with ===
2019-06-04 09:51:51 +02:00
rejas
99b4c43fd5
Fix typos and some whitespaces
2019-06-04 09:33:53 +02:00
Seongnoh Sean Yi
3796076360
change Squotes to Dquotes
2019-05-13 23:24:59 +02:00
Seongnoh Sean Yi
94fc4cb8a2
allow html5 autoplay policy
...
From Chrome 66, autoplay policy is changed. This 1 line can help to play html5 audio and video without user-gesture-allowance in MagicMirror
2019-05-13 21:19:50 +02:00
Michaël Arnauts
17425dcaf7
Add CHANGELOG entry. Fix test.
2019-04-07 16:41:05 +02:00
Michaël Arnauts
fd53541719
Handle SIGTERM messages
2019-04-06 20:50:54 +02:00
Veeck
de684dcb63
Fix typos in jsdoc
2019-03-11 14:03:01 +02:00
Veeck
29ef1db86b
Remove whitespace
2019-03-08 11:33:02 +01:00
Veeck
358e2b3ccf
Use getHeader instead of data.header when creating the DOM
2019-03-08 11:25:38 +01:00