aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-242-60/+98
| * | | Change signature for GET query params to allow for duplicate query keysZach Smith2017-05-241-7/+4
| | |/ | |/|
* / | Http stacktracing using headers to see which hosts this request was passingvlad2017-05-193-19/+49
|/ /
* | Merge pull request #34 from drivergroup/zsmith/PDW-336-gcsv0.12.7zachdriver2017-05-185-155/+263
|\ \
| * | Add signedFileUrl methodZach Smith2017-05-042-1/+20
| * | Add GCS file storage implementationZach Smith2017-05-041-0/+72
| * | Split FileStorage implementations into separate filesZach Smith2017-05-044-155/+172
* | | Adding more values to MDC to identify service callerv0.12.6vlad2017-05-171-0/+11
| |/ |/|
* | add resultT to compiled query opsStewart Stewart2017-05-091-1/+6
|/
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-015-69/+83
* 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 PR comments, refinement for OptionT utilsvlad2017-04-134-47/+27
* PDW-598 Getting rid of log wrappervlad2017-04-126-173/+25
* Time haven't comev0.11.2vlad2017-04-121-7/+1
* Review commentsvlad2017-04-112-4/+10
* Update to handle custom values in `Option`svlad2017-04-101-3/+3
* Customizable Scala Json converter for SCALA-2vlad2017-04-101-0/+149
* 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-033-25/+78
|\
| * More loggingv0.10.40vlad2017-04-013-23/+32
| * Logging clean up, Monadic execution utilsv0.10.39vlad2017-03-313-8/+52
* | WIP: fixing sanitize directive to account for chunked/strict request entitiesStewart Stewart2017-03-311-1/+9
|/
* fix emailEqual type errorStewart Stewart2017-03-311-1/+1
* only implement email equal instanceStewart Stewart2017-03-301-7/+3
* use case insensitive string comparison for emailsStewart Stewart2017-03-301-0/+12
* 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
|\
| * Merge pull request #27 from drivergroup/xss-escape-directivev0.10.32Stewart Stewart2017-03-231-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
|/ /
* | Merge remote-tracking branch 'origin/master' into master3v0.10.31vlad2017-03-204-20/+71
|\|