Commit graph

524 commits

Author SHA1 Message Date
Drewster727
1bfd5f435b small UI tweaks/improvements 2016-05-24 15:45:25 -05:00
tidusjar
137c4ca093 Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git 2016-05-24 19:19:00 +01:00
tidusjar
1bbd62853e Remove pointless test, change the default theme and fix a small bug 2016-05-24 19:18:48 +01:00
Jamie
43fc2cc17a Merge branch 'master' into dev 2016-05-24 19:16:55 +01:00
tidusjar
c9e5a8aec8 Fixed api 2016-05-24 17:18:34 +01:00
tidusjar
b2144f3f69 finished #26 2016-05-24 14:02:56 +01:00
tidusjar
2187b1453a Plex theme 2016-05-24 13:21:46 +01:00
tidusjar
c41944c933 Implimented a theme changer, waiting for the Plex theme 2016-05-24 12:58:01 +01:00
tidusjar
7c41f448a8 finished #222 #205 2016-05-23 17:22:22 +01:00
tidusjar
748fe2ca2d Started working on #26 2016-05-23 15:05:51 +01:00
tidusjar
2b20af5df0 undid some small changes that was checked in by accident 2016-05-23 13:30:44 +01:00
tidusjar
5a6863456f #164 has been resolved 2016-05-23 13:28:16 +01:00
tidusjar
8cce80654b Resolved #224 , Removed the 'SSL' option from the email notification settings. We will now use the correct secure socket options (SSL/TLS) for your email host. 2016-05-23 11:40:22 +01:00
tidusjar
d0e6a2a341 small changes 2016-05-20 22:16:59 +01:00
tidusjar
7ce05028fc #27 fully finished 2016-05-20 21:52:06 +01:00
tidusjar
e1ca857d7e Fixed #215 2016-05-20 21:31:54 +01:00
tidusjar
4fd3db1ae5 Using Mailkit to fix #204 2016-05-20 21:24:26 +01:00
Jamie
86fa887bce Update README.md 2016-05-20 17:26:44 +01:00
tidusjar
5e0f022c83 color 2016-05-20 17:23:31 +01:00
tidusjar
e49b160500 Fully finished #27 just need to test it! 2016-05-20 17:20:17 +01:00
tidusjar
db00326a9c fixed test 2016-05-20 16:01:57 +01:00
tidusjar
db35897f05 Styling for #27 2016-05-20 16:00:38 +01:00
tidusjar
aa2949cdd0 I think the auto updater is finished! #29 2016-05-20 13:51:25 +01:00
tidusjar
0601f04582 I think we have finished the main bulk of the auto updater #29 2016-05-20 13:07:24 +01:00
tidusjar
915459a141 #222 #205 more ! Started getting the settings out 2016-05-20 11:52:52 +01:00
tidusjar
cbfe88cd6d Added the ability to get the apikey from the api if you provide a correct username and password.
Added more unit tests
Added the ability to change a users password using the api
refactored the Usermapper and made it unit testsable.

Also api documentation for the new endpoints too.

#222 #205
2016-05-20 10:44:02 +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
187a59261a More work on the api and documentation #222 #205 2016-05-19 14:29:41 +01:00
tidusjar
9b4ae2c486 Started documenting the API we now have swagger under ~/apidocs
#222 #205
2016-05-19 13:15:46 +01:00
tidusjar
7266f20927 Api work for #205
Refactored how we check if the user has a valid api key
Added POST request, PUT and DELTE

Also some work on the updater #29
2016-05-19 10:36:02 +01:00
tidusjar
030c013862 First pass of the updater working. #29 2016-05-19 09:11:54 +01:00
tidusjar
eafa0486f8 Removed SIGHUP from the termination list #220 2016-05-17 21:24:29 +01:00
tidusjar
fb1d3a9e92 Fixed 2016-05-17 21:21:42 +01:00
tidusjar
f0b63e0fdd missing 2016-05-17 20:37:08 +01:00
tidusjar
437a28b108 update 2016-05-17 20:31:27 +01:00
TidusJar
79b9d3aed7 Missed out a file 2016-05-16 00:16:38 -04:00
TidusJar
79086dcf45 Added in an audit table. Since we are now allowing multiple users to change and modify things we need to audit this. 2016-05-16 00:16:19 -04:00
TidusJar
8dcb8022ab and some more... 2016-05-15 23:56:52 -04:00
TidusJar
db6f28f980 missed some files 2016-05-15 23:56:19 -04: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
TidusJar
809b2bf0a8 Made the store backup clean up some of the older backups (> 7 days). 2016-05-15 23:39:40 -04:00
TidusJar
15fae26397 More work on the user management 2016-05-15 23:01:17 -04:00
TidusJar
d44612217a - Notifications will no longer be send to the admins if they request something.
- Looks like we missed out adding the notifications to Music requests, so I added that in
2016-05-15 22:30:47 -04:00
TidusJar
96a40a2aaa Added the updater to the soloution and did a bit of starting code. 2016-05-15 22:16:40 -04:00
TidusJar
98eadc9cc6 Updated the claims so we can support more users.
Added a user management section (not yet complete)
Added the api to the solution and a api key in the settings (currently only gets the requests).
2016-05-15 21:51:20 -04:00
TidusJar
741a4ae75c - Improved the RetryHandler.
- Made the tester buttons on the settings pages a bit more robust and added an indication when it's testing (spinner)
2016-05-15 20:32:59 -04:00
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