aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #89 from drivergroup/initv1.6.5v1.6.4v1.6.3Vlad Uspensky2017-11-082-0/+136
|\ | | | | App initialization convenience methods
| * App initialization convenience methodsvlad2017-11-081-1/+1
| |
| * App initialization convenience methodsvlad2017-11-082-0/+136
| |
* | 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-312-20/+15
|
* Remove unnecessary terminated valZach Smith2017-10-311-8/+7
|
* Add DriverRoute trait and clean up DriverAppZach Smith2017-10-312-124/+64
|
* Move rejection handler to companion objectv1.4.1Jakob Odersky2017-10-201-28/+33
| | | | | | This change makes it possible to reference the custom rejection handler from outside of a DriverApp instance. It is intended to be used in pdsui-common which wraps rejections in JSON responses.
* Rename files containing multiple classes to lowercaseZach Smith2017-10-172-54/+50
|
* Consolidate filesZach Smith2017-10-161-1/+2
|
* Split up app package into separate filesZach Smith2017-10-162-0/+414