Isaac Grynsztein
e6ea2238f8
Fixed bug where HTTP headers were sent when params should have been sent instead
...
sessionID now gets sent after logging in
2020-04-26 17:32:50 -04:00
Isaac Grynsztein
98f1d003c3
Fixed bug that prevented migrations from succeeding
...
Added scaffolding required for jwt authentication for certain routes
Added logger to auth_api
Added necessary routing rules for multi-user mode
Registration is now possible
2020-04-24 21:03:00 -04:00
Isaac Grynsztein
c3cc28540f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode
2020-04-23 14:56:14 -04:00
Tzahi12345
68ed66072e
Merge pull request #57 from Tzahi12345/current-downloads-refactor
...
Downloads system refactor
2020-04-22 23:15:26 -04:00
Isaac Grynsztein
eca06a7fb1
Downloads on the home page now show the progress bar
2020-04-22 21:42:21 -04:00
Isaac Grynsztein
b583305940
Downloads in the download manager now get updated smoothly, preventing the DOM from updating on object reassign
2020-04-21 20:10:53 -04:00
Isaac Grynsztein
f361b8a974
Furrther simplified download process and fixed a couple bugs
...
Audio files will not show download progress as enabling this feature causes it to be really slow
Fixed bug where downloading the same video twice produced duplicate files in the file manager
2020-04-21 18:56:52 -04:00
Isaac Grynsztein
1565c328d5
If a video is a playlist, it will download the normal way
2020-04-21 16:19:19 -04:00
Isaac Grynsztein
a6534f66a6
migrated audio file downloads to new system. still untested with playlists
...
video/audio player now doesnt show share button when uid isn't present, user will be notified of this through a snackbar as well
2020-04-21 03:16:39 -04:00
Isaac Grynsztein
a78ccefc83
Updated package.json
2020-04-20 18:40:21 -04:00
Isaac Grynsztein
6fe7d20498
downloads refactor half done - videos are now implement, but audo files are now
...
Added downloads manager in the UI where downloads can be viewed/cleared
2020-04-20 18:39:55 -04:00
Isaac Grynsztein
d887380fd1
Added new methods to facilitate server-side download management
2020-04-18 01:31:32 -04:00
Isaac Grynsztein
1f3572a630
jwt auth scaffolding
...
logging in now works
UI login component created
2020-04-16 22:35:34 -04:00
Isaac Grynsztein
da8571fb1a
Added additional info when requests are rejected due to no auth
...
Added two additional auth methods: registering and logging in. They have minimal functionality right now
Added auth module which will handle all auth-related requests
2020-04-16 16:33:32 -04:00
Isaac Grynsztein
4617362270
New default youtube-dl.exe binary
...
Updated public dir in backend
2020-04-15 18:52:18 -04:00
Isaac Grynsztein
bdb5072014
API key is now passed as a query param
2020-04-15 18:46:13 -04:00
Isaac Grynsztein
e5baf094c9
chmodsync will not run if app is running on windows
2020-04-15 03:40:26 -04:00
Isaac Grynsztein
264b3606d6
Modified automatic permissions for json files
2020-04-15 03:36:56 -04:00
Isaac Grynsztein
2408184cc7
new video json files created now get read perms across the board
2020-04-15 03:19:28 -04:00
Isaac Grynsztein
e4851253dd
Docker now ignores executable files
2020-04-15 02:15:15 -04:00
Isaac Grynsztein
87696f71f8
Added subscription folders to repo
...
Added .dockerignore to ignore node_modules
Removed unnecessary whitespace from docker-compose.yml
2020-04-15 02:10:12 -04:00
Isaac Grynsztein
d6fe2a5720
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material
2020-04-15 02:02:27 -04:00
Isaac Grynsztein
90c2d3f70b
Moved docker files to backend
2020-04-15 02:02:14 -04:00
Isaac Grynsztein
0d54cb9872
Updated player view to prevent video from being too large
2020-04-15 02:02:03 -04:00
Isaac Grynsztein
a8d6298cfd
Adds preliminary support for tiktok and periscope
...
Added alternate json path for mp4s in case it's not found in the main location
2020-04-15 02:01:25 -04:00
Tzahi12345
65b31633d9
Update README.md
...
Changed start command to use npm
2020-04-14 15:41:18 -04:00
Isaac Grynsztein
3db3077dec
Fixed misspelling in docs
2020-04-13 16:01:37 -04:00
Tzahi12345
61633e817b
Updated API docs
2020-04-13 15:59:46 -04:00
Tzahi12345
6cc93ba4f9
Update README.md
...
Added badges to README, additional links to reverse proxy info, and updated the API section.
2020-04-13 02:16:35 -04:00
Isaac Grynsztein
9b8b92b8df
Added latest release to repo
2020-04-12 23:54:16 -04:00
Isaac Grynsztein
d9f6b8c64c
Simplified archive creation for subscriptions to reduce risk of error
...
If no subscriptions have ever been made, "No channel/playlist subscriptions" text will now show
2020-04-12 21:00:47 -04:00
Isaac Grynsztein
10b59191f6
Updated public directory
2020-04-12 20:47:29 -04:00
Isaac Grynsztein
a89787698b
Fixed version in package.json
2020-04-12 20:42:47 -04:00
Isaac Grynsztein
3d3ab5180f
fixed bug that prevented non-api routes from loading without an auth header
2020-04-10 21:03:37 -04:00
Isaac Grynsztein
eddc25566d
Updated behavior of file card deletion to prevent compilation error
v3.6
2020-04-10 20:49:34 -04:00
Isaac Grynsztein
b5a82b9385
Updated middleware to support API tokens. Frontend now uses an admin token for its requests
...
Fixed version numbers
2020-04-10 20:44:42 -04:00
Isaac Grynsztein
2082a78846
Updated version number
2020-04-10 20:41:14 -04:00
Isaac Grynsztein
fe170a4de8
Updated public API link
2020-04-10 15:25:23 -04:00
Tzahi12345
18dab72b51
Updated public API
2020-04-10 15:24:26 -04:00
Isaac Grynsztein
6849bd00d5
Adding public API docs
2020-04-10 15:13:07 -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
02441ac846
Fixed bug where docker would start building on certain systems when using docker-compose up, and refuse to pull with docker-compose pull
2020-04-10 01:33:36 -04:00
Tzahi12345
4666aa15b3
Merge pull request #49 from Tzahi12345/streaming-only-mode
...
Streaming-only mode
2020-04-09 23:41:44 -04:00
Isaac Grynsztein
f6f54c0e53
Fixed bug where video infos caused an error for streaming-only subscriptions
2020-04-09 23:41:21 -04:00
Isaac Grynsztein
e15141c5e0
Added backend and database support for video streaming
...
Added UI support for video streaming. branch is now feature-complete
2020-04-09 23:33:58 -04:00
Isaac Grynsztein
a61606b69f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into streaming-only-mode
2020-04-09 22:29:56 -04:00
Isaac Grynsztein
d96fab49f5
added ability to use url in player component. streaming mode will need this
2020-04-09 22:29:23 -04:00
Isaac Grynsztein
346d41d3e1
Fixed bug that broke server backups
2020-04-09 01:57:43 -04:00
Isaac Grynsztein
597e1f5b60
Fixed bug that prevented updates from succeeding
2020-04-09 01:47:10 -04:00
Isaac Grynsztein
dd0f58d421
Fixed bug where updater kept asking for updates on the update after it completed
2020-04-09 01:36:46 -04:00