Commit Graph

45 Commits

Author SHA1 Message Date
968e6437ad Setup coding environment for VSCode and jsdoc 2021-08-17 13:38:59 +02:00
c3a1624aab Update repo location used in JS 2021-08-17 11:04:27 +02:00
512bad6a36 Update readme
...to my style
  ...for consistency
  ...to use ES6 modules (because I want my fork to be that)
2021-08-17 10:08:20 +02:00
0fb379a2f5 Update license 2021-08-17 10:04:33 +02:00
ba528cfbb7 Merge pull request 'Merge dev branch into master' (#1) from dev into master
Reviewed-on: #1
2021-08-16 22:20:12 +00:00
05a6a29adb Merge branch 'master' into dev 2021-08-16 22:19:16 +00:00
Roel Walraven
1b941a68a3 Fix markdown headers 2017-05-31 16:42:51 +02:00
Roel Walraven
3d44e20d49 Fix missing char 2017-02-24 22:30:03 +01:00
Roel Walraven
a6cc68da3f Merged release/1.1.0 into master 2017-02-24 14:29:32 +01:00
Roel Walraven
75d13b9ae5 Merged release/1.1.0 into dev 2017-02-24 14:29:32 +01:00
Roel Walraven
1108263967 version.minor++; 2017-02-24 14:28:32 +01:00
Roel Walraven
a5c5a3b552 Add note for .face files 2017-02-24 14:27:49 +01:00
Roel Walraven
d6c24cd891 Merged feature/p3lim-suggested-cleanup into dev 2017-02-24 14:23:15 +01:00
Roel Walraven
f326ae92aa Update module loading 2017-02-24 14:22:31 +01:00
Roel Walraven
91667b64c2 Add link to original method definition 2017-02-24 14:21:58 +01:00
Roel Walraven
853995cb0e Update section headers 2017-02-24 14:21:41 +01:00
Roel Walraven
f2fe77a701 Fix alignment of equals symbol
Because reasons...
2017-02-24 14:21:07 +01:00
Roel Walraven
b083dafb7f Replace name with username
See issue #3
2017-02-24 14:20:33 +01:00
Roel Walraven
186fe137e1 Update autofill to fetch JSON 2017-02-24 14:14:16 +01:00
Roel Walraven
f3cd556099 Add method to load JSON from file 2017-02-24 14:10:16 +01:00
Roel Walraven
b127fd1d63 Add !== undefined check on update checking 2017-02-24 14:09:37 +01:00
Roel Walraven
5ceeaa7297 Move deprecated methods to own section 2017-02-24 14:08:47 +01:00
Roel Walraven
b7cb47d9c1 Move methods around and add start_session 2017-02-24 14:08:32 +01:00
Roel Walraven
0c01ee7933 Add deprecated properties and notifications 2017-02-24 14:04:48 +01:00
Roel Walraven
d6a7fabfd6 Move LightDMMock.js to src 2017-02-24 14:03:01 +01:00
Roel Walraven
c1d8cf2672 Add note on .face usage 2017-02-24 14:00:45 +01:00
Roel Walraven
e21f5bf05f Add link to C code this is based on 2017-02-24 14:00:31 +01:00
Roel Walraven
f9272107ef Move autofill data to JSON files instead of b64 encoded in the script 2017-02-24 14:00:10 +01:00
Roel Walraven
1217ccc0e1 Move mock home directories to src/home 2017-02-24 13:59:09 +01:00
Roel Walraven
2f87645e61 Merge pull request #1 from FallingSnow/patch-1
Add module exports
2017-02-24 10:25:32 +01:00
Ayrton Sparling
4e03335a28 Add require support 2016-12-14 16:22:03 -08:00
Roel Walraven
eeefc1152d Adds documentation for checkUpdate method 2016-08-04 18:35:28 +02:00
Roel Walraven
506274c496 Adds self-check for updates on GitHub 2016-08-04 18:31:52 +02:00
Roel Walraven
4e67710949 Adds spaces for consistency and reload after login 2016-08-04 17:25:36 +02:00
Roel Walraven
8eb53aff09 Fixes undefined user error
aka fixing sloppy code...
2016-08-04 16:57:15 +02:00
Roel Walraven
249777f9f7 Adds logCall function
Helps to debug a lightdm js script.
2016-08-04 16:50:31 +02:00
Roel Walraven
f8ccaab454 Fixes issue with wrong types
something something 0 index...
2016-08-04 16:24:27 +02:00
Roel Walraven
309c9d90c8 Replaces Object.watch shim with polyfill by Eli Grey
Fixes issues where objects get hijacked by the shim.
2016-08-04 15:20:23 +02:00
CytoDev
211f9a5e1c Fix readme steps reading only 1 2016-07-13 00:19:29 +02:00
CytoDev
580563abe3 Should fix the off by one. 2016-07-13 00:09:51 +02:00
CytoDev
7c9da485f7 Fixes broken JSON data 2016-07-13 00:03:41 +02:00
CytoDev
0a8678bc35 Watch values instead. 2016-07-12 23:51:10 +02:00
CytoDev
de77e4a072 Adds a safety check. 2016-07-12 23:05:10 +02:00
CytoDev
1613e868c2 Adds readme and license for public GitHub push 2016-07-12 22:54:11 +02:00
CytoDev
e64f398223 Initial LightDMMock "Class"
Also adds images in users' their "home" directory.
2016-07-12 22:52:08 +02:00