aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Use source sans 3 fontChocobozzz2021-01-131-5/+0
|
* Upgrade ng select to fix accessibility issuesChocobozzz2020-12-291-4/+4
|
* Use sass instead of deprecated node sassChocobozzz2020-11-191-368/+22
|
* Upgrade client dependenciesChocobozzz2020-11-191-2041/+2215
| | | | Migrate removed primeng theme to custom CSS
* HLS player fallback for non https contextChocobozzz2020-11-101-0/+7
|
* Fix audio sync after saving replayChocobozzz2020-11-091-4/+4
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-071-4/+4
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Upgrade client dep'Chocobozzz2020-08-251-622/+431
|
* Update angular to fix localize extraction bugChocobozzz2020-08-251-99/+114
|
* Remove unused markdown-it-emoji types dependencykimsible2020-08-141-8/+1
|
* Add unicode emoji to markdownkimsible2020-08-141-1/+13
|
* Migrate to $localizeChocobozzz2020-08-141-79/+45
| | | | | | | | | | | | * 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
* Remove angular pipes moduleChocobozzz2020-08-111-7/+0
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-15/+7
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Upgrade to angular 10Chocobozzz2020-08-071-1813/+1929
|
* Fix player hotkeys part 2Chocobozzz2020-08-031-4/+4
|
* Upgrade videojs hotkeys libChocobozzz2020-06-231-4/+4
|
* Update client dependenciesChocobozzz2020-06-171-1329/+1272
|
* Cleanup client dependenciesChocobozzz2020-06-091-4/+105
|
* Use tslib in clientChocobozzz2020-06-091-0/+5
|
* Add ar-001 localeChocobozzz2020-06-041-146/+154
|
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-1/+1
|
* Update translationsChocobozzz2020-05-111-181/+186
|
* Update client dependenciesChocobozzz2020-05-061-697/+877
|
* Revert partially "Update client angular"Chocobozzz2020-04-201-51/+51
| | | | | | This reverts commit 7a9f9c46261062fb7b718395a8f71c1b742764d4. Breaks canDeactivate on child route
* Update client angularChocobozzz2020-04-201-52/+52
|
* Update angularChocobozzz2020-04-141-350/+326
|
* Fix videojs subtitlesChocobozzz2020-04-081-5/+0
|
* Upgrade client dep' to fix primeng bugChocobozzz2020-04-021-41/+47
|
* Client dependencies upgradeChocobozzz2020-04-011-2192/+2033
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-0/+7
|
* Update hls.jsChocobozzz2020-02-281-4/+4
| | | | Seems to fix a bug when we manually update resolution
* Remove unused modulesChocobozzz2020-02-101-49/+5
|
* Use angular 9 clipboard cdkChocobozzz2020-02-101-15/+0
|
* Support i18n buildChocobozzz2020-02-101-5/+49
|
* Fix angular 9 buildChocobozzz2020-02-101-4/+4
|
* Add @angular/localizeChocobozzz2020-02-101-1/+1
|
* Upgrade angular librariesChocobozzz2020-02-101-43/+74
|
* Update to angular 9Chocobozzz2020-02-101-610/+1320
|
* Upgrade angular to latest 8Chocobozzz2020-02-101-824/+920
|
* Move streamroot plugin in core projectChocobozzz2020-01-311-5/+0
| | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code
* Cleanup some client FIXMEChocobozzz2020-01-291-4/+11
|
* Correctly type videojs playerChocobozzz2020-01-291-4/+9
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+34
|
* Remove huskyChocobozzz2020-01-211-13/+546
|
* Share playlists stateChocobozzz2020-01-061-0/+5
|
* Try new worflow with frenchChocobozzz2019-11-071-2/+46
|
* Add a drag&drop delay on playlist videos to allow user scroll on small ↵Julien Maulny2019-10-231-1/+1
| | | | | | | | | | | | | | | | screens (#2154) * Add delay on playlist element reordering to fix user scroll on mobile Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * Upgrade @angular/cdk to include bugfix about drag&drop Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * add delay on playlist drag&drop on all touch screens Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* Don't use beta angular qrcode packageChocobozzz2019-10-211-332/+11
|
* Update client dependenciesChocobozzz2019-10-211-1067/+2225
|