Commit Graph

144 Commits

Author SHA1 Message Date
Luxon JEAN-PIERRE c9f7a01612 fix issue #173: duplicated variable in translation files (#174)
A variable in .json files has been written twice.
2018-10-15 13:31:48 -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 746d9defef Fix build flatpak comman (#162) 2018-09-19 11:30:29 -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
Pablo Hinojosa 791b564509 Spanish translation (#128) 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 05a69e95fc Update build scripts in package.json 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 4f3e979ee8 Update README.md 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 1de81a30ec Merge remote-tracking branch 'origin/development' into development 2018-09-19 11:21:22 -04:00
PrestonN fc28527e94 Fix: Video not playing and YouTube/HookTube links not working 2018-09-19 11:21:09 -04:00
PrestonN 54dd6ad4fa Merge branch 'master' into development 2018-06-14 09:26:37 -04:00
PrestonN b9f2409e55 Merge remote-tracking branch 'origin/development' into development 2018-06-14 09:26:11 -04:00
PrestonN 4d4b82d06e Fix default channel barrier from being too large. 2018-06-14 09:25:56 -04:00
Gerardo b7482132eb Create it-It.json (#117)
* Create it-It.json

Added italian translation

* Rename it-It.json to it.IT.json
2018-06-14 08:49:09 -04:00
Preston 7f84496773
Update nl.json (#101)
Small corrections.
2018-06-13 20:42:24 -04:00
PrestonN db32089565 Default name for exported subscriptions and lighter scroll bar on dark theme. 2018-06-13 10:32:03 -04:00
PrestonN a9b0ede8fe Added Russian Translation 2018-06-13 10:06:37 -04:00
FreeTube a5e1db960c Fix: Videos not playing and opening YouTube and HookTube links. 2018-06-11 14:00:04 -04:00
Preston 96bd02ad24
Update README.md 2018-06-10 22:49:33 -04:00
Preston f5870f6135 Remove return statement 2018-06-09 09:55:45 -04:00
Alexander 8254ce3431 Added German Translation (#102)
* German Translation

Needs to be checked by a native speaker. Used google translate for the correct spelling. The // indicates an unsure.

* Update according feedback given.
2018-06-03 20:57:34 +00:00
Preston 6539b1db2a Merge branch 'development' 2018-06-02 12:04:43 -04:00
Preston 2af6f1261b
Update CONTRIBUTING.md 2018-06-02 15:37:29 +00:00
Preston 95282dd971
Update PULL_REQUEST_TEMPLATE.md 2018-06-02 15:25:00 +00:00
Preston df51a01cad
Update CONTRIBUTING.md 2018-06-02 15:23:51 +00:00
Preston 8950a559c6 Update README.md 2018-06-02 11:22:00 -04:00
Preston d61559ebf1 Add Thank You to about page 2018-06-02 11:03:19 -04:00
Preston 933ef6c509 Remove console.log 2018-06-01 23:05:13 -04:00