TidusJar
|
96abba49f7
|
packages
|
2016-05-12 23:41:14 -04:00 |
|
TidusJar
|
8f16869c68
|
nm,
|
2016-05-12 23:32:23 -04:00 |
|
TidusJar
|
24b329b132
|
Downgraded packages
|
2016-05-12 23:23:06 -04:00 |
|
TidusJar
|
674e2bdc07
|
updated packages
|
2016-05-12 23:15:29 -04:00 |
|
TidusJar
|
ba78ca282d
|
better handling for #202
|
2016-05-12 23:09:09 -04:00 |
|
TidusJar
|
e9937884ad
|
Finished #208 and #202
|
2016-05-12 23:06:17 -04:00 |
|
TidusJar
|
adeeb7824d
|
Added a retry handler into the solution. We can now retry failed api requests.
this should resolve #202 and start on #208
|
2016-05-12 22:39:21 -04:00 |
|
TidusJar
|
f9205fc027
|
This should help #202
|
2016-05-12 16:09:09 -04:00 |
|
TidusJar
|
c7e3409935
|
resolved #209
|
2016-05-12 16:04:25 -04:00 |
|
TidusJar
|
03c7585ebe
|
Finished #209
|
2016-05-12 16:01:05 -04:00 |
|
Jamie
|
5ada81ceb5
|
Update README.md
|
2016-05-12 15:28:08 -04:00 |
|
Jamie
|
d5128e4508
|
Merge pull request #193 from origamirobot/dev
Added Released propety to RequestViewModel. Added Released filter to …
|
2016-04-29 20:12:40 +01:00 |
|
Chris Lees
|
1f2e460f6d
|
Added Released propety to RequestViewModel. Added Released filter to the Requests page
|
2016-04-29 14:46:39 -04:00 |
|
tidusjar
|
21a3830101
|
Slight adjustments to #189
|
2016-04-29 14:36:00 +01:00 |
|
tidusjar
|
df3dc4ac04
|
- Added a visual indication on the UI to tell the admin there is a update available.
- We are now also recording the last scheduled run in the database
|
2016-04-29 14:08:30 +01:00 |
|
tidusjar
|
af028f0b56
|
Did the login bit on #185
|
2016-04-28 14:23:09 +01:00 |
|
tidusjar
|
af2c661d61
|
Finished #186
|
2016-04-28 14:20:35 +01:00 |
|
tidusjar
|
a004eca6ec
|
Fixed #185
|
2016-04-28 13:06:40 +01:00 |
|
Jamie
|
0e919bf996
|
Merge pull request #181 from tidusjar/tidusjar-patch-1
Update README.md
|
2016-04-25 17:27:46 +01:00 |
|
tidusjar
|
4960063cca
|
fixed issue in #27 with albums
|
2016-04-25 17:03:30 +01:00 |
|
tidusjar
|
230fa5ba3b
|
Added #27 to albums
|
2016-04-25 17:03:03 +01:00 |
|
tidusjar
|
4c59e9d19c
|
#27 added TV Search to the notification
|
2016-04-25 17:01:39 +01:00 |
|
tidusjar
|
d07f544099
|
Fixed bug
|
2016-04-25 16:46:59 +01:00 |
|
tidusjar
|
c50e2bb644
|
Added the actual notification part of #27
|
2016-04-25 16:41:18 +01:00 |
|
Jamie
|
b5c34e5242
|
Update README.md
|
2016-04-25 14:00:00 +01:00 |
|
tidusjar
|
3ea708aca5
|
added the missing baseurl bit on the login page for #72
|
2016-04-25 13:52:37 +01:00 |
|
tidusjar
|
7051c31dd3
|
More work on #27 Added a new notify button to the search UI (Needs styling). Also fixed a bug where if the user could only see their own requests, if they search for something that has been requested, it will show as requested.
|
2016-04-25 13:45:22 +01:00 |
|
tidusjar
|
186b18ccb9
|
Improved the startup of the application. We now properaly parse any args passed into the console.
|
2016-04-25 11:08:24 +01:00 |
|
tidusjar
|
145e02d2e5
|
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
|
2016-04-25 10:10:34 +01:00 |
|
tidusjar
|
b0ef40a560
|
Remove old migration code and added new migration code.
|
2016-04-25 10:10:20 +01:00 |
|
Drewster727
|
ba06e8630f
|
additional cacher error handling + don't bother checking the requests when we don't get data back from plex
|
2016-04-21 09:00:06 -05:00 |
|
tidusjar
|
076a75b82f
|
Stop the Cachers from bombing out when the response from the 3rd party api returns an exception or invalid response. #171
|
2016-04-21 12:10:36 +01:00 |
|
tidusjar
|
54ab4854e6
|
Added the 'enable user notifications' to the email settings view and model.
|
2016-04-20 13:48:44 +01:00 |
|
tidusjar
|
83bbd3fd88
|
merge and small changes
|
2016-04-20 13:41:34 +01:00 |
|
tidusjar
|
07c00d232c
|
small changes
|
2016-04-20 13:38:41 +01:00 |
|
Drewster727
|
508baeec04
|
increase the scheduler cache timeframe to avoid losing cache when the remote api endpoints go offline (due to a reboot or some other reason) -- if they're online, the cache will get refreshed every 10 minutes like normal
|
2016-04-19 13:55:37 -05:00 |
|
Drewster727
|
121465210d
|
fix the cacher by adding locking + extra logging in the plex checker + use a const key for scheduler caching time
|
2016-04-19 13:41:56 -05:00 |
|
tidusjar
|
9c61f909de
|
Switched out the schedulers, this seems to be a better implimentation to the previous and is easier to add new "jobs" in.
|
2016-04-19 13:37:58 +01:00 |
|
tidusjar
|
8388514931
|
Fixed #168
|
2016-04-18 20:09:03 +01:00 |
|
tidusjar
|
ffbb3d9a44
|
Fixed #162
|
2016-04-18 18:46:09 +01:00 |
|
Drewster727
|
84edd6636d
|
fix saving the log level
|
2016-04-17 21:58:34 -05:00 |
|
Jamie
|
5dc39b9b3a
|
Update README.md
|
2016-04-16 20:41:04 +01:00 |
|
Drewster727
|
c4380589bc
|
set the max json length (fixes large json response errors)
|
2016-04-16 12:22:02 -05:00 |
|
Jamie
|
0f3b010ad8
|
Merge pull request #158 from tidusjar/dev
Release 1.6.1
|
2016-04-16 14:46:50 +01:00 |
|
Jamie
|
6fa64f0899
|
Update README.md
Removed the ubuntu installation, this is now in the wiki
|
2016-04-16 14:22:23 +01:00 |
|
Jamie
|
da344b24b1
|
Merge branch 'master' into dev
|
2016-04-16 14:13:24 +01:00 |
|
tidusjar
|
26c220e0cf
|
Bump up the version number ready for the release.
|
2016-04-16 14:04:31 +01:00 |
|
tidusjar
|
67c968e886
|
BaseUrl is finally finished! #72
|
2016-04-16 14:02:06 +01:00 |
|
tidusjar
|
47dc543b09
|
#72 Login page done
|
2016-04-15 14:29:25 +01:00 |
|
tidusjar
|
51f8e2a95c
|
More changes for the urlbase #72
|
2016-04-15 14:23:32 +01:00 |
|