aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest.scala
Commit message (Expand)AuthorAgeFilesLines
* Base64 decode public key file in token authorizationv0.12.9Zach Smith2017-05-251-2/+3
* Change to lazy loading public keyZach Smith2017-05-241-2/+2
* Add apply method to CachedTokenAuthorization to pass in publicKeyFile paramZach Smith2017-05-241-1/+15
* Add user parameter to authorization methodZach Smith2017-05-241-11/+11
* Re-add withAuthToken method to ServiceRequestTokenZach Smith2017-05-241-1/+8
* Respond to a few more PR commentsZach Smith2017-05-241-24/+16
* Add default for query parameterZach Smith2017-05-241-1/+1
* Change signature of RestService#getZach Smith2017-05-241-3/+3
* Permissions token refactorsZach Smith2017-05-241-70/+96
* Override hashCode equals and toString, rename to AuthorizedRequestContextZach Smith2017-05-241-11/+30
* Update AuthProvider to use cached permissions tokenZach Smith2017-05-241-60/+97
* Change signature for GET query params to allow for duplicate query keysZach Smith2017-05-241-7/+4
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-011-32/+38
* Header definition to set cached permissions + updated com.typesafe.scala-logg...v0.12.2vlad2017-04-231-0/+1
* Permissions header to prepare for PDW-600v0.12.1vlad2017-04-131-0/+2
* PDW-598 Getting rid of log wrappervlad2017-04-121-15/+10
* Revert "WIP: fixing sanitize directive to account for chunked/strict request ...Stewart Stewart2017-04-031-9/+1
* Merge branch 'master' of github.com:drivergroup/driver-coreStewart Stewart2017-04-031-4/+4
|\
| * More loggingv0.10.40vlad2017-04-011-1/+2
| * Logging clean up, Monadic execution utilsv0.10.39vlad2017-03-311-4/+3
* | WIP: fixing sanitize directive to account for chunked/strict request entitiesStewart Stewart2017-03-311-1/+9
|/
* Revert "Hopefully fixing 504s"v0.10.37Zach Smith2017-03-271-4/+2
* Merge remote-tracking branch 'origin/master'v0.10.36vlad2017-03-271-0/+3
|\
| * Add withAuthToken convenience method to ServiceRequestContextZach Smith2017-03-251-0/+3
* | Hopefully fixing 504svlad2017-03-271-2/+4
|/
* PDW-238 Session validity verification support for `AuthProvider`, abstract `i...vlad2017-03-251-1/+1
* PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-3/+3
* PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-4/+19
* Merge remote-tracking branch 'origin/master' into master3v0.10.33vlad2017-03-241-43/+89
|\
| * slight refactor of escapeScriptTagsStewart Stewart2017-03-211-13/+15
| * add tailrec annotationStewart Stewart2017-03-211-0/+1
| * turn object xyz.driver.core.rest into packageStewart Stewart2017-03-201-57/+59
| * add directive for sanitizing script tags request entitiesStewart Stewart2017-03-191-0/+37
| * scalafmtStewart Stewart2017-03-191-16/+20
* | Auth provider simplificationvlad2017-03-241-6/+3
|/
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-1/+0
* Marshal to string for unitResponse in RestServicev0.10.24Zach Smith2017-03-031-1/+1
* Fix bug in rest post methodsv0.10.23Zach Smith2017-03-011-2/+2
* Nice utils to implement rest services. Unmarshallingv0.10.21vlad2017-02-281-5/+6
* Nice utils to implement rest services. Unmarshallingv0.10.20vlad2017-02-281-13/+8
* Nice utils to implement rest services. Json format typev0.10.19vlad2017-02-281-4/+4
* Nice utils to implement rest services 2v0.10.18vlad2017-02-281-6/+21
* Nice utils to implement rest servicesv0.10.17vlad2017-02-281-8/+43
* Need less data to extract ServiceRequestContextv0.10.16vlad2017-02-281-7/+7
* Transport implementation to get headers from responsev0.10.15vlad2017-02-281-0/+2
* Merge remote-tracking branch 'origin/master' into master3v0.10.14vlad2017-02-281-3/+8
|\
| * Strip Bearer prefix from auth headerZach Smith2017-02-231-3/+8
| * Add november to date package MonthZach Smith2017-02-231-1/+1
* | Transport implementation to get headers from responsevlad2017-02-281-14/+19
|/
* More logging for authorizationvlad2017-02-221-0/+4