Michael Teeuw
3f9181905a
Fix typo's.
2017-09-29 11:05:59 +02:00
Michael Teeuw
5efc43260e
Switch to async rendering.
2017-09-28 16:43:38 +02:00
Michael Teeuw
e01794a07f
First Nunchucks Implementation.
2017-09-28 16:11: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
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
de8db1a86d
Merge branch 'develop' into test-unit-js-class
2017-08-10 12:15:23 +02:00
Cato Antonsen
353786cb61
Fix this.file path
2017-08-03 21:34:23 +02:00
Rodrigo Ramírez Norambuena
5ac20cc4cf
SuiteTest: Added unit tests for js/class.js
2017-07-25 21:42:51 -04:00
Rodrigo Ramírez Norambuena
765b03c868
Add warning color when are using full ip whitelist
2017-07-25 11:26:01 -04:00
Bas van Wetten
318c8c68b0
Change suggestion for e2e testing
...
- Changed global-setup.js to allow for easier test creation
- Changed each e2e test suite to work with new global-setup.js
- All tests (except for dev_console.js) now work with Travis CI
2017-07-23 23:06:27 +02:00
Unknown
a7297d2685
Fix for issue #950
...
Changed 'server.js' to allow an empty ipwhitelist to allow any and all hosts instead of none as mentioned in the documentation
2017-07-18 14:07:18 +02:00
Unknown
1590693547
New server route to fetch config
...
Added a new route to the Express server to supply client with config. Removed the original 'cookie' hack
2017-07-02 12:10:16 +02:00
Unknown
66f93ee541
Added clientonly script
...
Added clientonly script to have server and client run at different locations
2017-07-02 12:10:16 +02:00
Unknown
98bcfbef7e
Removed unused import
...
Removed unused import from js/electron.js
2017-06-18 19:17:41 +02:00
Veeck
96c338859b
More lazy sunday cleanups of missing semicolons, unused vars and other small thins
2017-06-11 11:53:55 +02:00
Michael Teeuw
ca92a0af5c
Merge pull request #895 from JanLoebel/develop
...
#891 Added ability to change the custom.css path.
2017-06-03 19:10:45 +02:00
Jan Löbel
0bb52a6058
#891 Added ability to change the custom.css path.
2017-05-19 19:54:43 +02:00
Rodrigo Ramírez Norambuena
0de65d9c0f
Fix spelling comment js/loader.js
2017-05-11 02:30:25 -03:00
Michael Teeuw
ab30ea766b
Merge pull request #882 from roramirez/remove_log_socketclient
...
Remove commented log not used in js/socketclient.js
2017-05-03 17:34:29 +02:00
Mikko Tapionlinna
ee88897b18
Add better support for translations with backwards compatibility
2017-04-25 23:15:34 +03:00
Michael Teeuw
2b2c2de583
Merge pull request #863 from roramirez/message-port-server
...
Message port server
2017-04-22 18:57:35 +02:00
Rodrigo Ramírez Norambuena
b41bda569d
Change method for check if pass dev parameter
2017-04-18 23:34:14 -03:00
Rodrigo Ramírez Norambuena
fd2919fd1c
Remove commented log not used in js/socketclient.js
2017-04-18 23:14:07 -03:00
Rodrigo Ramírez Norambuena
c1830aa37c
Fix message port starting server
2017-04-18 22:21:55 -03:00
Rodrigo Ramírez Norambuena
9725091233
Merge remote-tracking branch 'roramirez_github/develop' into check-wrong-configuration
2017-04-06 21:32:48 -03:00
Rodrigo Ramírez Norambuena
19b9d3737e
Merge branch 'develop' into test-set-MM_PORT
2017-03-30 16:12:08 -03:00
Johan Hammar
cc9a429689
Corrected minor typo
2017-03-28 22:44:47 +02:00
Rodrigo Ramírez Norambuena
1ea50ea917
Merge branch 'develop' into test-set-MM_PORT
2017-03-28 13:16:56 -03:00
Michael Teeuw
c62082b924
Merge pull request #785 from roramirez/colors-error
...
Use color red for error when the configuration file is not found.
2017-03-18 21:50:18 +01:00
Michael Teeuw
61935942cf
Merge pull request #783 from roramirez/fixspace-code-main
...
Remote extra space main.js
2017-03-18 20:44:32 +01:00
Rodrigo Ramírez Norambuena
f89f704a69
Add task to check configuration file syntax.
2017-03-18 09:45:32 -03:00
Rodrigo Ramírez Norambuena
2c0ca78265
Merge branch 'colors-error' into check-wrong-configuration
2017-03-18 06:00:49 -03:00
Rodrigo Ramírez Norambuena
0d3c03d1e3
Restore code removed on Merges on 2017-03-17
2017-03-17 22:36:21 -03:00
Rodrigo Ramírez Norambuena
c282bb2fe1
Fix if MM_PORT enviroment variable is set
2017-03-10 18:20:11 -03:00
Rodrigo Ramírez Norambuena
1bdc46969c
Add information message when the ipWhitelist is configurate with []
2017-03-10 16:36:17 -03:00
Michael Teeuw
6d07d5dccb
Merge pull request #751 from roramirez/callback-fail-load-config
...
Use just one callback statement in case of failure on configuration loader
2017-03-10 14:53:36 +01:00
Rodrigo Ramírez Norambuena
aa1f515fcf
Remote extra space main.js
2017-03-10 00:27:47 -03:00
Rodrigo Ramírez Norambuena
1e3b866c8b
Use color red for error when the configuration file is not found.
2017-03-05 22:20:35 -03:00
Rodrigo Ramírez Norambuena
2168838365
Use just one callback statement in case of failure on loader of the
...
configuration file.
2017-03-05 22:05:54 -03:00
Cato Antonsen
219021873d
Removed trailing space
2017-03-05 23:42:13 +01:00
Cato Antonsen
120b505361
Implemented another way of waiting for refresh of region before animation
2017-03-05 23:36:24 +01:00
Cato Antonsen
347a2977fa
Removed trailing spaces
2017-03-05 22:46:48 +01:00
Cato Antonsen
c2e90864ac
Fixed missing animations on this.show() when module is alone in a region
2017-03-05 22:23:05 +01:00
Rodrigo Ramírez Norambuena
ddff2b2982
Move colors into utils file
2017-02-28 01:41:21 -03:00
Michael Teeuw
e697ee72fa
Merge pull request #734 from roramirez/refactor-routes
...
refactor code for include multiples routes on js/server.js
2017-02-25 22:12:43 +01:00
Michael Teeuw
3badafaa82
Merge pull request #737 from roramirez/deprecated-options
...
Deprecated options
2017-02-25 11:38:30 +01:00
Rodrigo Ramírez Norambuena
365bc900b0
Add more information and tag FIXME on Hotfix code
2017-02-24 18:52:33 -03:00
Rodrigo Ramírez Norambuena
bd0da63f4c
use colors for warning message in deprecated options
2017-02-21 20:28:12 -03:00
Rodrigo Ramírez Norambuena
db0b663a3d
Put file deprecated into js directory
...
Request in Pull Request #569
Initial work by @olexs
2017-02-21 19:28:53 -03:00
Rodrigo Ramírez Norambuena
fd7fe129e2
Merge remote-tracking branch 'olexs/deprecated-config-notify' into deprecated-options
2017-02-21 19:13:33 -03:00