Isaac Grynsztein
90c2d3f70b
Moved docker files to backend
2020-04-15 02:02:14 -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
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
3d3ab5180f
fixed bug that prevented non-api routes from loading without an auth header
2020-04-10 21:03:37 -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
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
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
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
ba2b837cc5
Fixed accidentally commented out functionality to download new updates
2020-04-09 01:35:22 -04:00
Isaac Grynsztein
22f0ee834b
backups now occur in appdata/backups folder
2020-04-08 15:58:29 -04:00
Isaac Grynsztein
1b4f2830f5
changed logging in backend to support extra logging in debug mode
2020-04-07 21:41:13 -04:00
Isaac Grynsztein
720fceefb6
Fixed bug where subscription videos could not be downloaded from the player
2020-04-07 19:16:15 -04:00
Isaac Grynsztein
14bf2248cf
Added UI support for sharing videos
2020-04-07 18:19:12 -04:00
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)
2020-04-07 14:49:05 -04:00
Isaac Grynsztein
69cd22d992
file deletions now remove the file from the db as well
2020-04-07 01:38:35 -04:00
Isaac Grynsztein
1905129201
getMp3s and getMp4s now have dedicated functions
...
downloaded files now get recorded in db.json. So when the server wants to get audio/video files, it doesn't need to recursively go through the respective folders each time
- getMp4s/getMp3s API request latency is reduced ~2x (130ms -> 60ms) in testing
Modified tomp3/tomp4 code to automatically add newly downloaded files to the db
Added a migration so users on 3.5 or below will get their files automatically added to the db on the first run
All these changes are necessary to enable easy sharing with features like timestamps
2020-04-07 00:00:25 -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
3990e25c18
added logging to config api and subscriptions api, meaning the entire backend has the new logging system
2020-04-02 23:14:07 -04:00
Isaac Grynsztein
2f0bbca15c
added better logging in app.js using winston
2020-04-02 23:05:17 -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
89ececdbeb
Dependencies now install during update
2020-04-01 19:31:41 -04:00
Isaac Grynsztein
a5224f80a8
nodemon now runs silently
2020-04-01 01:07:08 -04:00
Isaac Grynsztein
37614a1611
Changed backend logging for server start to give more information (namely version)
2020-03-31 04:20:46 -04:00
Isaac Grynsztein
b71bdfcec2
Updated nodemon package.json config
2020-03-31 04:19:42 -04:00
Isaac Grynsztein
1b09bf4881
nodemon now supported
2020-03-31 01:56:15 -04:00
Tzahi12345
82df232f03
Update process now properly gets required backend files
2020-03-30 23:36:35 -04:00
Tzahi12345
af4de44016
Further merge
2020-03-30 23:25:58 -04:00
Tzahi12345
61f27d6fe9
merged changes
2020-03-30 23:25:48 -04:00
Tzahi12345
b3dbdd1790
Cleaning working folder
2020-03-30 23:24:33 -04:00
Isaac Grynsztein
785306c59a
Added debug statements
2020-03-30 23:20:52 -04:00
Tzahi12345
38774d8593
Updater now grab new backend files
...
youtube-dl auto updater now guesses binary path, which makes the update process work much more reliably
2020-03-30 23:15:31 -04:00
Isaac Grynsztein
df11aca1e0
Added preliminary support for updating YoutubeDL-Material
...
Config items that are not found use and set the default value
Fixed potential error while updated youtube-dl binaries
2020-03-30 18:35:44 -04:00
Isaac Grynsztein
bcff631936
Updated translations and 'backend/public' folder
2020-03-29 10:46:35 -04:00
Isaac Grynsztein
347df89aa7
Updated default title_top value in config
2020-03-29 10:45:31 -04:00
Isaac Grynsztein
ca3a42c075
Changed location of archive path to appdata/archives. If the folder doesn't exist, it gets auto-generated. In the future this path will be configurable
2020-03-26 10:52:43 -04:00
Isaac Grynsztein
d0221f2233
Updated gitignore and public dir
2020-03-25 04:22:44 -04:00
Isaac Grynsztein
b4dc655f2f
Re-added contents of public directory to repo
2020-03-25 04:05:00 -04:00
Isaac Grynsztein
47a1173a80
Updated app.js to remove error when not run from backend directory
2020-03-25 03:57:15 -04:00
Isaac Grynsztein
0d756c4c97
If no config exists, one will be auto generated from the default
2020-03-24 20:59:58 -04:00
Isaac Grynsztein
d4664bad45
Additional fix for bug that caused server to crash when failing to update youtube-dl
2020-03-24 19:36:45 -04:00
Isaac Grynsztein
03e3eb9a81
Fixed bug where failed youtube-dl updates crashed the server (it should just continue uninterrupted)
2020-03-24 19:27:48 -04:00
Isaac Grynsztein
c003b02153
updated gitignores
2020-03-22 03:12:24 -04:00
Isaac Grynsztein
7d9ad0fce1
removed debug logging
2020-03-22 00:55:00 -04:00
Isaac Grynsztein
b3b2175c67
added debug messages to debug heroku
2020-03-22 00:37:06 -04:00
Isaac Grynsztein
d8ea848e26
Attempted to fix heroku server port
2020-03-22 00:13:08 -04:00
Isaac Grynsztein
fb5054a1d7
when using heroku, port is auto set as heroku's port
2020-03-21 22:11:50 -04:00
Isaac Grynsztein
25dc8d137a
Fixed heroku port
2020-03-21 21:58:13 -04:00