Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused markdown-it-emoji types dependency | kimsible | 2020-08-14 | 1 | -8/+1 |
| | |||||
* | Add unicode emoji to markdown | kimsible | 2020-08-14 | 1 | -1/+13 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 1 | -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 module | Chocobozzz | 2020-08-11 | 1 | -7/+0 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 1 | -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 10 | Chocobozzz | 2020-08-07 | 1 | -1813/+1929 |
| | |||||
* | Fix player hotkeys part 2 | Chocobozzz | 2020-08-03 | 1 | -4/+4 |
| | |||||
* | Upgrade videojs hotkeys lib | Chocobozzz | 2020-06-23 | 1 | -4/+4 |
| | |||||
* | Update client dependencies | Chocobozzz | 2020-06-17 | 1 | -1329/+1272 |
| | |||||
* | Cleanup client dependencies | Chocobozzz | 2020-06-09 | 1 | -4/+105 |
| | |||||
* | Use tslib in client | Chocobozzz | 2020-06-09 | 1 | -0/+5 |
| | |||||
* | Add ar-001 locale | Chocobozzz | 2020-06-04 | 1 | -146/+154 |
| | |||||
* | fix duplicate id in svg, empty alt in base email | Rigel Kent | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | Update translations | Chocobozzz | 2020-05-11 | 1 | -181/+186 |
| | |||||
* | Update client dependencies | Chocobozzz | 2020-05-06 | 1 | -697/+877 |
| | |||||
* | Revert partially "Update client angular" | Chocobozzz | 2020-04-20 | 1 | -51/+51 |
| | | | | | | This reverts commit 7a9f9c46261062fb7b718395a8f71c1b742764d4. Breaks canDeactivate on child route | ||||
* | Update client angular | Chocobozzz | 2020-04-20 | 1 | -52/+52 |
| | |||||
* | Update angular | Chocobozzz | 2020-04-14 | 1 | -350/+326 |
| | |||||
* | Fix videojs subtitles | Chocobozzz | 2020-04-08 | 1 | -5/+0 |
| | |||||
* | Upgrade client dep' to fix primeng bug | Chocobozzz | 2020-04-02 | 1 | -41/+47 |
| | |||||
* | Client dependencies upgrade | Chocobozzz | 2020-04-01 | 1 | -2192/+2033 |
| | |||||
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 1 | -0/+7 |
| | |||||
* | Update hls.js | Chocobozzz | 2020-02-28 | 1 | -4/+4 |
| | | | | Seems to fix a bug when we manually update resolution | ||||
* | Remove unused modules | Chocobozzz | 2020-02-10 | 1 | -49/+5 |
| | |||||
* | Use angular 9 clipboard cdk | Chocobozzz | 2020-02-10 | 1 | -15/+0 |
| | |||||
* | Support i18n build | Chocobozzz | 2020-02-10 | 1 | -5/+49 |
| | |||||
* | Fix angular 9 build | Chocobozzz | 2020-02-10 | 1 | -4/+4 |
| | |||||
* | Add @angular/localize | Chocobozzz | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | Upgrade angular libraries | Chocobozzz | 2020-02-10 | 1 | -43/+74 |
| | |||||
* | Update to angular 9 | Chocobozzz | 2020-02-10 | 1 | -610/+1320 |
| | |||||
* | Upgrade angular to latest 8 | Chocobozzz | 2020-02-10 | 1 | -824/+920 |
| | |||||
* | Move streamroot plugin in core project | Chocobozzz | 2020-01-31 | 1 | -5/+0 |
| | | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code | ||||
* | Cleanup some client FIXME | Chocobozzz | 2020-01-29 | 1 | -4/+11 |
| | |||||
* | Correctly type videojs player | Chocobozzz | 2020-01-29 | 1 | -4/+9 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -1/+34 |
| | |||||
* | Remove husky | Chocobozzz | 2020-01-21 | 1 | -13/+546 |
| | |||||
* | Share playlists state | Chocobozzz | 2020-01-06 | 1 | -0/+5 |
| | |||||
* | Try new worflow with french | Chocobozzz | 2019-11-07 | 1 | -2/+46 |
| | |||||
* | Add a drag&drop delay on playlist videos to allow user scroll on small ↵ | Julien Maulny | 2019-10-23 | 1 | -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 package | Chocobozzz | 2019-10-21 | 1 | -332/+11 |
| | |||||
* | Update client dependencies | Chocobozzz | 2019-10-21 | 1 | -1067/+2225 |
| | |||||
* | Cleanup HLS redundancy manager in client | Chocobozzz | 2019-09-05 | 1 | -14/+90 |
| | | | | With the new p2p-media-loader release | ||||
* | Update angular cli | Chocobozzz | 2019-08-23 | 1 | -75/+121 |
| | |||||
* | Update Angular -> 8.2.0 | Chocobozzz | 2019-08-01 | 1 | -307/+326 |
| | |||||
* | Fix webtorrent player | Chocobozzz | 2019-07-30 | 1 | -2/+34 |
| | |||||
* | Update client dependencies | Chocobozzz | 2019-07-25 | 1 | -1202/+997 |
| | |||||
* | Update angular | Chocobozzz | 2019-07-25 | 1 | -767/+1241 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 1 | -38/+18 |
| | |||||
* | Update client dep | Chocobozzz | 2019-04-02 | 1 | -2547/+1174 |
| | |||||
* | Playlist reorder support | Chocobozzz | 2019-03-18 | 1 | -0/+14 |
| |