Preston
9b7b240de4
Add proper logic for route change
2020-09-02 21:06:49 -04:00
Preston
1bf2e51afc
Fix loading for cached subscriptions
2020-09-02 21:04:08 -04:00
Preston
f895703446
Fix subscription order for live or streamed videos
2020-09-02 21:00:24 -04:00
Preston
a04ce13e6e
Fix linting issues
2020-09-01 23:25:06 -04:00
Preston
8f35f95a5b
Finish Core Subscriptions logic and add more locales to profiles page
2020-09-01 23:21:32 -04:00
Preston
1e035105d1
Finish Profile Logic and working subscriptions
2020-09-01 23:21:32 -04:00
Preston
0680e6c5b6
Fix issues with playlist and leaving watch page from invalid id
2020-09-01 23:21:32 -04:00
Preston
0a612ae0e7
Create Profile Edit Page
2020-09-01 23:21:32 -04:00
Preston
b291cbf37b
Start progress on adding profiles
2020-09-01 23:21:32 -04:00
Preston
cb2fd51dc5
Start progress on subscriptions
2020-09-01 23:21:32 -04:00
Luca
c01d468411
Check for storyboard directory when using installation
2020-08-31 20:13:49 +02:00
Luca
66903d8002
Updated DashGenerator and changed the used video formats for the local dash generation from formats to adaptiveFormats
2020-08-30 21:31:48 +02:00
Preston
6d50806303
Fix generating Dash file from Invidious
2020-08-30 10:21:01 -04:00
Preston
024e1fe2eb
Add Module to generate manifest files locally
2020-08-28 15:43:10 -04:00
Preston
1ffb013bfe
Fix links to channel view in search page
2020-08-28 11:01:20 -04:00
Preston
160eae91c5
Fix playlist user links, fix mini playlist card in watch page. Update dependencies.
2020-08-27 17:40:01 -04:00
Preston
80b60f6d32
Run caption logic earlier to avoid subtitles from not showing up.
2020-08-26 17:21:44 -04:00
Preston
472844371e
Merge branch 'master' of github.com:FreeTubeApp/FreeTube-Vue
2020-08-26 16:45:57 -04:00
Preston
029a0bc08e
Test if this fixes subtitles from sometimes not showing up.
2020-08-26 16:45:20 -04:00
Luca
e1f484d9b8
Fix for missing storyboards in dev mode
2020-08-26 21:52:12 +02:00
Preston
781e971357
Fix issues with playlists and fix issue with leaving watch page from an invalid id
2020-08-25 10:18:14 -04:00
Preston
87294698ad
Add another check for duration in a search
2020-08-24 21:53:02 -04:00
Preston
feea541fdb
Update Dependencies, Fix linter, Hide Refresh Button for Trending / Popular
2020-08-24 17:52:39 -04:00
Preston
7b5342098c
Merge pull request #98 from GilgusMaximus/master
...
Added Japanese, Spanish (Mexico) as languages and Subscribe button
2020-08-24 17:27:40 -04:00
Preston
34a77c3051
Merge pull request #77 from Deedone/master
...
Adding caches
2020-08-24 17:14:13 -04:00
Luca
f7b17adb47
Fixed 3 static strings to use the translations
2020-08-24 22:13:05 +02:00
Preston
602a140361
Fix Locale issues and add Privacy Settings card to settings page
2020-08-22 16:51:04 -04:00
Mykyta Poturai
69dada2df4
Add caching for trending videos
2020-08-22 23:37:09 +03:00
Mykyta Poturai
60a315f360
Refactor popular page V2
2020-08-22 23:10:52 +03:00
Preston
ed220750d6
Update Dependencies and Fix linting warnings
2020-08-22 14:15:04 -04:00
Luca
b75d378c74
Lint Fixes
2020-08-22 16:30:31 +02:00
Luca
f174fe1c9e
Removed debugging log
2020-08-22 16:28:18 +02:00
Luca
972ed2f1ca
Local Video Search Results, List-Video Parsers
...
Added:
Local Video Search Results - The results returned from ytdl are now
transformed into the same format as with the Invidious API, so that no
distinction for these is require
Removed
List-Video Parsers - The differentiation between Invidious and Local
video data in yt-video-list.js is removed because of the transformation
2020-08-22 16:21:49 +02:00
Preston
4203ff4ba3
Fix some navigation, clear data on exit, and add more toast messages
2020-08-20 21:20:22 -04:00
Preston
093aa12810
Merge branch 'master' of github.com:FreeTubeApp/FreeTube-Vue
2020-08-19 22:40:22 -04:00
Preston
2133a10efa
Implement History and jump to last watched time progress
2020-08-19 22:39:44 -04:00
Luca
4e822d8093
Turn the subscriber number into an integer number. Sometimes an issue with a somewhat low decimal 1 caused the number to have 9 decimal places
2020-08-19 23:21:39 +02:00
Preston
2942630f2e
Only load storyboards on non-live videos
2020-08-18 19:32:44 -04:00
Mykyta Poturai
5bc2e70e88
Refactor popular page
2020-08-18 18:51:56 +03:00
Preston
f041910172
Finish implementation of local storyboards logic
2020-08-16 18:11:44 -04:00
Preston
2f939182dc
Merge pull request #78 from GilgusMaximus/Storyboards
...
Local Storyboard extraction and VTT File Generation
2020-08-16 17:25:01 -04:00
Preston
c3434b1847
Merge pull request #75 from d43m0nhLInt3r/patch-7
...
corrected license
2020-08-16 14:24:45 -04:00
Luca
a7efe66d21
VTT file generation, Number leading zero padding
...
Added:
1) VTT file generation - After the extraction of the storyboard data, a
VTT file according to the format of Invidious is generated and returned
as a string
2) Number leading zero padding - Added a function to pad a number with
leading zeros as a string in order to follow the structure of the
2020-08-15 13:03:30 +02:00
Luca
0e3221c329
Delegate creation of VTT generation to new function as well as useful information about the values of the url
2020-08-14 19:55:25 +02:00
Luca
02894ddda3
Removed unnecessary dependencies
2020-08-13 23:27:23 +02:00
Luca
b0e75f2e44
Storyboards:
...
Added:
Storyboards - Added the storyboards URL generation and extarction
2020-08-13 23:24:58 +02:00
Luca
07db5c5759
Merge branch 'master' of git://github.com/FreeTubeApp/FreeTube-Vue
...
Merge with Watch.Js
2020-08-13 23:24:10 +02:00
Preston
306335ab16
Have channel toast messages show up again
2020-08-13 14:21:25 -04:00
Mykyta Poturai
739dddf74c
Add caching for popular videos
...
Also add the button to refresh the cache
2020-08-13 17:26:20 +03:00
d43m0nhLInt3r
6ff2db3a1b
corrected license
2020-08-12 19:37:06 +02:00