summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-08Add static root to meta template infoSean 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.
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-08Wrapping liquid lib's bluebird promises with Q promisesSean Fridman
Can consider porting the whole thing to bluebird promises later
2015-04-07Obliterate naughty rogue fileSean Fridman
2015-04-07ID fields for resources now determined by app configSean Fridman
2015-04-07Add partials support in templatesSean Fridman
2015-04-07Add error catch template stringify filterSean Fridman
2015-04-07Use correct extension for Liquid templatesSean Fridman
2015-04-07Add static file servingSean Fridman
2015-04-07Add admin configurationSean Fridman
2015-04-06Fix god forsaken trailing slashed issueSean Fridman
2015-04-06Add trailing slash utility functionsSean Fridman
2015-04-06Remove unused dep in OKServerSean Fridman
2015-04-06Add Liquid filter to print objectsSean Fridman
2015-04-06Move default template location to templates/Sean Fridman
2015-04-06Injecting Express stuff into OKServer as runtime dependency ya diggySean Fridman
2015-04-06Remove unused dependency for OKResourceSean Fridman
2015-04-06Properly convert to mschema before validatingSean Fridman
2015-04-06Expose resource raw schemaSean Fridman
2015-04-06Allow specification of default queriesSean Fridman
2015-04-06Expose resources backing OKQuerySean Fridman
2015-04-06Fix instantiation bug in OKQuerySean Fridman
2015-04-06Enforce trailing slashesSean Fridman
2015-04-06Inject OKServer views as dependenciesSean Fridman
2015-04-06Step towards cleaner resource resolution for viewsSean Fridman
2015-04-06Factor out template data fetch into util functionSean Fridman
2015-04-06Add okutilSean Fridman
2015-04-06Expose schema as part of resource APISean 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-03Use "type" semantic for resource typesSean Fridman
2015-04-03Separate schema and resource conceptsSean Fridman
Also refactor a bit
2015-04-03Add OKSchemaSean Fridman
2015-04-02Remove unused meta resource logicSean Fridman