summaryrefslogtreecommitdiff
path: root/app/index.js
AgeCommit message (Collapse)Author
2015-05-12Alias production flag in configSean Fridman
2015-04-20Add debug flag to meta infoSean Fridman
2015-04-16Take metadata from config and make synchronousSean Fridman
2015-04-15Allow configuration without servicesSean Fridman
2015-04-15Allow views without queriesSean Fridman
2015-04-13split up the projects by category, add a schema flag so we can use the same ↵Jules Laplace
singular template
2015-04-13Client friendly error handlingSean Fridman
2015-04-13put admin area on /adminJules Laplace
2015-04-13HTTP Digest authenticationSean Fridman
2015-04-11Add autoincrementing index to resourcesSean Fridman
2015-04-10Overhaul DB implSean Fridman
Make DB schema aware Add autoincrement support Add custom ID field support
2015-04-08load environment with dotenvJules Laplace
2015-04-08Add image endpoint skeletonSean Fridman
2015-04-08Administrate!Sean Fridman
2015-04-08Add static root to meta template infoSean Fridman
2015-04-08Fix bug where views didn't resolve resource correctlySean Fridman
2015-04-08Remove unused REST endpoint moduleSean Fridman
2015-04-08Add resource instance conceptSean Fridman
Can now define resource classes bound to particular data points, in particular they can be static data defined by app config and not even in DB
2015-04-07Add admin configurationSean Fridman
2015-04-06Fix god forsaken trailing slashed issueSean Fridman
2015-04-06Injecting Express stuff into OKServer as runtime dependency ya diggySean Fridman
2015-04-06Inject OKServer views as dependenciesSean Fridman
2015-04-03Queries now properly backed by resourcesSean Fridman
2015-04-03Beef up resource abstractionSean Fridman
2015-04-03Directly expose DB impl rather than compose dawgSean Fridman
2015-04-03Separate schema and resource conceptsSean Fridman
Also refactor a bit
2015-04-01Bootstrappin young ladSean Fridman