Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert sass loader upgrade | Chocobozzz | 2021-04-12 | 1 | -9/+1 |
| | | | | It only supports webpack 4 | ||||
* | Upgrade main client dependencies | Chocobozzz | 2021-04-12 | 1 | -531/+444 |
| | |||||
* | add loop toggle to the player contextmenu | Rigel Kent | 2021-04-12 | 1 | -7/+137 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2021-03-24 | 1 | -467/+555 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-02-25 | 1 | -690/+761 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2021-02-03 | 1 | -1433/+1029 |
| | |||||
* | Update angular | Chocobozzz | 2021-02-03 | 1 | -795/+1141 |
| | |||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 1 | -5/+0 |
| | |||||
* | Upgrade ng select to fix accessibility issues | Chocobozzz | 2020-12-29 | 1 | -4/+4 |
| | |||||
* | Use sass instead of deprecated node sass | Chocobozzz | 2020-11-19 | 1 | -368/+22 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 1 | -2041/+2215 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | HLS player fallback for non https context | Chocobozzz | 2020-11-10 | 1 | -0/+7 |
| | |||||
* | Fix audio sync after saving replay | Chocobozzz | 2020-11-09 | 1 | -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) | Kimsible | 2020-11-07 | 1 | -4/+4 |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Upgrade client dep' | Chocobozzz | 2020-08-25 | 1 | -622/+431 |
| | |||||
* | Update angular to fix localize extraction bug | Chocobozzz | 2020-08-25 | 1 | -99/+114 |
| | |||||
* | 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 |
| |