Ajay Ramachandran
edd11cc99c
Merge pull request #409 from mchangrh/redisHashCache
...
getHash redis cache
2021-12-03 00:14:01 -05:00
Ajay Ramachandran
8d533d0e94
Move default hash times to var
2021-12-03 00:12:08 -05:00
Ajay Ramachandran
bd3e38fe40
Remove extra log
2021-12-02 23:48:10 -05:00
Ajay Ramachandran
0cd25f0498
Fix issues with query caching for ratings
2021-12-02 23:42:39 -05:00
Ajay Ramachandran
48ac8d1136
Add test for get bulk rating
2021-12-02 23:12:48 -05:00
Ajay Ramachandran
dd2db4bbbf
Fix wrong eslint disable
2021-12-02 01:25:26 -05:00
Ajay Ramachandran
733bd338e7
Add bulk rating fetching
2021-12-02 01:10:09 -05:00
Michael C
5a69de730c
rename hashKey to be more generic
2021-11-27 02:47:18 -05:00
Michael C
a5a90e3c84
add getHashCache where applicable=
2021-11-27 02:41:34 -05:00
Ajay Ramachandran
4797a7d938
Merge branch 'master' into fix/general-fixes
2021-11-16 19:18:16 -05:00
Michael C
ad7574308f
clear rating cache
2021-11-15 01:50:09 -05:00
Ajay Ramachandran
bc6db0d109
Add endpoints for rating endpoint (dislikes)
...
https://github.com/ajayyy/SponsorBlock/issues/1039
2021-11-14 23:09:12 -05:00
Nishant Arora
246ec7c3c3
Merge branch 'master' into fix/general-fixes
2021-10-27 23:51:45 -06:00
Ajay Ramachandran
6cf268330f
Remove old auto-ban on low trust
2021-10-27 19:36:33 -04:00
Nishant Arora
db8543a0b4
utils/getService: Improve Functionality to run on O(n)
2021-10-21 23:49:36 -06:00
Michael C
815df94db4
add eslint rule for no-console
2021-10-20 01:01:58 -04:00
Haidang666
356974b478
add service to table only have videoID
2021-09-30 13:56:55 +07:00
Michael C
82c5c70eb7
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into switch-axios
2021-09-26 18:13:27 -04:00
Michael C
44511acd27
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into reWriteAxios
2021-09-26 18:08:30 -04:00
Michael C
5aa48cdbdf
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into switch-axios
2021-09-26 18:04:22 -04:00
Michael C
6433f50edf
replace node-fetch with axios in src
2021-09-23 01:21:10 -04:00
Michael C
a028eaa41a
object-curly-spacing
2021-09-22 18:52:35 -04:00
Michael C
1dd534cce9
update dependencies, add shims for node-fetch v3
2021-09-20 01:43:19 -04:00
Haidang666
93c69248d9
Add getService helper function
2021-09-13 14:49:17 +07:00
Ajay Ramachandran
1e05c04a39
Allow mute and skip segments with same times
2021-09-05 22:40:40 -04:00
Michael C
e12724af15
add getStatus and cases
2021-09-01 16:52:41 -04:00
Michael C
9f7abf1865
Revert "fix error with errors"
...
This reverts commit 7601a1d4bf .
2021-08-28 01:53:53 -04:00
Michael C
7601a1d4bf
fix error with errors
2021-08-28 01:48:48 -04:00
Michael C
1c2dd055c1
Update dependencies & eslint
...
- update API-Docs link
- cast err as string to appease eslint
- update package and bump minimum to fix security issue
- removed unnecessary filters from gitignore
2021-08-27 17:09:31 -04:00
Ajay Ramachandran
5965879ed1
Rename highlight category to poi_highlight
2021-08-17 22:01:12 -04:00
Ajay Ramachandran
8f0f01e6b2
Parse user agent header
2021-07-31 21:49:10 -04:00
Ajay Ramachandran
fd507d6657
Merge pull request #320 from HaiDang666/refactor-postSkipSegments
...
Split code in postSkipSegment
2021-07-26 23:49:08 -04:00
Haidang666
0eb298a943
Update query and test
2021-07-24 15:09:30 +07:00
Haidang666
22debb4374
Split code in postSkipSegment
2021-07-23 13:54:44 +07:00
Haidang666
2773c5f500
Update: most upvoted segments on locked videos as locked submissions
2021-07-21 16:16:58 +07:00
Ajay Ramachandran
05ec937b06
Fix youtube api cache key
2021-07-20 13:54:30 -04:00
Michael C
5f2bc37e96
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into stricter-eslint
2021-07-13 15:55:03 -04:00
Ajay Ramachandran
a23ec160c0
Make reputation take into account more recent segments
2021-07-12 11:05:12 -04:00
Michael C
c0b1d201ad
fix non-format eslint in src/
2021-07-12 02:12:22 -04:00
Ajay Ramachandran
a471e057f5
Remove category from segment id
2021-07-07 18:21:25 -04:00
Ajay Ramachandran
301f5e7113
Include action type in UUID
2021-07-07 18:12:52 -04:00
Ajay Ramachandran
ab27cbef07
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into mute-skip
2021-07-05 13:29:26 -04:00
Ajay Ramachandran
c77814235c
Add action type to getSkipSegments
2021-07-05 13:23:31 -04:00
Michael C
d29c9613b9
type config & remove await from memoryCache
2021-07-05 02:59:01 -04:00
Michael C
351c89f235
add types from ajayyyy/lru-diskcache
...
- added existing types
- disbled no-unused-vars since there is no other way
2021-07-05 02:40:17 -04:00
Michael C
d89b26b77d
fix eslint-errors
2021-07-04 01:36:03 -04:00
Ajay Ramachandran
c9e0acd055
Fix any issue
2021-07-03 17:50:20 -04:00
Ajay Ramachandran
07ab48da1f
Add disk caching for youtube api calls
...
Fixes https://github.com/ajayyy/SponsorBlockServer/issues/239
2021-06-26 23:21:51 -04:00
Ajay Ramachandran
96015d402b
Make reputation take into account self downvotes
2021-06-20 12:57:32 -04:00
Michael C
04da532962
implement #253
2021-06-18 16:38:24 -04:00