Commit graph

319 commits

Author SHA1 Message Date
wukko a25615982c 5.5: vine support and bug fixes
- added support for vine archives
- fixed ability to download muted videos from tumblr
- removed extra instagram id testing which i left by mistake
2023-04-29 22:26:49 +06:00
wukko 6e097de2db 5.4.7: added support for ancient vk videos & salt improvements
- now you can download 240p hardbass videos from 2008!
- implemented updated stream salt and ip salt properly
2023-04-29 21:30:59 +06:00
wukko 1f40cb9fab bump the version once again (5.4.6) 2023-04-29 17:45:03 +06:00
wukko d8e9fc16d0 make stream salt change on every server start 2023-04-29 17:40:08 +06:00
wukko 8f27876aee bumped version up to 5.4.5 2023-04-29 17:11:09 +06:00
wukko ce6aa0e1ce bump youtubei.js to 5.0.0 and remove unnecessary twitter cookies 2023-04-29 17:05:32 +06:00
wukko 8f93232e81 5.4.4: moved to twitter api v2 2023-04-27 09:26:19 +06:00
wukko 2120cf1101 Update changelog.json 2023-04-25 01:29:10 +06:00
wukko 9159fb531c forgot to change the path in tests 2023-04-25 01:07:26 +06:00
wukko fcd0212e7b update 5.4 changelog 2023-04-25 01:04:15 +06:00
wukko 0dca373237 5.4: instagram support 2023-04-25 01:01:25 +06:00
wukko b4eddd06fe there's a better way to do it oops 2023-04-10 18:32:14 +06:00
wukko b0e6dc7528 fixed a lil oversight in youtube module 2023-04-10 18:28:41 +06:00
wukko e4eac5bebe
add cors option to setup script
Merge pull request #113 from jojobii-arks/jojobii-arks/112
2023-04-09 18:05:24 +06:00
wukko ace49e87df
better wording 2023-04-09 18:04:03 +06:00
wukko 3004daecc9 add "powered by" text when running on hop 2023-04-09 11:58:29 +06:00
wukko 80de6a1ebe i don't get it 2023-04-09 11:38:37 +06:00
wukko 81e634b091 good lord 2023-04-09 11:18:18 +06:00
wukko 5696d4091d OH FUCK 2023-04-09 11:12:11 +06:00
wukko e9e0fa82c7 testing git info retrieval in docker 2023-04-09 11:11:06 +06:00
wukko f8d42cfe36 Update Dockerfile 2023-04-09 11:09:05 +06:00
wukko 7dc8ab252d change the way user ip address is retrieved 2023-04-09 10:58:23 +06:00
wukko b645abc34a something's up with git 2023-04-09 10:49:03 +06:00
jojobii 314c5fbfcc
feat(setup): add cors option to setup script 2023-04-08 21:47:17 -07:00
wukko b8330fc855 minor clean up 2023-04-09 10:42:18 +06:00
wukko 450d01753d update the way environment variables are checked
no longer checking for .env file, just the variables
2023-04-09 09:40:13 +06:00
wukko 7e01f0b496 Update Dockerfile 2023-04-09 09:32:15 +06:00
wukko 2110432a80 Update Dockerfile 2023-04-09 09:25:59 +06:00
wukko dbc6bfef6e trying to get .git inside the container on hop 2023-04-09 09:23:16 +06:00
wukko db461fdd9f nope 2023-04-09 08:58:25 +06:00
wukko 00a88b9349 added git clone to dockerfile to (hopefully) fix the issue with git 2023-04-09 08:53:53 +06:00
wukko 8512a47181 add docker info to readme 2023-04-09 08:49:51 +06:00
wukko 2877f29ba1
add dockerfile
merge pull request #85 from alyx/current
2023-04-09 08:49:19 +06:00
wukko a3e4c8dcfd added a status check endpoint 2023-04-09 08:40:07 +06:00
wukko 68703ae300 5.3.2: link sharing and nanoid
- you can now share video links directly from cobalt!
- cobalt is now using nanoid for stream ids instead of giant sha256 hashes
- one more fix to address the copy animation, this time on pc
2023-04-08 22:55:44 +06:00
wukko 307da3dce4 5.3.1: tiny fixes
- fixed backdrop on press for "copy url" button in mobile "how to save?" popup
- added ability to disable cors via env file
2023-04-08 16:58:44 +06:00
wukko cf6dcfe7a6 oops 2023-04-03 22:43:41 +06:00
wukko a70e762350 updated changelog with one more fix 2023-04-03 22:42:46 +06:00
wukko 742ce7c86e 5.3: accessibility and css polish 2023-04-03 22:36:23 +06:00
wukko 94cdc80bd9 one more fix to prevent future padding breakage 2023-04-03 17:40:00 +06:00
wukko 75826d79c8 fix input area padding in chromium 112+ 2023-04-03 17:35:02 +06:00
wukko 35e89f30a4 revert april fools 2023-04-02 21:53:23 +06:00
wukko 8a214cf2a7 fuck 2023-04-01 15:57:41 +06:00
wukko e263a83dd9 another super important update 2023-04-01 15:51:37 +06:00
wukko 7b56f33e7a very major and important update 2023-04-01 15:46:05 +06:00
wukko 49e85efe23 catch connection resets in streamables and other error handling improvements 2023-03-31 11:20:49 +06:00
wukko 19087944f7 5.2.2: accessibility improvements
- moved clipboard button to right, added left-handed layout toggle for those who prefer to have it on left.
- removed button hover highlights on phones.
- added proper checkbox icon for better clarity.
- checkboxes are now stretched edge-to-edge on phone to be easier to manage for right-handed people.
2023-03-29 22:08:41 +06:00
wukko 6e01026894
enable cors
merge pull request #100 from jojobii-arks/jojobii-arks/98-fix-cors
2023-03-29 18:25:46 +06:00
josephangelobravo@gmail.com 87e684543e change: enable CORS preflight on /api/:type 2023-03-28 15:05:06 -07:00
wukko adba73d60c disabled emoji image selection on ios 2023-03-26 10:24:02 +06:00