Adolfo Jayme Barrientos
ea5756293d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (259 of 259 strings)
Translation: YoutubeDL-Material/ytdl-material
Translate-URL: https://hosted.weblate.org/projects/youtubedl-material/ytdl-material/es/
4 years ago
Nikita Epifanov
d53c6d88ef
Translated using Weblate (Russian)
...
Currently translated at 100.0% (259 of 259 strings)
Translation: YoutubeDL-Material/ytdl-material
Translate-URL: https://hosted.weblate.org/projects/youtubedl-material/ytdl-material/ru/
4 years ago
Adolfo Jayme Barrientos
62fe940b2f
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (259 of 259 strings)
Translation: YoutubeDL-Material/ytdl-material
Translate-URL: https://hosted.weblate.org/projects/youtubedl-material/ytdl-material/ca/
4 years ago
Adolfo Jayme Barrientos
09beaa6c39
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (259 of 259 strings)
Translation: YoutubeDL-Material/ytdl-material
Translate-URL: https://hosted.weblate.org/projects/youtubedl-material/ytdl-material/es/
4 years ago
Heimen Stoffels
71ed7c45ac
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (259 of 259 strings)
Translation: YoutubeDL-Material/ytdl-material
Translate-URL: https://hosted.weblate.org/projects/youtubedl-material/ytdl-material/nl/
4 years ago
Eric
a9244e28a7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (259 of 259 strings)
Translation: YoutubeDL-Material/ytdl-material
Translate-URL: https://hosted.weblate.org/projects/youtubedl-material/ytdl-material/zh_Hans/
4 years ago
Isaac Abadi
7ee34d21eb
Disables download cancelling for now
4 years ago
Isaac Abadi
b08325c1e3
Added ability to filter for only audio and only video files in the home page
4 years ago
Isaac Abadi
775a1766d8
Added max concurrent downloads setting
...
Fixed issue where navigating to a subscription video would make the player behave like a playlist for the whole sub
4 years ago
Isaac Abadi
dbefb66021
Fixed issue where errored downloads would result in an infinite loop of error messages in the home page
...
Added dialog to view error from an errored out download
4 years ago
Isaac Abadi
3241d6aaaf
Added download manager to home page if autoplay is disabled
...
Fixed bug where the UI attempted to generate a preview URL for placeholder file cards
Fixed bug where file renaming was always attempted even when not necessary
4 years ago
Isaac Abadi
acad7cc057
Minor code cleanup
4 years ago
Isaac Abadi
c3d91e89a8
Get downloads now supports filtering by uids
4 years ago
Isaac Abadi
97c5102eb9
Limited video previews to video files only
4 years ago
Isaac Abadi
865185d277
Added ability to pause and resume all downloads
...
Removed backend dependency on queue library
4 years ago
Isaac Abadi
a36794fd4f
Improved video preview behavior
4 years ago
Isaac Abadi
6639305771
Added video previews when hovering over a file card
4 years ago
Isaac Abadi
d899f88164
Added button to edit a subscription from the subscriptions page
4 years ago
Isaac Abadi
09b3c752d9
Removed downlload delay setting for subscriptions
...
Subscription downloads already queued are now not requeued on the next check
Headers in download queue table are now sortable
Added button to clear all finished downloads in the downloads manager
4 years ago
Isaac Abadi
48ab1836ca
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager
4 years ago
Isaac Abadi
20cedb6c29
Pagination and filtering of files is now server-side
...
Importing unregistered files does not block server start anymore
4 years ago
Isaac Abadi
9f5b6122fa
Added additional protections to verify that the DB is initialized before downloader does
...
Began work on watching entire subscriptions as a playlist
Subscriptions now use the new download manager to download files
4 years ago
Isaac Abadi
f7b152fcf6
Download manager is now per user
...
Replaced multi download mode with autoplay checkbox
4 years ago
Isaac Abadi
fc55961822
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager
4 years ago
Isaac Abadi
ebfa49240c
Added methods to modify download state
...
Added missing optionalJwt calls in several routes
4 years ago
Isaac Abadi
9e60d9fe3e
Fixed issue where some some videos would send many requests to SponsorBlock when only one was needed
4 years ago
Isaac Abadi
ecef8842ae
Converted downloads page to new downloads schema
4 years ago
Isaac Abadi
8cc653787f
Cleaned up app.js backend code
4 years ago
Isaac Abadi
0360469c5a
Download manager is now functional
...
Added UI support for new downloads schema
Implemented draft test for downloads
Cleaned up unused code snippets
4 years ago
Isaac Abadi
5a90be7703
Logger is now separated into its own module
...
Added eslint and fixed many logic errors based on its recommendations
4 years ago
Isaac Abadi
11284cb1b3
Fixed unnecessary (and mispelled) class for settings element
4 years ago
Isaac Abadi
8b1a1a56e3
Added SponsorBlock support for skipping ads when viewing supported videos
...
Updated default value for subscriptions check interval (new value of 86,400 only existed in the default.json)
Text inputs in settings menu are now larger
4 years ago
Brian C. Arnold
240d6569fa
Added change to make player work on iOS inline.
4 years ago
Isaac Abadi
b1385f451b
Added option to rate limit downloads
...
Added option to force delay between videos in a subscription
Fixed issue where file handle was maintained on files deleted through unsubscribing
4 years ago
Isaac Abadi
2756cfae17
Login component is now a lot prettier
4 years ago
Isaac Abadi
dac5919ffb
Updated look of buttons and several home page elements
4 years ago
Isaac Abadi
34245bd339
Updated styling for settings page
...
Fixed issue where redirects to home occured when reloading the settings page
Fixed errors that occured when loading the settings page
4 years ago
Isaac Abadi
8d6ec819e6
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into cleaner-playlists-and-settings
4 years ago
Isaac Abadi
258d5ff495
Test connection string now uses the currently typed in connection string rather than the last saved one
4 years ago
Isaac Abadi
fb5c13db27
Fixed issue where files could be added to playlists of the wrong type
4 years ago
Isaac Abadi
92413bd360
Added ability to add file to playlist using the context menu
4 years ago
Isaac Abadi
73b9cf7893
Settings is now a route instead of a dialog
4 years ago
Tzahi12345
21b97911e8
Merge pull request #401 from Tzahi12345/python3-docker-test
...
yt-dlp python3 bugfix
4 years ago
Isaac Abadi
ccb4819a94
Adds small timeout to restart server API call
...
Fixes typo in translation description for video cropping
4 years ago
Isaac Abadi
117255b0b7
Fixed bug where adding content to playlist wouldn't enable save button
4 years ago
Isaac Abadi
a1841e84ca
Added translations for Catalan, Czech, Indonesian, Portuguese, and Russian
...
Updated translations for German and French, and updated source translation files
4 years ago
Isaac Abadi
05909877f4
Fixed translation description typo
4 years ago
Isaac Abadi
90af895552
Updated style of settings for DB
...
MongoDB connection string test now only tests once
4 years ago
Isaac Abadi
9f908aa3fc
Added ability to randomize playlists
...
Missing videos now show a more verbose error in the logs
4 years ago
Isaac Abadi
7aad7b7d24
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into add-yt-dlp
4 years ago
Isaac Abadi
d6a43c76a4
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into concurrent-streams-and-player-refactor
4 years ago
Isaac Abadi
407333a314
Updated dev default.json
4 years ago
Isaac Abadi
0fb01469c4
Fixed issue in player component where errors were displayed in the console due to vars being changed after Angular detection
...
Fixed spooky issue where recent videos' navigateToFile stopped working
4 years ago
Tzahi12345
00b591a9a4
Merge pull request #392 from itsthejoker/patch-1
...
Update default.json to use a longer subscription interval
4 years ago
Isaac Abadi
0a2529330d
Fixes issue in some browsers where the audio player disappears
4 years ago
Isaac Abadi
bb6503e86d
Changed DB structure again
...
Added support for MongoDB
Added tests relating to new DB system
Category rules are now case insensitive
Fixed playlist modification change state
4 years ago
Joe Kaufeld
dbbfc041a4
Update default.json to use a longer update period
...
See https://github.com/Tzahi12345/YoutubeDL-Material/issues/385 for context; setting this to a daily value instead of every five minutes means that updates still come in but it doesn't completely trample all other network traffic, especially if you have a lot of subscriptions.
4 years ago
Isaac Abadi
984e990103
Fixed issue where categories could not be viewed
4 years ago
Isaac Abadi
4ea239170e
If multiple videos exist in one URL, a playlist will be auto generated
...
Removed tomp3 and tomp4 routes, replaced with /downloadFile
Simplified category->playlist conversion
Simplified playlist creation
Simplified file deletion
Playlist duration calculation is now done on the backend (categories uses this now too)
removeIDFromArchive moved from subscriptions->utils
Added plumbing to support type agnostic playlists
4 years ago
Isaac Abadi
e2c31319cf
Migrated playlist and subscription (per video and sub-wide) video downloading functionality to new schema
...
Migrated modify playlist component to new schema
Moved wait function and playlist generation function(s) to utils
- added tests for zip generation
4 years ago
Erwan
b933af03e2
Update API docs links in settings
4 years ago
Isaac Abadi
297a4a3f34
Simplified streaming and file deletion functions
4 years ago
Isaac Abadi
1d2ab0dc41
401 errors will now not cause redirects in the /player route
4 years ago
Isaac Abadi
46f8579439
Refactored player component to utilize uids instead of fileNames to improve maintainability, consistency, and reliability
...
Playlists now use uids instead of fileNames
Added generic getPlaylist and updatePlaylist functions
4 years ago
Isaac Abadi
b3744e616d
Users can now stream videos concurrently with other users with the new concurrent stream component
4 years ago
Isaac Abadi
49925848ff
Material Icons are now hosted locally to avoid requesting them from Google for proxied users
4 years ago
Isaac Abadi
4643efbae0
Added ability to restart the server from the frontend
...
Dockerfile/entrypoint.sh now uses nodemon enabling restarting from the UI in a container
4 years ago
Isaac Abadi
669c87dd1b
Removed unecessary suffix in crop file inputs
4 years ago
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
5 years ago
Isaac Abadi
00a0ab460b
Subscription's videos are now stripped from HTTP requests where they are not needed
5 years ago
Isaac Abadi
a1b32e2851
Added yt-dlp support
...
Simplified update youtube-dl code
5 years ago
Tzahi12345
b8cab673ae
Merge pull request #316 from Tzahi12345/categories-playlist-fix
...
Categories playlist download fix
5 years ago
Isaac Abadi
af58854f0e
Added info button to the player component
5 years ago
Isaac Abadi
1d5490c0ff
Allows playlists to be categorized based on the first video that matches
5 years ago
Isaac Abadi
a78f4e99d0
Removed trivial browser log that occured at file deletion
5 years ago
Isaac Abadi
f0f2faa398
Sub's videos are removed from the post request when deleting a video as it's not needed
5 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
5 years ago
Isaac Abadi
ed1375d40b
Fixed bug where deleting videos while searching caused them to still show up in the UI
5 years ago
Isaac Abadi
c09dd7a03b
Updated Chinese and Spanish translations and added Italian translations
5 years ago
Isaac Abadi
ea959547fd
Fixed bug where file indices were incorrectly assigned
5 years ago
Isaac Abadi
085849c7ee
Fixed bug that prevented the menu for file cards from being opened (2)
5 years ago
Isaac Abadi
cf1dd43d36
Fixed bug that prevented the menu for file cards from being opened
5 years ago
Isaac Abadi
3c206c31d5
Updated translations base file
5 years ago
Tzahi12345
3ffcfac28b
Merge pull request #290 from Tzahi12345/updated-player
...
Updated player & much more (v4.2)
5 years ago
Isaac Abadi
0e7bc1979f
Updated versioning info
5 years ago
Isaac Abadi
33fc74b7e7
Updated dev config
5 years ago
Isaac Abadi
c63a64ebef
Categories will now auto-generate playlists
5 years ago
Isaac Abadi
1cc4df2829
Updated translation file to v4.2
5 years ago
Isaac Abadi
2656147570
Optimized get/set subscription process
5 years ago
Isaac Abadi
88a1c31090
Removed unused code in home page
5 years ago
Isaac Abadi
afb5e3800c
In the subscription page, the subscription is now continuously retrieved at an interval of 1s to update for new videos or the downloading state
...
- There is now a visual indicator for when a subscription is retrieving videos
5 years ago
Isaac Abadi
4cbfab20e0
Added category info to video info dialog (if present)
...
- you can now search by category on the home page
5 years ago
Isaac Abadi
7e06d30205
401 unauthorized requests now redirect users to the login page
5 years ago
Isaac Abadi
e75b56ad3f
Added ability to pause specific subscriptions
5 years ago
Isaac Abadi
441a470990
Added ability to view playlist in reverse order in the playlist editing dialog
5 years ago
Isaac Abadi
eb7661c14a
Fixed bug in file deletion where file indexes became stale
5 years ago
Isaac Abadi
59c38321fd
Fixed bug in file deletion
5 years ago
Isaac Abadi
9847577431
Added setting for redownloading fresh uploads
...
Fixed bug in implementation of fresh upload redownloader
5 years ago
Isaac Abadi
29b8dc227c
Updated location/style of the share and download icons on the player
5 years ago
Isaac Abadi
c30350205f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into updated-player
5 years ago
Isaac Abadi
ff8886d2e0
Simplified rxjs imports on the home page and potentially removed an erroneous error
5 years ago
Isaac Abadi
43b0c2fb9e
Fixed bug that prevented subscription videos from being shown in the subscription page
5 years ago
Isaac Abadi
e39e8f3dba
Home page paginator no longer disappears for empty pages
...
Paginator length fixed
Updated styling on paginator
Added new text if videos are not present on the home page (due to filter or no downloads in general)
5 years ago
Isaac Abadi
da3bd2600f
Fixed bug where sharing didn't work for some videos
...
View count now increments on each play unless the video is shared
5 years ago
Isaac Abadi
6ad590497b
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into updated-player
5 years ago
Isaac Abadi
4f693d4eda
Added description to player component and simplified the database by un-splitting videos and playlists by type
5 years ago
Isaac Abadi
9de403245b
Twitch chat now supports subscriptions
...
- refactored code to be cleaner and more modularized
Updated scrolling on twitch chat to actually scroll to the bottom with new messages
Fast forwarding in videos with a twitch chat is now faster and provides a smoother transition
5 years ago
Isaac Abadi
ff1bb8dee1
Reduced the max number of ghost cards to 10 for performance reasons
5 years ago
Isaac Abadi
3f10986cdf
Updated Angular to version 11
...
- ngx-videogular was replaced by @videogular/ngx-videogular
5 years ago
Isaac Abadi
c6fc5352c5
Added ability to add more metadata to db through migrations, and added scaffolding for supporting description and play count in the player component
5 years ago
Isaac Abadi
f425b9842f
Updated twitch chat component to support user colors and to auto open if the chat has already been downloaded
5 years ago
Isaac Abadi
8c916d8fe4
Fixed bug that prevented search on the home page from working
5 years ago
Isaac Abadi
bb18e1427e
Added paginator to the home page
5 years ago
Isaac Abadi
d08fee1223
Added v1 of chat sidebar for Twitch VODs
5 years ago
Isaac Abadi
8938844ffa
Added ability to select the max quality for a subscription. It defaults to 'best' which will get the best native mp4 video
5 years ago
Isaac Abadi
b730bc5adc
Added option to set a default file output - custom file output in the advanced expansion panel will override this
5 years ago
Isaac Abadi
d15d262b87
Fixed bug that resulted in the "download videos in the last X days" timerange in edit subscriptions to come up blank
5 years ago
Isaac Abadi
2f541a49df
Thumbnails now load using a faster method with a dedicated API route rather than sending blobs directly.
...
- In cases of lots of files, loading should be significantly faster
5 years ago
Isaac Abadi
09832ad15b
Multi download mode and download-only mode now reloads recent videos
5 years ago
Isaac Abadi
b32fdb2445
Tab title now matches the top title set in the settings
5 years ago
Isaac Abadi
1bb2f54eba
Fixed bug where updating a subscription would not work correctly
5 years ago
Isaac Abadi
b323b548ca
Added ability to use youtube-dl forks
...
Downloader now defaults to youtube-dlc because of the recent DMCA requests
5 years ago
Isaac Abadi
1ce85813fb
Saving a category will now cause the UI to refresh the cache of categories
5 years ago
Isaac Abadi
727b047c39
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories
5 years ago
Isaac Abadi
d659a7614f
updated default.json
5 years ago
Isaac Abadi
edc22cc47b
File cards now use the locale to format dates
5 years ago
Isaac Abadi
0189d292a8
Fixed bug that prevented categorized files from being deletes and simplified the two delete file API calls into one
5 years ago
Isaac Abadi
deac54e8d6
Fixed bug in goToPlaylist
5 years ago
Isaac Abadi
d4e5082039
Confirm dialog can now optionally use warn colors (used for deletion or breaking changes)
...
Category re-ordering is fixed
Category deletion in settings is now functional
5 years ago
Isaac Abadi
6f089491a5
Updated player component to support categories
5 years ago
Isaac Abadi
0a38b01971
Updated posts service to allow for category deletion and subscription retrieval based on name
5 years ago
Isaac Abadi
fed0a54145
Updated styling on edit category dialog
5 years ago
Tiger Oakes
2cf0c61fac
Default booleans to false
5 years ago
Tiger Oakes
389c5b5df3
Take out import type
5 years ago
Tiger Oakes
d1311d00ea
Use named arguments with download file
5 years ago
Tiger Oakes
1112548246
Commit api types
5 years ago
Tiger Oakes
70d1afce76
Move user schemas so they can be imported
5 years ago
Tiger Oakes
fe7a3075d6
Rename last few active API routes
5 years ago
Tiger Oakes
4d74c375f4
Add playlist types
5 years ago
Tiger Oakes
62c79c267e
Add additional types, mainly for subscriptions
5 years ago
Tiger Oakes
b667e1dc79
Add additional named types
5 years ago
Tiger Oakes
bce0115285
Generate types from OpenAPI
5 years ago
Isaac Abadi
8366089444
Added support for French, Chinese (Mandarin, simplified), and Norweigan. Updated German and Spanish translations
...
- Updated README to reflect new official translator
- XLIFFs to come later
5 years ago
Isaac Abadi
7dcc38c26d
Updated string in settings: "Select a logger level" -> "Log Level"
...
Made modify playlist component fully translatable
Fixed typo in cookies settings text
5 years ago
Isaac Abadi
79b4b993f8
Fixed bug in translation source file (2)
5 years ago
Isaac Abadi
37a19eabe6
Fixed bug in source translation file
5 years ago
Isaac Abadi
91b892b21a
Updated source translation file
5 years ago
Isaac Abadi
b8280e8646
Updated spanish translation file (2)
5 years ago
Isaac Abadi
70ee071e57
Cleaned up spanish translation file
5 years ago
Isaac Abadi
cdd2f78998
Fixed bug that prevented video playlists from being deleted
5 years ago
Isaac Abadi
3d2d4efb31
Added context menu on right click of the unified file cards, with options to open a file in the player or do so in a new tab
5 years ago
Isaac Abadi
10922fedd7
Fixed bugs that prevented subscription videos from being downloaded and non-users from accessing shared videos
5 years ago
Isaac Abadi
6717a59422
Fixed bug that preventing playlists from being downloaded a zip
5 years ago
Isaac Abadi
8fdc231f08
Updated new home page UI to support file manager disabling and permissions
...
- file manager enabled state is now cached for faster loading
5 years ago
Isaac Abadi
ae8f7a2a33
Fixed bug that prevented playlists from being navigated to
5 years ago
Isaac Abadi
8595864118
Added basic categorization functionality in the server & UI
5 years ago
Isaac Abadi
851bfb81ba
File cards are now properly centered
5 years ago
Isaac Abadi
35d0d439fa
Control-clicking file cards will now open the player in a new tab
5 years ago
Isaac Abadi
082252ab1e
Updated sidenav logic for "side" mode, where it will now autoclose in the player, be open everywhere else
5 years ago
Isaac Abadi
7efbe40bb2
Added setting for including metadata/thumbnails in the UI
5 years ago
Isaac Abadi
365cbc3ffa
Mkv/webm formats are now included for quality select (will get merged into mp4 at the end)
5 years ago
Isaac Abadi
44647f3306
Download progress is now shown when downloads are 1% complete or more (it was 15% before)
5 years ago
Isaac Abadi
8a7409478a
Added the ability to download videos at higher resolutions than the highest mp4 ( fixes #76 )
...
Deprecates normal downloading method. The "safe" method is now always used, and download progress is now estimated using the predicted end file size
Thumbnails are now auto downloaded along with the other metadata
5 years ago
Tzahi12345
70159813e5
Merge pull request #205 from Tzahi12345/add-ldap-auth
...
Added ability to register/login through LDAP
5 years ago
Isaac Abadi
babba9aa30
Added ability to register/login through LDAP
...
- Added ability to edit LDAP settings and whether to use LDAP or not in the users tab in the settings
5 years ago
Tzahi12345
ba2acedb94
Files are now reloaded when you navigate back home
5 years ago
Tzahi12345
aa0558b770
Subscriptions are now reloaded on subscribe/unsubscribe in PostsService
5 years ago
Tzahi12345
d7f04fc90a
Text for file duration in the unified file card component is now always black
5 years ago
Tzahi12345
f874617965
Fixes bug where cached JWT token could prevent default admin creation
5 years ago
Isaac Abadi
c9016f446d
Ghosting colors for loading videos is now customizable in an internal config, allowing dark mode to have different colors for the ghosting
5 years ago
Isaac Abadi
919e2a649a
Updated styling of recent videos
...
Added content loader module which will add ghosting to the recent videos component while the files are loading
Updated custom playlists component to support large sized cards
5 years ago
Isaac Abadi
dc6dd5f5a2
Added support for "large" sized cards
5 years ago
Isaac Abadi
560aaadca1
Removed "use encryption" options, if you'd like to encrypt your web page, use a reverse proxy
5 years ago
Isaac Abadi
533dd49ed0
Subscription buttons are now fixed
5 years ago
Isaac Abadi
001d907c3a
Fixed UI bug where quality options spinner would clip through the URL input card
5 years ago
Isaac Abadi
4302625858
Updated styling of recent videos component, the search/sort options now look good on mobile
5 years ago
Isaac Abadi
d49a67dfd0
Updated styling for videos in video player
5 years ago
Isaac Abadi
96c52f2d5b
Fixed bug where subscription videos could not be downloaded from the player
5 years ago
Isaac Abadi
61c03b6681
Sidepanel defaults to open when in 'side' mode AND in the home page
5 years ago
Isaac Abadi
7c349163b6
Updated max height for video player
5 years ago
Isaac Abadi
25bfb9e518
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material
5 years ago
Isaac Abadi
c9b615c659
Added option to change JWT expiration time called "Login expiration" in the Advanced tab
5 years ago
Isaac Abadi
356f31343e
Adjusted positioning of add playlist button on home screen
5 years ago
Isaac Abadi
12dcdfcb3c
Sidepanel mode and card size is now configurable and can be set from the about dialog (temp location)
5 years ago
Isaac Abadi
47c19c0cdc
Updated player styling
5 years ago
Isaac Abadi
d0eff42f2a
Removed unneeded comments
5 years ago
Isaac Abadi
4472aae3e9
Removed redundant header in main component
5 years ago
Isaac Abadi
c55d3de9a0
Recent videos component now includes header, search, and sort capabilities
5 years ago
Isaac Abadi
1cdc1640ac
Unified file card now supports playlists
...
Added custom playlists component
Removed legacy file manager from home screen
5 years ago
Isaac Abadi
fcaf8b5a62
Updated create playlist dialog to not require a type to be set prior
...
- duration and registered variables are now set for playlists
5 years ago
Isaac Abadi
8c7b2dfc79
Added ability to delete files in the recent videos component w/ archive support
5 years ago
Isaac Abadi
0ab6535fec
Added ability to download files for recent videos component
...
Updated styling for unified file card (elevation on hover)
5 years ago
Isaac Abadi
d7aa39599d
Removed subscriptions_use_youtubedl_archive setting, to use youtube-dl archive functionality, there is now just one setting for both subscription and non-subscription videos
5 years ago
Isaac Abadi
68037613d8
Added icon for file type (audio/video) next to the download date
5 years ago
Isaac Abadi
3df384de22
Recent videos now supports 2 card sizes
5 years ago
Isaac Abadi
f0c4ed4590
Unified file card now supports small and medium size
...
Duration styling/position updated and added download date time
5 years ago
Isaac Abadi
fd35153721
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into homepage-redesign
5 years ago
Isaac Abadi
a481869166
Slightly update subscribe dialog styling
5 years ago
Isaac Abadi
eb4ed32fcb
Added edit button to subscription
5 years ago
Isaac Abadi
9aee6e91cd
Added API to update subscription
...
Edit subscription component now works
5 years ago
Isaac Abadi
37d3e9326c
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into edit-subscriptions
5 years ago
Isaac Abadi
f12ea017bc
Re-added parameter to checkAdminCreationStatus
5 years ago
Isaac Abadi
cd18bce509
Fixed bug where settings menu could be accessed from the login menu in multi user mode
5 years ago
Isaac Abadi
5ef4388d73
Fixed bug where checking admin creation status would not run
5 years ago
Isaac Abadi
ae9e4e6857
Updated styling in settings and about page for a cleaner look
5 years ago
Isaac Abadi
333556c305
Removed erroneous code and added the ability to kill all downlaods
5 years ago
Isaac Abadi
c5b0a7a697
Updated confirm dialog to support async requests with loading spinner
5 years ago
Isaac Grynsztein
8384b73c4c
Added support for navigating to files in recent videos (subscription and not). No support for download-only mode yet
...
Added navigate to subscription menu item for the files
Sidenav mode is "side" now for testing, likely not a permanent change and will be optional in the future
5 years ago
Isaac Grynsztein
cc189a3abd
Unified videos videos are now properly retrieved from the server
5 years ago
Isaac Grynsztein
335b588c3a
Added edit subscription dialog (WIP)
5 years ago
Isaac Grynsztein
4ebb2d4297
Created unified file card component, recent videos component (not done) and started scaffolding work on the backend
5 years ago
Isaac Grynsztein
d371ccf094
Fixed bug in about page where "You can update from the settings menu" was erroneously displayed
5 years ago
Tzahi12345
38fa39d765
Merge pull request #159 from UnlimitedCookies/patch-1
...
Make more items translatable
5 years ago
UnlimitedCookies
9e5de88675
Even more internationalization improvements :)
5 years ago
Isaac Grynsztein
dd80c51f16
Removed pin setting functionality
...
- Simplifies security options: use multi user mode if you want to restrict access to the settings menu
5 years ago
UnlimitedCookies
84d83f228e
Make close button in About Dialog translatable
5 years ago
Isaac Grynsztein
14bd82c508
Fixed bug where navigating home would reset the cached volume setting
5 years ago
Isaac Grynsztein
e97e9ec717
Logs viewer will now color-code logs based on type (error, warning, info, etc.)
...
You can also clear logs from the logs viewer as well
5 years ago
Isaac Grynsztein
990b3d4037
Added confirm dialog component to help with confirming actions
5 years ago
Isaac Grynsztein
2e7b1c2d53
Fixed wording for youtube-dl archive setting in the downloader tab
5 years ago
Isaac Grynsztein
2442067ca0
Manually updated spanish translations
5 years ago
Isaac Grynsztein
41d4dfeba1
Updated version to 4.1
5 years ago
Isaac Grynsztein
a9f197e46d
Updated logs viewer component
...
- now by default last 50 lines are showed
- added copy to clipboard button
- added loading spinner to indicate to users when the logs are loading
app.get('/api/logs') is now app.post to allow for additional parameters (such as lines to retrieve)
5 years ago
Isaac Grynsztein
3732d13562
Implemented greater transparency for login/registration errors on frontend
5 years ago
Isaac Grynsztein
c20d09e902
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into player-improvements
5 years ago
Isaac Grynsztein
a68ecfa730
Modifying playlist in dialog will now update the file manager automatically
5 years ago
Isaac Grynsztein
86c609c1b2
Player component now remembers previously set volume
...
Updated name of updatePlaylist->updatePlaylistFiles for clarity and added updatePlaylist route
Added smarter safe download override, will auto activate if subtitle args are included.
5 years ago
Isaac Grynsztein
d100e80ccf
Added ability to clear all downloads in a session
5 years ago
Isaac Grynsztein
5511c94071
Added modify playlist component
5 years ago
UnlimitedCookies
9415901f17
Revert to 1:1 translation
5 years ago
UnlimitedCookies
92e5716f93
More clarification
5 years ago
UnlimitedCookies
5b5c93f783
Minor changes to increase coherence
5 years ago
UnlimitedCookies
4db6a49df5
Make custom Arg description more clear
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
5 years ago
UnlimitedCookies
4a69a0d362
modified: src/app/settings/settings.component.ts
...
new file: src/assets/i18n/messages.de.json
new file: src/assets/i18n/messages.de.xlf
5 years ago
Isaac Grynsztein
2998562655
Added the ability to view logs from the settings menu
5 years ago
Isaac Grynsztein
0346833c3b
Merged changes from master
5 years ago
Isaac Grynsztein
20f162d794
Added args modifier dialog to custom args input in the subscribe dialog
5 years ago
Isaac Grynsztein
319bb0160b
Finished adding support for audio subscriptions, custom args for subscriptions, and custom output for subscription downloads
5 years ago
Justin Turner
49b8cd416e
Typo fix for logger
5 years ago
Tzahi12345
db81120645
Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog
5 years ago
Tzahi12345
163a88bcfd
DB implementation of subs now can properly delete subs
5 years ago
Tzahi12345
2441270d88
Removed redundant redirect when in the login screen
...
Fixed bug that prevented user registration with a faulty token
5 years ago
Tzahi12345
a518ac680f
Fixed bug that prevented new users from accessing the login screen
5 years ago
Tzahi12345
78d3145e0b
Deleting a video with an extension in the filename will now work UI-side
5 years ago
Tzahi12345
abfe0dad03
Prevents login redirect for shared videos in multi user mode
5 years ago
Isaac Grynsztein
dcc7fbd81c
Added new setting to force a safe download (removes features like progress bar)
5 years ago
Isaac Grynsztein
b3c8f9e57a
Fixed bug that caused downloads to fail when archiving was enabled
...
Removed error message on URL input on the home page
Fixed bug that prevented file deletion in multi user mode with archiving enabled
5 years ago
Isaac Grynsztein
57a9434b3c
File cards now include the video's real ID (for YT videos). Otherwise the file name will be used as a fallback
5 years ago
Isaac Grynsztein
cec0ed78ec
Fixed bug that prevented user registration from occuring, and added new "Login" option to the hamburger menu when appropriate
...
Related: made it so non-logged in users (in multi user mode) don't have the option to go "home" or "subscriptions" or "downloads". It would error regardless, but it looks cleaner now
5 years ago
Tzahi12345
f485da06b5
Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors
5 years ago
Tzahi12345
59098d4693
Minor update to support alternate youtube links
5 years ago
Tzahi12345
ecc2737a05
Pressing enter on URL input now triggers the download
5 years ago
Tzahi12345
39e737024f
Pressing enter on url input now triggers download
5 years ago
Tzahi12345
8c94255f61
Updated version number to 4.0
5 years ago
Tzahi12345
409fd0fe20
Updated translations and frontend binaries
5 years ago
Tzahi12345
d4ad1f9fce
Added additional sentence to custom args hint and fixed issue where empty args could be added through the args modifier
5 years ago
Tzahi12345
cc47823b0c
Updated gitignore and re-added package-lock.json
...
Translations updated
5 years ago
Tzahi12345
747735dffe
Arg modifier chip list now supports auto complete and arg description as the chip tooltip
...
Fixed bug that caused custom args to reset after exiting arg modifier without hitting cancel
5 years ago
Tzahi12345
f094d18e03
Changed /api/changeUser endpoint to /api/updateUser
5 years ago
Tzahi12345
0504167734
Arg modifier improvements: args are now shown as removable chips which can be directly typed as well (w/o using the adder)
5 years ago
Tzahi12345
8e5db3e9d1
Custom args and global custom args now use double comma as a delimiter. This should allow file names with spaces when using custom args (global and not)
5 years ago
Tzahi12345
1861011fb0
Cleaned up code and added missing translation units
5 years ago
Tzahi12345
68f791eea3
Downloads now show new spinner after download completes, indicating processing has begun
5 years ago
Tzahi12345
f73ec2dd94
Fixed bug that caused users with large amounts of data to have extremely large tokens
...
Subfolders are now ensured to exist with the normal downloading method
Initialization now happens after token retrieval to avoid failed requests
Fixed bug that caused login to be called twice, introducing a possible race condition
5 years ago
Tzahi12345
fb23d7c41e
Audio downloads now work with progress bar, but it requires file conversion at the end. It ends up being around the same speed as the regular method
5 years ago
Tzahi12345
4e6d68d9e6
Updated video playing/sharing logic to support sharing of playlists in multi user mode and when multi user mode is disabled
...
Fixed bug that caused normal archive to be used in multi-user mode
Updated login logic when username is not found or user file is missing
Fixed bug that prevented playlist sharing from working
Added ability to use timestamps when sharing videos
5 years ago
Tzahi12345
e5db376914
All config values are now reloaded on config set
...
Added 4 new settings: user files folder, enable registration, enable downloads manager, and logging level selection
5 years ago
Tzahi12345
7661b1e79e
Fixed bug that prevented admin creation prompt from occuring in the settings
5 years ago
Tzahi12345
ae9c52a14d
Merge pull request #67 from Tzahi12345/multi-user-mode
...
Adds multi-user mode
5 years ago
Tzahi12345
b685b955df
Added roles and permissions system, as well as the ability to modify users and their roles
...
Downloads manager now uses device fingerprint as identifier rather than a randomly generated sessionID
5 years ago
Tzahi12345
e7b841c056
Added UI flow for creating default admin account. Dialog will show up after enabling or in the login menu if the admin account isn't present
5 years ago
Tzahi12345
81b0ef4a72
Refactored initialization process to better facilitate auth if necessary
...
Date in user profile dialog now shows date
5 years ago
Tzahi12345
31f581c642
Subscriptions now support multi-user-mode
...
Fixed bug where playlist subscription downloads would fail due to a mislabeled parameter
Components that are routes now make sure auth is finished before sending requests to the backend
5 years ago
Tzahi12345
d2af233a1f
Fixed bug that when multi-download mode was enabled, videos could not be navigated to
5 years ago
Adam Verga
0fb00bac12
Initialization on auth component happens in a separate function, users_db primarily sits in app.js
...
Fixed bug where current download would set to null, but maincomponent still tried to parse it
5 years ago
Adam Verga
a48e122763
Settings are now more centralized in the frontend
5 years ago
Isaac Grynsztein
4b2b278439
Sharing and video downloads on shared videos now work for multi-user mode
5 years ago
Isaac Grynsztein
1ac6683f33
Custom quality configurations now use the old downloading method to avoid errors
...
postsservice now does jwt auth after checking if multi user mode is enabled
Minor update to user profile UI
Added setting for enabling and disabling multi user mode
5 years ago
Isaac Grynsztein
c18bf568c7
Fixed bug that prevented video download or archive download from occuring
5 years ago
Isaac Grynsztein
cb6451ef96
Added new settings: multi user mode and users base path
5 years ago
Isaac Grynsztein
912a419bd4
Getting current download refactored to work and display less errors
...
Player component now sends jwt token if logged in
5 years ago
Isaac Grynsztein
a7c810136b
Added basic user profile component
5 years ago
Isaac Grynsztein
e6ea2238f8
Fixed bug where HTTP headers were sent when params should have been sent instead
...
sessionID now gets sent after logging in
5 years ago
Isaac Grynsztein
98f1d003c3
Fixed bug that prevented migrations from succeeding
...
Added scaffolding required for jwt authentication for certain routes
Added logger to auth_api
Added necessary routing rules for multi-user mode
Registration is now possible
5 years ago
Isaac Grynsztein
c3cc28540f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode
5 years ago
Isaac Grynsztein
eca06a7fb1
Downloads on the home page now show the progress bar
5 years ago
Isaac Grynsztein
b583305940
Downloads in the download manager now get updated smoothly, preventing the DOM from updating on object reassign
5 years ago
Isaac Grynsztein
a6534f66a6
migrated audio file downloads to new system. still untested with playlists
...
video/audio player now doesnt show share button when uid isn't present, user will be notified of this through a snackbar as well
5 years ago
Isaac Grynsztein
6fe7d20498
downloads refactor half done - videos are now implement, but audo files are now
...
Added downloads manager in the UI where downloads can be viewed/cleared
5 years ago
Isaac Grynsztein
d887380fd1
Added new methods to facilitate server-side download management
5 years ago
Isaac Grynsztein
1f3572a630
jwt auth scaffolding
...
logging in now works
UI login component created
5 years ago
Isaac Grynsztein
4617362270
New default youtube-dl.exe binary
...
Updated public dir in backend
5 years ago
Isaac Grynsztein
bdb5072014
API key is now passed as a query param
5 years ago
Isaac Grynsztein
0d54cb9872
Updated player view to prevent video from being too large
5 years ago
Isaac Grynsztein
d9f6b8c64c
Simplified archive creation for subscriptions to reduce risk of error
...
If no subscriptions have ever been made, "No channel/playlist subscriptions" text will now show
5 years ago
Isaac Grynsztein
eddc25566d
Updated behavior of file card deletion to prevent compilation error
5 years ago
Isaac Grynsztein
b5a82b9385
Updated middleware to support API tokens. Frontend now uses an admin token for its requests
...
Fixed version numbers
5 years ago
Isaac Grynsztein
fe170a4de8
Updated public API link
5 years ago
Isaac Grynsztein
1e96e31053
Added new API key and using API key config items to enable a public API
...
API key config items are implemented UI-side
Added ability to generate API keys through the settings
Switched getmp3s and getmp4s api calls to be GET requests rather than POST
Removed unused code from settings dialog
5 years ago
Isaac Grynsztein
f6f54c0e53
Fixed bug where video infos caused an error for streaming-only subscriptions
5 years ago
Isaac Grynsztein
e15141c5e0
Added backend and database support for video streaming
...
Added UI support for video streaming. branch is now feature-complete
5 years ago
Isaac Grynsztein
a61606b69f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into streaming-only-mode
5 years ago
Isaac Grynsztein
d96fab49f5
added ability to use url in player component. streaming mode will need this
5 years ago
Isaac Grynsztein
dd0f58d421
Fixed bug where updater kept asking for updates on the update after it completed
5 years ago
Isaac Grynsztein
2ca6aa7bd7
Video URL now wraps in video info dialog
5 years ago
Isaac Grynsztein
cb02227302
fixed bug where recently saved playlists could not be shared
5 years ago
Isaac Grynsztein
720fceefb6
Fixed bug where subscription videos could not be downloaded from the player
5 years ago
Isaac Grynsztein
fa488015c3
Minor import change
5 years ago
Isaac Grynsztein
0ea8a11c85
Subscriptions now don't have a share button (it's broken anyways)
5 years ago
Isaac Grynsztein
14bf2248cf
Added UI support for sharing videos
5 years ago
Isaac Grynsztein
822aec4de8
added API endpoint to get file from database
...
video/audio files can now be retrieved by just uid, allowing for easy sharing
added API endpoints for sharing/unsharing a video (no UI support yet)
5 years ago
Isaac Grynsztein
2a1aa4036c
New checkbox to select streaming only mode when subscribing
5 years ago
Isaac Grynsztein
2414e16021
videos now deleted by UID ui-side
5 years ago
Isaac Grynsztein
7ef6c78612
merged new checkbox for bookmarklet: enables ability to set bookmarklet to audio only
...
fixed two bugs for audio only files: sometimes downloads failed as extensions were improperly removed and readded, removing a single character from the filename.
Fixed another extension-related bug where metadata from deleted audio files persisted
5 years ago
Isaac Grynsztein
d258bc2218
Updated appearance of settings menu to improve organization and performance
5 years ago
Isaac Grynsztein
4d3a687d34
Fixed bug where toggling dark mode using the toggle rather than the adjacent menu item caused visual errors
5 years ago
Isaac Grynsztein
c36867d368
Added progress bar to file downloads
...
Added two new API calls, to update the server to a particular version and to get the updater status
You can now update through the UI, and a status dialog displays after
5 years ago
Isaac Grynsztein
458e4b45f8
Removed @locl dependency for translations
...
Added CommonModule to fix intellisense
Added ability to load json assets by name, and an http call to update youtubedl-material
5 years ago
Isaac Grynsztein
58718b6e3b
Removed @ngular/http dependency
5 years ago
Isaac Grynsztein
bcff631936
Updated translations and 'backend/public' folder
5 years ago
Isaac Grynsztein
eb084d03b2
Downloaded file names are now converted to their fully decoded forms
5 years ago
Isaac Grynsztein
8c942b0343
Updated top bar color
5 years ago
Isaac Grynsztein
baad97182a
Updated version tag
5 years ago
Isaac Grynsztein
26ca5d51a5
Fixed about dialog translations
5 years ago
Isaac Grynsztein
0c5cd291fe
Changed comment for clarity
5 years ago
Isaac Grynsztein
57234b4690
File card download progress bars now maintain same width as file cards, appear rounded at the bottom, and are positioned right at the bottom of each card
5 years ago
Isaac Grynsztein
b993c8e1d6
Fixed bug were downloadOnlyMode failed to work when multiDownloadMode was enabled
5 years ago
Isaac Grynsztein
66cb0af762
Settings dialog now says "cancel" when settings are changed and "close" otherwise
5 years ago
Isaac Grynsztein
8331c319ce
File formats are not searched anymore if video is a playlist. Prior to this they simply errored
5 years ago
Isaac Grynsztein
da9dcc0249
Added border radius to progress bar to make it look less "blocky"
5 years ago
Isaac Grynsztein
5af0d742ef
Fixed bug where updating an audio playlist would cause it to believe it was a video playlist
5 years ago
Isaac Grynsztein
4906e52c57
Adjusted styling for advanced download bar to make it look more natural and part of the page
5 years ago
Isaac Grynsztein
d33346b11d
Final fix for bug where failed downloads still appeared in the multi download menu
5 years ago
Isaac Grynsztein
b07f16bdd0
Added subtle drop shadow to topBarTitle
5 years ago
Isaac Grynsztein
a5c47737c7
Fixed bug where simulated output did not include the base path
5 years ago
Isaac Grynsztein
603c13eb4c
Modified about dialog to have a more consistent design, and added the logo & github logo to the top
5 years ago
Isaac Grynsztein
a35d85d7df
Added elevation to top toolbar and made it "sticky". That means when users scroll, the toolbar will scroll with
5 years ago
Isaac Grynsztein
25b5b28df8
Minor visual change to settings
5 years ago
Isaac Grynsztein
0c60c12124
Append to last commit
5 years ago
Isaac Grynsztein
72b42dea5a
About dialog now informs user when update is available or when they are up to date based on the github release api
5 years ago
Isaac Grynsztein
1ed415d733
Fixed bug where if using download-only mode, downloading additonal videos would be blocked
5 years ago
Isaac Grynsztein
9e4d36e6ed
Updated look of about dialog's close button
5 years ago
Isaac Grynsztein
7c605d83cd
Updated look of dark mode to be more "dark" and more friendly
5 years ago
Isaac Grynsztein
d7068953a8
changed env to prod
5 years ago
Isaac Grynsztein
945d2abd1a
UI hotfix
5 years ago
Isaac Grynsztein
4094fda71d
Updated spanish translations to final 3.5 version
...
Removed erroneous log
5 years ago
Isaac Grynsztein
fa2800a391
merge fixd import
5 years ago
Isaac Grynsztein
4aaaddac92
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into settings-pin
5 years ago