Commit graph

2485 commits

Author SHA1 Message Date
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
Jamie.Rees
532530a954 Fixed the discord issue relating to images #1513 2017-10-03 08:16:01 +01:00
Jamie.Rees
43a78f0e3c Fixed the issue sending movies to Radarr #1513
Fixed typo #1524
2017-10-03 08:06:27 +01:00
Jamie.Rees
9ae5ad0ecd Fixed logo on reset password pages
fixed the run importer button on the user management settings

Added root and qulaity profile selection for movies #1517
Added the Sonarr Cacher #1513

Refactored what we do to tv searches to use the rules engine
Cache a few more things to speed some searches up
2017-10-02 13:06:16 +01:00
Jamie
aad5c2a4bc Update README.md 2017-10-02 08:19:23 +01:00
tidusjar
9bb29aac33 !wip fixed an error in the emby servers code 2017-10-01 21:43:31 +01:00
tidusjar
18be4a89f7 Added support for email login #1513 2017-10-01 21:26:03 +01:00
tidusjar
96e7805eb9 !minor fix a small bug in the sonarr api 2017-10-01 21:14:26 +01:00
tidusjar
4c52516284 Some more around the plex importer !minor 2017-10-01 20:57:00 +01:00
tidusjar
b944f90bdb Added some more logging around the plex user importer
fixed the discord notification issue #1513
2017-10-01 20:52:57 +01:00
tidusjar
5bdfaeccb8 #1513 fixed the landing page and also the reverse proxy images 2017-09-30 23:12:21 +01:00
tidusjar
cd5cc1fe26 #1513 correctly set the child requests as approved 2017-09-30 22:55:15 +01:00
tidusjar
0de8494b9e Removed accidental change !minor 2017-09-30 22:26:03 +01:00
tidusjar
80bf8f6014 Fixed an issue that potentially causes as issue when siging into plex #865 2017-09-30 22:22:42 +01:00
PotatoQuality
a269d16bc4 Merge pull request #1515 from tidusjar/PotatoQuality-patch-1
Prepare readme for upcoming beta
2017-09-30 18:20:39 +02:00
PotatoQuality
1eed6f5c7d Update README.md 2017-09-30 18:20:13 +02:00
tidusjar
d8e77ef6b3 #1513 partially fixed a bug 2017-09-30 01:19:50 +01:00
tidusjar
9e6a7d5a72 Fixed the exception 2017-09-30 01:04:37 +01:00
tidusjar
9117b38758 Fixed the application url not saving #1513 2017-09-30 00:45:16 +01:00
tidusjar
1a61f0dbe6 Fixed when not using reverse proxy !wip 2017-09-29 23:32:35 +01:00
tidusjar
bf04120429 Fixed liniting 2017-09-29 23:27:21 +01:00
tidusjar
fc4bb76685 REVERSE PROXY BITCH! #1513 2017-09-29 23:16:37 +01:00
Jamie.Rees
af2f8d1380 Fixed a bug where we were marking the wrong episodes as available #1513 #865 2017-09-29 15:44:46 +01:00
Jamie.Rees
66ad62beb5 Fixed an issue where we messed up the pages and routing.
Also added the requester onto the movie requests #865 #1513
2017-09-29 14:54:44 +01:00
Jamie.Rees
6588fa8ca3 Added some wiki pages and also made it so we cannot edit Plex Users email address (since they will get overwrote via the Importer)
#865
2017-09-29 14:26:49 +01:00
tidusjar
143c619db0 Emby user importer is now therer! #1456 2017-09-28 21:24:31 +01:00
Auwen
28abc214b7 Added transparency to icon files (#1520)
#1513
2017-09-28 20:26:51 +01:00
tidusjar
f689af82f0 #1513 Added the update available icon 2017-09-28 20:25:33 +01:00
tidusjar
057683d97a Fixed the issue of it showing as not requested when we find it in Radarr.
Made the tv shows match a bit more to the movie requests
Added the ability for plex and emby users to login
Improved the welcome email, will only show for users that have not logged in
Fixed discord notifications
the about screen now checks if there is an update ready
#1513
2017-09-28 19:53:30 +01:00
Jamie.Rees
9556ed1b34 Added an application URL in the customization settings #1513 2017-09-28 08:31:25 +01:00
Jamie.Rees
5472baff24 Support email addresses as usernames #1513 2017-09-28 08:21:18 +01:00
Jamie.Rees
9a25152e97 Merge branch 'DotNetCore' of https://github.com/tidusjar/PlexRequests.Net into DotNetCore 2017-09-28 08:15:53 +01:00
Jamie.Rees
2499b0e370 Give correct feedback when testing email notifications #1513 2017-09-28 08:15:34 +01:00
Jamie.Rees
3ca1e97855 Report issue removed and the deny dropdown removed #1513 2017-09-28 08:08:08 +01:00
Jamie.Rees
42b68e4280 #1513 removed the discord text when testing pushbullet 2017-09-28 08:05:22 +01:00
Jamie
33306f40d0 Update ISSUE_TEMPLATE.md 2017-09-27 22:36:44 +01:00
PotatoQuality
7715602479 Update README.md 2017-09-27 22:37:58 +02:00
PotatoQuality
863b6f9ed2 Update README.md 2017-09-27 22:37:03 +02:00
PotatoQuality
ab3f850c43 Remove dev branch 2017-09-27 22:35:48 +02:00
PotatoQuality
b7a65a8ecd Update README.md 2017-09-27 22:17:14 +02:00