Skip to content

Commit

Permalink
Merge pull request #2621 from tidusjar/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tidusjar committed Oct 25, 2018
2 parents 627c145 + c4dfe90 commit 4f87f75
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 17 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,34 @@

## v3.0.3919 (2018-10-18)

### **Fixes**

- New translations en.json (French) [Jamie]

- New translations en.json (French) [Jamie]

- New translations en.json (French) [Jamie]

- New translations en.json (Dutch) [Jamie]

- Fixed the issue with mobile notifications. [Jamie]

- Fixed #2514. [Jamie]


## v3.0.3923 (2018-10-19)

### **New Features**

- Update CHANGELOG.md. [Jamie]

### **Fixes**

- Fixed #2601. [Jamie]


## v3.0.3919 (2018-10-17)

### **New Features**

- Added automation tests for the voting feature. [TidusJar]
Expand Down
4 changes: 2 additions & 2 deletions src/Ombi.Core/Rule/Rules/Search/CouchPotatoCacheRule.cs
Expand Up @@ -11,12 +11,12 @@ namespace Ombi.Core.Rule.Rules.Search
{
public class CouchPotatoCacheRule : BaseSearchRule, IRules<SearchViewModel>
{
public CouchPotatoCacheRule(IRepository<CouchPotatoCache> ctx)
public CouchPotatoCacheRule(IExternalRepository<CouchPotatoCache> ctx)
{
_ctx = ctx;
}

private readonly IRepository<CouchPotatoCache> _ctx;
private readonly IExternalRepository<CouchPotatoCache> _ctx;

public async Task<RuleResult> Execute(SearchViewModel obj)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Ombi.Core/Rule/Rules/Search/LidarrAlbumCacheRule.cs
Expand Up @@ -10,12 +10,12 @@ namespace Ombi.Core.Rule.Rules.Search
{
public class LidarrAlbumCacheRule : SpecificRule, ISpecificRule<object>
{
public LidarrAlbumCacheRule(IRepository<LidarrAlbumCache> db)
public LidarrAlbumCacheRule(IExternalRepository<LidarrAlbumCache> db)
{
_db = db;
}

private readonly IRepository<LidarrAlbumCache> _db;
private readonly IExternalRepository<LidarrAlbumCache> _db;

public Task<RuleResult> Execute(object objec)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Ombi.Core/Rule/Rules/Search/LidarrArtistCacheRule.cs
Expand Up @@ -10,12 +10,12 @@ namespace Ombi.Core.Rule.Rules.Search
{
public class LidarrArtistCacheRule : SpecificRule, ISpecificRule<object>
{
public LidarrArtistCacheRule(IRepository<LidarrArtistCache> db)
public LidarrArtistCacheRule(IExternalRepository<LidarrArtistCache> db)
{
_db = db;
}

private readonly IRepository<LidarrArtistCache> _db;
private readonly IExternalRepository<LidarrArtistCache> _db;

public Task<RuleResult> Execute(object objec)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Ombi.Core/Rule/Rules/Search/RadarrCacheRule.cs
Expand Up @@ -9,12 +9,12 @@ namespace Ombi.Core.Rule.Rules.Search
{
public class RadarrCacheRule : BaseSearchRule, IRules<SearchViewModel>
{
public RadarrCacheRule(IRepository<RadarrCache> db)
public RadarrCacheRule(IExternalRepository<RadarrCache> db)
{
_db = db;
}

private readonly IRepository<RadarrCache> _db;
private readonly IExternalRepository<RadarrCache> _db;

public Task<RuleResult> Execute(SearchViewModel obj)
{
Expand Down
6 changes: 5 additions & 1 deletion src/Ombi/Startup.cs
Expand Up @@ -207,7 +207,11 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
var jobSetup = app.ApplicationServices.GetService<IJobSetup>();
jobSetup.Setup();
ctx.Seed();

var settingsctx = serviceProvider.GetService<ISettingsContext>();
var externalctx = serviceProvider.GetService<IExternalContext>();
settingsctx.Seed();
externalctx.Seed();

var provider = new FileExtensionContentTypeProvider { Mappings = { [".map"] = "application/octet-stream" } };

app.UseStaticFiles(new StaticFileOptions()
Expand Down
4 changes: 2 additions & 2 deletions src/Ombi/wwwroot/translations/fr.json
Expand Up @@ -29,7 +29,7 @@
}
},
"PasswordReset": {
"EmailAddressPlaceholder": "Adresse e-mail",
"EmailAddressPlaceholder": "Courriel",
"ResetPasswordButton": "Réinitialiser le mot de passe"
},
"LandingPage": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"UpcomingMovies": "Films à venir",
"TopRatedMovies": "Films les mieux notés",
"NowPlayingMovies": "Films à l'affiche",
"HomePage": "Site du film",
"HomePage": "Accueil",
"Trailer": "Bande-annonce"
},
"TvShows": {
Expand Down
12 changes: 6 additions & 6 deletions src/Ombi/wwwroot/translations/nl.json
Expand Up @@ -65,7 +65,7 @@
"Paragraph": "Wil je iets kijken dat momenteel niet beschikbaar is? Geen probleem, zoek het hieronder op en vraag het aan!",
"MoviesTab": "Films",
"TvTab": "TV Series",
"MusicTab": "Music",
"MusicTab": "Muziek",
"Suggestions": "Suggesties",
"NoResults": "Sorry, we hebben geen resultaten gevonden!",
"DigitalDate": "Digital Release: {{date}}",
Expand Down Expand Up @@ -103,7 +103,7 @@
"Paragraph": "Hieronder zie je jouw en alle andere verzoeken, evenals hun download en goedkeuring status.",
"MoviesTab": "Films",
"TvTab": "TV Series",
"MusicTab": "Music",
"MusicTab": "Muziek",
"RequestedBy": "Verzocht Door:",
"Status": "Status:",
"RequestStatus": "Aanvraagstatus:",
Expand All @@ -129,8 +129,8 @@
"Filter": "Filter",
"Sort": "Sort",
"SeasonNumberHeading": "Seizoen: {seasonNumber}",
"SortTitleAsc": "Title",
"SortTitleDesc": "Title",
"SortTitleAsc": "Titel",
"SortTitleDesc": "Titel",
"SortRequestDateAsc": "Request Date ▲",
"SortRequestDateDesc": "Request Date ▼",
"SortStatusAsc": "Status ▲",
Expand Down Expand Up @@ -174,8 +174,8 @@
"MovieRemaining": "Movies: {{remaining}}/{{total}} remaining",
"MusicRemaining": "Music: {{remaining}}/{{total}} remaining",
"TvDue": "TV: {{date}}",
"MovieDue": "Movie: {{date}}",
"MusicDue": "Music: {{date}}"
"MovieDue": "Film: {{date}}",
"MusicDue": "Muziek: {{date}}"
},
"Votes": {
"CompletedVotesTab": "Voted",
Expand Down

0 comments on commit 4f87f75

Please sign in to comment.