Commit graph

1550 commits

Author SHA1 Message Date
wukko
2080a3e1ae
web/sidebar: fix grid on mobile 2024-06-16 20:39:23 +06:00
wukko
72ac4c8f5a
web/placeholder: more padding 2024-06-16 20:34:24 +06:00
wukko
382c6e1cd8
web: reusable meowbalt component & page placeholders 2024-06-16 20:32:09 +06:00
wukko
597320cb17
web: fix content padding 2024-06-16 20:15:17 +06:00
wukko
598ffc52b6
web/sidebar: fix scrolling one more time 2024-06-16 20:15:09 +06:00
wukko
1325c3516c
web: move border radius into a variable 2024-06-16 19:51:02 +06:00
wukko
3a57c7165f
web/sidebar: scroll only in one direction on overflow 2024-06-16 19:50:42 +06:00
wukko
f4485e2af0
web/html: update viewport rules 2024-06-16 19:46:15 +06:00
wukko
2549699a88
web/layout: hide all scrollbars 2024-06-16 19:25:30 +06:00
wukko
1fad4816b2
web: use static svelte adapter instead of auto 2024-06-16 19:21:26 +06:00
wukko
3c1a69063d
web/sidebar: disable scrollbars 2024-06-16 19:11:44 +06:00
wukko
1c9d604326
web/sidebar: import individual files for icons 2024-06-16 19:10:58 +06:00
wukko
3554222f42
web: add api response types & clean up DownloadButton 2024-06-16 18:53:45 +06:00
wukko
1f2c28bd02
web: basic api interaction & downloading
download button now acts the way it should with various states
2024-06-16 18:22:44 +06:00
dumbmoron
21d5b4b8d4
instagram: use correct id when requesting from mobile API 2024-06-16 10:53:03 +00:00
wukko
324729eb21
web: basic switcher component & mute mode button 2024-06-16 15:30:14 +06:00
jj
d2e5b6542f
api: randomize cipherlist for making requests to services (#574)
this makes cobalt less prone to TLS client fingerprinting, as it
avoids having the default node.js TLS fingerprint that is shared by
all node.js applications.
2024-06-15 18:20:33 +02:00
wukko
bf26988cde
web/save: add paste button & dummy mode buttons
tuned default button look, moved custom icons to lib for easy access
2024-06-15 20:39:34 +06:00
wukko
e6ffa4864c
web: omnibox base with meowbalt 2024-06-14 21:48:57 +06:00
wukko
7cab37fc30
web: disable tap highlighting & user selection 2024-06-14 17:34:14 +06:00
wukko
92cccd720d
web: mobile navigation 2024-06-14 17:33:33 +06:00
wukko
5399ee9a4c
web: make sidebar scrollable on vertical overflow 2024-06-14 16:47:13 +06:00
wukko
b831dc8236
web: space out css 2024-06-14 16:38:10 +06:00
wukko
38d7add0a9
web: navigation & sidebar 2024-06-14 16:33:01 +06:00
wukko
fa85a4c75c
readme: update license info 2024-07-29 15:29:13 +06:00
wukko
c5c0d44a2e
web: add license 2024-07-29 15:26:04 +06:00
wukko
8cc11367ef
web: project skeleton 2024-06-13 15:32:17 +06:00
wukko
1d5fa62271
youtube: add ratelimit error, update sign in error 2024-06-08 22:59:30 +06:00
jj
04d66946fc
internal-hls: correctly handle URL concatenation of all types (#560) 2024-06-08 22:34:18 +06:00
wukko
f3056c6dc3
servicesConfig: enable reddit back 2024-06-08 18:31:00 +06:00
wukko
77d167ce1e
package-lock: update version 2024-06-08 18:15:31 +06:00
wukko
90e066ac22
package: bump version to 7.14.4 2024-06-08 18:14:10 +06:00
wukko
a434de0809
youtube: add support for OAuth2 tokens (#558) 2024-06-08 18:12:27 +06:00
dumbmoron
a84d0ddc77
package.json: remove testFilenames script, add youtube token generation 2024-06-08 12:05:18 +00:00
dumbmoron
6c1d8ef6c7
generate-youtube-tokens: add more explanatory text and clean up logging 2024-06-08 11:58:38 +00:00
dumbmoron
ebe6668bc0
refactor: move generate-youtube-tokens to util 2024-06-08 11:52:53 +00:00
dumbmoron
9e09bcab6e
refactor: create util directory, move tests to it 2024-06-08 11:52:36 +00:00
dumbmoron
d08e2ac04f
generate-youtube-tokens: use throw instead of process.exit
fuck off deepsource
2024-06-08 09:32:23 +00:00
dumbmoron
2387fc2fbb
youtube: update access token on change 2024-06-08 09:30:12 +00:00
dumbmoron
18d4372938
youtube: drop cookie support
it never really worked
2024-06-08 09:26:58 +00:00
dumbmoron
46274c8da0
youtube: add support for using OAuth2 tokens 2024-06-08 09:19:15 +00:00
wukko
7fb2e6d8d9
youtube: proper age & sign in limit errors 2024-06-07 21:46:45 +06:00
wukko
f7b36713e0
youtube: convert cookie to string 2024-06-07 19:37:01 +06:00
jj
f6632e2d61
youtube: add cookie support (#553) 2024-06-07 15:02:07 +02:00
wukko
268b6a40a3
localization: update user count in donation text 2024-06-07 17:10:33 +06:00
Mikhail Serebryakov
68f311c318
stream: add hls support for internal streams (#525) 2024-06-07 17:08:20 +06:00
wukko
4c8cd9dd30
youtube: change innertube client to ios 2024-06-07 14:52:55 +06:00
dumbmoron
85bed9aa74
stream/internal: use pipe() to handle internal streams 2024-06-06 14:50:21 +00:00
dumbmoron
fe7d4974e4
stream: move pipe to shared functions 2024-06-06 14:39:28 +00:00
wukko
7ebd9bc0ff
servicesConfig: temporarily disable reddit support
reddit's media server times out unexpectedly
2024-05-31 20:10:16 +06:00