summaryrefslogtreecommitdiff
path: root/app/node_modules
AgeCommit message (Collapse)Author
2016-04-05better max file size stuffJules Laplace
2016-04-05configuration optionsJules Laplace
2016-04-05broaden media supportJules Laplace
2016-04-05Fix sorting bug when savingv0.1.25Jules Laplace
2016-03-28okschema: replace array-type data with empty list if unspecified (due to ↵v0.1.19Jules Laplace
constraint of querystring body-parser)
2016-03-28modify links field to specify text and uriJules Laplace
2015-12-14Finally smash S3 upload crash bugv0.1.16Sean Fridman
2015-12-12Fix bug in shameful install flowSean Fridman
2015-12-12Implement Twitter serviceSean Fridman
2015-09-23Fix admin dash bug where single resources weren't shownSean Fridman
2015-09-19Update skipper depSean Fridman
2015-07-10Implement basic foreign key supportv0.1.13Sean Fridman
2015-07-09Allow custom resource sorting on admin pageSean Fridman
2015-07-09Implement groupBy queries + admin interfaceSean Fridman
2015-07-03Protect admin root path with authentication as wellv0.1.11Sean Fridman
Fixes #5
2015-06-19Add 'flag' data typeSean Fridman
2015-06-05Implement template reloadingv0.1.9Sean Fridman
2015-06-02Add 'date' field typev0.1.8Sean Fridman
2015-05-27Add query config to sort queries by fieldv0.1.6Sean Fridman
2015-05-26Add tag-list input typev0.1.5Sean Fridman
2015-05-13Don't block serving of favicon.icov0.1.4Sean Fridman
Fixes #10
2015-05-13Store dateCreated on new resourcesSean 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-16add dirname to the uploaded imagesJules Laplace
2015-04-16Take metadata from config and make synchronousSean 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-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