summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-05-12Alias production flag in configSean Fridman
2015-04-27stubbing in videosJules Laplace
2015-04-24maxbytes settingJules Laplace
2015-04-24Update image upload service dependency with bug patchSean Fridman
2015-04-20Add number type supportv0.1.1Sean Fridman
2015-04-20Add debug flag to meta infoSean Fridman
2015-04-16add dirname to the uploaded imagesJules Laplace
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-13Namespace special admin endpointsSean Fridman
2015-04-13Fix autoincrement bugSean Fridman
max index wasn't being resolved correctly
2015-04-13Client friendly error handlingSean Fridman
2015-04-13Update hardcoded bug fix admin pathsSean Fridman
2015-04-13put admin area on /adminJules Laplace
2015-04-13HTTP Digest authenticationSean Fridman
2015-04-12Fix bug in FSDB.findSean Fridman
2015-04-11Fix NaN bug in autoincrementSean Fridman
2015-04-11OKView never got updated for resource ID change thingSean Fridman
2015-04-11Add batch update endpoint for adminSean Fridman
2015-04-11Implement FSDB.updateBatch and OKResource.updateBatchSean Fridman
2015-04-11Give views sorted resourcesSean Fridman
2015-04-11Add autoincrementing index to resourcesSean Fridman
2015-04-11Fix autoincrement algo bugSean Fridman
2015-04-11Hide certain inputs in templateSean Fridman
2015-04-10Overhaul DB implSean Fridman
Make DB schema aware Add autoincrement support Add custom ID field support
2015-04-10Support autoincrement and custom ID field in OKSchemaSean Fridman
2015-04-09Differentiate strignify and prettify template tagsSean Fridman
2015-04-09Let the client decide what message to displaySean Fridman
2015-04-09Implement flash messaging for admin success/error stuffSean Fridman
2015-04-09Lil fixes + defensive programmingSean Fridman
2015-04-09Add resource delete functionality to adminSean Fridman
2015-04-09Implement FSDB.removeSean Fridman
2015-04-09Oops. Resolve lodash.clonedeep correctlySean Fridman
2015-04-09Don't expose object refs in public APIs ya dummy!Sean Fridman
Make sure to deep clone them input/output objects to maintain immutability y'hear
2015-04-09Stray console.logSean Fridman
2015-04-09Fix OKView dynamic template data fetchSean Fridman
2015-04-09Fix bug in OKResource.findSean Fridman
2015-04-09Implement filter matching querySean Fridman
2015-04-09Implement FSBD.findSean Fridman
2015-04-09omg it workSean Fridman
2015-04-09mergezJules Laplace
2015-04-09Add captioned-image-list typeSean Fridman
2015-04-09stub in video fieldJules Laplace
2015-04-09Report stringify errorsSean Fridman
2015-04-09Fix admin resource edit template data formatSean Fridman
2015-04-08Properly handle and display form errorsSean Fridman
2015-04-08uploads workingJules Laplace
2015-04-08load environment with dotenvJules Laplace