summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2021-06-19Overhaul button icon html and stylingsyeopite
2021-06-19Add new icon button for instance redirectssyeopite
2021-06-19Change wording of redirect hyperlinksyeopite
2021-06-19Expose instance redirect to frontendsyeopite
2021-06-19Add route to redirect to another instancesyeopite
2021-06-19Add helper function to fetch random instancesyeopite
2021-06-19Merge pull request #2124 from raycheung/masterTheFrenchGhosty
Fix storyboard when proxied with an external port
2021-06-19Merge pull request #2168 from SamantazFox/rewrite-response-headersTheFrenchGhosty
Rewrite response headers
2021-06-19TypoTheFrenchGhosty
2021-06-19Merge pull request #2152 from syeopite/hooks-and-scriptsTheFrenchGhosty
Add scripts to ease development
2021-06-17Rewrite response headersSamantaz Fox
Fixes #2018 and #2153
2021-06-14Use if/else instead of return in search routeSamantaz Fox
2021-06-13Multiple search fixesSamantaz Fox
* Remove percent-encoding of the search query when calling youtube API, as it breaks UTF-8 * Empty search redirects to /search, not / * Show the fullscreen search "home page" (from #1977) at /search * Allow 'region=' parameter to be passed to /search * Other minor fixes
2021-06-13Change internal i18n key of sv-SE from sv to sv-SEsyeopite
2021-06-08Decode URL encoded preference cookie when parsingsyeopite
2021-06-08Upgrade to crystal 1.0.0syeopite
2021-06-07Merge pull request #1985 from SamantazFox/improve-youtube-api-helpersyeopite
Improve youtube api calls
2021-06-04typo in the template fileÉmilien Devos
2021-05-29Fix storyboard when proxied with an external portRay Cheung
Say if it's `http://host:port` internally and proxied to `https://domain:external_port`, the storyboard URL was rendered as `https://domain:port`.
2021-05-24Allow user preferences to effect extend_descsyeopite
2021-05-24Fix youtube API function's documentationSamantaz Fox
2021-05-24Craft the "context" data in a dedicated functionSamantaz Fox
As the amount of API endpoint function grow, this will prevent ugly code copy/pasta
2021-05-24Use '/youtubei/v1/browse' endpoint for playlistsSamantaz Fox
2021-05-24Use '/youtubei/v1/search' endpoint for search queriesSamantaz Fox
2021-05-24Multiple youtube_api.cr helper fixesSamantaz Fox
Add documentation Bump web client version string Add charset=UTF-8 to the 'content-type' header Parse JSON and return it as a Hash Handle API error messages
2021-05-23Change videojs-vr to the unminified versionsyeopite
2021-05-23Fix lintsyeopite
2021-05-23Add licence for videojs-vrsyeopite
2021-05-23Allow configurable support of interactive 360 vidsyeopite
2021-05-23Add support for VR videos through videojs-vrsyeopite
2021-05-21fix likes parsingEmilien Devos
2021-05-13Merge pull request #2008 from syeopite/mobile-uiTheFrenchGhosty
Improve player controls for mobile devices
2021-05-13Merge pull request #2052 from Myzel394/patch-1TheFrenchGhosty
Add autofocus attribute to search input
2021-05-13Merge pull request #1968 from syeopite/iss677TheFrenchGhosty
Add ability to expand/collapse description.
2021-05-13Merge pull request #1953 from syeopite/fix1673TheFrenchGhosty
Update regex expressions to handle unexpected '};'
2021-05-10Fix locale discrepancy for extend desc featuresyeopite
2021-05-10Remove unused class attr on labelsyeopite
2021-05-10Update code to reflect 'read more' btn name changesyeopite
2021-05-10Change wording of 'read more/less' & add to localesyeopite
2021-05-10Add functionality to read more buttonsyeopite
2021-05-10Added "Read More" button for video descriptionssh4dowb
2021-05-03Move player styling to separate filesyeopite
2021-05-03Add mobile-ui js to licensessyeopite
2021-05-03Improve mobile ux with videojs-mobile-uisyeopite
2021-04-30Added autofocus attribute to search inputMyzel394
Since the main action of this form is to search something, the input should automatically be focused.
2021-04-21Move locales definition to i18n.crSamantaz Fox
2021-04-17Merge pull request #1975 from tenpura-shrimp/disablequicTheFrenchGhosty
add option to disable quic
2021-04-17Merge pull request #1977 from syeopite/add996TheFrenchGhosty
Change empty home page to search engine like layout
2021-04-17Move navbar search bar render check to templatedsyeopite
2021-04-17Rename empty.ecr to search_homepage.ecrsyeopite