Commit Graph

2702 Commits (6c9dd8deb682ceccb8c5422fae1c161e6e77ace0)
 

Author SHA1 Message Date
Perflyst 62e9e9a662
Merge pull request #2062 from Maykin-99/patch-1
Set correct permissions in Dockerfile
3 years ago
TheFrenchGhosty a51c5c3ae7
Merge pull request #2063 from weblate/weblate-invidious-translations
Translations update from Weblate
3 years ago
Omer I.S 26636eda0d
Update Hebrew translation 3 years ago
Maykin-99 074df7637b
Set correct permissions in Dockerfile
When having a `umask` of `xx7` (e.g. `027`) on the host machine then the directories `assets`, `config` and `locales` don't become readable to the `invidious` user inside the Docker container since the `COPY` commands result in files owned by `root` with the same file permissions like on the host (`640` in my case).

By adding `--chown=invidious` to the `COPY` command we ensure the `invidious` user can read these files.
3 years ago
TheFrenchGhosty 4fc8905ebf
Merge pull request #2061 from weblate/weblate-invidious-translations
Translations update from Weblate
3 years ago
HackerNCoder 8cbb2278a7
Update Danish translation 3 years ago
Reza Almanda fe7f8c3c3a
Update Indonesian translation 3 years ago
Olivier Humbert 91430738e7
Update French translation 3 years ago
syeopite d6585d7583
Overhaul Invidious's "Youtube" player style 3 years ago
syeopite 1924d75c2b
Improve mobile user interface for video player 3 years ago
syeopite 06b27d932d
Move player styling to separate file 3 years ago
syeopite ac1ac2cfed
Add mobile-ui js to licenses 3 years ago
syeopite 53cdb04be7
Improve mobile ux with videojs-mobile-ui 3 years ago
Myzel394 c106de02e9
Added autofocus attribute to search input
Since the main action of this form is to search something, the input should automatically be focused.
3 years ago
TheFrenchGhosty 8bc91ced4f
Merge pull request #2048 from weblate/weblate-invidious-translations
Translations update from Weblate
3 years ago
Milo Ivir 2d0b9597cc
Update Croatian translation 3 years ago
Jeff Huang b92fbb893b
Update Chinese (Traditional) translation 3 years ago
Oğuz Ersen 957a40df1f
Update Turkish translation 3 years ago
phlostically 1eea5b350d
Update Esperanto translation 3 years ago
Jorge Maldonado Ventura c8e7080d1d
Update Spanish translation 3 years ago
Olivier Humbert 629d0e441f
Update French translation 3 years ago
Nikita Epifanov 5cfb878131
Update Russian translation 3 years ago
TheFrenchGhosty bfd02ac13d
Merge pull request #2033 from weblate/weblate-invidious-translations
Translations update from Weblate
3 years ago
TiA4f8R bd50bb1aa4
Update French translation 3 years ago
TheFrenchGhosty 1045062147
Merge pull request #2030 from weblate/weblate-invidious-translations
Translations update from Weblate
3 years ago
Omer I.S 492def3b76 Update Hebrew translation 3 years ago
Jorge Maldonado Ventura afde9ac8a3 Update Esperanto translation 3 years ago
Jorge Maldonado Ventura d977258c6c Update Spanish translation 3 years ago
Olivier Humbert 62943f8803 Update French translation 3 years ago
TheFrenchGhosty 22e0859538
Merge pull request #1920 from SamantazFox/test-locales-consistency
Test & fix locales consistency
3 years ago
Samantaz Fox 2c47ef31c0 Add newline at end of file for 'el' and 'zh-TW' 3 years ago
Samantaz Fox d69b9f9cf8 Minor fixes in locales after synchronization 3 years ago
Samantaz Fox a52e9be3e8 Add missing fields to locales (part 6)
Updated da.json     (Danish)
Updated de.json     (German)
Updated eo.json     (Esperando)
Updated es.json     (Spanigh)
Updated nb-NO.json  (Norvegian)
Updated nl.json     (Dutch)
Updated pl.json     (Polish)
Updated pt-BR.json  (Portuguese, Brasil)
Updated ro.json     (Romanian)
Updated ru.json     (Russian)
Updated sv-SE.json  (Swedish)
Updated uk.json     (Ukrainian)
Updated zh-CN.json  (Chinese, China)
3 years ago
Samantaz Fox 21f9141500 Add missing fields to locales (part 5)
* Also includes minor fixes when I could (french, italian, icelandic)
* Added a new line at the end of en-US translation.

Updated ar.json     (Arabic)
Updated el.json     (Greek)
Updated fa.json     (Persian)
Updated fr.json     (French)
Updated is.json     (Icelandic)
Updated it.json     (Italian)
Updated tr.json     (Turkish)
Updated zh-TW.json  (Chinese, Taiwan)
3 years ago
Samantaz Fox 0e000e44aa Make the linter happy, again 3 years ago
Samantaz Fox ad9fe3be09 Add missing fields to locales (part 4)
Updated el.json     (Greek)
Updated fa.json     (Persian)
Updated fi.json     (Finnish)
Updated it.json     (Italian)
Updated pt-PT.json  (Portuguese, Portugal)
Updated zh-TW.json  (Chinese, Taiwan)
3 years ago
Samantaz Fox 3829bdf198 Add missing fields to locales (part 3)
Updated el.json     (Greek)
Updated fa.json     (Persian)
Updated fi.json     (Finnish)
Updated it.json     (Italian)
Updated pt-PT.json  (Portuguese, Portugal)
Updated sv-SE.json  (Swedish)
Updated tr.json     (Turkish)
Updated uk.json     (Ukrainian)
Updated zh-CN.json  (Chinese, China)
Updated zh-TW.json  (Chinese, Taiwan)
3 years ago
Samantaz Fox 6933a049b1 Add missing fields to locales (part 2)
Updated ja.json    (Japanese)
Updated nb-NO.json (Norwegian Bokmål)
Updated nl.json    (Dutch)
Updated pl.json    (Polish)
Updated pt-BR.json (Portuguese, Brazil)
Updated ro.json    (Romanian)
Updated ru.json    (Russian)
3 years ago
Samantaz Fox e3544bf4bc Add missing fields to locales (part 1)
Updated ar.json (Arabic)
Updated de.json (German)
Updated eo.json (Esperanto)
Updated es.json (Spanish)
Updated fr.json (French)
Updated hr.json (Hungarian)
Updated id.json (Indonesian)
Updated is.json (Icelandic)
3 years ago
Samantaz Fox d5d0cb6a0c Add spec (test case) for locale files consistency 3 years ago
Samantaz Fox cac5f20a28 Move locales definition to i18n.cr 3 years ago
TheFrenchGhosty beea32661a
Merge pull request #1975 from tenpura-shrimp/disablequic
add option to disable quic
3 years ago
TheFrenchGhosty b9e57d0283
Merge pull request #1977 from syeopite/add996
Change empty home page to search engine like layout
3 years ago
syeopite 5c0458a887
Move navbar search bar render check to templated 3 years ago
syeopite 65942cd46c
Rename empty.ecr to search_homepage.ecr 3 years ago
Andrew Zhao 9a8f1a0b0a add option to disable quic 3 years ago
TheFrenchGhosty edb37c95e1
Merge pull request #2011 from syeopite/video-alias-url-params
Preserve url params in video route aliases
3 years ago
TheFrenchGhosty 896882958d
Merge pull request #2003 from 138138138/master
Fix iOS 12.5.2 Layout
3 years ago
syeopite 45d687c4e1
Preserve url params in video aliases 3 years ago
TheFrenchGhosty 42be1321b2
Merge pull request #2006 from namazso/patch-1
Fix statistics misreporting register allow state
3 years ago