aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Use sass instead of deprecated node sassChocobozzz2020-11-191-3/+1
|
* Upgrade client dependenciesChocobozzz2020-11-191-38/+39
| | | | Migrate removed primeng theme to custom CSS
* Update my emailChocobozzz2020-11-121-1/+1
|
* HLS player fallback for non https contextChocobozzz2020-11-101-0/+2
|
* Fix audio sync after saving replayChocobozzz2020-11-091-1/+1
| | | | | 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-1/+1
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Bumped to version v2.4.0v2.4.0Chocobozzz2020-09-081-1/+1
|
* Bumped to version v2.4.0-rc.1v2.4.0-rc.1Chocobozzz2020-08-271-1/+1
|
* Upgrade client dep'Chocobozzz2020-08-251-6/+6
|
* Update angular to fix localize extraction bugChocobozzz2020-08-251-12/+12
|
* Remove unused markdown-it-emoji types dependencykimsible2020-08-141-1/+0
|
* Add unicode emoji to markdownkimsible2020-08-141-0/+1
|
* Migrate to $localizeChocobozzz2020-08-141-12/+11
| | | | | | | | | | | | * 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-1/+0
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-3/+2
| | | | | | | - 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-33/+32
|
* Fix player hotkeys part 2Chocobozzz2020-08-031-1/+1
|
* Bumped to version v2.3.0v2.3.0Chocobozzz2020-07-211-1/+1
|
* Bumped to version v2.3.0-rc.1v2.3.0-rc.1Chocobozzz2020-07-061-1/+1
|
* Upgrade videojs hotkeys libChocobozzz2020-06-231-1/+1
|
* Update client dependenciesChocobozzz2020-06-171-5/+5
|
* Cleanup client dependenciesChocobozzz2020-06-091-7/+3
|
* Use tslib in clientChocobozzz2020-06-091-2/+2
|
* Add ar-001 localeChocobozzz2020-06-041-14/+14
|
* Bumped to version v2.2.0v2.2.0Chocobozzz2020-06-021-1/+1
|
* Bumped to version v2.2.0-rc.1v2.2.0-rc.1Chocobozzz2020-05-181-1/+1
|
* Update client dependenciesChocobozzz2020-05-061-9/+9
|
* Revert partially "Update client angular"Chocobozzz2020-04-201-12/+12
| | | | | | This reverts commit 7a9f9c46261062fb7b718395a8f71c1b742764d4. Breaks canDeactivate on child route
* Update client angularChocobozzz2020-04-201-13/+13
|
* Update angularChocobozzz2020-04-141-14/+14
|
* Fix videojs subtitlesChocobozzz2020-04-081-1/+0
|
* Upgrade client dep' to fix primeng bugChocobozzz2020-04-021-1/+1
|
* Client dependencies upgradeChocobozzz2020-04-011-31/+28
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-0/+1
|
* Update hls.jsChocobozzz2020-02-281-1/+1
| | | | Seems to fix a bug when we manually update resolution
* Bumped to version v2.1.1Chocobozzz2020-02-281-1/+1
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-111-1/+1
|\
| * Bumped to version v2.1.0v2.1.0Chocobozzz2020-02-111-1/+1
| |
* | Remove unused modulesChocobozzz2020-02-101-2/+0
| |
* | Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+0
| |
* | Support i18n buildChocobozzz2020-02-101-0/+2
| |
* | Fix angular 9 buildChocobozzz2020-02-101-1/+1
| |
* | Add @angular/localizeChocobozzz2020-02-101-1/+1
| |
* | Upgrade angular librariesChocobozzz2020-02-101-10/+10
| |
* | Update to angular 9Chocobozzz2020-02-101-18/+20
| |
* | Upgrade angular to latest 8Chocobozzz2020-02-101-14/+14
| |
* | Move streamroot plugin in core projectChocobozzz2020-01-311-1/+0
| | | | | | | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code
* | Cleanup some client FIXMEChocobozzz2020-01-291-1/+1
| |
* | Correctly type videojs playerChocobozzz2020-01-291-1/+2
| |
* | Add ability to list redundanciesChocobozzz2020-01-281-0/+1
|/