aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/package.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove rejection handler, respond with default set of allowed methods and ↵Zach Smith2018-02-201-11/+14
| | | | origins to all options requests in DriverRoute
* Move directives to rest packageZach Smith2018-02-201-1/+20
|
* Allowing fingerprints collection from different domainsvlad2018-02-121-0/+1
|
* Default paginationvlad2018-01-261-0/+5
|
* Add new ResourceCount and PageCount headers to list of allowed CORS headersZach Smith2017-12-141-0/+2
|
* Add headers for resource and page countZach Smith2017-12-111-0/+2
|
* Apply new formattingJakob Odersky2017-11-201-6/+7
|
* Add offset method to PaginationZach Smith2017-11-141-1/+3
|
* OriginatingIP -> OriginatingIpZach Smith2017-11-081-4/+4
|
* Remove unnecessary type annotationZach Smith2017-11-061-1/+1
|
* Add originatingIP to ServiceRequestContextZach Smith2017-11-031-6/+25
|
* Add ExternalServiceException and use in ServiceTransportZach Smith2017-10-311-1/+3
|
* Move implicit class extension to package objectZach Smith2017-10-171-3/+1
|
* Move Implicits to package.scalaZach Smith2017-10-161-1/+18
|
* Consolidate filesZach Smith2017-10-161-3/+20
|
* Split up app package into separate filesZach Smith2017-10-161-11/+38
|
* Refactor rest package into separate filesZach Smith2017-10-121-0/+92