summaryrefslogtreecommitdiff
path: root/app/node_modules
AgeCommit message (Collapse)Author
2015-04-13Update hardcoded bug fix admin pathsSean Fridman
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
2015-04-08adding enum validationJules Laplace
2015-04-08Add image endpoint skeletonSean Fridman
2015-04-08Add support for textarea data typesSean Fridman
2015-04-08I did a bug :(Sean Fridman
2015-04-08Administrate!Sean Fridman
2015-04-08Proper API for resource updatesSean Fridman
2015-04-08Fix bug where views didn't resolve resource correctlySean Fridman
2015-04-08Fix resource bug where default id not set correctlySean Fridman
2015-04-08Intercept and 404 favicon requests for nowSean Fridman
2015-04-08Fix up OKView a wee bitSean Fridman
2015-04-08Move fetchTemplateData back into OKAdminViewSean Fridman
2015-04-08Remove unused REST endpoint moduleSean Fridman
2015-04-08Update OKAdminView template data fetch for custom IDsSean Fridman
2015-04-08Implement FSDB.createSean Fridman
2015-04-08Don't just reject, fail!Sean Fridman
Changed Q promise stuff in OKResource so that it properly catches exceptions in promises.