Commit Graph

1464 Commits (840e12db710e00f0567f03b5965220730c7bc93b)
 

Author SHA1 Message Date
Isaac Grynsztein d887380fd1 Added new methods to facilitate server-side download management 6 years ago
Isaac Grynsztein 1f3572a630 jwt auth scaffolding
logging in now works

UI login component created
6 years ago
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
6 years ago
Isaac Grynsztein 4617362270 New default youtube-dl.exe binary
Updated public dir in backend
6 years ago
Isaac Grynsztein bdb5072014 API key is now passed as a query param 6 years ago
Isaac Grynsztein e5baf094c9 chmodsync will not run if app is running on windows 6 years ago
Isaac Grynsztein 264b3606d6 Modified automatic permissions for json files 6 years ago
Isaac Grynsztein 2408184cc7 new video json files created now get read perms across the board 6 years ago
Isaac Grynsztein e4851253dd Docker now ignores executable files 6 years ago
Isaac Grynsztein 87696f71f8 Added subscription folders to repo
Added .dockerignore to ignore node_modules

Removed unnecessary whitespace from docker-compose.yml
6 years ago
Isaac Grynsztein d6fe2a5720 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 6 years ago
Isaac Grynsztein 90c2d3f70b Moved docker files to backend 6 years ago
Isaac Grynsztein 0d54cb9872 Updated player view to prevent video from being too large 6 years ago
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
6 years ago
Tzahi12345 65b31633d9
Update README.md
Changed start command to use npm
6 years ago
Isaac Grynsztein 3db3077dec Fixed misspelling in docs 6 years ago
Tzahi12345 61633e817b Updated API docs 6 years ago
Tzahi12345 6cc93ba4f9
Update README.md
Added badges to README, additional links to reverse proxy info, and updated the API section.
6 years ago
Isaac Grynsztein 9b8b92b8df Added latest release to repo 6 years ago
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
6 years ago
Isaac Grynsztein 10b59191f6 Updated public directory 6 years ago
Isaac Grynsztein a89787698b Fixed version in package.json 6 years ago
Isaac Grynsztein 3d3ab5180f fixed bug that prevented non-api routes from loading without an auth header 6 years ago
Isaac Grynsztein eddc25566d Updated behavior of file card deletion to prevent compilation error 6 years ago
Isaac Grynsztein b5a82b9385 Updated middleware to support API tokens. Frontend now uses an admin token for its requests
Fixed version numbers
6 years ago
Isaac Grynsztein 2082a78846 Updated version number 6 years ago
Isaac Grynsztein fe170a4de8 Updated public API link 6 years ago
Tzahi12345 18dab72b51 Updated public API 6 years ago
Isaac Grynsztein 6849bd00d5 Adding public API docs 6 years ago
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
6 years ago
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 6 years ago
Tzahi12345 4666aa15b3
Merge pull request #49 from Tzahi12345/streaming-only-mode
Streaming-only mode
6 years ago
Isaac Grynsztein f6f54c0e53 Fixed bug where video infos caused an error for streaming-only subscriptions 6 years ago
Isaac Grynsztein e15141c5e0 Added backend and database support for video streaming
Added UI support for video streaming. branch is now feature-complete
6 years ago
Isaac Grynsztein a61606b69f Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into streaming-only-mode 6 years ago
Isaac Grynsztein d96fab49f5 added ability to use url in player component. streaming mode will need this 6 years ago
Isaac Grynsztein 346d41d3e1 Fixed bug that broke server backups 6 years ago
Isaac Grynsztein 597e1f5b60 Fixed bug that prevented updates from succeeding 6 years ago
Isaac Grynsztein dd0f58d421 Fixed bug where updater kept asking for updates on the update after it completed 6 years ago
Isaac Grynsztein 2ca6aa7bd7 Video URL now wraps in video info dialog 6 years ago
Isaac Grynsztein ba2b837cc5 Fixed accidentally commented out functionality to download new updates 6 years ago
Isaac Grynsztein 22f0ee834b backups now occur in appdata/backups folder 6 years ago
Isaac Grynsztein cb02227302 fixed bug where recently saved playlists could not be shared 6 years ago
Isaac Grynsztein 1b4f2830f5 changed logging in backend to support extra logging in debug mode 6 years ago
Isaac Grynsztein 720fceefb6 Fixed bug where subscription videos could not be downloaded from the player 6 years ago
Isaac Grynsztein fa488015c3 Minor import change 6 years ago
Tzahi12345 88f1b3daff
Merge pull request #48 from Tzahi12345/video-sharing
Video sharing
6 years ago
Isaac Grynsztein 0ea8a11c85 Subscriptions now don't have a share button (it's broken anyways) 6 years ago
Isaac Grynsztein 14bf2248cf Added UI support for sharing videos 6 years ago
Isaac Grynsztein 822aec4de8 added API endpoint to get file from database
video/audio files can now be retrieved by just uid, allowing for easy sharing

added API endpoints for sharing/unsharing a video (no UI support yet)
6 years ago