Commit Graph

19 Commits

Author SHA1 Message Date
rejas 05659820d0 Minor cleanups 2020-08-01 17:06:56 +02:00
rejas eee64c8064 Cleanup clientonly jsdoc 2020-07-29 22:13:19 +02:00
rejas 43bcf4ab98 Run eslint over files, see what gets fixed automatically and clean up 2020-07-27 14:25:43 +02:00
Veeck abb5dc5739 Run prettier over ALL files once
No other changes done in this commit
2020-05-11 22:22:32 +02:00
AndreKoepke b651dc845b no single quotes 2020-04-14 14:10:29 +02:00
Andre 351e0f3a0b add https support 2020-03-28 12:37:50 +01:00
rejas a91f2de26a Remove jshint dependency, use eslint for config verification 2020-03-15 20:38:52 +01:00
rejas 835668d96d Add eslint semi rule 2019-06-05 10:23:58 +02:00
rejas ea1715384e Revert "Revert "Fix some == with ===""
This reverts commit d9a4ee4f65.
2019-06-05 08:48:22 +02:00
rejas d9a4ee4f65 Revert "Fix some == with ==="
This reverts commit 5d39d85215.
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
ccrlawrence fa1f35a89e ClientOnly: Global variable name used in callback function.
The global 'config' variable is used in the callback function, changed to local one. Unwanted behaviour when accessing server on docker or if using 0.0.0.0 or blank address in config file as it just passes this to electron to display.
2018-08-26 15:53:01 +01:00
Jason b44fbc1e4f add and lint clientonly 2018-05-26 19:36:46 +01:00
Rodrigo Ramírez Norambuena 59aa84f6c8 Add log when clientonly failed on starting. 2017-07-25 17:52:44 -04:00
Unknown a05e69b855 Removed cookie dependencies
Removed module import and dependency on the 'cookie' library; it's not used anymore
2017-07-02 12:10:16 +02:00
Unknown 8eb772d80b Allow use of env variables
Made some changes that allows the use of environment variables when starting the standalone client.
2017-07-02 12:10:16 +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