mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Merge branch 'master'
This commit is contained in:
commit
82ecd5d7a3
8 changed files with 7230 additions and 4173 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,12 @@
|
||||||
|
## [4.43.11](https://github.com/Ombi-app/Ombi/compare/v4.43.10...v4.43.11) (2024-01-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **emby:** Add more logging on the PlaySync to check for Tv Shows without a valid TMDB ([08eb13b](https://github.com/Ombi-app/Ombi/commit/08eb13b788582d576a0e1befdb8e84ef7ff0d2f3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [4.43.10](https://github.com/Ombi-app/Ombi/compare/v4.43.9...v4.43.10) (2023-11-20)
|
## [4.43.10](https://github.com/Ombi-app/Ombi/compare/v4.43.9...v4.43.10) (2023-11-20)
|
||||||
|
|
||||||
|
|
||||||
|
@ -2448,12 +2457,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [4.35.8](https://github.com/Ombi-app/Ombi/compare/v4.35.7...v4.35.8) (2023-02-17)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* **plex-oauth:** 🐛 Fixed an issue where using OAuth you could log in as a Ombi Local user [#4835](https://github.com/Ombi-app/Ombi/issues/4835) ([4098da3](https://github.com/Ombi-app/Ombi/commit/4098da305aaea9dae9a552644268a4fed7204cfe))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -118,39 +118,39 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="NewAlbums" xml:space="preserve">
|
<data name="NewAlbums" xml:space="preserve">
|
||||||
<value>New Albums</value>
|
<value>Novos álbuns</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NewMovies" xml:space="preserve">
|
<data name="NewMovies" xml:space="preserve">
|
||||||
<value>New Movies</value>
|
<value>Novos filmes</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NewTV" xml:space="preserve">
|
<data name="NewTV" xml:space="preserve">
|
||||||
<value>New TV</value>
|
<value>Novas séries</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GenresLabel" xml:space="preserve">
|
<data name="GenresLabel" xml:space="preserve">
|
||||||
<value>Gêneros:</value>
|
<value>Gêneros:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AlbumTypeLabel" xml:space="preserve">
|
<data name="AlbumTypeLabel" xml:space="preserve">
|
||||||
<value>Type:</value>
|
<value>Tipo:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SeasonLabel" xml:space="preserve">
|
<data name="SeasonLabel" xml:space="preserve">
|
||||||
<value>Temporada:</value>
|
<value>Temporadas:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EpisodesLabel" xml:space="preserve">
|
<data name="EpisodesLabel" xml:space="preserve">
|
||||||
<value>Episodes:</value>
|
<value>Episódios:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PoweredBy" xml:space="preserve">
|
<data name="PoweredBy" xml:space="preserve">
|
||||||
<value>Powered by</value>
|
<value>Distribuído por</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Unsubscribe" xml:space="preserve">
|
<data name="Unsubscribe" xml:space="preserve">
|
||||||
<value>Unsubscribe</value>
|
<value>Cancelar subscrição</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Album" xml:space="preserve">
|
<data name="Album" xml:space="preserve">
|
||||||
<value>Album</value>
|
<value>Álbum</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Movie" xml:space="preserve">
|
<data name="Movie" xml:space="preserve">
|
||||||
<value>Movie</value>
|
<value>Filmes</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TvShow" xml:space="preserve">
|
<data name="TvShow" xml:space="preserve">
|
||||||
<value>TV Show</value>
|
<value>Séries</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ombi",
|
"name": "ombi",
|
||||||
"version": "4.0.0",
|
"version": "3.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --port 3578 --configuration hmr",
|
"start": "ng serve --port 3578 --configuration hmr",
|
||||||
|
@ -13,55 +13,54 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^17.1.3",
|
"@angular/animations": "^15.2.10",
|
||||||
"@angular/cdk": "16.2.14",
|
"@angular/cdk": "^14.2.7",
|
||||||
"@angular/common": "^17.1.3",
|
"@angular/common": "^15.2.10",
|
||||||
"@angular/compiler": "^17.1.3",
|
"@angular/compiler": "^15.2.10",
|
||||||
"@angular/core": "^17.1.3",
|
"@angular/core": "^15.2.10",
|
||||||
"@angular/forms": "^17.1.3",
|
"@angular/forms": "^15.2.10",
|
||||||
"@angular/material": "^14.2.7",
|
"@angular/material": "^14.2.7",
|
||||||
"@angular/platform-browser": "^17.1.3",
|
"@angular/platform-browser": "^15.2.10",
|
||||||
"@angular/platform-browser-dynamic": "^17.1.3",
|
"@angular/platform-browser-dynamic": "^15.2.10",
|
||||||
"@angular/platform-server": "^17.1.3",
|
"@angular/platform-server": "^15.2.10",
|
||||||
"@angular/router": "^17.1.3",
|
"@angular/router": "^15.2.10",
|
||||||
"@angularclass/hmr": "^3.0.0",
|
"@angularclass/hmr": "^3.0.0",
|
||||||
"@auth0/angular-jwt": "^5.0.2",
|
"@auth0/angular-jwt": "^5.0.2",
|
||||||
"@fortawesome/fontawesome-free": "^6.4.2",
|
"@fortawesome/fontawesome-free": "^6.5.0",
|
||||||
"@microsoft/signalr": "^6.0.23",
|
"@microsoft/signalr": "^6.0.23",
|
||||||
"@ngx-translate/core": "^14.0.0",
|
"@ngx-translate/core": "^14.0.0",
|
||||||
"@ngx-translate/http-loader": "^7.0.0",
|
"@ngx-translate/http-loader": "^7.0.0",
|
||||||
"@ngxs/devtools-plugin": "3.8.1",
|
"@ngxs/devtools-plugin": "3.8.2",
|
||||||
"@ngxs/store": "3.8.1",
|
"@ngxs/store": "3.8.2",
|
||||||
"@types/jquery": "^3.5.23",
|
"@types/jquery": "^3.5.28",
|
||||||
"@yellowspot/ng-truncate": "^2.0.0",
|
"@yellowspot/ng-truncate": "^2.0.0",
|
||||||
"angularx-qrcode": "^16.0.0",
|
"angularx-qrcode": "^15.0.0",
|
||||||
"bootstrap": "^4.2.1",
|
"bootstrap": "^4.2.1",
|
||||||
"core-js": "^2.5.4",
|
"core-js": "^2.5.4",
|
||||||
"date-fns": "3.3.1",
|
|
||||||
"jquery": "3.7.1",
|
"jquery": "3.7.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash-es": "^4.17.21",
|
"moment": "^2.30.1",
|
||||||
"ng2-cookies": "^1.0.12",
|
"ng2-cookies": "^1.0.12",
|
||||||
"ngx-clipboard": "^16.0.0",
|
"ngx-clipboard": "^12.1.0",
|
||||||
"ngx-date-fns": "^11.0.0",
|
"ngx-infinite-scroll": "^9.0.0",
|
||||||
"ngx-infinite-scroll": "^17.0.0",
|
"ngx-moment": "^3.0.1",
|
||||||
|
"ngx-order-pipe": "^2.2.0",
|
||||||
"popper.js": "^1.14.3",
|
"popper.js": "^1.14.3",
|
||||||
"primeicons": "^6.0.1",
|
"primeicons": "^6.0.1",
|
||||||
"primeng": "^17.6.0",
|
"primeng": "^15.4.1",
|
||||||
"rxjs": "^7.5.4",
|
"rxjs": "^7.5.4",
|
||||||
"ts-md5": "^1.2.7",
|
"ts-md5": "^1.2.7",
|
||||||
"zone.js": "0.14.3"
|
"zone.js": "~0.13.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^17.1.3",
|
"@angular-devkit/build-angular": "^15.0.2",
|
||||||
"@angular/cli": "^17.1.3",
|
"@angular/cli": "^15.0.2",
|
||||||
"@angular/compiler-cli": "^17.1.3",
|
"@angular/compiler-cli": "^15.0.4",
|
||||||
"@babel/core": "^7.18.9",
|
"@babel/core": "^7.18.9",
|
||||||
"@compodoc/compodoc": "^1.1.19",
|
"@compodoc/compodoc": "^1.1.19",
|
||||||
"@storybook/angular": "7.6.14",
|
"@storybook/angular": "^6.5.9",
|
||||||
"@types/node": "^20.11.17",
|
|
||||||
"chromatic": "^6.7.1",
|
"chromatic": "^6.7.1",
|
||||||
"typescript": "5.2.2"
|
"typescript": "~4.8.4"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"protractor": "~5.4.0",
|
"protractor": "~5.4.0",
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -70,7 +70,7 @@
|
||||||
<PackageReference Include="AutoMapper" Version="12.0.0" />
|
<PackageReference Include="AutoMapper" Version="12.0.0" />
|
||||||
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
||||||
<PackageReference Include="LazyCache.AspNetCore" Version="2.4.0" />
|
<PackageReference Include="LazyCache.AspNetCore" Version="2.4.0" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.9" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.26" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.9">
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.9">
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
|
|
@ -22,13 +22,13 @@
|
||||||
"Monitored": "Monitorado",
|
"Monitored": "Monitorado",
|
||||||
"NotAvailable": "Não Disponível",
|
"NotAvailable": "Não Disponível",
|
||||||
"ProcessingRequest": "Processando Solicitação",
|
"ProcessingRequest": "Processando Solicitação",
|
||||||
"ProcessingRequest4K": "Processing Request 4K",
|
"ProcessingRequest4K": "Processando Pedido 4K",
|
||||||
"PendingApproval": "Aprovação Pendente",
|
"PendingApproval": "Aprovação Pendente",
|
||||||
"PendingApproval4K": "Pending Approval 4K",
|
"PendingApproval4K": "Aprovação 4K pendente",
|
||||||
"RequestDenied": "Solicitação Negada",
|
"RequestDenied": "Solicitação Negada",
|
||||||
"RequestDenied4K": "Request Denied 4K",
|
"RequestDenied4K": "Solicitação 4K Negada",
|
||||||
"NotRequested": "Não Solicitado",
|
"NotRequested": "Não Solicitado",
|
||||||
"NotRequested4K": "Not Requested 4K",
|
"NotRequested4K": "Não Solicitado 4K",
|
||||||
"Requested": "Solicitado",
|
"Requested": "Solicitado",
|
||||||
"Requested4K": "4K requisitado",
|
"Requested4K": "4K requisitado",
|
||||||
"Search": "Buscar",
|
"Search": "Buscar",
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
"RequestedBy": "Solicitado por",
|
"RequestedBy": "Solicitado por",
|
||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"RequestStatus": "Status da solicitação",
|
"RequestStatus": "Status da solicitação",
|
||||||
"Watched": "Watched",
|
"Watched": "Assistido",
|
||||||
"WatchedTooltip": "The user who made the request has watched it",
|
"WatchedTooltip": "The user who made the request has watched it",
|
||||||
"WatchedProgressTooltip": "Shows how much the user who made the request has watched it",
|
"WatchedProgressTooltip": "Shows how much the user who made the request has watched it",
|
||||||
"WatchedByUsersCount": "{{count}} users have watched this.",
|
"WatchedByUsersCount": "{{count}} users have watched this.",
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"version": "4.43.10"
|
"version": "4.43.11"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue