aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Analyze embed too with bundlewatchChocobozzz2020-08-063-6/+6
|
* Fix embed buildChocobozzz2020-08-061-1/+1
|
* Limit github actions on PRChocobozzz2020-08-061-1/+3
|
* Test bundlewatchChocobozzz2020-08-061-2/+8
|
* Add migrations for abuse messagesChocobozzz2020-07-311-0/+1
|
* Execute external tests on scheduleChocobozzz2020-07-311-1/+1
|
* Correctly test ldapChocobozzz2020-07-311-1/+1
|
* Test ldapChocobozzz2020-07-311-1/+1
|
* Don't run in parallel cli and plugin testsChocobozzz2020-07-312-7/+7
|
* Fix lintChocobozzz2020-07-316-130/+135
|
* Use parallel to run tests in parallelChocobozzz2020-07-311-16/+56
|
* Don't rely on youtube for testsChocobozzz2020-07-311-1/+1
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Update my-account sub-menus icons (#2977)Kim2020-07-231-0/+1
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix embed p2p warning localizationChocobozzz2020-07-201-1/+1
|
* ar to ar-001 localeChocobozzz2020-07-021-2/+2
|
* update scripts/generate-code-contributors.tsRigel Kent2020-07-011-4/+5
|
* Use TS_NODE_FILES instead of --filesChocobozzz2020-06-181-1/+2
| | | | Because --files does not work
* Fix testsChocobozzz2020-06-181-1/+1
|
* Fix npm run buildChocobozzz2020-06-112-5/+1
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-0/+4
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Add kab and vi localesChocobozzz2020-06-041-0/+6
|
* Add ar-001 localeChocobozzz2020-06-041-0/+3
|
* Merge branch 'release/2.2.0' into developChocobozzz2020-06-021-0/+1
|\
| * Fix emailsChocobozzz2020-06-021-0/+1
| |
* | Revert "Remove oc locale support"Chocobozzz2020-05-291-0/+3
|/ | | | This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82.
* Unblock ios e2e testsChocobozzz2020-05-122-2/+2
|
* Add moderation helpers to pluginsChocobozzz2020-05-078-8/+8
|
* Add plugin ldap testsChocobozzz2020-05-041-0/+3
|
* Support logout and add id and pass testsChocobozzz2020-05-041-2/+2
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Add SQL query support in pluginsChocobozzz2020-04-091-1/+1
|
* Remove oc locale supportChocobozzz2020-04-061-3/+0
| | | | | | | It does not work since many releases, and nobody created an issue so we don't consider it much use It does not work because Angular does not know this locale: https://github.com/angular/angular/tree/master/packages/common/locales
* Update creditsChocobozzz2020-02-281-1/+2
|
* Fix npm run devChocobozzz2020-02-193-4/+6
|
* Use bash to run build scripts tooChocobozzz2020-02-193-3/+3
|
* Use bash to run scriptsChocobozzz2020-02-195-5/+5
|
* Create template dirs for openapi clients and provide README templatesAverage Dude2020-02-181-1/+4
| | | | | The definitions are now also in the template dirs because they will be ignored by the generator. Generators only use overrides and don't do anything with new files.
* Merge branch 'open-api-clients' into developChocobozzz2020-02-172-0/+86
|\