aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Add client build stats scriptChocobozzz2021-02-101-0/+33
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-1/+2
|
* Update server dependenciesChocobozzz2021-02-036-24/+36
|
* Add ability to build client with source mapsChocobozzz2021-02-022-2/+7
|
* Improve parse log with sqlChocobozzz2021-02-011-1/+14
|
* Use a profile manager for transcodingChocobozzz2021-01-281-2/+2
|
* Disable sql prettifier by defaultChocobozzz2021-01-261-1/+2
| | | | It adds too much lines, leading to difficulties when reading dev logs
* Refactor transcoding job handlersChocobozzz2021-01-211-3/+3
|
* Fix service workerChocobozzz2021-01-181-2/+1
|
* add script printing command to generate a resolution for a given fileRigel Kent2021-01-131-0/+52
|
* chore: add manifest in light buildkontrollanten2021-01-131-1/+1
|
* client: register service workerkontrollanten2021-01-131-0/+2
| | | | closes #296
* Use more threads for xz release compressionChocobozzz2021-01-071-1/+1
|
* Clearer error in parse logChocobozzz2020-12-221-5/+10
|
* Add gl supportChocobozzz2020-12-161-0/+1
|
* Only link to crowdfunding pages in creditsChocobozzz2020-12-141-1698/+0
|
* Fix deprecated i18n optionChocobozzz2020-12-141-1/+1
|
* Fix tests timeoutChocobozzz2020-12-141-2/+2
|
* Add joblog at the end of ciChocobozzz2020-12-141-4/+4
|
* Display job log in ciChocobozzz2020-12-141-8/+18
|
* Parse log script can take files as argsChocobozzz2020-12-141-15/+25
|
* Test with 3 parallel testsChocobozzz2020-12-141-3/+3
|
* Update i18n with new player keysChocobozzz2020-12-041-0/+2
|
* Update contributorsChocobozzz2020-12-021-93/+1712
|
* Fix local e2e testsChocobozzz2020-11-301-0/+1
|
* Remove unused i18n buildChocobozzz2020-11-261-6/+1
|
* Regen translationsChocobozzz2020-11-251-1/+1
|
* Update scripts to update translationsChocobozzz2020-11-251-3/+1
|
* Support encoding profilesChocobozzz2020-11-251-1/+1
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-252-2/+2
|
* fix lint for credits generationRigel Kent2020-11-221-13/+12
|
* move crowdfunding information to CREDITS.mdRigel Kent2020-11-211-124/+225
| | | | | moving that information to properly group contributions and crediting in preparation of the v3 crowdfunding end
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-10/+10
|
* Fix npm run testChocobozzz2020-11-101-1/+7
|
* Fix player translationsChocobozzz2020-11-091-4/+4
|
* Add missing player localized stringsChocobozzz2020-11-091-1/+3
|
* Fix testsChocobozzz2020-11-091-1/+1
|
* Begin live testsChocobozzz2020-11-091-1/+2
|
* Live streaming implementation first stepChocobozzz2020-11-092-2/+2
|
* Update angular to fix localize extraction bugChocobozzz2020-08-251-3/+0
|
* Remove unused gitlab ci env variablesChocobozzz2020-08-241-4/+0
|
* Use update i18n command instead of generateChocobozzz2020-08-241-0/+2
|
* Migrate to $localizeChocobozzz2020-08-142-139/+58
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Update build steps for localizationChocobozzz2020-08-141-1/+5
|
* Update player and server translationsChocobozzz2020-08-141-6/+25
|
* Fix icon namesChocobozzz2020-08-071-1/+1
|
* Handle unavailable videos in embed playlistsChocobozzz2020-08-071-1/+2
|
* Handle basic playlist in embedChocobozzz2020-08-071-1/+3
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-1/+3
|
* Upgrade to angular 10Chocobozzz2020-08-072-1/+2
|