aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/app/DriverApp.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused abstract config from DriverRouteZach Smith2018-02-261-3/+2
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-221-2/+55
* Use config from outer scope in DriverAppZach Smith2018-02-201-1/+1
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-201-30/+3
* Move directives to rest packageZach Smith2018-02-201-23/+5
* Respond with correct cors headers for all rejectionsZach Smith2018-02-201-10/+28
* Reduce log level of request reportingv1.7.2Jakob Odersky2018-01-311-1/+1
* Include swagger UI in coreJakob Odersky2018-01-221-35/+1
* Apply new formattingJakob Odersky2017-11-201-20/+23
* Add tests for CORS headersZach Smith2017-11-071-1/+1
* Add default headers to basic routes defined in DriverAppZach Smith2017-11-071-1/+6
* Remove duplicate allowOrigin functionZach Smith2017-10-311-11/+4
* Move all CORS headers to DriverRoute from DriverAppZach Smith2017-10-311-34/+18
* Change Module back to having a simple route: Route methodZach Smith2017-10-311-2/+1
* Remove unnecessary terminated valZach Smith2017-10-311-8/+7
* Add DriverRoute trait and clean up DriverAppZach Smith2017-10-311-111/+45
* Move rejection handler to companion objectv1.4.1Jakob Odersky2017-10-201-28/+33
* Split up app package into separate filesZach Smith2017-10-161-0/+361