shrine-medco/apps/dashboard-app/src/main/scalafork/1.22.8-medco_dev
shrine-medco/apps/dashboard-app/src/main/scala
fork/1.22.8-medco_dev
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
5ae5189a064b | David Walend | Probing a bit into why the steward's actors aren't daemonic | Jan 29 2016 | |||
ce9bac970888 | Ben Carmen | Commit of the latest Dashboard Service. | Jan 29 2016 | |||
5d48cd0ab33d | Ben Carmen | Merge remote-tracking branch 'origin/develop' into develop | Jan 29 2016 | |||
3ef029060a95 | David Walend | Another try at getting akka to run as all-daemon | Jan 28 2016 | |||
6c7bf41ae493 | David Walend | Seeing if I can get some control over akka threads and make them daemons via… | Jan 28 2016 | |||
5315849aa994 | David Walend | Factored the JDNI/tomcat boilerplate off into its own class | Jan 26 2016 | |||
685c37db95eb | David Walend | todo node to check finding the right cert. | Jan 26 2016 | |||
3c0dcb5f165c | David Walend | Handling a case where the dashboard's KeyStore just has the right cert in it. | Jan 26 2016 | |||
8dc4aedc6b15 | David Walend | Trying out trimming the url to save mischief | Jan 15 2016 | |||
03430c9da802 | David Walend | Cleaning up some suggestions from IDEA | Jan 15 2016 | |||
42aa7426ea22 | David Walend | Rearranged dashboard-to-dashboard auth, got through IDEAs checks to green | Jan 14 2016 | |||
bd59adccfa3c | David Walend | Last of the for comprehension | Jan 14 2016 | |||
87ff89e8081d | David Walend | Added more to the for comprehension | Jan 14 2016 | |||
9579770dc231 | David Walend | Added more to the for comprehension | Jan 14 2016 | |||
865dfd959dbe | David Walend | Added more to the for comprehension | Jan 14 2016 | |||
7bf1574d5841 | David Walend | Started refactoring to a for comprehension | Jan 14 2016 | |||
4f5b748e323c | David Walend | Added a null check for the issuer | Jan 14 2016 | |||
c2f3e5bc06fd | David Walend | More sensible values for the jwts subject field to help refill the user object… | Jan 14 2016 | |||
8a37f2c00429 | Ben Carmen | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine… | Jan 13 2016 | |||
1a9eae471950 | Ben Carmen | Commit of updated Dashboard Service and Tests | Jan 13 2016 | |||
59a98d288a3d | David Walend | Found a bug where my http headers were being ignored | Jan 13 2016 | |||
338c83b1c654 | David Walend | Now verifying the keys that signed the jwts string | Jan 13 2016 | |||
7fc8a17aba50 | David Walend | Restored tests of dashboard-to-dashboard comms | Jan 13 2016 | |||
fa62d920c198 | David Walend | Now sending a Spray OAuth token with the request | Jan 13 2016 | |||
bfb561311772 | David Walend | Switched to Bearer auth scheme, step 1 | Jan 13 2016 | |||
63d938c2d6c8 | David Walend | Reformatted ShrineJwtAuthenticator.scala | Jan 13 2016 | |||
d7464de1cfe9 | David Walend | Now using just the jwtsString, almost able to switch to Bearer authentication. | Jan 13 2016 | |||
013344e6f0e3 | David Walend | Removed some less interesting dead code | Jan 12 2016 | |||
a41433107ccb | David Walend | Now using jwt's kid field for the public part of the cert. | Jan 12 2016 | |||
08ea31cca746 | David Walend | Trying out an ssl client that accepts all certs | Jan 12 2016 | |||
41ea6d99dcab | David Walend | More logging and a fix - default value for status | Jan 12 2016 | |||
c44036dbcc75 | David Walend | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine… | Jan 12 2016 | |||
10a6cae3528b | David Walend | Try sending the cert | Jan 12 2016 | |||
339655e8be9d | Ben Carmen | Commit of merge. | Jan 12 2016 | |||
86f7b56eb576 | Ben Carmen | Merge remote-tracking branch 'origin/develop' into develop | Jan 12 2016 | |||
3ad3fc618d32 | Ben Carmen | Commit of POSO stuff for Dashboard Status...also, commit of tests. | Jan 12 2016 | |||
3542b6d3ba3a | David Walend | Try a comma as a delimiter | Jan 11 2016 | |||
3227a28cd7b3 | David Walend | An attempt to circumvent Spray looking for key value pairs. Not sure if its the… | Jan 11 2016 | |||
6a1a0a66245b | David Walend | Took colons out of headers | Jan 8 2016 | |||
f5edcb1f071d | David Walend | Need to try the file system to get the keystore. | Jan 8 2016 | |||
219ab95646db | David Walend | Minor test for a remote dashboard. | Jan 8 2016 | |||
b0acc5b62e9c | David Walend | Should be wired up for urls to call into a remote dashboard. We'll see tomorrow. | Jan 7 2016 | |||
d755340cd8b7 | David Walend | Should have something that can call a remote dashboard. Getting the right urll… | Jan 7 2016 | |||
d0e05a36c555 | David Walend | Extracted a method to make the new auth header | Jan 7 2016 | |||
61e4d9640c22 | David Walend | A few more tests for server-side jwts | Jan 7 2016 | |||
fef97f84cc40 | David Walend | Using some bits from jwts to validate and prevent replay attacks. | Jan 7 2016 | |||
b4ec16ed0825 | David Walend | More error conditions and tests for dashboard-to-dashboard | Jan 5 2016 | |||
5f87789e5c1a | David Walend | Added an example of getting a string from a url and doing something with it. | Jan 5 2016 | |||
213aeef1aa1c | David Walend | Using cert serial numbers for dashboard-to-dashboard comms | Jan 5 2016 | |||
0056e4eb5b45 | David Walend | Got some tests of rejecting bad auth working | Dec 23 2015 | |||
fcfac7715669 | David Walend | Now able to get at the header | Dec 22 2015 | |||
296a2e4283d6 | David Walend | Structure to support a custom auth | Dec 22 2015 | |||
55a50c3b968b | David Walend | Better handling of error conditions | Dec 21 2015 | |||
06f9b9006a82 | David Walend | Now handling common errors in all calls | Dec 18 2015 | |||
368deea0b86b | David Walend | Consolidated the URI protocol handling code | Dec 18 2015 | |||
30e27302f5bb | David Walend | Added some basic error handling to the HttpClient | Dec 18 2015 | |||
e7f277ea8cb9 | David Walend | Curse Akka's lack of type safty. Why? Why did they do that? | Dec 17 2015 | |||
2e94565f3dd4 | David Walend | Made it possible to substitute proxying of http calls with resource files | Dec 17 2015 | |||
dc3e2d0bc2c2 | David Walend | Hopefully a fix for 1120 and 1121 for the Dashboard. | Oct 21 2015 | |||
cf22b08c7147 | David Walend | Hopefully a fix for 1120 and 1121 for the Dashboard. | Oct 21 2015 | |||
4874f7428c5f | David Walend | My try at javascript - updating admin to dashboard | Oct 14 2015 | |||
98f671b58191 | David Walend | Hopefully the right target for the redirect | Oct 14 2015 | |||
c48dfdef595a | David Walend | Renamed the config section from admin to dashboard, and found some more admin… | Oct 14 2015 | |||
648b906315a3 | David Walend | Renamed conf file and classes from Admin* to Dashboard* | Oct 14 2015 | |||
29e3abec8e3a | David Walend | Renamed to DashboardServiceTest and checked on all the admin strings involved. | Oct 14 2015 | |||
2774baabaac5 | David Walend | Renamed admin package to dashboard | Oct 14 2015 | |||
3f626b084eae | David Walend | Renamed admin directories, projects, and artifacts to dashboard | Oct 14 2015 |
c4science · Help