summaryrefslogtreecommitdiff
path: root/system/db/content.go
AgeCommit message (Expand)Author
2018-08-19Replaced satori/go.uuid with gofrs/uuid. (#268)nanohard
2018-01-03Fix UUID issues (#216)Nick Randall
2017-06-27fixed approve handler losing data for string slicesTornike Razmadze
2017-04-17fix ineffassign and spelling errorsSteve Manuel
2017-04-14simpler throttleKevin Keuning
2017-04-14improved throttle to ensure content is sortedKevin Keuning
2017-04-13moving search into own package and renaming funcs throughoutSteve Manuel
2017-04-11Merge branch 'throttle-sort' into ponzu-devSteve Manuel
2017-04-11change implementation of search to opt-in per type, less risky if sensative d...Steve Manuel
2017-04-11updating waitDuration, should determine if this is configurable or notSteve Manuel
2017-04-11adding throttled content sortingSteve Manuel
2017-04-07import layout style fixSteve Manuel
2017-04-07add initial implementation of api search handler with full-text search by typeSteve Manuel
2017-04-06renaming and add Delete operation for search indexSteve Manuel
2017-04-06indexing string data instead of json []byteSteve Manuel
2017-04-06adding json values to search index on insert and updateSteve Manuel
2017-04-03swap asc/desc now that natural order in db is changedSteve Manuel
2017-04-03move iterator to suffix of key to avoid clashing, include status in UI sortSteve Manuel
2017-04-03testing alt key format in sorted bucketsSteve Manuel
2017-03-20separate UpdateContent and SetContent to differentiate when data should be me...Steve Manuel
2017-03-15updating DeleteContent signature to remove requirement of url.Values, will in...Steve Manuel
2017-03-05updated loggingKevin Keuning
2017-03-05consolidate UpdateContent into SetContentKevin Keuning
2017-03-02updated log messageKevin Keuning
2017-03-02added UpdateContent for merge behavior on api updates, extended HookableKevin Keuning
2017-01-16[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)Steve
2017-01-12and not or in err checkSteve Manuel
2017-01-12move expensive work outside store.Update in SortSteve Manuel
2017-01-12handling errorSteve Manuel
2017-01-08adding error type rather than string as exported var from itemSteve Manuel
2016-12-30adding Hideable interface and initial implementation, allowing user to define...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 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-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-11-28adding uuid dep and implementation for content.ItemSteve 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