Commit Graph

111 Commits

Author SHA1 Message Date
PrestonN a3e108b7a4 Merge remote-tracking branch 'origin/development' 2018-10-19 18:27:04 -04:00
PrestonN 7356758144 Move pay logic to displayVideo 2018-10-19 11:21:46 -04:00
PrestonN 8cb631e834 Resized logo for better clarity 2018-10-19 11:18:45 -04:00
PrestonN a78afd1b46 Hide videos if behind paywall 2018-10-19 10:45:31 -04:00
PrestonN ce1612d902 Add French Translation and fix YouTube link redirections 2018-10-18 13:35:01 -04:00
PrestonN 5a37f81a75 Add Right Click Menu 2018-10-16 15:59:57 -04:00
PrestonN c31ad46c82 Comma separate subscribers and video count in search results 2018-10-16 11:16:51 -04:00
PrestonN a6a64aa331 Remove debug statements and old code 2018-10-16 11:05:21 -04:00
PrestonN 364cb4cffc Hide Menu bar on Mini Player (#154) 2018-10-16 10:23:16 -04:00
PrestonN f384c2a416 Remove YouTube API entirely and fix description links (#153) 2018-10-16 10:20:46 -04:00
PrestonN 8d54031ede Fixing up playlist UI 2018-10-15 15:00:14 -04:00
PrestonN c18046406e [Feature] Playlist Support mostly finished 2018-09-28 15:48:42 -04:00
PrestonN a2cf6851b8 [Feature] Basic Support for Playlists 2018-09-25 14:26:10 -04:00
PrestonN cf74a740b5 [Features] More defaults and keyboard shortcuts 2018-09-24 14:19:43 -04:00
PrestonN efd4291279 [Fix] Duration formatting and show channels in search again. 2018-09-24 09:14:40 -04:00
PrestonN 74feb75d8a [Fix] Hide video quality if not available 2018-09-21 15:56:59 -04:00
PrestonN 0ad8213f78 [Feature] Trending and more settings 2018-09-21 10:49:23 -04:00
PrestonN a5f23e7af4 [Feature] Disable history and Watched indicator 2018-09-19 14:34:23 -04:00
PrestonN d04d18f6b5 [Fix] Add Subscription timer back to subscriptions function 2018-09-19 11:39:12 -04:00
PrestonN 4c1e477f18 [Feature] Initial Transition to Invidious API 2018-09-19 11:27:04 -04:00
PrestonN 92dce7b24c Prevent the video player from being over sized on vertical videos 2018-09-19 11:27:03 -04:00
PrestonN 694d0664dd More API keys and small Vue fixes. 2018-09-19 11:27:03 -04:00
PrestonN fb1e6c24ca Fix mini player, make consistent wording and visual fixes 2018-09-19 11:27:02 -04:00
PrestonN 6ccb6de22e Fix issues from Vue.js Merge 2018-09-19 11:26:33 -04:00
PrestonN 860d384fbd Merge branch 'vue-js' into development 2018-09-19 11:25:22 -04:00
K06RA 13567ad4af Huge Code Clean up and Small Issue Fixes
* Added ability for div.video to change size.

This is needed because it fixes the issue of not being able to see the new menus later on when we might need to add more menus to the context menu. I also deleted display: inline block because it won't work since there's a float: right (always enforces display: block).

* Removed display: inline-block

* Converted from Typescript to JS... Even if this was supposed to be for Vue, there's no Vue module installed on this branch...

* Added .code-workspace in .gitignore for those who use a vscode workspace. Also added .jsbeautifyrc to clean up the code.  This is definitely a good idea when the project gets larger.

* Formatted the entire codebase to use a single coding standard.

* Added comment header to all files

* Some things actually weren't formatted correctly, so I fixed those

* Code fixup

* Forgot to change API key

* Fixed issue #136

* Fixed ft.logs
2018-09-19 11:21:26 -04:00
PrestonN ec310e425a Fix subscribing in channel view and properly show live video 2018-09-19 11:21:26 -04:00
PrestonN 1bf7af4c28 Fix error with user's having no subscriptions 2018-09-19 11:21:26 -04:00
Daniel Ng 67d3e8be9c Resolved issue #45. Replaced try/catch statement with if/else for search. (#120) 2018-09-19 11:21:26 -04:00
PrestonN 9068b6e531 Final Batch of Vue Changes before Testing 2018-09-19 11:21:26 -04:00
PrestonN f722726d07 Batch 3 of Vue Implementation. Close to being done. 2018-09-19 11:21:26 -04:00
PrestonN c7cea48b37 Fix closing menu when opening video externally 2018-09-19 11:21:26 -04:00
PrestonN 979d2b85f7 Committing second batch of Vue.js implementation 2018-09-19 11:21:26 -04:00
PrestonN 97ade6e392 Early progress on Vue.js implementation 2018-09-19 11:21:26 -04:00
PrestonN fed81f9d91 Bump version to 0.3.1 and add Firefox extension link 2018-09-19 11:21:26 -04:00
PrestonN 82f952c38f Move Help to about and increase size of mini player 2018-09-19 11:21:26 -04:00
PrestonN bfba1bdea6 Prevent the video player from being over sized on vertical videos 2018-08-04 22:39:21 -04:00
PrestonN 43cdba1d93 More API keys and small Vue fixes. 2018-08-04 22:22:12 -04:00
PrestonN 24d56ecabf Fix mini player, make consistent wording and visual fixes 2018-08-03 21:59:26 -04:00
PrestonN 0969992228 Fix issues from Vue.js Merge 2018-08-02 22:18:08 -04:00
PrestonN 054a57d0e3 Merge branch 'vue-js' into development 2018-08-02 20:41:48 -04:00
PrestonN d1717e5e28 Fix subscribing in channel view and properly show live video 2018-07-30 20:33:14 -04:00
PrestonN d87878cc5f Fix error with user's having no subscriptions 2018-07-24 23:38:12 -04:00
PrestonN 95f11e893b Final Batch of Vue Changes before Testing 2018-07-24 22:44:09 -04:00
K06RA f30e66fd57 Huge Code Clean up and Small Issue Fixes
* Added ability for div.video to change size.

This is needed because it fixes the issue of not being able to see the new menus later on when we might need to add more menus to the context menu. I also deleted display: inline block because it won't work since there's a float: right (always enforces display: block).

* Removed display: inline-block

* Converted from Typescript to JS... Even if this was supposed to be for Vue, there's no Vue module installed on this branch...

* Added .code-workspace in .gitignore for those who use a vscode workspace. Also added .jsbeautifyrc to clean up the code.  This is definitely a good idea when the project gets larger.

* Formatted the entire codebase to use a single coding standard.

* Added comment header to all files

* Some things actually weren't formatted correctly, so I fixed those

* Code fixup

* Forgot to change API key

* Fixed issue #136

* Fixed ft.logs
2018-07-23 21:11:56 -04:00
PrestonN 6a6a11db31 Batch 3 of Vue Implementation. Close to being done. 2018-07-23 20:15:20 -04:00
PrestonN 1f79785cb4 Committing second batch of Vue.js implementation 2018-06-25 16:04:11 -04:00
Daniel Ng 20b23facad Resolved issue #45. Replaced try/catch statement with if/else for search. (#120) 2018-06-22 09:10:59 -04:00
PrestonN daeb89d74d Early progress on Vue.js implementation 2018-06-21 16:01:08 -04:00
PrestonN a2da7fa05c Fix closing menu when opening video externally 2018-06-16 19:12:43 -04:00