Commit Graph

122 Commits

Author SHA1 Message Date
Kavin 8a7f4c405d
Merge pull request #31 from Raistlingru/patch-1
Add sponsorblock.hostux.net
2023-03-05 19:29:39 +00:00
Raistlingru 587c5ec386
Add sponsorblock.hostux.net 2023-03-05 09:02:28 +01:00
renovate[bot] de7d9866da chore(deps): update docker/build-push-action action to v4 2023-03-05 05:42:05 +00:00
renovate[bot] 3c43640b37 fix(deps): update rust crate serde_json to 1.0.93 2023-02-08 21:08:05 +00:00
renovate[bot] 2e2be29acf fix(deps): update rust crate serde_json to 1.0.92 2023-02-05 09:13:21 +00:00
renovate[bot] 308efbf426 fix(deps): update rust crate diesel to 2.0.3 2023-01-24 19:31:13 +00:00
renovate[bot] efc8a25338 fix(deps): update rust crate reqwest to 0.11.14 2023-01-19 21:09:28 +00:00
renovate[bot] 8c7076d95d fix(deps): update rust crate regex to 1.7.1 2023-01-09 17:07:30 +00:00
renovate[bot] e94c503e2a fix(deps): update rust crate serde to 1.0.152 2022-12-26 19:13:06 +00:00
renovate[bot] 6478edcb71 fix(deps): update rust crate num_cpus to 1.15.0 2022-12-20 17:54:21 +00:00
renovate[bot] 177b05b21a fix(deps): update rust crate serde_json to 1.0.91 2022-12-18 18:48:47 +00:00
renovate[bot] c056c32c33 fix(deps): update rust crate serde_json to 1.0.90 2022-12-17 22:53:34 +00:00
renovate[bot] 47c7fc9133 Update Rust crate serde to 1.0.151 2022-12-16 21:55:57 +00:00
renovate[bot] 4167ef35f6 Update Rust crate serde to 1.0.150 2022-12-12 04:14:53 +00:00
renovate[bot] 25e2e1e2db Update Rust crate serde to 1.0.149 2022-12-05 10:13:22 +00:00
renovate[bot] 2dd5b30293 Update Rust crate serde to 1.0.148 2022-11-28 03:56:35 +00:00
renovate[bot] f3e7374dbc Update Rust crate serde_json to 1.0.89 2022-11-22 09:00:11 +00:00
renovate[bot] 9b20627aa2 Update Rust crate serde_json to 1.0.88 2022-11-18 08:50:56 +00:00
renovate[bot] a1d572ccef Update Rust crate reqwest to 0.11.13 2022-11-16 19:52:54 +00:00
Kavin 7990468b17
default-features = false for reqwest 2022-11-16 19:17:43 +00:00
Kavin 01b06aa572
Merge pull request #11 from Roki100/patch-1
Add new instance
2022-11-13 22:15:43 +00:00
Roki d8068c5351
Add new instance 2022-11-13 21:48:57 +01:00
Kavin e4d6627781
Merge pull request #10 from TeamPiped/renovate/regex-1.x
Update Rust crate regex to 1.7.0
2022-11-05 21:52:11 +00:00
renovate[bot] 4e28b57182
Update Rust crate regex to 1.7.0 2022-11-05 19:30:52 +00:00
renovate[bot] 8db2aafef8 Update Rust crate num_cpus to 1.14.0 2022-11-04 02:59:40 +00:00
Kavin bfe0fd2b0f
Make clippy happy. 2022-11-03 23:26:56 +00:00
Kavin 73d85b2faa
platformAutomerge should be outside 2022-11-03 23:09:06 +00:00
Kavin d4ba9f4188
Use platformAutomerge. 2022-11-03 22:57:25 +00:00
Kavin 3debf1ba7e
actions: re-enable arm builds 2022-11-02 21:18:07 +00:00
Kavin 7053e0bb14
Merge pull request #7 from interfect/revanced-compat
Make compatible with ReVanced
2022-10-30 18:51:46 +00:00
Kavin ea69ed27b2
Move version to top of file. 2022-10-30 18:51:31 +00:00
Adam Novak 6543996099 Fix spelling 2022-10-30 14:47:55 -04:00
Adam Novak 4ff19bef05 Add version to compose file instead of talking about it 2022-10-30 14:47:21 -04:00
Adam Novak d4a240f749 Restyle PostgreSQL 2022-10-30 14:46:35 -04:00
Adam Novak 7d1d0806fc Bump building section down 2022-10-30 14:46:03 -04:00
Kavin 491c5d3f58
Minor unrelated improvements. 2022-10-30 18:00:13 +00:00
Kavin 53936cb9f9
Add index for videoID. 2022-10-30 17:59:17 +00:00
Adam Novak 29d1d12dab Actually use the videoID regex 2022-10-30 13:23:03 -04:00
Adam Novak bfc215e492 Remove probably outdated permission-related tip 2022-10-30 13:14:31 -04:00
Adam Novak fd50200fce Merge remote-tracking branch 'upstream/main' into revanced-compat 2022-10-30 13:13:46 -04:00
Adam Novak 8a5e06fe91 Remove trailing whitespace 2022-10-30 13:07:46 -04:00
Adam Novak c1ef37ad77 Unwrap the segments for the video ID endpoint 2022-10-30 13:06:44 -04:00
Kavin 6608a9993a
Rollback on transaction failure, and run postgres as root. 2022-10-30 16:06:31 +00:00
Adam Novak a9683b08a0 Add video ID based query and ReVanced stubs
This adds the endpoints ReVanced queries when opening the settings or watching
videos. The version of skipSegments it uses is actually implrmrnted, and the
others are stubbed out.

I still haven't managed to get ReVanced to actually *work* with this, but it at
least isn't getting any server errors sent to it now.

I've also added my learnings to the README.
2022-10-29 22:42:59 -04:00
Matt Artist 5e945d0914
Add sb.theairplan.com to instance list (#6) 2022-10-29 17:07:47 +01:00
Kavin 50f3745fe9
instances: add sponsorblock.gleesh.net 2022-10-28 10:37:23 +01:00
Kavin fe6f74d205
Sort all segments by start time. 2022-10-25 23:10:56 +01:00
Kavin 525cded71e
Improve segment overlap checking for chapters. 2022-10-25 13:13:06 +01:00
Kavin f4d8e01841
Build application outside docker for ci. 2022-10-25 10:19:41 +01:00
Kavin cccc095de8
Add cors for official instance. 2022-10-25 10:13:34 +01:00