aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-user-settings/user-video-settings.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix auto play setting for anonymous usersChocobozzz2023-01-231-1/+4
|
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-4/+4
|
* Add video filters to common video pagesChocobozzz2021-08-251-71/+22
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix client lintChocobozzz2021-08-171-7/+8
|
* Use HTML config when possibleChocobozzz2021-06-041-3/+3
|
* Better video languages filter UXChocobozzz2021-04-281-29/+40
| | | | | Don't throw if the user did not select any language, automatically select "all languages" instead
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+2
|
* Fix user video languages settingsChocobozzz2020-08-201-11/+35
|
* Migrate to $localizeChocobozzz2020-08-141-17/+7
| | | | | | | | | | | | * 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
* Use ng select for multiselectChocobozzz2020-08-111-15/+30
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+139