Jamie.Rees
6e23d155de
Merge branch 'DotNetCore' of https://github.com/tidusjar/PlexRequests.Net into DotNetCore
2017-09-25 13:05:32 +01:00
Jamie.Rees
ba1638187c
Added an about page #865
2017-09-25 13:05:23 +01:00
camjac251
9e01b3b7fc
Optimized images, Update old compressed image with a new lossless one. ( #1514 )
...
* Losslessly optimized the Old branch images
I had used FileOptimizer with the lossless options on the images to reduce their size while keeping the quality. Metadata was stripped but I don't think it was needed. Just optimized old excluding the emby-logo-dark.jpg, see other commits for more on that.
* Remove lossy emby-logo-dark.jpg and replace with matching PNG lossless file optimized with new paths added
Again I had used FileOptimizer with the lossless options on the images to reduce their size while keeping the quality. Metadata was stripped but I don't think it was needed.
I removed the existing JPG as it had bad aliasing and was banding in its color. Replaced it with a lossless png that I redid to match the same jpg and then updated the path info inside the source files to use the png.
* Optimize existing Current branch images
So I had used FileOptimizer with the lossless options on the images to reduce their size while keeping the quality. Metadata was stripped but I don't think it was needed.
* Replace bad aliased image with new updated lossless and replace file path to update to the new one
Again I had used FileOptimizer with the lossless options on the images to reduce their size while keeping the quality. Metadata was stripped but I don't think it was needed.
I removed the existing JPG as it had bad aliasing and was banding in its color. Replaced it with a lossless png that I redid to match the same jpg and then updated the path info inside the source files to use the png.
* Added missing image
Added missing emby-logo-dark.png
2017-09-25 08:04:20 +01:00
PotatoQuality
5cfb3a0182
Update Readme for V3
2017-09-24 16:56:38 +02:00
tidusjar
df1ab01e46
#1513 #865 Fixed the issue where we do not send the requests to Radarr/Sonarr when approving
...
Also fixed a landing page issue
2017-09-23 23:38:18 +01:00
tidusjar
0139a8f514
Merge branch 'DotNetCore' of https://github.com/tidusjar/Ombi into DotNetCore
2017-09-23 22:56:34 +01:00
tidusjar
dd610fd5fb
#1506 #865 Fixed an issue with the test buttons not working correctly
2017-09-23 22:56:01 +01:00
Jamie
d8067e04e6
Update Startup.cs
2017-09-23 20:39:33 +01:00
tidusjar
573c0b5f33
#865 Added donation link
2017-09-23 02:04:22 +01:00
tidusjar
b6011cf7a4
!minor fixed build
2017-09-23 01:39:32 +01:00
tidusjar
187d76ea77
Fixed a bunch of issues on #1513
2017-09-23 01:08:21 +01:00
Jamie.Rees
25d8f9b40d
!minor removed the encryption for now while I investigate #865
2017-09-22 16:28:12 +01:00
Jamie.Rees
e0c2492987
!minor made the build a lot faster and also fixed the issue where we did not include the webpack files
2017-09-22 13:26:38 +01:00
Jamie.Rees
2b5e5282bd
!wip fixed some things with the updater UI #1460 #865
2017-09-22 11:36:10 +01:00
Jamie.Rees
2e0beba738
!cosmetic fixed warnings
2017-09-22 10:40:31 +01:00
Jamie.Rees
511d9e0270
!minor fixed build
2017-09-22 10:38:35 +01:00
Jamie.Rees
af43042782
!minor fixed liniting
2017-09-22 10:37:55 +01:00
Jamie.Rees
c3e5df1fce
!wip updater
2017-09-22 10:20:52 +01:00
Jamie.Rees
ce62606000
#1460 Added the Updater, it all seems to be working correctly. #865
2017-09-22 10:19:14 +01:00
Jamie.Rees
f6e0c25127
!wip small changes #865
2017-09-22 09:30:45 +01:00
Jamie.Rees
1bec8f54b0
!minor fixed an issue with the rules not returning to the ui
...
!wip updater #1460 #865
2017-09-22 08:49:15 +01:00
Jamie.Rees
709ab2dc98
!minor changelog
2017-09-22 08:08:08 +01:00
Jamie.Rees
9501c8cad8
!minor changelog
2017-09-22 08:07:32 +01:00
Jamie.Rees
dc3e429bbb
!wip #865 Updater #1460
2017-09-22 08:04:58 +01:00
Jamie.Rees
03d88714de
!cosmetic test
2017-09-21 16:04:46 +01:00
Jamie.Rees
e661eaccbb
Removed percentage
2017-09-21 15:43:25 +01:00
Jamie.Rees
33375cbc7b
changelog
2017-09-21 15:15:30 +01:00
Jamie.Rees
811ae1c929
Changed the way we download the updates #865
2017-09-21 14:33:35 +01:00
Jamie.Rees
b8e44ec921
Fixed linter
2017-09-21 14:00:18 +01:00
Jamie.Rees
a166410a26
Fixed some bugs in the UI #865
2017-09-21 13:56:25 +01:00
Jamie.Rees
7d1885d5b4
improved the search buttons #865
2017-09-21 13:32:03 +01:00
Jamie.Rees
a727bc0b4c
Updated packages and more logging
2017-09-21 12:59:11 +01:00
Jamie.Rees
c263462fea
More logging #865
2017-09-21 10:51:31 +01:00
Jamie.Rees
a4637a139b
Made build faster
2017-09-21 10:21:21 +01:00
Jamie.Rees
e63b697d4d
More logging
2017-09-21 08:33:13 +01:00
Jamie.Rees
ede93d2aef
Set debug level to Debug for now
2017-09-21 08:08:45 +01:00
Matt Jeanes
6ce4f0200d
Add linting and indexes for interfaces/services ( #1510 )
...
* Add linting and indexes for interfaces/services
* Fix linting
* Set correct directory for linting in cake
2017-09-18 17:11:14 +01:00
Jamie.Rees
9b33ee7ca9
Update versioning
2017-09-18 16:26:58 +01:00
Jamie.Rees
9f164e4098
Fixed the issue with the tv search not working #1463
2017-09-18 14:40:22 +01:00
Matt Jeanes
cd8a44cab8
Latest practices... also probably broke some styles - sorry ( #1508 )
...
* Latest practices
* Lock zone.js to 0.8.16 (for now, see https://github.com/angular/zone.js/pull/887 )
* Use es6-compatible minifier
* Attempt to fix pull req appveyor builds
* Attempt build fix again
* Remove cake gulp publish task - not needed anymore
* Use bootswatch
and remove unused bootstrap dependency
* Add bootstrap
* Fix things
2017-09-18 12:29:16 +01:00
tidusjar
d754ef6b81
Update nuget packages and added logging to the Updater #865
2017-09-16 23:24:45 +01:00
tidusjar
23efcd3dce
build with the branch version
2017-09-16 22:26:29 +01:00
tidusjar
956b4f6697
Added the ForwardedHeaders middlewear for Reverse Proxy scenarios #865
2017-09-16 00:45:48 +01:00
tidusjar
5294205f40
build fix
2017-09-15 22:23:37 +01:00
tidusjar
97f1d9ce28
fixed build
2017-09-15 22:17:05 +01:00
tidusjar
2e8f08fef1
omgwtf so many changes. #865
2017-09-15 22:15:45 +01:00
Jamie
64d37c37a3
Update build.cake
2017-09-14 16:13:02 +01:00
Jamie.Rees
599cb013d5
Tests
2017-09-14 16:08:46 +01:00
Jamie.Rees
36d93d5a9d
#1456 Started on the User Importer
...
Also added the remember me button
2017-09-14 14:08:07 +01:00
Jamie.Rees
e34db987d7
Made some UI changes, reworked the Emby and Plex screens to make them more user friendly and no so fugly. #865
...
Also made the login page placeholder text slightly lighter
2017-09-13 16:27:21 +01:00