Jamie
|
3f06b2da32
|
Merge pull request #2922 from tidusjar/feature/quartz-poc
Feature/quartz poc
|
2019-04-14 20:27:31 +01:00 |
|
Jamie Rees
|
d9f338f78c
|
Added some validation around the new crons
|
2019-04-11 13:07:10 +01:00 |
|
Jamie Rees
|
c3c0228b45
|
swap out the scheduler #2750
|
2019-04-11 12:56:32 +01:00 |
|
tidusjar
|
52d9a7a586
|
moved the jobs to use quartz
|
2019-04-09 23:24:30 +01:00 |
|
tidusjar
|
e9ead2eddb
|
update poc quartz with develop
|
2019-04-09 21:59:33 +01:00 |
|
tidusjar
|
c2764fe780
|
!wip on Music API
|
2019-04-09 21:56:55 +01:00 |
|
tidusjar
|
ca010a0282
|
Added some defensive coding around when we create an artist for #2915
|
2019-04-07 00:09:19 +01:00 |
|
tidusjar
|
6dccea77c2
|
Fixed the mixed content warnings and the error when removing a album request #2884
|
2019-04-06 23:56:55 +01:00 |
|
tidusjar
|
c556334f79
|
Fixed #2910
|
2019-04-06 21:43:26 +01:00 |
|
Jamie
|
5356143d13
|
Merge pull request #2911 from PotatoQuality/patch-1
Fixing broken twitch url in readme file
|
2019-04-04 19:59:28 +01:00 |
|
PotatoQuality
|
78395a38f7
|
Fix for broken twitch url in readme file
Fixing the twitch url
|
2019-04-04 20:21:05 +02:00 |
|
Jamie
|
0e8859394b
|
Update README.md
|
2019-03-29 12:07:48 +00:00 |
|
Jamie
|
b0dff34995
|
Update README.md
|
2019-03-29 12:07:10 +00:00 |
|
tidusjar
|
439dc395d0
|
Reverted the global app lock for the db #2750
|
2019-03-27 10:19:36 +00:00 |
|
tidusjar
|
13a73020e5
|
Merge branch 'develop' of https://github.com/tidusjar/ombi into develop
|
2019-03-26 22:13:08 +00:00 |
|
tidusjar
|
a499782ec0
|
Delete the schedules db on startup, we don't want it trying to recover the jobs
|
2019-03-26 22:12:47 +00:00 |
|
Jamie Rees
|
117bd1cd8b
|
#2750 stuff
|
2019-03-26 12:13:37 +00:00 |
|
Jamie Rees
|
5d9e6bd113
|
Fixed build !wip
|
2019-03-25 09:24:32 +00:00 |
|
Jamie Rees
|
e6e24c6a97
|
More for #2750
|
2019-03-25 08:41:15 +00:00 |
|
Jamie Rees
|
42662924d9
|
Removed the auditing, was not used anyway
#2750
|
2019-03-25 08:31:31 +00:00 |
|
Jamie Rees
|
b5b6711a76
|
Merge branch 'develop' of https://github.com/tidusjar/Ombi into develop
|
2019-03-25 08:25:20 +00:00 |
|
Jamie Rees
|
775e18e2d3
|
Fixed #2803 in regards to the Request Button showing up.
Still need to investiagte the availability side of things
|
2019-03-25 08:25:18 +00:00 |
|
Jamie
|
89e275df74
|
Update JobSetup.cs
|
2019-03-23 00:08:04 +00:00 |
|
tidusjar
|
cf9bb889ed
|
Fixed the issue where it was not picking up roles until the JWT was refreshed
|
2019-03-22 22:31:11 +00:00 |
|
tidusjar
|
826517cbff
|
!wip
|
2019-03-21 15:34:22 +00:00 |
|
tidusjar
|
6aa5f15881
|
merge
|
2019-03-21 15:34:12 +00:00 |
|
tidusjar
|
4920ac3da0
|
Take out the lastlogindate update for now #2750
|
2019-03-21 15:33:10 +00:00 |
|
Jamie
|
cea62d5244
|
Merge pull request #2897 from Aerion/add-gotify-notifications
Add Gotify as notification provider
|
2019-03-20 21:56:16 +00:00 |
|
Jamie
|
6199fd015f
|
Merge pull request #2898 from Aerion/fix-cake-build
Fix cake build by setting Incubator version
|
2019-03-20 19:38:07 +00:00 |
|
Guillaume Taquet Gasperini
|
41d9623897
|
Fix cake build by setting Incubator version
|
2019-03-20 19:57:21 +01:00 |
|
Guillaume Taquet Gasperini
|
94b70c2f2c
|
Add Gotify as notification provider
|
2019-03-20 19:44:21 +01:00 |
|
Jamie
|
52b75ee4de
|
Update JobSetup.cs
|
2019-03-18 12:46:47 +00:00 |
|
TidusJar
|
11839deee8
|
Merge remote-tracking branch 'origin/develop' into develop
|
2019-03-14 21:00:25 +00:00 |
|
TidusJar
|
f048505eed
|
Fixed #2636
|
2019-03-14 20:58:04 +00:00 |
|
Jamie Rees
|
2b1eebafd1
|
Set the View On Emby Url at runtime so the user can configure and change the URL and it will take effect straight away
|
2019-03-14 13:52:17 +00:00 |
|
Jamie Rees
|
2b414415ff
|
Merge branch 'develop' of https://github.com/tidusjar/Ombi into develop
|
2019-03-14 11:13:06 +00:00 |
|
Jamie Rees
|
947c0e74cb
|
Made use of the global mutex, this should now hopefully work #2750
|
2019-03-14 11:12:28 +00:00 |
|
Jamie Rees
|
1322076aa6
|
Added a global mutex (not used yet) and moved around the code for loggin in since I suspect the Get Roles call is using deffered execution on the database causing the lock when attempting to access straight away #2750
|
2019-03-14 11:03:58 +00:00 |
|
tidusjar
|
fd9eea8ff4
|
Merge branch 'develop' of https://github.com/tidusjar/ombi into develop
|
2019-03-13 20:59:50 +00:00 |
|
tidusjar
|
fa76a57f08
|
Fixed a migration issue
|
2019-03-13 20:59:39 +00:00 |
|
Jamie Rees
|
12997541f0
|
Fixed build
|
2019-03-07 08:58:02 +00:00 |
|
Jamie Rees
|
b74a4d29c8
|
Fixed #2860 When a future series is unknown it should appear as available when we have the other seasons
|
2019-03-07 08:53:07 +00:00 |
|
Jamie Rees
|
3592781e94
|
Added a lock on the database commit level to see if I can improve locked db's
|
2019-03-06 10:13:11 +00:00 |
|
Jamie
|
a039de24b0
|
Merge pull request #2852 from tidusjar/Translations
New Crowdin translations
|
2019-02-26 21:57:10 +00:00 |
|
Jamie
|
e1a82ed8ef
|
New translations en.json (German)
|
2019-02-26 14:32:25 +00:00 |
|
tidusjar
|
ee89f6f16c
|
Fixed build !wip
|
2019-02-25 22:26:09 +00:00 |
|
tidusjar
|
c8415f8da9
|
Set the CommandTimeout longer to see if EF can get a handle on the SQLite file when it's locked #2750
|
2019-02-25 21:36:19 +00:00 |
|
Jamie
|
d233d2faeb
|
New translations en.json (Norwegian)
|
2019-02-25 17:01:30 +00:00 |
|
TidusJar
|
d1086e8ae0
|
Prevented #2848 from erroring out causing further issues.
|
2019-02-25 08:47:16 +00:00 |
|
TidusJar
|
6a36fa3974
|
Fixed #2847
|
2019-02-25 08:42:06 +00:00 |
|