Michael Teeuw
5e51a438a7
Merge pull request #1025 from ryck/feature/indoorHumidity
...
Feature/indoor humidity
2017-09-20 15:19:53 +02:00
Ricardo Gonzalez
7f768059e6
Update README
2017-09-17 16:33:23 +01:00
Ricardo Gonzalez
ea70175a17
Merge branch 'develop' into feature/indoorHumidity
...
* develop: (71 commits)
Update sample address
set version of express-ipfilter:
Describe default in comment of sample config
More secure defaults.
Fix grunt errors
Weather forecast settings match current weather
Fix JavaScript error in weatherforecast
Update fr.json
TestSuite: Show the missing strings for translations files.
Update fr.json with added translations
Added e2e test for font files
Fix issue #986
Fix extra tab file translations/zh_cn.json
Add Changelog entry for new e2e test for helloworld module
Small change for re-running Travis CI
Change Two Conditionals to UpperCase-If
Fix linting?
Show Scale of Temperature if config flag is set
Change to install Roboto fonts by npm
Update stylelint package
...
# Conflicts:
# CHANGELOG.md
2017-09-17 16:32:37 +01:00
Ricardo Gonzalez
74a736691a
Merge remote-tracking branch 'upstream/develop' into develop
...
* upstream/develop: (71 commits)
Update sample address
set version of express-ipfilter:
Describe default in comment of sample config
More secure defaults.
Fix grunt errors
Weather forecast settings match current weather
Fix JavaScript error in weatherforecast
Update fr.json
TestSuite: Show the missing strings for translations files.
Update fr.json with added translations
Added e2e test for font files
Fix issue #986
Fix extra tab file translations/zh_cn.json
Add Changelog entry for new e2e test for helloworld module
Small change for re-running Travis CI
Change Two Conditionals to UpperCase-If
Fix linting?
Show Scale of Temperature if config flag is set
Change to install Roboto fonts by npm
Update stylelint package
...
2017-09-17 16:31:27 +01:00
Michael Teeuw
710ab44073
Merge pull request #1014 from roramirez/tests/unit/weatherforecast
...
Add roundValue unit test function weatherforecast module:
2017-09-07 10:07:28 +02:00
Michael Teeuw
b28c5e6807
Merge pull request #1015 from roramirez/show-missing-string-test-translations
...
TestSuite: Show the missing strings for translations files.
2017-09-07 10:07:09 +02:00
Michael Teeuw
e5ead9ed44
Merge pull request #1004 from qistoph/issue950
...
More secure defaults.
2017-09-06 15:25:04 +02:00
Chris van Marle
d99897cf9d
Update sample address
...
As proposed in review
2017-09-06 15:22:17 +02:00
Michael Teeuw
701a7cae02
Merge pull request #1011 from qistoph/fix_on_991
...
Fix on 991
2017-09-06 14:40:32 +02:00
Michael Teeuw
068b6a5470
Merge pull request #1012 from roramirez/set-version-express-ipfilter
...
set version of express-ipfilter:
2017-09-06 14:19:30 +02:00
Rodrigo Ramírez Norambuena
45d597ac49
set version of express-ipfilter:
...
Prevent problems with ipWhitelist using []
Information in https://forum.magicmirror.builders/topic/4716/issue-with-white-list-ip-s-not-working/14
4adc5dc33e
2017-09-05 23:56:32 -03:00
Chris van Marle
a518d3f33f
Describe default in comment of sample config
2017-09-01 14:46:25 +02:00
Chris van Marle
2f05228d91
More secure defaults.
...
Without config, listen only on looback interface. In sample config
listen on any interface, but use an IP whitelist.
Related to #950
2017-09-01 14:46:25 +02:00
Chris van Marle
335ae0105f
Fix grunt errors
2017-09-01 11:17:01 +02:00
Chris van Marle
62ce7a0e37
Weather forecast settings match current weather
...
This change makes the config of weather forecast more in line with
current weather. It uses the configured units (metric, imperial,
default) to determine the sign.
2017-09-01 10:58:21 +02:00
Chris van Marle
afa0fb8da1
Fix JavaScript error in weatherforecast
...
Change 5568e0c2adc73aa20bebb5bfc47df65fea273b05 introduces JavaScript
errors, because it's calling toUpperCase() on a boolean value.
2017-09-01 10:38:25 +02:00
Michael Teeuw
763d835f4e
Merge pull request #1006 from gcarret/patch-1
...
Added translations for french language
2017-08-29 14:17:43 +02:00
Michael Teeuw
0289872dcd
Merge pull request #1000 from QNimbus/fix-issue-986
...
Fix for issue 986 (font file paths)
2017-08-29 14:15:27 +02:00
Michael Teeuw
2810141bd6
Merge pull request #997 from roramirez/extra-tab-translations/zh_cn.json
...
Fix extra tab file translations/zh_cn.json
2017-08-29 14:14:32 +02:00
Michael Teeuw
93ea22c69d
Merge pull request #996 from roramirez/default-hello-world
...
Default hello world
2017-08-29 14:14:12 +02:00
Michael Teeuw
daf76a311c
Merge pull request #991 from DanielWeeber/temperature-scale-show
...
Temperature scale show
2017-08-29 14:13:43 +02:00
gcarret
b94271a725
Update fr.json
2017-08-29 07:21:10 +02:00
Rodrigo Ramírez Norambuena
1456aeedf2
TestSuite: Show the missing strings for translations files.
...
In the translations test now when are missing some translations for
determinated language will be show the missing string.
This can help to identified and improved the translations files.
/me listening STP: Silvergun superman
2017-08-28 21:31:01 -03:00
gcarret
4c6589a57e
Update fr.json with added translations
2017-08-27 14:30:58 +02:00
Bas van Wetten
5b9a61b7db
Added e2e test for font files
2017-08-21 15:33:17 +02:00
Bas van Wetten
96e71695c5
Fix issue #986
...
Fixed some font file paths
2017-08-21 11:51:57 +02:00
Rodrigo Ramírez Norambuena
2e7dd1bde3
Fix extra tab file translations/zh_cn.json
2017-08-20 22:50:29 -03:00
Rodrigo Ramírez Norambuena
2de543f5f9
Add Changelog entry for new e2e test for helloworld module
2017-08-20 22:49:23 -03:00
Rodrigo Ramírez Norambuena
a6ee20fca4
Merge remote-tracking branch 'roramirez_github/develop' into default-hello-world
2017-08-20 22:49:13 -03:00
DanielWeeber
2d2f159e04
Small change for re-running Travis CI
2017-08-16 12:11:57 +02:00
DanielWeeber
5568e0c2ad
Change Two Conditionals to UpperCase-If
2017-08-16 10:00:38 +02:00
DanielWeeber
cb2cc0cb9e
Fix linting?
2017-08-15 20:57:18 +02:00
DanielWeeber
5e573ca980
Show Scale of Temperature if config flag is set
2017-08-15 19:54:35 +02:00
Michael Teeuw
dcb4a315a6
Merge pull request #990 from roramirez/deprecation-warning
...
Added deprecation warning for authentication of the calendar module.
2017-08-13 19:21:17 +02:00
Rodrigo Ramírez Norambuena
4bd36fc29e
Merge branch 'develop' into deprecation-warning
2017-08-13 04:28:06 -03:00
Michael Teeuw
1a7971ec82
Merge pull request #987 from roramirez/update-stylelint
...
Update stylelint package
2017-08-12 16:52:13 +02:00
Michael Teeuw
c1eda034b3
Merge pull request #989 from roramirez/add-log-deprecated-function
...
Add log deprecated function in test
2017-08-12 13:50:52 +02:00
Michael Teeuw
2294d722c7
Merge pull request #986 from roramirez/roboto-fonts-as-vendor
...
Change to install Roboto fonts by npm
2017-08-12 13:50:23 +02:00
Michael Teeuw
7d053be6d1
Merge pull request #975 from QNimbus/unittests/calendar
...
Add unittest for calendar module
2017-08-12 13:50:07 +02:00
Michael Teeuw
7a508661eb
Merge branch 'develop' into update-stylelint
2017-08-10 16:29:30 +02:00
Michael Teeuw
c976242ce5
Merge branch 'develop' into unittests/calendar
2017-08-10 16:27:00 +02:00
Michael Teeuw
2b77c372a3
Merge pull request #979 from CatoAntonsen/fix_filepath
...
Fix this.file path
2017-08-10 16:26:03 +02:00
Michael Teeuw
b61cc67997
Merge pull request #983 from roramirez/test-unit-js-class
...
Test unit js class
2017-08-10 12:15:31 +02:00
Michael Teeuw
de8db1a86d
Merge branch 'develop' into test-unit-js-class
2017-08-10 12:15:23 +02:00
Michael Teeuw
abfdf0e1c2
Merge pull request #982 from roramirez/doc-roundValue
...
Fix Documentation in roundValue function
2017-08-10 12:14:58 +02:00
Michael Teeuw
1d662e354b
Merge branch 'develop' into doc-roundValue
2017-08-10 12:14:16 +02:00
Michael Teeuw
663e9a9b5e
Merge pull request #973 from roramirez/add-code-error-cliente-failstart
...
Add log when clientonly failed on starting.
2017-08-10 12:12:24 +02:00
Michael Teeuw
8535409962
Merge branch 'develop' into add-code-error-cliente-failstart
2017-08-10 12:12:17 +02:00
Michael Teeuw
cd5623b348
Merge pull request #972 from roramirez/add-warning-color-full-ip
...
Add warning color when are using full ip whitelist
2017-08-10 12:11:51 +02:00
Michael Teeuw
673e051bd5
Merge pull request #969 from roramirez/showWeek-test-es-language
...
Show week test es language
2017-08-10 12:11:25 +02:00