25 Commits

Author SHA1 Message Date
Rafael Vieira
5913b7b3e9 feat(server): add i18n for translation of api
Implementation of i18n system to API translation. This change use i18next lib, simple and
extensible internationalization-framework, with support to plugins.

- out of router: use passing i18next on index.js for any class. Look tv-guide-service.js
- on a route: use req.t(). look api.js
2021-07-06 01:00:39 -03:00
Rafael Vieira
2a843b8d0f chore(git-hooks): add Conventional Commits with lint and cli utility
Implementation of conventional commits, a pattern to commit's message with a focus on
automation and human read.

These changes don't affect the application development, build or run.
- `Commitlint` is added to validate all new commits and help developers remember to use patter,
before to send to remote repository.
- `cz-cli` aka `Commitizen` makes available a cli utility to help developer to create commits.
- `Husky` are add for easy integrate on git's hooks.
2021-07-04 18:57:06 -03:00
vexorian
44341f9c9f Merge branch 'main' into dev/1.4.x 2021-05-31 09:07:24 -04:00
vexorian
b7770ca800
Merge pull request #320 from vexorian/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2021-05-31 09:06:09 -04:00
vexorian
01ecb7e5f9
Merge pull request #321 from vexorian/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.2 to 6.5.4
2021-05-31 09:05:55 -04:00
vexorian
b87e2069cc
Merge pull request #322 from vexorian/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
2021-05-31 09:05:35 -04:00
vexorian
ac8bde9e75
Merge pull request #323 from vexorian/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.12.0 to 4.16.6
2021-05-31 09:05:23 -04:00
vexorian
a2f737649f
Merge pull request #324 from vexorian/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.15 to 4.17.21
2021-05-31 08:49:05 -04:00
dependabot[bot]
f2888ab4d8
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 12:44:29 +00:00
dependabot[bot]
cedf8e036c
Bump browserslist from 4.12.0 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.0...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 12:44:26 +00:00
dependabot[bot]
8a93b7af05
Bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 12:44:25 +00:00
dependabot[bot]
6151216121
Bump elliptic from 6.5.2 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 12:44:24 +00:00
dependabot[bot]
dbbf1b0ae2
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 12:44:23 +00:00
dependabot[bot]
b7209427bc
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 12:44:23 +00:00
dependabot[bot]
337c29433d
Bump angular from 1.7.9 to 1.8.0
Bumps [angular](https://github.com/angular/angular.js) from 1.7.9 to 1.8.0.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.7.9...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 12:44:19 +00:00
Rafael Vieira
3bf63be768 Create a upload for channel logos 2021-01-20 00:30:46 -03:00
vexorian
0bc810ccec Introducing dizqueTV 2020-08-10 22:53:40 -04:00
vexorian
71fc2e278a Revert "Bump angular from 1.7.9 to 1.8.0"
This reverts commit e068b4bb3c4d6932ba508837e70a2075688a025d.
2020-08-10 00:32:36 -04:00
vexorian
21afdec8ba Merge remote-tracking branch 'flying-sausages/patch-1' into development 2020-08-09 19:14:39 -04:00
Jordan Koehn
0fe29e7598 Handle stream stream concatination using ffmpeg concat demuxer (ffmpeg 4.2+ required).
Change docker container to use alpine linux, comes with ffmpeg 4.2+ easier.
Encode commercials to be same video codec as programs when channel icons enabled. Resolution/framerate could still be problematic.
2020-06-20 13:26:37 -04:00
Jordan Koehn
d5f4bea481 change from node-fetch to axios. Seems to be less strict. Confirmed working for remote servers whereas node-fetch would throw error 'Only absolute URLs are supported' if server was remote." 2020-06-20 13:26:36 -04:00
dependabot[bot]
e068b4bb3c
Bump angular from 1.7.9 to 1.8.0
Bumps [angular](https://github.com/angular/angular.js) from 1.7.9 to 1.8.0.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.7.9...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-18 15:32:55 +00:00
Dan Ferguson
681ab5f6c6 alpha v4 2020-04-23 16:11:40 -04:00
Dan Ferguson
d28032fab4 v2 alpha 2020-04-07 17:03:39 -04:00
Dan Ferguson
a54603299b Initial commit 2020-03-28 14:06:22 -04:00