Commit graph

48 commits

Author SHA1 Message Date
tidusjar
05b219a351 Made the request module async #278 2016-05-27 21:17:58 +01:00
tidusjar
e9d74a3d76 Started some dynamic scrolling. 2016-05-27 17:32:01 +01:00
tidusjar
c43e3a93d2 Fixed #270 2016-05-26 08:56:36 +01:00
tidusjar
3032c4fed3 fixed #252 2016-05-25 14:16:21 +01:00
tidusjar
748fe2ca2d Started working on #26 2016-05-23 15:05:51 +01:00
tidusjar
84dc4515fd Removed the service locator from the base classes and added in some Api tests
added all the tests back in!
2016-05-19 17:02:46 +01:00
tidusjar
f0b63e0fdd missing 2016-05-17 20:37:08 +01:00
TidusJar
8a14427cea A bit more work on switching to using user claims so we can support multiple users 2016-05-15 23:55:55 -04: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
6190eceb60 Finally fixed #72 2016-04-14 14:50:40 +01: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
tidusjar
f2ba56f131 Small changes for #32 2016-04-05 08:49:11 +01:00
Drewster727
7593d3a7e9 cache injection, error handling and logging on startup, etc 2016-04-04 10:18:23 -05: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
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
tidusjar
a5d38421d3 Work on showing the requests for #32 2016-04-01 23:24:29 +01:00
Drewster727
3dbef199aa #122 store utc time in the databse + obtain timezone offset of the client upon login + offset times returned to client based on session offset 2016-03-31 22:23:38 -05:00
tidusjar
8256ceec2d We now do not show the text Requested By to the user, we also show a 'success' message instead of a warning when something has already been requested 2016-03-31 08:55:21 +01:00
Drewster727
1ca3e0532b add a better way to merge RequestedBy and RequestedUsers to avoid code duplication and simplify checks 2016-03-30 13:59:03 -05:00
Drewster727
a668ea04ec don't query the session as much in the modules, rely on a variable from the base class and store the username as needed 2016-03-30 11:06:35 -05:00
Drewster727
a028a68a08 merge changes from main dev branch. fix up requestedmodel users null issue. 2016-03-30 09:10:09 -05:00
Drewster727
cee7bee024 show the requested by user from legacy request models 2016-03-29 13:52:44 -05:00
Drewster727
b8a01b62b9 only show requested by users to admins + start maintaining a list of users with each request 2016-03-29 13:41:39 -05:00
Drewster727
6fc4cbf9a4 fix the request page sort/approve button alignment 2016-03-29 10:54:15 -05:00
Drewster727
591385ae34 when pulling requests, set each to approved that is already available (so the UI avoids showing the approve option for already available content) 2016-03-29 10:11:06 -05:00
Drewster727
f5ecb63071 #84 provide an option in settings to resttrict users from viewing requests other than their own. 2016-03-27 22:39:59 -05:00
Drewster727
3d944b32a8 fix up sorting on the request page 2016-03-27 16:54:54 -05:00
tidusjar
25a8563ee8 Fixed #69
Removed some redundant code
2016-03-24 19:45:02 +00:00
tidusjar
3fe1f13bd1 Refactored the Notification service to how it should have really been done in the first place. 2016-03-24 17:14:45 +00:00
tidusjar
f64ccd7327 Resolved #75 2016-03-22 21:31:52 +00:00
Jamie Rees
f88c7d7583 Almost fully integrated TVMaze #21 and also improved the fix for #31 2016-03-18 21:10:01 +00:00
tidusjar
5f26aecb98 Switched over to the new service 2016-03-18 11:06:27 +00:00
Jamie Rees
a2f44cf8d2 Finished the notes! Resolved #7 2016-03-15 19:14:27 +00:00
tidusjar
67ecbbf178 Resolved #7 2016-03-15 14:03:07 +00:00
tidusjar
31615ff69c Fixed #4
We now can manually set the status of a request.
2016-03-11 17:13:17 +00:00
tidusjar
22fe944c43 Fixed bugs with the 'other' reporting issue and also the clear issues 2016-03-10 08:51:38 +00:00
tidusjar
a734755ede We now are appending the users name to who wrote the comment. Rather than it being unknown 2016-03-09 17:22:53 +00:00
tidusjar
9ef618af4b Added the functionality for the admin to clear the issues. 2016-03-09 17:19:49 +00:00
tidusjar
0556e4d32b Added the issues to the requests page 2016-03-09 14:37:10 +00:00
tidusjar
3eaf1971ec More work on submitting issues 2016-03-09 12:19:05 +00:00
tidusjar
0942bfcbcc Some error handling and ensure we are an admin to delete requests.
Also started on the approval of everything
2016-03-08 14:26:26 +00:00
Jamie Rees
3b0b0c521e Started to impliment the Plex checker. This will check plex every x minutes to see if there is any new content and then update the avalibility of the requests 2016-03-06 01:25:54 +00:00
Jamie Rees
003dd47e3c mre work 2016-03-05 00:07:37 +00:00
Jamie Rees
f2399d6407 Making the configuration actually do something. Setting a default configuration if there is no DB 2016-03-04 23:19:48 +00:00
Jamie Rees
93c5cf6eb6 Small changes 2016-03-04 22:24:18 +00:00
tidusjar
07beddc26a Fixed the plex friends. Added some unit tests, moved the plex auth into it's own page 2016-03-04 12:45:42 +00:00
Jamie Rees
7677831bbc Fully switched the TV shows over to use the other provider. 2016-03-03 22:42:58 +00:00
tidusjar
d1827cd3be Renamed folders 2016-03-03 10:26:16 +00:00
Renamed from PlexRequest.UI/Modules/RequestsModule.cs (Browse further)