Commit Graph

1071 Commits (b76a7f2e434de4f016dad2806d1c3048d5201f9a)
 

Author SHA1 Message Date
Isaac Abadi 023df9c29d Fixed issue where playlists couldn't be favorited after downloading 4 years ago
Isaac Abadi 433d08e9df Added ability to crop files
Fixed bug in downloading playlists
4 years ago
Isaac Abadi e34aa4d9d6 Adds Dutch language support 4 years ago
Isaac Abadi 3f9314a0c3 Fixed bug where categories selection logic had an out of range exception 4 years ago
Isaac Abadi 00a0ab460b Subscription's videos are now stripped from HTTP requests where they are not needed 4 years ago
Isaac Abadi a1b32e2851 Added yt-dlp support
Simplified update youtube-dl code
4 years ago
Tzahi12345 b8cab673ae
Merge pull request #316 from Tzahi12345/categories-playlist-fix
Categories playlist download fix
4 years ago
Isaac Abadi 6481102e01 Changes forEach loops in categorize() to regular for loops to facilitate early breaking 4 years ago
Isaac Abadi af58854f0e Added info button to the player component 4 years ago
Isaac Abadi d7d861ef0e Fixed typo in default custom output key for categories 4 years ago
Isaac Abadi 1d5490c0ff Allows playlists to be categorized based on the first video that matches 4 years ago
Isaac Abadi 28ee77cee0 Hotfix that allows playlists to be downloaded with categories 4 years ago
Isaac Abadi 133d848729 Fixed bug where deleting a file card wasn't possible if it was already deleted manually 4 years ago
Isaac Abadi a78f4e99d0 Removed trivial browser log that occured at file deletion 4 years ago
Isaac Abadi 539bc5094a Fixed bug where sometimes a subscription video's thumbnail would get deleted twice and throw an error 4 years ago
Isaac Abadi f0f2faa398 Sub's videos are removed from the post request when deleting a video as it's not needed 4 years ago
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 4 years ago
Isaac Abadi 95bb69f16b Fixed bug where videos would not delete in single-user mode 4 years ago
Isaac Abadi a93aa080b3 Fixed bug where playlistd could not be made 4 years ago
Isaac Abadi ed1375d40b Fixed bug where deleting videos while searching caused them to still show up in the UI 4 years ago
Isaac Abadi db78e4ad5e Fixed bug where playlist downloads would fail and progress would not show (for playlist downloads) 4 years ago
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
4 years ago
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>
4 years ago
Isaac Abadi c09dd7a03b Updated Chinese and Spanish translations and added Italian translations 4 years ago
Isaac Abadi b6c09324d9 Updated error messages to make them more verbose and fixed ID3 tagging for file names 4 years ago
Tzahi12345 1a900399d8
Merge pull request #292 from diveflo/ci/releaseassetnamefix
Fix asset name in automated release creation
4 years ago
Isaac Abadi ea959547fd Fixed bug where file indices were incorrectly assigned 4 years ago
Isaac Abadi 085849c7ee Fixed bug that prevented the menu for file cards from being opened (2) 4 years ago
Isaac Abadi cf1dd43d36 Fixed bug that prevented the menu for file cards from being opened 4 years ago
Isaac Abadi 250f150587 Download checker now only runs if the video info was successfully retrieved 4 years ago
Isaac Abadi dbf08e1276 Fixed bug where audio files that had a stale webm extension in the metadata file path would fail to register 4 years ago
Isaac Abadi f74ce4b865 Fixed bug that caused the UI to fail loading after creating a user in multi-user mode 4 years ago
Florian Gabsteiger 8e4e0c7908 fix wrongly named ci step 4 years ago
Florian Gabsteiger b0cb09309d Fix release asset name creation
The complete git ref name was used as part of the release asset filename for tagged commits.
This includes the refs/tags prefix, which fails as "/" characters can't be part of filenames.
To work around this, a step is added that extracts the pure tag name first.
4 years ago
Isaac Abadi 75c1c9e9b7 Fixed name of docker release workflow 4 years ago
Isaac Abadi c19e0bb881 Adds manually-triggered GH workflow for release builds 4 years ago
Tzahi12345 a1af5496c7
Update README.md
Updated preview images in README
4 years ago
Isaac Abadi 3c206c31d5 Updated translations base file 4 years ago
Tzahi12345 3ffcfac28b
Merge pull request #290 from Tzahi12345/updated-player
Updated player & much more (v4.2)
4 years ago
Isaac Abadi 0e7bc1979f Updated versioning info 4 years ago
Isaac Abadi 33fc74b7e7 Updated dev config 4 years ago
Isaac Abadi c08993e20b Old database files are now backed up prior to migration to simplified structure 4 years ago
Isaac Abadi 4835093606 Fixed issue where some non-YT videos would fail as the pre-check was incompatible 4 years ago
Isaac Abadi c63a64ebef Categories will now auto-generate playlists 4 years ago
Isaac Abadi 9a57080bb3 Category is now properly stored in the database 4 years ago
Isaac Abadi 1cc4df2829 Updated translation file to v4.2 4 years ago
Isaac Abadi 6eb6ffa5e4 Get user videos now accepts an optional type parameter 4 years ago
Isaac Abadi 2656147570 Optimized get/set subscription process 4 years ago
Isaac Abadi 88a1c31090 Removed unused code in home page 4 years ago
Isaac Abadi 3f1532b4c6 Updated migration
- Fixed bug in migration process for single-user mode
- Changed name of migration

Removed unused code for getmp3/mp4 and fixed bug when retrieving playlist if it didn't exist

Fixed bug in streaming code where playlist audio files would not play if the file path was not present

Fixed bug in getallsubscriptions for single user mode
4 years ago