Isaac Abadi
38c46b5be5
Updated frontend binaries
2020-08-09 20:43:18 -04:00
Isaac Abadi
d0eff42f2a
Removed unneeded comments
2020-08-09 20:16:49 -04:00
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
2020-08-09 19:23:29 -04:00
Isaac Abadi
59ad74ed79
Fixed bug where subscriptions may register the same file multiple times
2020-08-09 14:07:36 -04:00
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
2020-08-08 15:58:48 -04:00
Isaac Abadi
fd35153721
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into homepage-redesign
2020-08-02 16:24:07 -04:00
Isaac Abadi
d17b68d76e
Updated frontend binaries
2020-08-01 21:28:49 -04:00
Isaac Abadi
9aee6e91cd
Added API to update subscription
...
Edit subscription component now works
2020-08-01 21:26:47 -04:00
Isaac Abadi
057ad67672
Fixed bug where subscribing to a private playlist failed
2020-08-01 06:55:25 -04:00
Isaac Abadi
3ebc903ce9
Fixed bug where non-admins in multi user mode could change the settings if they could open the dialog
2020-07-27 22:09:15 -04:00
Isaac Abadi
21c5795f1c
Rebuilt frontend binaries
2020-07-27 22:02:23 -04:00
Isaac Abadi
a78c0cb56c
Updated frontend binaries
2020-07-25 16:13:09 -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 Abadi
d7631360cc
Erroneous quality args are no longer added when using then normal downloading method
2020-07-23 23:29:05 -04:00
Isaac Abadi
c800308b9d
Removed all instances of res.end() as it caused errors on debian-based systems and is a redundant call
2020-07-22 21:58:35 -04:00
Isaac Abadi
c1c57135ba
Fixed bug where deleting an audio file would result in an error
2020-07-22 21:57:09 -04:00
Isaac Grynsztein
834ac00694
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material
2020-07-15 23:48:34 -04:00
Isaac Grynsztein
935ae3452c
Repo cleanup
2020-07-15 23:46:25 -04:00
Isaac Grynsztein
cc189a3abd
Unified videos videos are now properly retrieved from the server
2020-07-15 23:37:00 -04:00
dependabot[bot]
238abc1686
Bump lodash from 4.17.15 to 4.17.19 in /backend
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-15 21:35:09 +00:00
fluxtendu
89cd969fcb
Adapted for Raspberry Pi:
...
- Added Dockerfile-armhf (arm32v7 alpine)
- Switched from bcrypt to bcrypt.js
new file : Dockerfile-armhf
modified : authentication/auth.js
modified : package.json
2020-07-14 23:00:08 +02:00
Isaac Grynsztein
4ebb2d4297
Created unified file card component, recent videos component (not done) and started scaffolding work on the backend
2020-07-13 22:09:48 -04:00
Tzahi12345
38fa39d765
Merge pull request #159 from UnlimitedCookies/patch-1
...
Make more items translatable
2020-07-11 19:26:16 -04:00
UnlimitedCookies
9e5de88675
Even more internationalization improvements :)
2020-07-10 15:00:54 +02:00
Isaac Grynsztein
9cf4949c30
Updated frontend binaries
2020-07-09 22:37:24 -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
Isaac Grynsztein
14bd82c508
Fixed bug where navigating home would reset the cached volume setting
2020-07-07 15:27:15 -04:00
Isaac Grynsztein
0b6606cafb
Updated spanish translations
2020-07-05 22:18:08 -04:00
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
2020-07-05 22:17:54 -04:00
Isaac Grynsztein
41d4dfeba1
Updated version to 4.1
2020-07-03 17:57:47 -04:00
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)
2020-07-03 03:46:58 -04:00
Isaac Grynsztein
3732d13562
Implemented greater transparency for login/registration errors on frontend
2020-07-02 17:42:05 -04:00
Isaac Grynsztein
cf14880d21
Empty URL setting will result in the default being applied
2020-07-01 23:20:11 -04:00
Isaac Grynsztein
e81d0cab42
Fixed bug where changing a user's password would change the admin's password
2020-07-01 17:26:32 -04:00
Isaac Grynsztein
7e24180f03
Fixed bug in globalArgsRequiresSafeDownload function
2020-06-30 23:03:07 -04:00
Isaac Grynsztein
053c8db9dd
Fixed bug where config api would call itself
2020-06-30 22:55:08 -04:00
Isaac Grynsztein
5537852134
Deleting a file will now delete its downloaded thumbnail as well
...
Thumbnails will now have their permissions auto updated to align themselves with the other downloaded files
2020-06-30 22:38:01 -04:00
Isaac Grynsztein
efdc471ccf
Fixed bug where if multi-user mode was enabled, old subscriptions would keep downloading and vice versa
2020-06-29 23:23:31 -04:00
Isaac Grynsztein
06557673a2
Updated frontend binaries
2020-06-29 20:20:07 -04:00
Isaac Grynsztein
c20d09e902
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into player-improvements
2020-06-29 20:11:20 -04:00
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.
2020-06-29 19:39:47 -04:00
Isaac Grynsztein
b21886d8f8
Rebuilt frontend binaries and included Deutsch translation in public directory
2020-06-29 18:45:40 -04:00
Isaac Grynsztein
3abb29eee4
Removed exe binaries from repo
2020-06-29 02:28:00 -04:00
Justin Turner
42bd219ed6
Removing extra white spaces
2020-06-27 01:09:41 -05:00
Isaac Grynsztein
94df98e5d0
Fixed bug that prevented subscription archives from being downloaded if their path was express as a full path
2020-06-23 00:01:23 -04:00
Isaac Grynsztein
2998562655
Added the ability to view logs from the settings menu
2020-06-22 23:15:21 -04:00
Isaac Grynsztein
ca0e6b993d
Re-compiled frontend
2020-06-22 00:03:42 -04:00
Isaac Grynsztein
0346833c3b
Merged changes from master
2020-06-21 23:54:18 -04:00
Isaac Grynsztein
32da9dd9dd
format in custom args for subscriptions now overrides default format (allows for users to specify custom formats for subs)
2020-06-21 23:49:00 -04:00
Isaac Grynsztein
20f162d794
Added args modifier dialog to custom args input in the subscribe dialog
2020-06-21 23:40:39 -04:00