Tzahi12345
|
2e4ef3b224
|
Moves hooks back into their proper directory and updated arm dockerfile to avoid installing curl just go get qemu
|
2020-08-18 16:43:52 -04:00 |
|
Tzahi12345
|
0e35b2ca1b
|
Proxy now forces safe download mode
|
2020-08-18 15:34:03 -04:00 |
|
Sandro Jäckel
|
33b1affa73
|
Rework Dockerfile to build the frontend
which removes the commited build files from the repo
|
2020-08-15 18:32:57 +02:00 |
|
Isaac Abadi
|
da73e47f08
|
Fixes bug where an error would occur on startup if a user's file folder was missing (such as "{user}/audio" if they had not downloaded any audio files)
|
2020-08-14 20:04:40 -04:00 |
|
Isaac Abadi
|
eda75e9a19
|
Updated docs and removed deprecated encrypted.json file from repo
|
2020-08-14 18:00:14 -04:00 |
|
Isaac Abadi
|
560aaadca1
|
Removed "use encryption" options, if you'd like to encrypt your web page, use a reverse proxy
|
2020-08-14 17:56:44 -04:00 |
|
Isaac Abadi
|
eb7fdb649d
|
Updated frontend binaries
|
2020-08-14 17:48:51 -04:00 |
|
Isaac Abadi
|
e2cec9321e
|
Importing of videos during startup now uses standard registering of videos into db process and refactored registering to support aforementioned feature
Removed erroneous console log
|
2020-08-14 02:44:27 -04:00 |
|
Isaac Abadi
|
5de37f6fbf
|
Importing of unregistered files now happens on startup
recFindByExt in app.js removed, now uses utils.recFindByExt
Minor code cleanup
|
2020-08-14 02:10:40 -04:00 |
|
Isaac Abadi
|
7aace85ef4
|
Added ability to import unregistered files into the db if they are missing from the db but exist in their expected folder
|
2020-08-14 02:08:51 -04:00 |
|
Isaac Abadi
|
736c3f5cab
|
Added ability to discover existing files regardless of type in a directory
- added recFindByExt helper function to utils.js
|
2020-08-14 02:07:39 -04:00 |
|
Isaac Abadi
|
c3c7667c17
|
Added quotations to existing sub error message
|
2020-08-13 18:34:57 -04:00 |
|
Isaac Abadi
|
52bee8b280
|
Subscriptions with the same URL can now be added as long as the new subscription is named
|
2020-08-13 18:34:30 -04:00 |
|
Isaac Abadi
|
945ba268fb
|
Fixed bug where non-shared videos could be viewed by others
Fixed bug where non-users couldn't download a shared video
|
2020-08-12 16:23:28 -04:00 |
|
Isaac Abadi
|
d49a67dfd0
|
Updated styling for videos in video player
|
2020-08-11 21:04:28 -04:00 |
|
Isaac Abadi
|
96c52f2d5b
|
Fixed bug where subscription videos could not be downloaded from the player
|
2020-08-11 14:45:37 -04:00 |
|
Isaac Abadi
|
a0acdd1d86
|
Updated frontend binaries
|
2020-08-10 14:34:12 -04:00 |
|
Isaac Abadi
|
25bfb9e518
|
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material
|
2020-08-10 14:27:46 -04:00 |
|
Isaac Abadi
|
c9b615c659
|
Added option to change JWT expiration time called "Login expiration" in the Advanced tab
|
2020-08-10 14:26:59 -04:00 |
|
Tzahi12345
|
c4f21dc1cc
|
Merge pull request #192 from Tzahi12345/homepage-redesign
Homepage redesign (v1)
|
2020-08-09 21:01:00 -04:00 |
|
Isaac Abadi
|
e678f4b476
|
Rebuilt frontend binaries
|
2020-08-09 21:00:10 -04:00 |
|
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
|
690871f6b2
|
Moved hooks to their proper directory
|
2020-08-08 16:55:04 -04:00 |
|
Isaac Abadi
|
5088ce0291
|
Potentially fixed autobuild issue for ARM images
|
2020-08-08 16:02:41 -04:00 |
|
Isaac Abadi
|
576e2109d7
|
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material
|
2020-08-08 16:00:09 -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 |
|
Tzahi12345
|
ee169cd7ce
|
If chown fails during container setup, then a warning will be shown
|
2020-08-05 21:29:03 -04:00 |
|
Tzahi12345
|
835790e69c
|
Chown that fails will not crash startup anymore for Docker
|
2020-08-03 20:07:02 -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
|
dbf8f9ebfd
|
Updated package-locks
|
2020-08-01 20:09:29 -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 |
|