Commit Graph

66 Commits

Author SHA1 Message Date
Preston 76a425e82c Merge branch 'development' 2018-03-20 14:19:07 -04:00
Preston 3ea4ad4ddf Fix: Comment out dependencies 2018-03-20 14:18:56 -04:00
Preston 8f614c55c5 Merge branch 'development' 2018-03-19 19:41:30 -04:00
Preston 1c471b5bad Fix: Revert back to Heroku calls for youtube-dl because of Windows 2018-03-19 19:41:21 -04:00
Preston 8bc2f7aca7 Merge branch 'development' 2018-03-18 15:29:35 -04:00
Preston c624b7f02c Fix Icon Location in package.json 2018-03-18 15:29:15 -04:00
Preston d928276046 Merge branch 'development' 2018-03-17 20:51:31 -04:00
Preston b387c75627 Bump version number to 0.2.0 2018-03-17 20:51:21 -04:00
Preston bc20f1e177 Feature: Video options list 2018-03-17 14:29:27 -04:00
Preston 975d60cade [WIP] Video Options Menu and OPML Export Fix 2018-03-16 16:04:29 -04:00
Preston 1ac6ce7dce Features: Video Duration, Double click to full screen and more.
Loading Subscriptions is MUCH faster.
2018-03-15 10:59:50 -04:00
Nathen Lyman 5729aa2c8b #46 Imposible to remove saved video (#54)
Simple fix to remove typo and some cleanup
2018-03-15 00:09:09 +00:00
Larivact 845aca3fc9 Refactor code and improve comments (#40)
* Refactor channels.js

* Refactor templates/about.html

* Refactor events.js, fix template bug

* Improve comments in youtubeApi.js

* Remove duplicated apiKeyBank in settings.js

* Capitalize comments in init.js

* Minor style changes in savedVideos.js

* Refactor videos.js, rename displayVideos() to displayVideo()

* Minor changes in layout.js and videos.js
2018-03-12 23:37:30 +00:00
5had0w5talk3r d09138c1a6 Move background-color property in loading.css to *Theme.css (#43)
* Update loading.css

Remove background-color property to allow for easier theming.

* Update lightTheme.css

Add background-color property from loading.css

* Update darkTheme.css

Add background-color from loading.css
2018-03-12 23:31:33 +00:00
Preston 0f4a9f3ca7 Feature: Finsh subtitle support 2018-03-11 23:06:30 -04:00
Preston 4e8eb94c45 Fix: Next page token wasn't being grabbed properly 2018-03-11 21:30:43 -04:00
Preston b6df7b09d4 Update README.md 2018-03-11 21:22:55 -04:00
Preston c0ff1cef57 Feature: Run youtube-dl locally instead of calling a server. 2018-03-11 21:08:35 -04:00
Larivact 9478917493 Load templates with fs.readFileSync() instead of jquery.get() (#33)
* Load templates with require() instead of jquery.get()

* Remove stray semicolons
2018-03-11 18:15:54 +00:00
Larivact 82415c0d15 Improve README.md (#36) 2018-03-11 18:14:36 +00:00
Preston 700b676a7c Fix issue with keyboard shortcuts and subtitle support 2018-03-11 02:24:03 -04:00
Preston 11335632fd Move player functions to own file and added Keyboard shortcuts 2018-03-10 16:13:01 -05:00
Preston 84ae24ea26 Merge branch 'master' into development 2018-03-10 16:06:58 -05:00
Preston e97818344f Merge remote-tracking branch 'origin/master' 2018-03-10 16:06:42 -05:00
Larivact a73b824295 Replace proprietary googleApi.js with HTTP Requests (#21)
* Ditch googleApi.js, use request instead; refactor code

* Update README.md, the Google API script is no longer used

* Cleanup leftovers

* Fix request dependency in package.json

* Update API keys

* Update youtubeApi.js to use HTTP keep-alive for performance

* Fix indentation to two spaces

* Fix endless loop in subscriptions.js: loadSubscriptions()

* Use jquery.getJSON() instead of request module
2018-03-10 21:03:32 +00:00
Preston 8a605b4458
Update README.md 2018-03-10 16:51:38 +00:00
Preston a62d3e9fc4
Update CONTRIBUTING.md 2018-03-10 16:50:27 +00:00
Preston 888bb30b43
Create PULL_REQUEST_TEMPLATE.md 2018-03-10 16:44:18 +00:00
Preston 2c161f0404
Create CONTRIBUTING.md 2018-03-10 16:33:33 +00:00
Larivact 8733cec79c Use jquery.getJSON() instead of request module 2018-03-10 11:08:06 +01:00
Larivact 76d98500f6 Fix endless loop in subscriptions.js: loadSubscriptions() 2018-03-10 11:06:34 +01:00
Larivact 2b2fe4016e Fix indentation to two spaces 2018-03-10 08:46:58 +01:00
Larivact 4ae75611e8
Merge branch 'master' into master 2018-03-10 08:10:26 +01:00
Larivact ec4fb19f24 Update youtubeApi.js to use HTTP keep-alive for performance 2018-03-08 06:23:09 +01:00
Larivact 1e3a505b4e Update API keys 2018-03-08 06:22:12 +01:00
Preston 2af047becc Merge branch 'development' 2018-03-07 20:28:25 -05:00
Preston 21e55648a0 Bump version number to 0.1.3 2018-03-07 20:28:11 -05:00
Preston 49a5a50d12 Merge branch 'development' 2018-03-07 20:27:14 -05:00
Preston 086d4d42a5 Fix: Change text on playback speed 2018-03-07 20:27:04 -05:00
Preston 3ebcde1996 Merge branch 'development' 2018-03-07 20:22:06 -05:00
Preston dbb3a6a20d Update README.md 2018-03-07 20:21:32 -05:00
Preston c4b112435e Merge branch 'master' into development 2018-03-07 20:19:21 -05:00
Preston 970ddef2a9 Switch to youtube-dl API and Fix API Keys 2018-03-07 20:19:03 -05:00
Larivact 4cb4871f34 Fix request dependency in package.json 2018-03-07 07:58:08 +01:00
Larivact cde9175d54 Cleanup leftovers 2018-03-07 07:35:08 +01:00
Larivact bb36906583 Update README.md, the Google API script is no longer used 2018-03-07 07:15:02 +01:00
Larivact d2418d13dd Merge https://github.com/FreeTubeApp/FreeTube 2018-03-07 07:05:03 +01:00
Larivact 46d26c0c6d Ditch googleApi.js, use request instead; refactor code 2018-03-07 07:04:47 +01:00
Preston dba8ea5272 Feature: Edit playback speed and hide menu. 2018-03-06 21:35:45 -05:00
Larivact 37007e11c1 Add Google API disclaimer to README.md and correct statments (#19)
* Add Google API disclaimer to README.md intro

* Fix README.md typo

* Be more specific in README.md about tracking prevention
2018-03-06 16:34:24 +00:00