Commit Graph

121 Commits

Author SHA1 Message Date
tgpethan 37ff8c5d6e Add total disk space to space api 2020-07-09 00:13:28 +01:00
Ethan Stubbs b5c3e9207b
Remove referance to a dead website 2020-07-05 01:57:37 +01:00
Ethan Stubbs 74927b0872
Create LICENSE 2020-06-20 02:12:09 +01:00
Ethan Stubbs c9f25979d0
Update README.md 2020-06-18 00:50:06 +01:00
Ethan Stubbs c9a80de0b5
Make the api referances hyperlinks 2020-06-17 11:56:40 +01:00
tgpethan 01b3855bfc Merge branch 'master' of https://github.com/tgpethan/EUS 2020-06-15 12:46:22 +01:00
tgpethan 3ae2a87303 Add console logging to api endpoints + all endpoints page 2020-06-15 12:46:19 +01:00
Ethan Stubbs 2315873967
Move badges 2020-06-15 12:20:47 +01:00
Ethan Stubbs 9a7d6cfa69
Add badges 2020-06-15 12:17:40 +01:00
tgpethan cca2ed6991 Remove lexical declaration from cases 2020-06-15 12:10:06 +01:00
tgpethan 4db94ce6c3 General code sanity 2020-06-15 12:04:17 +01:00
tgpethan 919bfd9993 Remove unnecessary semicolon 2020-06-15 11:48:03 +01:00
Ethan Stubbs 1b3d68d0c8
Update README.md 2020-06-15 11:42:17 +01:00
Ethan Stubbs e6737d54b5
Update README.md 2020-06-15 11:42:05 +01:00
Ethan Stubbs d2fdf32e57
Update README.md 2020-06-15 11:27:38 +01:00
Ethan Stubbs 5d3af083d5
Mostly finish the README 2020-06-15 11:24:31 +01:00
Ethan Stubbs 6e81793efa
Merge pull request #11 from tgpethan/startup-fixes
Startup fixes
2020-06-15 10:19:26 +01:00
Ethan Stubbs be2b165382
a 2020-06-15 08:33:04 +01:00
Ethan Stubbs 453d92711c
Create node.js.yml 2020-06-15 08:32:08 +01:00
tgpethan 828f53a8d1 Change some other function to sync alternatives & put a / in the exists 2020-06-15 08:30:16 +01:00
tgpethan 076128d7f2 Startup fixes 2020-06-15 08:16:30 +01:00
Ethan Stubbs 409c303cbf
Turns out you do actually need a / 2020-06-15 07:30:43 +01:00
tgpethan 1debf8dffa Use header instead of query 2020-05-21 16:00:22 +01:00
tgpethan 81047289b8 Add an uploadKey 2020-05-21 15:23:57 +01:00
tgpethan 1f92991bfc Add config checks 2020-05-21 15:10:43 +01:00
tgpethan 690fdad2fc Make handling the api more sensible 2020-05-21 13:15:39 +01:00
Ethan Stubbs 8b063ea75f
Merge pull request #8 from tgpethan/add-headers
Add headers to EUS.js
2020-05-05 17:46:12 +01:00
tgpethan 6b1acf059d Add headers to EUS.js 2020-05-05 17:40:37 +01:00
tgpethan 5cd8c785c5 Merge branch 'master' of https://github.com/tgpethan/EUS 2020-03-30 11:52:52 +01:00
tgpethan e23dde6a98 Fix using req instead of res
How did I miss this?
2020-03-30 11:52:44 +01:00
Ethan Stubbs fc307dc6d7
Fix README 2020-03-27 03:21:47 +00:00
tgpethan b7bed2957b Code formating and comments 2020-03-26 15:58:25 +00:00
tgpethan b72a94f733 Clean up API / Request handler 2020-03-26 15:40:38 +00:00
tgpethan 3c287f0579 Merge branch 'master' of https://github.com/tgpethan/EUS 2020-02-21 00:32:55 +00:00
tgpethan a2f0a6fa6e Add get-info api endpoint 2020-02-21 00:32:52 +00:00
Ethan Stubbs 4dceaf193c
Merge pull request #7 from tgpethan/stat-api-changes
Make the API return MB and GB values as well as a string for the space used
2020-02-21 00:01:19 +00:00
tgpethan 891adcd4a9 Make the api return mb and gb values as well as a string for the space used 2020-02-20 23:54:31 +00:00
Ethan Stubbs a72b77b32b
I forgot to update README again!!!
sfuyjhmn srgyhryhgshry
2020-02-20 08:06:35 +00:00
Ethan Stubbs 68675c7913
Merge pull request #6 from tgpethan/add-stats-api
Add api endpoint for stats
2020-02-20 08:03:09 +00:00
tgpethan 38d532d58c Add a total files counter 2020-02-20 07:45:42 +00:00
tgpethan 2fe9efd36a oops 2020-02-20 07:42:46 +00:00
tgpethan 9e23c68204 Add api endpoint for status 2020-02-20 07:41:04 +00:00
the-basic-geek 407f9ddf89
Merge pull request #5 from tgpethan/esl+index-fix
Add back ESL remote check and fix index errors
2020-01-09 19:58:31 +00:00
tgpethan e5ffe4a8a1 Add back ESL remote check and fix index errors
ESL is a status logger for EUS and I didn't notice when we moved from the old PHP version to the new Revolution version that I neglected to include the check for it, so that was missing for months and months.

Also that index fix is that req.url returns a "/" when you go to index but has no file in the url. Express understands it but fs.access let it through so Express was printing an error to the console which looked a bit ugly and was a bug so I fixed it here too.
2020-01-09 19:55:09 +00:00
Ethan Stubbs 23685baca0
Merge pull request #4 from tgpethan/remove-directories
Remove directories
2020-01-04 15:27:46 +00:00
tgpethan 79b242549e Remove directories 2020-01-04 15:26:12 +00:00
Ethan Stubbs 1e45c19cc7
Merge pull request #3 from tgpethan/add-comments
Add comments to EUS.js
2020-01-04 10:46:31 +00:00
tgpethan 7e4e9a4fee Add comments to EUS.js 2020-01-04 10:44:20 +00:00
tgpethan 2794b97e60 Wait I didn't update the README? 2019-12-22 08:07:36 +00:00
tgpethan 3ff159935d Remove Hardcoded values (update README.md to reflect) and add moer comments 2019-12-22 07:51:04 +00:00