summaryrefslogtreecommitdiff
path: root/app/index.js
AgeCommit message (Collapse)Author
2016-10-07some stuff with okpush, add okinstagram to servicesv0.2.2Jules Laplace
2016-10-05fixing stuff for node-apn v2Jules Laplace
2016-10-05okpush template stuffJules Laplace
2016-09-29v0.2.0 - new admin themeJules Laplace
2016-09-06use /admin/_lib for libraries for custom cmsJules Laplace
2016-09-01fix adminConfig pathv0.1.38Jules Laplace
2016-04-14OKWebhook module for receiving pushes from gitJules Laplace
2016-04-14expose resourceCache to servicesv0.1.31Jules Laplace
2016-04-14support adding custom services per-projectJules Laplace
2016-04-06Store booleans as type booleanJules Laplace
2016-04-05better max file size stuffJules Laplace
2016-03-28modify links field to specify text and uriJules Laplace
2015-12-12Implement Twitter serviceSean Fridman
2015-07-10Implement basic foreign key supportv0.1.13Sean Fridman
2015-07-09Implement groupBy queries + admin interfaceSean Fridman
2015-06-05Implement template reloadingv0.1.9Sean Fridman
2015-05-27Add query config to sort queries by fieldv0.1.6Sean Fridman
2015-05-13Store dateCreated on new resourcesSean Fridman
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