Tzahi12345
0644b194d0
Merge pull request #1039 from Tzahi12345/video-info-bug-fix
...
Video info bug fix
2023-12-03 21:26:42 -05:00
Isaac Abadi
344d959c05
Fixed issue where video info could not be retrieved
...
If youtube-dl update fails, error will show and server won't crash
2023-12-03 21:22:08 -05:00
Tzahi12345
4bf03bfd1a
Added new Angular configuration for codespaces
...
Added CORS control support for codespaces
2023-12-03 19:11:21 +00:00
Tzahi12345
8f246d905f
Added ability to set a webhook proxy for telegram requests
...
Fixed issue where config changes were broadcast before they were written
2023-11-30 00:28:28 -05:00
Tzahi12345
0565cf24a6
youtube-dl refactor ( #956 )
...
* Consolidated all youtube-dl calls into one function
* Downloads can now be cancelled and better "paused"
* Removed node-youtube-dl dependency
* Added ability to manually check a subscription, and to cancel a subscription check
---------
Co-authored-by: Dedy Martadinata S <dedyms@proton.me >
2023-11-27 12:55:53 -05:00
Isaac Abadi
2a1af69f1f
Removed additional download button for paused download
2023-05-27 00:57:27 -04:00
Tzahi12345
6eadb37532
4.3.2 release ( #929 )
...
* Upgraded version to 4.3.2
* Prevent null userid/username registration
2023-05-25 22:06:07 -04:00
Tzahi12345
2c61260e0f
UI updates ( #922 )
...
* Fixed download spinner in player component
* Downloads UI is more mobile friendly (#905 )
* Code cleanup
* Fixed size of actions in home screen downloads
* Errored downloads now display their stage as "Error" in the UI
* Moved personal settings from about dialog to profile dialog
* Profile dialog can now be opened without logging in/without multi-user mode
* Fixed issue where archive dialog could be accessed from anywhere
* Misc internationalization improvements
* Combined download stage and download progress columns
* Added back loading spinner to download actions
* Adjusted thresholds for consolidating download action buttons
* Implemented virtual scrolling for notifications (helps if many notifications exist)
* Fixed minor console error
2023-05-25 21:55:35 -04:00
Tzahi12345
c207e56855
Rebuild database task ( #900 )
...
* Improved tests for multi-user mode
* Adds task to rebuild database
* Updated subscriptions.js export syntax
* Subscription metadata is now backed up
* Added typing to task key
* Updated api models
* Tasks actions styling update
2023-05-23 22:37:25 -04:00
Tzahi12345
427eecf214
Fixed issue where after resetting the DB, admin would have to be registered twice
2023-05-11 02:44:05 -04:00
Tzahi12345
4f54e408a5
Removed erroneous error after registering admin
2023-05-11 02:43:37 -04:00
Tzahi12345
19f35d6af4
Updated content-loader and ngx-file-drop to improve build times
2023-05-03 01:33:51 -04:00
Tzahi12345
42bc255d6c
Removed fingerprintjs2 and sessionID param
2023-05-02 23:04:41 -04:00
Tzahi12345
5eec5ac082
Merge pull request #885 from Tzahi12345/slack-notifications
...
Added support for slack notifications
2023-05-01 17:21:00 -04:00
Tzahi12345
33a99d9c8d
Added files_api (migrated functions from db_api that are file related)
...
Archive dialog can now always be opened
2023-04-29 19:41:34 -04:00
Tzahi12345
0e5c78db0d
Modified archive logic to align with #366
2023-04-29 19:34:08 -04:00
Tzahi12345
9a08fc6140
Added support for slack notifications
2023-04-29 15:46:58 -04:00
Tzahi12345
efbf395368
Fixed settings tab url labels
2023-04-25 22:14:52 -04:00
Tzahi12345
dab9fc83ba
Added support for discord webhooks
...
Improved download error notifications
2023-04-25 22:14:35 -04:00
Tzahi12345
71692f6b13
Updated dependencies
2023-04-24 19:55:53 -04:00
Tzahi12345
1746b08d4c
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into pre-4.3.1-bug-fixes
2023-04-24 19:32:19 -04:00
Tzahi12345
0e190fca2a
Ghost file card count are now per-sub
2023-04-24 19:28:52 -04:00
Tzahi12345
a996b9f0d2
ng-deeps now only apply to current component
...
https://stackoverflow.com/questions/46786986/how-and-where-to-use-ng-deep
2023-04-23 22:31:11 -04:00
Tzahi12345
d3b88412c6
Fixed thumbnails for auto-generated playlists
2023-04-23 22:27:09 -04:00
Tzahi12345
6cee892e18
Added label for category field in video-info-dialog
2023-04-23 22:20:50 -04:00
Tzahi12345
e2438a236b
Adjusted category UI styling to Angular 15 updates
2023-04-23 22:14:20 -04:00
Tzahi12345
e7fa25cf38
Fixed tasks UI bug
2023-04-21 15:34:14 -04:00
Tzahi12345
edd4a0928c
Fixed twitch downloading by using TiwtchDownloader's CLI
...
Removed unecessary settings
Created dedicated folder for docker utils
2023-04-20 21:11:48 -04:00
Tzahi12345
3c03cd96d9
Added link to notifications docs in settings menu
2023-04-12 00:45:13 -04:00
Tzahi12345
fb27264d33
Added support for custom webhook URLs for notifications
2023-04-11 23:45:30 -04:00
Tzahi12345
e720edf9f0
Added hint that restart is required after changing the downloader
...
Updated translation source file
2023-04-01 19:26:25 -04:00
Tzahi12345
4b2e5fb636
Incremented version to v4.3.1
2023-04-01 19:08:03 -04:00
Tzahi12345
1f2c5a0238
Fixed an issue where subs would only display 10 of their videos in the subscription component ( #851 )
...
Fixed an issue where a sub would get stuck in the downloading state
Fixed UI bug in the subscriptions component
2023-04-01 18:59:23 -04:00
Tzahi12345
763ce5d28b
Added ability to download archives from the archive viewer
2023-04-01 03:14:17 -04:00
Tzahi12345
a9d7f275ba
Added filesize approximation tooltips to quality select
2023-04-01 00:15:17 -04:00
Isaac Abadi
0bdac15ef1
Downloads restarted from home page now persist after restarting rather than disappearing
2023-03-27 19:15:14 -04:00
Isaac Abadi
9c4f903811
Filter text in archive viewer now resets when changing other filters
2023-03-27 18:32:05 -04:00
Isaac Abadi
c1fd8047ea
Improved archive viewer
...
Added archive importing
2023-03-27 01:55:54 -04:00
Tzahi12345
62ad4226d9
Archive improvements
...
Began UI for viewing/modifying archives
2023-03-26 01:01:36 -04:00
Tzahi12345
cb5651d437
Added telegram notification support
2023-03-20 20:23:50 -04:00
Tzahi12345
6010d991fb
Enabled strict template mode in Angular
...
Code cleanup
2023-01-29 15:51:50 -05:00
Tzahi12345
970e3834be
UI updates to subscriptions
...
Improved translation coverage
2023-01-24 21:45:19 -05:00
Tzahi12345
840e12db71
Implemented basic db-based archive functionality, converted old archive functionality to new system
2023-01-23 23:17:58 -05:00
Tzahi12345
6c8b7d0052
Improved UX in share dialog and video info dialog
2023-01-13 22:52:52 -05:00
Tzahi12345
cebf8c3d36
Improved edit button in video info dialog
2023-01-13 22:24:36 -05:00
Tzahi12345
fe06076eba
File deletion is now unified between sub and non-sub files
2023-01-13 22:24:16 -05:00
Tzahi12345
8bc14a8be8
Missing options are now auto-added to tasks
...
Added onlyNumber directive for number-only inputs
2023-01-10 00:09:15 -05:00
Tzahi12345
67e13cb23b
Minor style edits in subscribe dialog
2023-01-07 02:04:44 -05:00
Tzahi12345
ba438eca02
Info icon now appears for playlist files in the player component
...
Added missing data types
2023-01-07 02:04:20 -05:00
Tzahi12345
121f5586a6
Added ability to generate RSS feed URLs from the UI
...
Moved property sorting into its own component
2023-01-05 02:38:44 -05:00