Commit Graph

1149 Commits

Author SHA1 Message Date
renovate[bot]
59b01b8f1c
Update dependency systeminformation to ~4.30.11 (#324)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-06 02:29:13 +07:00
renovate[bot]
4b3311401f
Update dependency systeminformation to ~4.30.7 (#321)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-30 19:54:13 +07:00
Bobby Wibowo
456cea5b8e
im blue da ba dee da be daa 🎤 2020-11-27 16:07:49 +07:00
renovate[bot]
13afe9a75e
Update dependency express-rate-limit to ~5.2.3 (#316)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-26 19:59:25 +07:00
renovate[bot]
c114fd592a
Update dependency postcss to ~8.1.10 (#318)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-26 19:57:54 +07:00
renovate[bot]
d0ecaac1cf
Update dependency eslint to ~7.14.0 (#317)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-26 19:57:48 +07:00
renovate[bot]
39bb2b0357
Update dependency systeminformation to ~4.30.4 (#319)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-26 19:57:16 +07:00
renovate[bot]
3845329c78
Update dependency postcss to ~8.1.8 (#315)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-21 06:34:20 +07:00
Bobby Wibowo
51ab9a6fc5
fs.copyFile() for chunks data on non-default path
Closes #314
2020-11-21 06:31:36 +07:00
renovate[bot]
95247daa80
Update dependency eslint-config-standard to ~16.0.2 (#313)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-18 13:37:33 +07:00
BobbyWibowo
27a2717b48 AUTO: Rebuilt client assets and bumped v1 version string 2020-11-17 22:20:40 +00:00
Bobby Wibowo
c30361e648
fix version requirement for gulp-dart-sass
also bumped v1 version string to trigger rebuilding again
it's mostly so that github actions' yarn cache gets rebuilt too or smth
2020-11-18 05:19:11 +07:00
BobbyWibowo
c1472218bb AUTO: Rebuilt client assets and bumped v1 version string 2020-11-17 18:14:40 +00:00
Bobby Wibowo
a94d482fc5
replaced gulp-sass with gulp-dart-sass
removed node-sass as explicit dev dependency
gulp-dart-sass will already require sass (new dart sass, not node-sass)

added fibers as a new dev dependency
this is a requirement to speed up async sass compiling
https://sass-lang.com/dart-sass

full sub-dependencies upgrade (deleted yarn.lock then did yarn install)

bumped v1 version string to trigger auto rebuild
2020-11-18 01:13:30 +07:00
renovate[bot]
e86c614ee9
Update dependency sharp to ~0.26.3 (#310)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-18 00:28:25 +07:00
renovate[bot]
74daa71e4a
Update dependency gulp-terser to v2 (#311)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-18 00:27:18 +07:00
renovate[bot]
f01dfecfcc
Update dependency stylelint to ~13.8.0 (#312)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-18 00:26:34 +07:00
renovate[bot]
274a7173f1
Update dependency systeminformation to ~4.30.1 (#309)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-18 00:26:12 +07:00
BobbyWibowo
0eaf34748e AUTO: Rebuilt client assets and bumped v1 version string 2020-11-12 09:10:06 +00:00
Bobby Wibowo
eaf726b726
obligatory versions bump to trigger rebuild 2020-11-12 16:08:52 +07:00
renovate[bot]
629063553d
Update dependency gulp-sourcemaps to v3 (#307)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-12 16:07:19 +07:00
renovate[bot]
f5363596d6
Update dependency systeminformation to ~4.30.0 (#308)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-12 16:04:36 +07:00
renovate[bot]
4a337f1e61
Update dependency postcss to ~8.1.7 (#306)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-12 16:04:13 +07:00
BobbyWibowo
6d674cabaf AUTO: Rebuilt client assets and bumped v1 version string 2020-11-10 15:57:45 +00:00
Bobby Wibowo
98e6c59255
expanded gulp linter to lint server-side JS files
changed reporter formatter for gulp stylelint from verbose to string
this should now only print out issues to console

linted other server-side JS files that i missed out on previous commits

bumped versions.js to trigger github actions
2020-11-10 22:56:18 +07:00
renovate[bot]
395a318de0
Update dependency browserslist to ~4.14.7 (#303)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-10 22:27:58 +07:00
renovate[bot]
4af6c00c4f
Update dependency eslint to ~7.13.0 (#301)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-10 22:27:02 +07:00
renovate[bot]
00970a75e6
Update dependency postcss to ~8.1.6 (#300)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-10 22:25:07 +07:00
renovate[bot]
9d9fcf8460
Update dependency systeminformation to ~4.29.3 (#299)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-10 22:24:14 +07:00
Bobby Wibowo
4b6199a909
removed eslint-plugin-standard
it's deprected. the only rule that standard used from it had already
been merged to eslint-plugin-node instead.
2020-11-10 22:18:00 +07:00
Bobby Wibowo
896f74e0ca
allow overriding location of chunks
Closes #302
2020-11-10 01:07:10 +07:00
BobbyWibowo
d796b31bd1 AUTO: Rebuilt client assets and bumped v1 version string 2020-11-05 16:11:53 +00:00
Bobby Wibowo
a0777fb1d7
fixed upload urls button not working
would happen when in config uploads.urlMaxSize equals uploads.maxSize
2020-11-05 23:10:22 +07:00
BobbyWibowo
0cfd3fe059 AUTO: Rebuilt client assets and bumped v1 version string 2020-11-04 04:27:31 +00:00
Bobby Wibowo
a0ab3d436e
Slight improvement to error handlers in frontend 2020-11-04 11:26:22 +07:00
BobbyWibowo
762ef3141c AUTO: Rebuilt client assets and bumped v1 version string 2020-11-03 17:22:57 +00:00
Bobby Wibowo
5426c6f98d
Updated player.js 2020-11-04 00:21:55 +07:00
Bobby Wibowo
c16dac81ea
Updated config.sample.js
Didn't mean to have it enabled by default
2020-11-03 23:56:04 +07:00
Bobby Wibowo
b63836c89d
Added Content-Type override when serving with node
Closes #274
2020-11-03 23:53:56 +07:00
BobbyWibowo
e06d927a2b AUTO: Rebuilt client assets and bumped v1 version string 2020-11-03 16:11:17 +00:00
Bobby Wibowo
fbf582f09e
Disabled version string in embedded player 2020-11-03 23:10:15 +07:00
BobbyWibowo
2626b03192 AUTO: Rebuilt client assets and bumped v1 version string 2020-11-03 15:52:30 +00:00
Bobby Wibowo
9c7241d145
Allow filtering audio files with is:audio
For now only support FLAC, MP3, WAV and WMA
More extensions will come at a later date
2020-11-03 22:51:29 +07:00
BobbyWibowo
628d4aab55 AUTO: Rebuilt client assets and bumped v1 version string 2020-11-03 15:38:31 +00:00
Bobby Wibowo
12cffb022d
Added waveform in embedded player if playing audio
Added LICENSE files

Moved videojs plugins into their own sub-directories in libs directory
2020-11-03 22:37:24 +07:00
Bobby Wibowo
a5693d16d8
Updated album.njk and player.njk 2020-11-03 21:57:43 +07:00
BobbyWibowo
3e98307986 AUTO: Rebuilt client assets and bumped v1 version string 2020-11-03 14:26:16 +00:00
Bobby Wibowo
519d4154e7
Updated 2020-11-03 21:25:07 +07:00
BobbyWibowo
4cbf0c6fa5 AUTO: Rebuilt client assets and bumped v1 version string 2020-11-03 14:21:07 +00:00
Bobby Wibowo
bffc9c88e5
Audio files now work with the embedded player 2020-11-03 21:17:57 +07:00