Commit graph

1598 commits

Author SHA1 Message Date
Jamie.Rees
c0b716f2b7 Put back the old download code 2017-10-18 10:13:12 +01:00
Jamie.Rees
247d708e7a Changed the way we download the .zip files in the auto updater #1460 This might make a difference to the permissions issue. but not 100% sure.
Also lowered the retrying of jobs to default to 5, but updater to retry only once.
2017-10-18 08:24:19 +01:00
Jamie.Rees
894945f652 Made a generic repository to use !minor 2017-10-17 15:03:00 +01:00
Jamie.Rees
ba04a9d1b1 !minor unit testing 2017-10-17 14:31:58 +01:00
Jamie.Rees
d6630d9d06 Order by the username #1581 2017-10-17 08:46:51 +01:00
Jamie.Rees
3c1078a332 Added feedback when we send a welcome email #1578 2017-10-17 08:36:38 +01:00
Jamie.Rees
989be6df6c !minor Poc'ing a new search page 2017-10-16 15:01:26 +01:00
Jamie.Rees
f8054317ab !cosmetic removed unused dependancy 2017-10-16 13:57:48 +01:00
Jamie.Rees
77e227a36b Changed the text to make more sense !minor 2017-10-16 13:39:48 +01:00
Jamie.Rees
0ceb8a3c95 Remove sonarr episodes from the cache table 2017-10-16 08:26:13 +01:00
tidusjar
4eb58d359c Couchpotato finished 2017-10-15 22:04:46 +01:00
tidusjar
6c07295a69 Added some logging into the PlexCachers and set the log level to informational 2017-10-15 21:36:09 +01:00
tidusjar
57f3297892 Added Couchpotato support and fixed #1548
Moved the SSL Cert ignore into the Ombi Settings
2017-10-15 21:17:52 +01:00
tidusjar
e55cbd0881 disable run import button if no import options are selected 2017-10-15 20:53:40 +01:00
tidusjar
fd58e80cea Fixed #1574 2017-10-15 20:06:17 +01:00
tidusjar
6d552563eb Fixed build 2017-10-14 23:35:36 +01:00
tidusjar
7ce8036cab Fixes the issue with non windows systems unable to unzip the tarball #1460 2017-10-14 23:30:24 +01:00
tidusjar
d05d76be4b Finished the couchpotato settings 2017-10-14 22:49:14 +01:00
tidusjar
ba13f141aa Fixed build 2017-10-14 22:18:14 +01:00
tidusjar
759b8a3e31 Added the ability to use a cookie to login. Mainly for Org 2017-10-14 22:17:11 +01:00
tidusjar
d6b3c7ac2c Added support for a new TV and Movie provider. DogNZB 2017-10-14 00:02:08 +01:00
tidusjar
c00a0d1f2f fixed #1570 #1571 2017-10-13 23:28:00 +01:00
tidusjar
769ddccb90 Fixed #1547 2017-10-13 22:39:34 +01:00
tidusjar
cc8730996c Should fix #1538 2017-10-13 22:32:54 +01:00
tidusjar
95327a3146 Fixed #1553 2017-10-13 22:18:26 +01:00
tidusjar
0dfe878893 Fixed #1546 2017-10-13 22:01:48 +01:00
tidusjar
04117329c6 Fixed #1543 2017-10-13 21:45:24 +01:00
tidusjar
1a44cf596c Merge branch 'DotNetCore' of https://github.com/tidusjar/Ombi into DotNetCore 2017-10-13 21:41:58 +01:00
tidusjar
42c69a0f05 Use Sqlite storage for Hangfire 2017-10-13 21:36:27 +01:00
Jeffrey Peters
c12061d035 Fixes an issue with Movie caching not working on develop branch of Radarr (#1567) 2017-10-13 07:47:25 +01:00
Jeffrey Peters
899934c307 This adds two fields to the Email Notifications settings page. It allows for the disabling of TLS/SSL as well as the ability to disable certificate validation when sending notification emails. (#1552) 2017-10-09 07:52:59 +01:00
Codehhh
2d37ae498f Fixed typo (#1551) 2017-10-09 07:51:27 +01:00
tidusjar
23f0ef3b0d Fixed the overrides #1539 also display it on screen now too 2017-10-07 21:23:01 +01:00
tidusjar
cd418e5e2d fixed #1542
also added VSCode support
2017-10-07 20:37:30 +01:00
Jamie.Rees
106a46dea5 Added a PartlyAvailable flag for tv shows 2017-10-06 08:32:37 +01:00
Jamie.Rees
e1ea188109 Added some feedback on the request buttons for movies #1536 2017-10-06 08:27:40 +01:00
Jamie.Rees
462bbcc4a6 Added a fix for the poster path issue #1533 2017-10-06 08:12:31 +01:00
Jamie.Rees
f5a0572946 Fixed some cosmetic issues #865 2017-10-05 14:08:52 +01:00
Jamie.Rees
f827dd5e06 Fixed #1531 2017-10-05 13:45:04 +01:00
Jamie.Rees
6cc2afc92f Added back the log path writing #865 2017-10-05 12:15:42 +01:00
Jamie.Rees
9bcced3cac Small fixes #865 2017-10-05 08:29:07 +01:00
tidusjar
95e3c62e30 Some errors fixed and some ui improvements #865
Also reworked sonarr and how episodes work
2017-10-04 20:28:18 +01:00
Avi
c56af9afe8 Auto-scale large images down to container size (#1529)
Automatically scales images larger than the containing div down to the size of the div.
2017-10-04 09:09:27 +01:00
Avi
2adf56b208 Fix logo on login page. (#1528)
* Fix logo on login page.

By default, uses logo.png rather than ms-icon-150x150.png
Sets image width to 100% of containing div for default and custom logo.

* Update login.component.html
2017-10-04 09:08:55 +01:00
tidusjar
9f82281744 another potential issue? :/ 2017-10-03 23:03:41 +01:00
tidusjar
764ef17725 real fix 2017-10-03 22:56:18 +01:00
tidusjar
b69a5a2e14 Merge branch 'DotNetCore' of https://github.com/tidusjar/Ombi into DotNetCore 2017-10-03 22:53:06 +01:00
tidusjar
8695383abf Fixed crash/error #865 2017-10-03 22:52:41 +01:00
Jamie.Rees
d9ab803a11 #1513 Added storage path 2017-10-03 14:51:15 +01:00
Jamie.Rees
e735df5d0a !wip Made a start on adding CouchPotato, most of the UI is there but nothing is done with it yet #865
Also improved the error messages on the settings
2017-10-03 13:00:56 +01:00