Commit Graph
100 Commits
Author SHA1 Message Date
Keivan Beigi 488da59143 more validation 2013-08-21 17:36:35 -07:00
Keivan Beigi e4c8255d69 fixed validation spelling 2013-08-21 12:08:30 -07:00
Keivan Beigi 66ce8e8b27 removed leak from signalr 2013-08-21 12:08:29 -07:00
kay.one 040bfb08ce disable cache while debugging. 2013-08-20 23:30:22 -07:00
kay.one 576ea8560b Added support for schema field validation. no UI support. 2013-08-20 23:30:22 -07:00
Keivan Beigi dbadf52029 removed virtuals from Xem 2013-08-20 18:32:49 -07:00
Keivan Beigi 9195dc6de5 can display server-side errors on the UI. 2013-08-20 18:07:48 -07:00
Keivan Beigi 43baa2b86e remove readline to exit app. 2013-08-20 15:48:10 -07:00
Keivan Beigi 75a46a3abe fixed NzbDrone using 100% cpu when console not available. 2013-08-20 15:12:35 -07:00
Keivan Beigi e377e02db4 checking for existing files to import is now case insensitive. 2013-08-20 14:29:10 -07:00
Keivan Beigi c13195046d case insensitive match for unmapped folders. 2013-08-20 12:28:46 -07:00
kay.one 1c62782fcd cleanup series path on update. 2013-08-20 08:35:39 -07:00
kay.one af1d7b0e80 remove duplicated test 2013-08-19 23:26:46 -07:00
kay.one 9f0ae763ff moved logic for reading static file to mappers 2013-08-19 23:23:36 -07:00
kay.one 290e072f2e added cache pipelines 2013-08-19 22:53:18 -07:00
Keivan Beigi 4183fecaca fixed index not loading 2013-08-19 19:39:58 -07:00
Keivan Beigi 24ba4390a1 moved static resource to basic nancy module.
cache and gzip piplelines are missing
2013-08-19 19:31:26 -07:00
Keivan Beigi 93b0cf4be9 upgraded nancy bootstrapers to 0.18.0 2013-08-19 18:45:19 -07:00
kay.one 42e9d41b33 re-added missing test dlls to test package 2013-08-18 17:14:39 -07:00
kay.one 60fdfdcbf2 re-added missing test dlls to test package 2013-08-18 17:04:48 -07:00
kay.one de145015d8 updated test script 2013-08-18 16:51:38 -07:00
kay.one c9ec933d24 copy test script to test package 2013-08-18 16:41:57 -07:00
kay.one 0a7401c180 cleaned build script. 2013-08-18 16:31:13 -07:00
kay.one 1373d34013 nuget runner is downloaded using nuget. 2013-08-18 16:24:01 -07:00
kay.one cae0ebefc9 added nunit console runner script 2013-08-18 16:03:42 -07:00
kay.one 4a530a6c91 added basic signalr connection integration tests 2013-08-18 15:23:16 -07:00
kay.one adc08973ec re-added m2ts to know file lists 2013-08-17 21:35:36 -07:00
kay.one be2e3c5c2e synced know file extentions with XBMC's list
http://wiki.xbmc.org/?title=advancedsettings.xml#.3Cvideoextensions.3E
2013-08-17 21:28:34 -07:00
kay.one deefa07f38 fixed broken tests 2013-08-17 19:00:29 -07:00
kay.one c5c02f08f8 better remove RemoveAccent logic. 2013-08-17 18:52:56 -07:00
kay.one 9c8c485c98 added RestSharpExtensions to help validate REST response 2013-08-17 17:17:37 -07:00
kay.one e7805a5afb updated SignalR.Owin 2013-08-17 17:10:09 -07:00
kay.one b6ca43f734 cleaned up nzb download clients. 2013-08-17 16:27:18 -07:00
kay.one ed883fd014 added .iso and .m2ts to known media file extensions. 2013-08-17 12:41:02 -07:00
Keivan Beigi 721dc90613 updated debian files 2013-08-16 16:03:39 -07:00
Keivan Beigi 16813327d1 cleaned up some old files 2013-08-16 15:22:21 -07:00
kay.one 59eb4e68ec url is now logged when feed parse fails. 2013-08-15 22:38:30 -07:00
kay.one 2f20aeaec5 fixed update again. 2013-08-15 20:32:23 -07:00
kay.one 06f5ff7cb8 fixed rename 2013-08-15 19:28:34 -07:00
kay.one a4a58c59f1 cleaned up app startup logic.
fixed update app issue.
2013-08-15 19:20:54 -07:00
kay.one 435904bc0a better process.start for mono 2013-08-13 22:20:24 -07:00
kay.one aee7019ed2 better mono process detection 2013-08-13 22:02:25 -07:00
kay.one 58e668a093 GetProcessesByName for mono 2013-08-13 21:40:34 -07:00
kay.one 735cdfe5d6 use mono to start process if in linux. 2013-08-13 21:25:38 -07:00
kay.one 836a79a9cc fixed runner path for Linux 2013-08-13 21:09:34 -07:00
kay.one ddff598ba4 better routing. 2013-08-13 21:02:56 -07:00
kay.one 3b4eacdd31 better service routing 2013-08-13 20:48:50 -07:00
kay.one 9689b07d5b don't attempt to run in service mode if service is not installed. 2013-08-13 20:39:50 -07:00
kay.one bfa817922e added logging to nzbdrone runner. 2013-08-13 20:28:13 -07:00
kay.one 4a41ce7f29 Updated NzbDroneRunner 2013-08-13 20:22:28 -07:00
kay.one 6ef19ecc2d updated nuget.exe to 2.6 2013-08-13 20:22:05 -07:00
kay.one db29bd563f redirect standard input on integeration tests 2013-08-13 12:59:55 -07:00
kay.one eb29c5a837 handling process end on integration tests. 2013-08-13 12:53:29 -07:00
kay.one 1600d51707 updated path for integration test 2013-08-13 12:30:43 -07:00
kay.one eab6c3a4b5 adding support for running integration tests using packaged build. 2013-08-13 11:03:48 -07:00
kay.one 091ec312c8 fixed multiple instances starting when updateing nzbdrone 2013-08-13 07:39:00 -07:00
kay.one 4ee148549f signalr package version sync. 2013-08-12 22:19:53 -07:00
kay.one 12d3700544 Merge branch 'develop' of github.com:NzbDrone/NzbDrone into develop 2013-08-12 22:16:54 -07:00
kay.one a5457fff8e adding signalr references just in case. 2013-08-12 22:16:48 -07:00
kay.one 2771d91f2f fixing signalr startup issues 2013-08-12 22:16:30 -07:00
kay.one 47197b802c added owin references to hosting 2013-08-12 19:57:32 -07:00
kay.one ad3c4aa4a5 fixed broken build. 2013-08-12 19:55:05 -07:00
kay.one d65163f2be Merge branch 'develop' of github.com:NzbDrone/NzbDrone into develop 2013-08-12 19:53:25 -07:00
kay.one 1675f35aa4 update js libraries 2013-08-12 19:51:47 -07:00
kay.one b6d3c28fa1 minor cleanup 2013-08-10 13:30:27 -07:00
kay.one c88b5ee946 fixed broken test. 2013-08-10 13:19:02 -07:00
kay.one 7ac6d9c1f4 removed NzbDrone.Console dependency to UI components 2013-08-10 13:18:40 -07:00
kay.one d4706dd8f5 branch is now part of status api and shows up in the footer if not on master. 2013-08-10 13:13:31 -07:00
kay.one 505c154fb6 Merge branch 'cache-headers' into develop 2013-08-10 12:59:05 -07:00
kay.one 00c32cbb35 properly respond to IfModifiedSince headers. should improve caching 2013-08-10 12:58:30 -07:00
Keivan Beigi e152ecc55d removed RegexOptions.IgnoreCase from some expressions. supposed to be faster. 2013-08-07 19:07:46 -07:00
Keivan Beigi 8900c32ae1 Better RSS date parsing 2013-08-07 19:07:07 -07:00
Keivan Beigi 1fdc27598b log exception if pubDate can't be parsed. 2013-08-07 17:58:00 -07:00
kay.one 86fa34628f log exception if pubDate can't be parsed. 2013-08-07 00:02:27 -07:00
Keivan Beigi 9fcd91f2c5 updated decision logic to prioritize smaller releases of equal quality. 2013-08-06 17:49:40 -07:00
kay.one 4fc4cc51fc fixed series page background 2013-08-05 23:46:24 -07:00
kay.one 63dd1fc189 crap! 2013-08-05 22:59:25 -07:00
kay.one 3a3d43b702 fixed broken builds. 2013-08-05 22:29:53 -07:00
kay.one bac51706ae minor feed fetch cleanup. 2013-08-05 22:06:58 -07:00
kay.one 8f1127b57e only assert no warn/errors when test has passed.r 2013-08-05 21:48:59 -07:00
kay.one 32763b3667 exceptionverification outputs exception info 2013-08-05 20:26:02 -07:00
kay.one a079c2732a NzbDrone.Test.Dummy is no longer Client Profile. (Not available in mono) 2013-08-05 20:00:00 -07:00
kay.one 299d4f53b0 fixing linux tests. 2013-08-05 19:42:22 -07:00
kay.one 247b72282f removed ClientSettings 2013-08-05 19:37:13 -07:00
kay.one a2db70bb19 added page loading animation while the app is loading. 2013-08-05 19:29:34 -07:00
kay.one 4ff068db0a minor cleanup 2013-08-05 19:01:32 -07:00
Keivan Beigi 376b386b31 show a basic spinner while the app is loading all the js files/series list. 2013-08-05 19:01:32 -07:00
kay.one 39f0ed9d21 updated test package to use the same libs as the update package. 2013-08-05 16:11:37 -07:00
kay.one d64bb56575 always replace .NET 3.5 of json.net with 4.0 on build. 2013-08-05 15:49:41 -07:00
kay.one 748d00c5af removed some extra logging. 2013-08-05 15:24:54 -07:00
kay.one 256520c551 cleaned up extra usings. 2013-08-05 15:10:32 -07:00
kay.one a9f1a38280 cleaned up DirectoryLookupService 2013-08-05 15:10:31 -07:00
Keivan Beigi e3916d5fc8 fixed less grunt watch 2013-08-01 18:00:30 -07:00
Keivan Beigi 1f7d57c2c2 series collection is now loaded on app start. 2013-08-01 17:24:00 -07:00
Keivan Beigi f44ef2ff5e fixed issue with number only series title.
series detail page should load much faster.
2013-08-01 17:12:52 -07:00
kay.one 49c5762c6d logo point to series home. 2013-07-31 22:21:10 -07:00
Keivan Beigi cfb805749d added json reference to NzbDrone.exe 2013-07-31 19:29:49 -07:00
Keivan Beigi 4e7468e6fe cleaned up refresh series a bit. 2013-07-31 19:02:36 -07:00
kay.one 78297e62b2 fixed broken test 2013-07-30 23:02:50 -07:00
kay.one 5a62e8ae6b updated project output for core/common to _output 2013-07-30 22:55:58 -07:00