summaryrefslogtreecommitdiffstats
path: root/assets/js/notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/notifications.js')
0 files changed, 0 insertions, 0 deletions
t'>Fix 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-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-04Update Danish translationHackerNCoder 2021-05-04Update Indonesian translationReza Almanda 2021-05-04Update French translationOlivier Humbert 2021-05-03Overhaul Invidious's "Youtube" player stylesyeopite 2021-05-03Improve mobile user interface for video playersyeopite 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-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-21Update French translationTiA4f8R 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-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)