Tzahi12345
efbf395368
Fixed settings tab url labels
2023-04-25 22:14:52 -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
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
Tzahi12345
3edd4ec5a6
Updated vscode tasks
2023-01-01 12:13:48 -05:00
Isaac Abadi
a2d1b154a3
Fixed broken translations for snackbars
2022-06-23 01:22:22 -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
f0c3837ee5
Translation JSONs are now generated at build time, removing the necessity to manually run xliff-to-json
...
- added postbuild.mjs to facilitate this
- all ng build --prod's have been replaced with npm run build
2021-09-29 00:36:56 -06:00
Isaac Abadi
db53a12635
Added Korean translations and updated source translations file
2021-09-22 21:29:15 -06:00
Isaac Abadi
562eaa1b9b
Added support for generate NFO files for Kodi
...
Minor UI updates to settings
2021-09-22 19:27:25 -06:00
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
2021-08-01 20:40:29 -06:00
Isaac Abadi
8d6ec819e6
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into cleaner-playlists-and-settings
2021-08-01 17:27:35 -06:00
Isaac Abadi
258d5ff495
Test connection string now uses the currently typed in connection string rather than the last saved one
2021-07-26 20:31:35 -07:00
Isaac Abadi
73b9cf7893
Settings is now a route instead of a dialog
2021-07-26 18:18:07 -07:00
Isaac Abadi
a1841e84ca
Added translations for Catalan, Czech, Indonesian, Portuguese, and Russian
...
Updated translations for German and French, and updated source translation files
2021-07-21 23:47:57 -06:00
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
2021-07-16 00:05:08 -06:00
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
2021-03-16 22:41:07 -06:00
Isaac Abadi
e34aa4d9d6
Adds Dutch language support
2021-01-31 19:47:14 -05:00
Isaac Abadi
c09dd7a03b
Updated Chinese and Spanish translations and added Italian translations
2021-01-01 17:38:08 -05:00
Isaac Abadi
727b047c39
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories
2020-10-23 02:00:57 -04:00
Isaac Abadi
edc22cc47b
File cards now use the locale to format dates
2020-10-23 01:38:44 -04:00
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
2020-10-15 17:00:48 -04:00
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
2020-10-02 03:05:54 -04:00
Isaac Abadi
8595864118
Added basic categorization functionality in the server & UI
2020-09-17 03:14:24 -04:00
Isaac Abadi
333556c305
Removed erroneous code and added the ability to kill all downlaods
2020-07-25 15:57:10 -04:00
Isaac Grynsztein
dd80c51f16
Removed pin setting functionality
...
- Simplifies security options: use multi user mode if you want to restrict access to the settings menu
2020-07-09 22:33:07 -04:00
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
2020-06-29 03:48:29 +02:00
Tzahi12345
f485da06b5
Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors
2020-05-19 21:37:19 -04:00
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
2020-05-05 20:11:23 -04:00
Tzahi12345
0504167734
Arg modifier improvements: args are now shown as removable chips which can be directly typed as well (w/o using the adder)
2020-05-04 15:39:33 -04:00
Tzahi12345
7661b1e79e
Fixed bug that prevented admin creation prompt from occuring in the settings
2020-05-01 16:18:39 -04:00
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
2020-05-01 03:34:35 -04:00
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
2020-04-30 16:31:36 -04:00
Adam Verga
a48e122763
Settings are now more centralized in the frontend
2020-04-29 20:15:15 -04:00
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
2020-04-10 14:46:36 -04:00
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
2020-04-05 15:19:12 -04:00
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
2020-04-02 21:53:08 -04:00
Isaac Grynsztein
66cb0af762
Settings dialog now says "cancel" when settings are changed and "close" otherwise
2020-03-27 13:56:55 -04:00
Isaac Grynsztein
4aaaddac92
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into settings-pin
2020-03-20 22:46:06 -04:00
Isaac Grynsztein
2b2a033b7e
Added extensions settings where information on extensions can be found and bookmarklet is generated
...
Created arg modifier dialog to assist in editing youtube-dl args
- This arg dialog contains all the available args and their description
- Includes a convenient search bar and categorized list of args to help you find the one you're looking for, or just explore what's available.
Arg modifier is available for both global args (in settings) and local args (in the advanced mode)
2020-03-20 16:16:10 -04:00
Isaac Grynsztein
c7885e8726
Added ability to select language in settings
...
Fixed locale support so that it actually works at runtime
Removed unused library
2020-03-15 14:52:07 -04:00
Isaac Grynsztein
91f6dbcb5b
added ability to set pin for settings. pin is md5'd by the backend
2020-03-13 02:20:07 -04:00
Isaac Grynsztein
bad4b8630b
potentially made it so saved settings get applied with no reload in most situations
2020-03-11 22:04:22 -04:00
Isaac Grynsztein
ae605d5f70
Added ability to set config from settings
...
theme slide toggle is now in top right menu
2020-03-05 22:38:23 -05:00
Isaac Grynsztein
09bcac1c14
added settings
2020-03-05 21:24:29 -05:00