Commit graph

6078 commits

Author SHA1 Message Date
Drew
dd2fd45075 Update README.md 2016-04-05 14:37:31 -05:00
Drew
b82eca50b6 Update README.md 2016-04-05 14:36:26 -05:00
Drewster727
4c82f4d821 properly account for future/past dates when humanizing with moment 2016-04-05 13:49:05 -05:00
Drewster727
7059fe0419 properly display release date on requests page 2016-04-05 13:42:11 -05:00
Drewster727
aba350dee2 add missing reference for release mode 2016-04-05 13:35:00 -05:00
Drewster727
fb66f5aca8 #139 remove dependency and usage of humanize() - should help with cross-platform issues. start using moment.js 2016-04-05 13:33:06 -05:00
Drewster727
c882a41eb1 fix selectors for music list on request page to get sorting working 2016-04-05 12:25:14 -05:00
tidusjar
f2b6876c59 Fixed the error #32 2016-04-05 14:17:41 +01:00
tidusjar
f9cf728381 Changed the title to a contains but the artist still must match, 2016-04-05 14:14:04 +01:00
tidusjar
837572a8cd Fixed the logs page 2016-04-05 14:07:26 +01:00
tidusjar
7f40f0b86e Another attempt at filtering #32 2016-04-05 13:22:01 +01:00
tidusjar
450fda6070 A bit more error handling #32 2016-04-05 12:48:11 +01:00
tidusjar
8a3576456c Added unit tests to cover the new changes to the availability checker 2016-04-05 12:45:40 +01:00
tidusjar
c2737b76a8 Added the music check in the Plex Checker 2016-04-05 12:30:32 +01:00
tidusjar
cf83e0e6d9 Improved the availabilty check to include music results #32 2016-04-05 09:19:56 +01:00
tidusjar
f2ba56f131 Small changes for #32 2016-04-05 08:49:11 +01:00
tidusjar
a686832e3f A bit more logging for #32 2016-04-05 08:40:49 +01:00
tidusjar
13ee1efd86 More headphones #32 I am starting to hate headphones... Sometimes the artists and albums just randomly fail. 2016-04-04 22:18:16 +01:00
Drewster727
f81b1de850 #134 temporary workaround for this 2016-04-04 15:18:47 -05:00
Drewster727
b1ea713c77 task.run for startup caching + fix admin module unit test failures 2016-04-04 12:08:48 -05:00
Drewster727
7593d3a7e9 cache injection, error handling and logging on startup, etc 2016-04-04 10:18:23 -05:00
Drewster727
2ddb949178 Merge remote-tracking branch 'origin/dev' into dev 2016-04-04 09:16:49 -05:00
Drewster727
ea6f33102a #132 auto-approve for admins 2016-04-04 09:16:29 -05:00
tidusjar
72ea4691dd Tweaks for #32 2016-04-04 14:57:25 +01:00
tidusjar
2d4f680537 Changed around the startup so we cache the profiles after the DB has been created 2016-04-04 14:36:18 +01:00
tidusjar
39a5032c3e Finished the bulk work for Headphones. Needs testing #32 2016-04-04 14:27:55 +01:00
tidusjar
9211f3db4f Made the album search 10x faster. We are now loading the images in a seperate call. #32 2016-04-04 11:35:40 +01:00
tidusjar
4e1a668d3c Updated where we update the request blobs schema change 2016-04-04 08:53:26 +01:00
tidusjar
a776f5c36d Add a reference to API Interfaces to fix the build 2016-04-04 08:48:20 +01:00
Drewster727
e8c222f66e #114 start caching quality profiles. Set the cache on startup and when obtaining quality profiles in settings 2016-04-03 20:32:36 -05:00
Drewster727
08b14d0164 #114 first pass at choosing quality profile when approving + focus search input by default and when switching tabs 2016-04-03 17:37:41 -05:00
Drewster727
9ac949a67c #114 first pass at choosing quality profile when approving + focus search input by default and when switching tabs 2016-04-03 17:30:12 -05:00
Jamie
05f61902fc Update SearchModule.cs 2016-04-03 22:08:10 +01:00
tidusjar
9d9fc3daf8 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git 2016-04-03 21:35:13 +01:00
tidusjar
acb39b56f8 work for #32 2016-04-03 21:35:09 +01:00
Drewster727
96fde83488 #131 fix for default selected tab 2016-04-03 11:29:26 -05:00
Drewster727
c52ca41e32 remove references to obsolete RequestedBy property + start setting the db schema to the app version, and check that in the future for migrations. 2016-04-02 17:04:05 -05:00
Jamie
8bd0464bef Update README.md 2016-04-02 10:28:20 +01:00
Jamie
c9c52d8d6d Update README.md 2016-04-02 10:28:09 +01:00
Jamie
f760aa2e67 Merge pull request #130 from tidusjar/SickRageAsyncIssue
Sick rage async issue
2016-04-02 10:26:55 +01:00
Shannon Barrett
5cd2651e1b Merge branch 'newdev' into SickRageAsyncIssue 2016-04-01 21:51:25 -05:00
Shannon Barrett
208c45340b Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net into newdev 2016-04-01 21:48:04 -05:00
Shannon Barrett
f7eaf6fe0f Merge pull request #4 from tidusjar/dev
Dev
2016-04-01 21:46:16 -05:00
Shannon Barrett
eae8d5fee8 Fixed async issue 2016-04-01 18:17:25 -05:00
tidusjar
a5d38421d3 Work on showing the requests for #32 2016-04-01 23:24:29 +01:00
tidusjar
e037ad0f2b Got the search finished up for #32 2016-04-01 23:05:17 +01:00
tidusjar
420e43dfaf Change the new columns type 2016-04-01 22:17:15 +01:00
tidusjar
425302ba12 Added a DBSchema so we have an easier way to update the DB 2016-04-01 22:13:12 +01:00
Drewster727
2ad36fa20f remove test/temp code in UserLoginModule 2016-04-01 09:08:28 -05:00
tidusjar
a4569c3eb1 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git 2016-04-01 12:39:17 +01:00