Isaac Abadi
|
c45e0f04be
|
Style improvements and UI bug fixes
|
2022-12-25 19:26:05 -06:00 |
|
Isaac Abadi
|
20e7ec7c84
|
Fixed issue where simulated output would only appear after a change is made to args
|
2022-11-27 12:11:25 -05:00 |
|
Isaac Abadi
|
0efbd11d29
|
Converted input placeholders to mat-label
Various style improvements
Updated translations
|
2022-11-27 12:10:45 -05:00 |
|
Isaac Abadi
|
5a6e17edb6
|
Fixed bug where sometimes the config wouldn't be retrieved by the time canActivate would be executed
|
2022-11-26 17:29:21 -05:00 |
|
Isaac Abadi
|
b11a4e006c
|
Updated to material design v15
|
2022-11-26 17:28:10 -05:00 |
|
Isaac Abadi
|
3795a6564b
|
Minor notification style improvement
|
2022-11-26 00:51:23 -05:00 |
|
Isaac Abadi
|
f44be29181
|
Added support for download error notifications
Style improvements
|
2022-11-25 18:20:08 -05:00 |
|
Isaac Abadi
|
b51f45c704
|
Completed notification functionality
Minor code cleanup
|
2022-11-25 17:47:30 -05:00 |
|
Isaac Abadi
|
6d5a108cb6
|
Updated angular to v15
|
2022-11-24 15:58:31 -05:00 |
|
Isaac Abadi
|
49ecaee58c
|
Angular updated to v14
|
2022-11-24 15:27:27 -05:00 |
|
Isaac Abadi
|
5e08ca004a
|
Added notifications - (WIP, boilerplate)
|
2022-11-24 14:54:08 -05:00 |
|
Isaac Abadi
|
1c6b7815fe
|
Login tabs now fill the entire component
Expanded widths of inputs on login page to 100%
|
2022-07-06 23:31:41 -04:00 |
|
Glassed Silver
|
b827f8f0cc
|
Merge pull request #687 from Tzahi12345/add-permissions-for-tasks-manager
Add permissions for tasks manager
|
2022-06-30 16:34:08 +02:00 |
|
Isaac Abadi
|
64b1a9e5c0
|
Updated mangled translations
Improved automatic translations command
|
2022-06-30 01:34:52 -04:00 |
|
Isaac Abadi
|
48f0a700ab
|
Paginator is now always visible to avoid case where file type filter permanently disappears
|
2022-06-30 01:30:06 -04:00 |
|
Isaac Abadi
|
768798c6b3
|
Fixed issue where one-off playlist downlaods would only include the first video
|
2022-06-30 01:29:18 -04:00 |
|
Isaac Abadi
|
9d1f93acfb
|
Added translations for manage-role component
|
2022-06-30 00:44:11 -04:00 |
|
Isaac Abadi
|
077a0d8fdb
|
Added migration to add tasks manager permission for admin role
All routes are now properly protected against logged in users w/o permissions
|
2022-06-30 00:43:57 -04:00 |
|
Isaac Abadi
|
162094a9b9
|
File type filter now only appears with the paginator
|
2022-06-26 23:06:15 -04:00 |
|
Glassed Silver
|
9a250b5c58
|
Update unified-file-card.component.html
|
2022-06-27 02:06:13 +02:00 |
|
Isaac Abadi
|
86cbfea08f
|
UI & logs now use proper fork name rather than just youtube-dl
|
2022-06-25 17:22:08 -04:00 |
|
Isaac Abadi
|
573cca0b2f
|
Completed deprecation of streamingOnly mode for subscriptions
|
2022-06-24 17:29:06 -04:00 |
|
Isaac Abadi
|
b1448d95e5
|
Added resolution and audio bitrate to video info dialog
|
2022-06-23 01:44:19 -04:00 |
|
Isaac Abadi
|
a2d1b154a3
|
Fixed broken translations for snackbars
|
2022-06-23 01:22:22 -04:00 |
|
Isaac Abadi
|
2ba1dc6333
|
Archive refactor to improve reliability and consistency
|
2022-06-23 01:10:18 -04:00 |
|
Isaac Abadi
|
fb6cf8548d
|
Added spinner during db connection test
|
2022-06-21 22:45:54 -04:00 |
|
Isaac Abadi
|
adbe7f95d5
|
Fixed issue where reopening file info dialog after editing metadata would show stale data
|
2022-06-21 22:45:38 -04:00 |
|
Isaac Abadi
|
6d3f5e6c94
|
Improved UI for download only mode
Updated API model for DatabaseFile
|
2022-06-21 21:38:58 -04:00 |
|
Isaac Abadi
|
bec158f65d
|
Fixed an issue where if file manager and download only mode were enabled, files would download twice
|
2022-06-21 21:07:34 -04:00 |
|
Isaac Abadi
|
901e87a681
|
Fixed loading spinner in create playlist dialog
|
2022-06-21 01:23:28 -04:00 |
|
Isaac Abadi
|
7bfb2976fe
|
Fixed twitch chat downloads, tcd is now required and client secret must be supplied
|
2022-06-21 01:22:58 -04:00 |
|
Isaac Abadi
|
cbdd1a6253
|
Improved snackbar translations support
|
2022-06-20 16:25:55 -04:00 |
|
Isaac Abadi
|
4c6c15d3a3
|
Code cleanup
|
2022-06-20 16:05:54 -04:00 |
|
Isaac Abadi
|
0951e445ac
|
Removed modify playlsit component
|
2022-06-20 16:05:37 -04:00 |
|
Isaac Abadi
|
e1cb56e8e9
|
Unified create and modify playlist components
|
2022-06-20 16:02:15 -04:00 |
|
Isaac Abadi
|
7f47fb339b
|
Updated modify playlist size
Fixed issue where playlist order could not be rearranged
|
2022-06-19 23:46:24 -04:00 |
|
Isaac Abadi
|
690cc38899
|
Updated playlist file selection to use recent videos component
Playlists are now file type agnostic
Updated translations
|
2022-06-19 23:09:30 -04:00 |
|
Isaac Abadi
|
b5ee0d365c
|
Subscription file cards are now replaced with unified file cards
GetAllFiles can now filter by sub_id
Improved API models and added request body docs for GetAllFiles
|
2022-06-19 01:14:59 -04:00 |
|
Isaac Abadi
|
895c385d6b
|
Updated version to 4.3
|
2022-06-18 19:36:20 -04:00 |
|
Isaac Abadi
|
b56c66f705
|
Refactored retrieval of categories and improved runtime search of files in category
Fixed issue with editing/saving categories
Database queries can now handle nested object paths
Code cleanup
|
2022-06-17 19:43:32 -04:00 |
|
Isaac Abadi
|
c810d4d878
|
Code cleanup
|
2022-06-17 15:35:06 -04:00 |
|
Isaac Abadi
|
9cf8b87c6e
|
Added ability to modify file metadata
|
2022-06-17 15:34:12 -04:00 |
|
Isaac Abadi
|
53a181e04d
|
Fixed several bugs with categories
Code cleanup
|
2022-06-16 23:42:47 -04:00 |
|
Isaac Abadi
|
bf64d97b72
|
Fixed downloads not sorting properly
Confirm dialog can now be a selection list
|
2022-05-21 21:26:25 -04:00 |
|
Isaac Abadi
|
692d6eeaac
|
Added edit button for playlist subscriptions
|
2022-05-04 22:02:43 -04:00 |
|
Isaac Abadi
|
b3342d89c1
|
Fixed #563 where empty languages existed in language select
|
2022-05-02 01:46:25 -04:00 |
|
Isaac Abadi
|
a36761e96a
|
Fixed frontend build error
|
2022-05-01 23:24:15 -04:00 |
|
Isaac Abadi
|
88c16d7195
|
All setIntervals on the frontend are now properly destroyed
|
2022-05-01 23:23:19 -04:00 |
|
Isaac Abadi
|
8a323f028d
|
Fixed bug where subscription avatars were missing
|
2022-05-01 23:15:09 -04:00 |
|
Isaac Abadi
|
0585943d67
|
Fixed bug where task time was not properly set with values of 0
Fixed issue where time field was not properly populated in the schedule dialog
|
2022-04-24 04:10:27 -04:00 |
|