Commit graph

4077 commits

Author SHA1 Message Date
Richie Bendall
934edc4e25
chore: Update deps
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-07-11 17:49:22 +12:00
Richie Bendall
44bc74dbe9
Merge branch 'Richienb-upgrade' of https://github.com/remy/mit-license into Richienb-upgrade 2019-07-03 19:46:02 +12:00
Richie Bendall
370c575c5f
fix: Properly serve favicons and update deps
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-07-03 19:45:44 +12:00
Richie Bendall
933584ed03
chore: Underscore req param to show unused 2019-06-30 16:09:51 +12:00
Richie Bendall
b5a616fb3f
fix: Don't wait for user input during yarn install 2019-06-28 20:43:50 +12:00
Richie Bendall
21ac30f351
fix: Readd trailing whitespace at the end of user files
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-25 16:44:23 +12:00
Richie Bendall
c3d5fae75f
chore: Update deps
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-25 16:27:55 +12:00
Richie Bendall
fbef36d3b1
chore: Roll back file changed while testing
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-23 16:16:17 +12:00
Richie Bendall
7ec3998144
fix: Space after comma and allow string in array of objects
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-23 16:15:38 +12:00
Richie Bendall
784b4a9b6b
fix: Remove unneeded htaccess rules and resolve invalid user as default
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-23 14:33:27 +12:00
Richie Bendall
8a47aa09f8
fix: Properly display ISC license in plain text and correctly parse requested license from URL.
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-23 12:45:43 +12:00
Richie Bendall
fd54e7198d
fix: Append user params instead of overwrite to fix empty file bugs
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 21:03:55 +12:00
Richie Bendall
47b9749ac9
chore: Readd accidentally gitignored json files in root.
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 20:26:48 +12:00
Richie Bendall
184909e4d8
chore: Set the indent of all CSS and theme files back to Remy's recommendation, 2 spaces. 2019-06-21 20:23:01 +12:00
Richie Bendall
f0a7eb433f
chore: Change promises back to await
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 20:13:50 +12:00
Richie Bendall
7f473b10f4
a
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 19:55:00 +12:00
Richie Bendall
042301995d
fix: Roll back multithreading
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 17:56:02 +12:00
Richie Bendall
070c471a7e
fix: Complete TODOS and use promise then, catch, finally
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 16:48:02 +12:00
Richie Bendall
4f2825fcc7
fix: Fix error when no user specified in hostname
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 16:11:45 +12:00
Richie Bendall
3689c60f55
feat: Make server concurrent (multi-process)
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 16:00:38 +12:00
Richie Bendall
26e1505e45
chore: Update deps
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 15:37:18 +12:00
Richie Bendall
ab31d6f724
fix: Use nodemon in dev script instead of start
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-21 15:34:01 +12:00
Richie Bendall
24d6d10a0d
fix: Make sure Travis CI actually works and simplify some code 2019-06-21 02:11:12 +12:00
Richie Bendall
592e4939ae
feat: Add Node gitignore rules and .nvmrc exclusion 2019-06-20 21:41:31 +12:00
Richie Bendall
a88b22819f
feat: Enforce 2 spaces and swap IntelliJ for VSCode in gitignore
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-20 20:44:28 +12:00
Richie Bendall
74a5d54856
fix: Remove .nvmrc, migrate to Yarn, use Travis-compatible node version
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-20 20:43:12 +12:00
Remy Sharp
d5636b1004 feat: move to vanilla js + (my) lints
Largly just a code reorg taking all of @Richienb's work and splitting it
into separate files.
2019-06-19 18:10:40 +01:00
Richie Bendall
792249131e
Update deps 2019-06-19 16:14:24 +12:00
Richie Bendall
15853d20a2
Fix grammar and use HTTPS links in README 2019-06-04 19:38:21 +12:00
Richie Bendall
a2519cd8aa
Add information about license property in user file 2019-06-02 20:38:19 +12:00
Richie Bendall
1d65967dfc
Update tests and remove offending file 2019-06-02 18:15:57 +12:00
Richie Bendall
1e01e834ef
Fix grammar in the README 2019-06-01 20:55:55 +12:00
Richie Bendall
fed21bbef0
Update API usage 2019-06-01 20:51:33 +12:00
Richie Bendall
0b0afb9a83
Complete API 2019-06-01 20:36:28 +12:00
Richie Bendall
ded72c6140
Merge branch 'upgrade' of https://github.com/Richienb/mit-license into upgrade 2019-06-01 13:58:24 +12:00
Richie Bendall
213416c598
Update deps 2019-06-01 13:55:50 +12:00
Richie Bendall
08eaf6318e
Remove extra licenses 2019-06-01 13:55:27 +12:00
Richie Bendall
06cc1acd19
Add CI status 2019-06-01 05:30:41 +12:00
Richie Bendall
cd4dcaaf34
Add extra copyright, links in the copyright owner and year range 2019-05-31 23:44:35 +12:00
Richie Bendall
549dbb9627
Catch invalid copyright info and fix broken files 2019-05-31 23:19:18 +12:00
Richie Bendall
46eb2eb45b
Improve tests and fix broken files discovered 2019-05-31 20:28:03 +12:00
Richie Bendall
94bf84b5f2
Fix non-json user file 2019-05-31 19:40:36 +12:00
Richie Bendall
85180853dc
Format all user files 2019-05-31 19:04:59 +12:00
Richie Bendall
5a3f90adc3
Start implementing API 2019-05-31 19:01:51 +12:00
Richie Bendall
3d9f71cc10
Use HTTPS links 2019-05-31 16:41:10 +12:00
Richie Bendall
50427e2ded
Automatically prefix and polyfill CSS 2019-05-31 16:39:01 +12:00
Richie Bendall
53aa6eb6d4
Fix LF and untrack gitignored 2019-05-29 20:14:16 +12:00
Richie Bendall
d1aa49d1c9
Allow Raw text as well as HTML and add other licenses 2019-05-29 20:08:19 +12:00
Richie Bendall
ee93bd099d
ISC Support, added some option integrations, minificaiton 2019-05-29 17:03:11 +12:00
Richie Bendall
563de1648d
Multiple copyright holders 2019-05-29 11:28:37 +12:00