summaryrefslogtreecommitdiff
path: root/system/db
AgeCommit message (Collapse)Author
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 ↵Steve Manuel
value transforms
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
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 ↵Steve Manuel
slug and return it directly
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
add/delete features
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 ↵Steve Manuel
lookup for cache implementation
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 ↵Steve Manuel
files uploaded
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own ↵Steve Manuel
types with "_" as a separator and not face conflicts
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 ↵Steve Manuel
content.Identifiable so embedded Items can manage display names by default, but easily overridden
2016-12-05update db.Query to return total of content count, add implement change ↵Steve Manuel
throughout references, add pagination to admin post results
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 ↵Steve Manuel
interfaces, moving relevant interface methods to be implemented by other types and updating caller code to assert the new interface types as needed
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
version
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 ↵Steve Manuel
of posts returned is just what was requested
2016-10-30dont allow non main content types to be sortedSteve Manuel
2016-10-30need to delete _sorted bucket before re-sorting on deleteSteve Manuel