Pas
ecb5684529
fix typo
2025-11-04 18:09:00 -07:00
Pas
8687d6da8c
update env stuff
2025-10-26 21:24:50 -06:00
Pas
621c2a0c13
update some urls
2025-07-14 17:47:46 -06:00
Pas
102c228f3c
allow banner id changes
2025-07-11 16:15:48 -06:00
Pas
0875c3b7fb
return github and fix typos
2025-07-11 11:29:43 -06:00
Pas
9f9c603bc5
add info banner with env
2025-07-10 09:07:53 -06:00
Pas
715c26e6ab
add realdebrid setup
2025-06-11 13:34:25 -06:00
Pas
bd97db1fbd
init m3u8 proxy rotation
2025-05-15 16:51:41 -06:00
Pas
d73f9c0833
bye bye sussy code :(
2025-04-17 11:28:17 -06:00
Pas
c1a8858784
add optional tracking
2025-03-23 15:44:04 -06:00
Pas
084691d0c4
add ad space
...
enable with env VITE_SHOW_AD, VITE_AD_CONTENT_URL
I know this is controversial but eh
2025-03-22 17:35:04 -06:00
Pas
8fe32c68ce
require env config for fedapi stuff
2025-02-20 19:07:38 -07:00
Pas
ad0858ce9b
fix onboarding chrome link
2025-01-27 12:15:15 -07:00
Cooper
e21470ed5d
lint issues (eslint got hands for what?)
2024-07-26 02:11:21 +00:00
Cooper
b495692275
Update urls
2024-07-26 02:06:27 +00:00
Captain Jack Sparrow
2d1c5a132f
Remove donations !
2024-04-28 22:52:38 +00:00
Captain Jack Sparrow
7428eeb63e
shitty eslint issue
2024-04-28 17:53:26 +00:00
Captain Jack Sparrow
863339659c
Update extension link
2024-04-28 17:38:22 +00:00
Cooper Ransom
7277ebe3a3
resolve merge conflicts from update
2024-04-14 17:28:32 -04:00
Cooper Ransom
d32e285d8d
update sudo-flix
2024-04-14 17:28:14 -04:00
qtchaos
34168a7037
feat: add autoplay configurability with VITE_ALLOW_AUTOPLAY and custom proxy
2024-04-01 00:43:00 +03:00
Cooper Ransom
0f81ef90fb
Merge movie-web/dev
2024-03-11 19:28:08 -04:00
Jorrin
8ccca76573
Set default onboarding to true
2024-03-11 23:48:23 +01:00
William Oldham
fc76a84bc8
Set default extension links
2024-03-11 22:41:56 +00:00
Cooper Ransom
6eab2a013c
change tab description to tagline in en.json and turn maintace page into route and add twitter link to footer!
2024-03-05 14:10:22 -05:00
Cooper Ransom
c9c071e95e
Merge dev!!
2024-03-03 20:11:17 -05:00
William Oldham
b560445659
Return null values where appr and handle the env being blank
2024-03-03 18:37:28 +00:00
Cooper Ransom
930ba26d30
add chrome extension and better pfps
2024-02-29 11:23:33 -05:00
Cooper Ransom
2cf23a2bd1
Add sudo-flix code from github
2024-02-26 10:54:56 -05:00
mrjvs
825a28502d
Add config options for extension install links
2024-01-24 14:53:54 +01:00
mrjvs
dbaba7ff18
Add configurable links to onboarding
2024-01-23 19:57:05 +01:00
mrjvs
925f3dff19
Basic onboarding structure
2024-01-16 20:28:33 +01:00
mrjvs
7901d2c5d5
Review comments
2023-12-28 00:00:14 +01:00
mrjvs
d73a9575bd
Improve config parsing of cdn replacements
2023-12-27 23:54:02 +01:00
mrjvs
adddb84417
Add cdn replacements
2023-12-27 23:39:32 +01:00
mrjvs
b5a11ef000
turnstile integration for provider api
2023-12-19 20:41:56 +01:00
mrjvs
6a446d5b2f
fix bug I guess
2023-12-12 22:53:35 +01:00
William Oldham
00ae1576bf
Update config: add defaults to config.js, set backend URL as default, use true/false in vite
2023-12-11 22:11:10 +00:00
mrjvs
7841fadcb6
make email an optional setting + add device name validation
2023-12-02 00:02:09 +01:00
mrjvs
4a7c18e3e8
Re-implement disallowed ids in v4
2023-12-01 23:23:06 +01:00
mrjvs
ad750ef3d9
Merge branch 'master' into dev
2023-12-01 23:12:16 +01:00
Jip Fr
e653c72d87
Add comment
2023-12-01 14:41:25 +01:00
Jip Fr
43d1e290fc
Add DISALLOWED_IDS to conf
2023-12-01 14:34:52 +01:00
mrjvs
fa990d16b2
linked captions + primary navigation dropdown
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-19 16:49:17 +01:00
mrjvs
328414ab06
Fixed hardcoded sitekey, fixed hasCaptcha being ignored, fixed setState while unmounted
2023-11-17 19:10:02 +01:00
Jip Fr
a5512b95e5
Add "top" part to large card, create auth input, add captcha things, put rest of auth flow in cards
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-17 17:38:52 +01:00
mrjvs
6ba57d701f
account login shit
2023-10-31 21:08:09 +01:00
mrjvs
e57d4578a2
remove some old stuff
2023-10-21 22:14:54 +02:00
mrjvs
fcf8a9e755
update configuration documentation
2023-06-23 21:58:33 +02:00
Yılmaz ÇABUK
4880d46dc4
style: sort imports according to ESLint rules
...
This commit updates the import statements in the codebase to comply with ESLint rules for import ordering. All imports have been sorted alphabetically and grouped according to the specified import groups in the ESLint configuration. This improves the codebase's consistency and maintainability.
2023-04-24 18:41:54 +03:00