summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-05-13Merge pull request #1995 from syeopite/watch-on-invidiousTheFrenchGhosty
Add watch on Invidious button to embeds
2021-05-13Merge pull request #2072 from Maykin-99/revert-2062-patch-1TheFrenchGhosty
Revert "Set correct permissions in Dockerfile"
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-09make assets, config and locales readable onlyMaykin-99
2021-05-09Revert "Set correct permissions in Dockerfile"Maykin-99
2021-05-09Merge pull request #2062 from Maykin-99/patch-1Perflyst
Set correct permissions in Dockerfile
2021-05-06Merge pull request #2063 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-05-05Update Hebrew translationOmer I.S
2021-05-05Set correct permissions in DockerfileMaykin-99
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.
2021-05-04Merge pull request #2061 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-05-04Update Danish translationHackerNCoder
2021-05-04Update Indonesian translationReza Almanda
2021-05-04Update French translationOlivier Humbert
2021-04-29Merge pull request #2048 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-04-29Update Croatian translationMilo Ivir
2021-04-29Update Chinese (Traditional) translationJeff Huang
2021-04-29Update Turkish translationOğuz Ersen
2021-04-29Update Esperanto translationphlostically
2021-04-29Update Spanish translationJorge Maldonado Ventura
2021-04-29Update French translationOlivier Humbert
2021-04-29Update Russian translationNikita Epifanov
2021-04-21Merge pull request #2033 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-04-21Update French translationTiA4f8R
2021-04-21Merge pull request #2030 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-04-21Update Hebrew translationOmer I.S
2021-04-21Update Esperanto translationJorge Maldonado Ventura
2021-04-21Update Spanish translationJorge Maldonado Ventura
2021-04-21Update French translationOlivier Humbert
2021-04-21Merge pull request #1920 from SamantazFox/test-locales-consistencyTheFrenchGhosty
Test & fix locales consistency
2021-04-21Add newline at end of file for 'el' and 'zh-TW'Samantaz Fox
2021-04-21Minor fixes in locales after synchronizationSamantaz Fox
2021-04-21Add missing fields to locales (part 6)Samantaz Fox
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)
2021-04-21Add missing fields to locales (part 5)Samantaz Fox
* 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)
2021-04-21Make the linter happy, againSamantaz Fox
2021-04-21Add missing fields to locales (part 4)Samantaz Fox
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)
2021-04-21Add missing fields to locales (part 3)Samantaz Fox
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)
2021-04-21Add missing fields to locales (part 2)Samantaz Fox
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)
2021-04-21Add missing fields to locales (part 1)Samantaz Fox
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)
2021-04-21Add spec (test case) for locale files consistencySamantaz Fox
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