summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Collapse)Author
2025-05-10Add Javascript licence information automaticallysyeopite
This commit automates the process of documenting the licenses of Invidious Javascript files through a compile time macro in the licenses.ecr template file. This should hopefully help keep the license documentation up-to-date and allow extensions like LibreJS to always be able to load the latest Javascript files of Invidious. Currently only Invidious's first-party Javascript files are supported. In the future it should be possible to leverage videojs-dependencies.yml to automatically document the Javascript licenses for VideoJS and co. as well.
2023-01-21Deps: Use the right source path when copying .min.css filesSamantaz Fox
Thanks to therealresonix for the catch!
2023-01-14make shell scripts executable (chmod 755)Samantaz Fox
2022-07-04Fix syntax errors in shell scriptsSamantaz Fox
2022-05-21Print some helpful notice for PostgreSQL configurationSamantaz Fox
2022-05-21Add a script to start postgres and create user/DBSamantaz Fox
2022-05-21Add a script to install dependenciesSamantaz Fox
2022-02-02Merge pull request #2827 from SamantazFox/more-code-cleanupSamantaz Fox
More code cleanup
2022-01-28Remove script for locales propagationSamantaz Fox
Not required anymore now that weblate takes care of it
2021-10-02Update/create versions.yml after dep installationsyeopite
2021-10-02Propagate exceptions from fibersyeopite
2021-10-02Use command literal for extractionsyeopite
2021-09-18Use shell command `sha1sum` for checksumsyeopite
Crystal doesn't support OpenSSL3, the version Alpine uses. See https://github.com/iv-org/invidious/pull/2397#issuecomment-922375908
2021-09-18Fix minified silvermine-...quality* fetchingsyeopite
2021-09-18Change "VideoJS" in put reports to "Player"syeopite
2021-09-18Rename fetch_videojs* to fetch_player*syeopite
2021-09-18Print message when VideoJS deps are satisfiedsyeopite
2021-09-18Add script to resolve and fetch VideoJS filessyeopite
2021-06-13Add ability to propagate locale removalssyeopite
2021-06-13Fix typossyeopite
2021-06-13Add locale-key-propagater and auto linter hookssyeopite