Tzahi12345
5eccaa13e5
Merge pull request #206 from Tzahi12345/downloader-improvements
...
Downloader improvements - updated system and bug fixes
2020-08-31 15:17:40 -04:00
Isaac Abadi
71633950b2
Comments cleanup
2020-08-31 15:03:04 -04:00
Isaac Abadi
f31dad0215
JSON metadata files are no longer kept if the associated setting is not enabled
2020-08-30 05:56:25 -04:00
Isaac Abadi
7efbe40bb2
Added setting for including metadata/thumbnails in the UI
2020-08-30 05:55:50 -04:00
Isaac Abadi
5b768b5bda
JSON blobs were accidentally inserted into DB, stringifying then parsing the video file object fixes this
2020-08-30 05:42:52 -04:00
Isaac Abadi
365cbc3ffa
Mkv/webm formats are now included for quality select (will get merged into mp4 at the end)
2020-08-29 23:08:23 -04:00
Isaac Abadi
44647f3306
Download progress is now shown when downloads are 1% complete or more (it was 15% before)
2020-08-29 23:06:40 -04:00
Isaac Abadi
8a7409478a
Added the ability to download videos at higher resolutions than the highest mp4 ( fixes #76 )
...
Deprecates normal downloading method. The "safe" method is now always used, and download progress is now estimated using the predicted end file size
Thumbnails are now auto downloaded along with the other metadata
2020-08-29 23:05:37 -04:00
Tzahi12345
70159813e5
Merge pull request #205 from Tzahi12345/add-ldap-auth
...
Added ability to register/login through LDAP
2020-08-26 04:30:43 -04:00
Isaac Abadi
babba9aa30
Added ability to register/login through LDAP
...
- Added ability to edit LDAP settings and whether to use LDAP or not in the users tab in the settings
2020-08-26 04:18:29 -04:00
Tzahi12345
d292275956
Unfinished subscriptions will no longer cause an error during server startup
2020-08-24 05:13:27 -04:00
Tzahi12345
ba2acedb94
Files are now reloaded when you navigate back home
2020-08-24 05:13:01 -04:00
Tzahi12345
aa0558b770
Subscriptions are now reloaded on subscribe/unsubscribe in PostsService
2020-08-24 05:11:56 -04:00
Tzahi12345
d7f04fc90a
Text for file duration in the unified file card component is now always black
2020-08-24 05:11:04 -04:00
Tzahi12345
087c9f1bb1
Added public directory to the gitignore
2020-08-24 02:44:52 -04:00
Tzahi12345
f874617965
Fixes bug where cached JWT token could prevent default admin creation
2020-08-24 02:44:39 -04:00
Tzahi12345
8fb8543829
Merge pull request #203 from Tzahi12345/arm-autobuild-test
...
Fix ARM autobuild
2020-08-24 02:20:19 -04:00
Tzahi12345
70d89d310c
Removed unneeded hooks
2020-08-24 02:18:39 -04:00
Tzahi12345
c48aaaf13c
Possible fix for arm autobuild (2)
2020-08-24 00:25:59 -04:00
Tzahi12345
6cf7ea193a
Possible fix for arm autobuild
2020-08-24 00:21:10 -04:00
Isaac Abadi
c9016f446d
Ghosting colors for loading videos is now customizable in an internal config, allowing dark mode to have different colors for the ghosting
2020-08-22 18:55:24 -04:00
Isaac Abadi
919e2a649a
Updated styling of recent videos
...
Added content loader module which will add ghosting to the recent videos component while the files are loading
Updated custom playlists component to support large sized cards
2020-08-22 18:34:28 -04:00
Isaac Abadi
dc6dd5f5a2
Added support for "large" sized cards
2020-08-22 00:47:18 -04:00
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
Isaac Abadi
9937bc9bb6
Updated ARM dockerfile to fix auto build
2020-08-15 18:31:57 -04:00
Tzahi12345
178a61c381
Merge pull request #198 from Tzahi12345/docker-frontend
...
Rework Dockerfile to build the frontend (with improved frontend build)
2020-08-15 15:38:34 -04:00
Isaac Abadi
b455d8a900
ARM dockerfile now builds frontend using Angular CLI
2020-08-15 14:07:06 -04:00
Isaac Abadi
72fa439569
Dockerfile now uses angular CLI directly for building process
2020-08-15 13:43:14 -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
Tzahi12345
3faf715b88
Merge pull request #196 from Tzahi12345/remove-use-encryption-settings
...
Removed "use encryption" options
2020-08-14 18:01:23 -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
533dd49ed0
Subscription buttons are now fixed
2020-08-14 17:42:51 -04:00
Isaac Abadi
001d907c3a
Fixed UI bug where quality options spinner would clip through the URL input card
2020-08-14 17:42:31 -04:00
Isaac Abadi
4302625858
Updated styling of recent videos component, the search/sort options now look good on mobile
2020-08-14 17:41:55 -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
Tzahi12345
2add31af6d
Merge pull request #195 from Tzahi12345/import-files-on-startup
...
Import files on startup
2020-08-14 02:18:04 -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
61c03b6681
Sidepanel defaults to open when in 'side' mode AND in the home page
2020-08-11 01:25:33 -04:00
Isaac Abadi
7c349163b6
Updated max height for video player
2020-08-10 14:37:52 -04:00