Commit Graph

1642 Commits

Author SHA1 Message Date
Isaac Abadi
023df9c29d Fixed issue where playlists couldn't be favorited after downloading 2021-02-12 21:21:09 -07:00
Isaac Abadi
433d08e9df Added ability to crop files
Fixed bug in downloading playlists
2021-02-12 21:20:48 -07:00
Isaac Abadi
e34aa4d9d6 Adds Dutch language support 2021-01-31 19:47:14 -05:00
Isaac Abadi
3f9314a0c3 Fixed bug where categories selection logic had an out of range exception 2021-01-28 22:11:04 -05:00
Isaac Abadi
00a0ab460b Subscription's videos are now stripped from HTTP requests where they are not needed 2021-01-20 08:50:15 -05:00
Isaac Abadi
a1b32e2851 Added yt-dlp support
Simplified update youtube-dl code
2021-01-20 08:32:16 -05:00
Tzahi12345
b8cab673ae Merge pull request #316 from Tzahi12345/categories-playlist-fix
Categories playlist download fix
2021-01-13 16:13:22 -05:00
Isaac Abadi
6481102e01 Changes forEach loops in categorize() to regular for loops to facilitate early breaking 2021-01-13 16:12:11 -05:00
Isaac Abadi
af58854f0e Added info button to the player component 2021-01-13 12:50:18 -05:00
Isaac Abadi
d7d861ef0e Fixed typo in default custom output key for categories 2021-01-12 22:32:27 -05:00
Isaac Abadi
1d5490c0ff Allows playlists to be categorized based on the first video that matches 2021-01-12 22:08:42 -05:00
Isaac Abadi
28ee77cee0 Hotfix that allows playlists to be downloaded with categories 2021-01-12 16:42:30 -05:00
Isaac Abadi
133d848729 Fixed bug where deleting a file card wasn't possible if it was already deleted manually 2021-01-11 13:55:02 -05:00
Isaac Abadi
a78f4e99d0 Removed trivial browser log that occured at file deletion 2021-01-11 01:20:53 -05:00
Isaac Abadi
539bc5094a Fixed bug where sometimes a subscription video's thumbnail would get deleted twice and throw an error 2021-01-11 01:20:07 -05:00
Isaac Abadi
f0f2faa398 Sub's videos are removed from the post request when deleting a video as it's not needed 2021-01-11 01:19:29 -05:00
Isaac Abadi
7835185fe0 Made file card deletion much more reliable by finding out the index of the file on deletion rather than attempting to maintain a valid index 2021-01-11 01:18:58 -05:00
Isaac Abadi
95bb69f16b Fixed bug where videos would not delete in single-user mode 2021-01-10 17:14:10 -05:00
Isaac Abadi
a93aa080b3 Fixed bug where playlistd could not be made 2021-01-09 17:25:46 -05:00
Isaac Abadi
ed1375d40b Fixed bug where deleting videos while searching caused them to still show up in the UI 2021-01-09 14:07:51 -05:00
Isaac Abadi
db78e4ad5e Fixed bug where playlist downloads would fail and progress would not show (for playlist downloads) 2021-01-09 14:07:51 -05:00
Tzahi12345
6ef0082563 Merge pull request #304 from Tzahi12345/dependabot/npm_and_yarn/backend/axios-0.21.1
Bump axios from 0.21.0 to 0.21.1 in /backend
2021-01-06 09:55:01 -05:00
dependabot[bot]
b978007472 Bump axios from 0.21.0 to 0.21.1 in /backend
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 10:25:29 +00:00
Isaac Abadi
c09dd7a03b Updated Chinese and Spanish translations and added Italian translations 2021-01-01 17:38:08 -05:00
Isaac Abadi
b6c09324d9 Updated error messages to make them more verbose and fixed ID3 tagging for file names 2021-01-01 17:35:14 -05:00
Isaac Abadi
8c6e583e1a Updated chart location, renamed yamls and hardcoded service name in ingress 2021-01-01 05:54:52 -05:00
Isaac Abadi
9ee2599cb2 Claim sizes are now configurable 2020-12-31 17:02:18 -05:00
Isaac Abadi
9306375098 Made selector label static 2020-12-31 16:51:13 -05:00
Isaac Abadi
4fb2b87302 Testing static port 2020-12-31 16:41:18 -05:00
Isaac Abadi
75b081603f Fixed bug in deployment of chart and merged two service files 2020-12-31 16:29:22 -05:00
Isaac Abadi
06636fa2cb Added helper tpl to define variables used in template 2020-12-31 16:19:00 -05:00
Isaac Abadi
9d6887a92c Trying new names for chart in template 2020-12-31 15:32:07 -05:00
Isaac Abadi
85e2958be3 Added ingress and expandable storage support 2020-12-31 15:22:53 -05:00
Isaac Abadi
c67d5c3734 Added license, updated audio claim, and updated archive for chart 2020-12-31 15:08:15 -05:00
Isaac Abadi
a42e8b6554 Fixed bug in name of subscriptions claim 2020-12-31 14:50:22 -05:00
Isaac Abadi
5ba3028665 Added icon and additional info to chart.yaml 2020-12-31 06:25:11 -05:00
Isaac Abadi
d25240acc7 Updated chart description and fixed typo that caused deployment of pod to fail 2020-12-31 06:12:47 -05:00
Isaac Abadi
8d54e1d643 Updated chart README 2020-12-31 05:59:25 -05:00
Isaac Abadi
fea9167fb1 Increased size of claims further and removed old claims 2020-12-31 05:42:34 -05:00
Isaac Abadi
9e4fac3b43 Renamed claims and increased size 2020-12-31 05:38:39 -05:00
Isaac Abadi
f748574417 Updated chart archive 2020-12-31 02:01:58 -05:00
Isaac Abadi
7c18d3d69d Updated chart to use persistent volumes 2020-12-31 01:58:31 -05:00
Isaac Abadi
391b8286e9 Updated charts archive 2020-12-30 20:32:33 -05:00
Isaac Abadi
f44ad92a08 Updated name for chart/index 2020-12-30 20:06:46 -05:00
Isaac Abadi
5730b40459 Added artifacthub repo metadata file 2020-12-30 20:03:35 -05:00
Isaac Abadi
5a7b6243fd Added helm chart 2020-12-30 19:31:36 -05:00
Tzahi12345
1a900399d8 Merge pull request #292 from diveflo/ci/releaseassetnamefix
Fix asset name in automated release creation
2020-12-29 18:13:18 -05:00
Isaac Abadi
ea959547fd Fixed bug where file indices were incorrectly assigned 2020-12-28 00:22:14 -05:00
Isaac Abadi
085849c7ee Fixed bug that prevented the menu for file cards from being opened (2) 2020-12-27 21:13:24 -05:00
Isaac Abadi
cf1dd43d36 Fixed bug that prevented the menu for file cards from being opened 2020-12-26 19:27:03 -05:00