summaryrefslogtreecommitdiff
path: root/system/db
AgeCommit message (Expand)Author
2016-12-30adding Hideable interface and initial implementation, allowing user to define...Steve Manuel
2016-12-25adding more error handling on buffer writes, removing old codeSteve Manuel
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu...Steve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-14adding cache invalidation to system start/initSteve Manuel
2016-12-14adding db method ContentBySlug to lookup the type & id of content by its slug...Steve Manuel
2016-12-14maintain original slug and append to it with single incremental value, not manySteve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ...Steve Manuel
2016-12-11updating cache control header to be more lenientSteve Manuel
2016-12-11removing print debug for cache checkSteve Manuel
2016-12-11returning api server middleware to original state and adding req header looku...Steve Manuel
2016-12-07adding debug prints -- cache control not effecting json responsesSteve Manuel
2016-12-06initialize url.Values (map) prior to Add/SetSteve Manuel
2016-12-06checking if first pass through kv of config to call Set before AddSteve Manuel
2016-12-06tracking new fileSteve Manuel
2016-12-06adding cache (client-based, Etag) to API responses in addition to static file...Steve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own typ...Steve Manuel
2016-12-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-06removing old unnecessary text processing codeSteve Manuel
2016-12-06removing ContentName() from editor.Editble and adding String() to content.Ide...Steve Manuel
2016-12-05update db.Query to return total of content count, add implement change throug...Steve Manuel
2016-12-02adding a guarantee to update user with same IDSteve Manuel
2016-12-02fixed lookup by emailSteve Manuel
2016-12-02updating docs for recovery key getterSteve Manuel
2016-11-30checking bounds on config field sliceSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29changing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29adding better implementation for etag/cache invalidationSteve Manuel
2016-11-28adding uuid dep and implementation for content.ItemSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve Manuel
2016-11-03simplifying Editable interface by adding Sluggable and Identifiable interface...Steve Manuel
2016-11-02adding default to order switch in db.QuerySteve Manuel
2016-11-02swapping order of post windingSteve Manuel
2016-11-02testing fix for -1 case in count lengthSteve Manuel
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02reassigning k, v with next or prev recordSteve Manuel
2016-11-02adding addtional stops for count/offsetSteve Manuel
2016-11-01testing start / end positions on cursor - added back bounds check from prior ...Steve Manuel
2016-11-01testing start / end positions on cursorSteve Manuel
2016-11-01adding some bounds checking to the cursor location based on the expected resultsSteve Manuel
2016-11-01do not allow return length longer than number of values in bucketSteve Manuel
2016-11-01moving query like code from handler to new Query func in db package so size o...Steve Manuel
2016-10-30dont allow non main content types to be sortedSteve Manuel