summaryrefslogtreecommitdiff
path: root/system/db
AgeCommit message (Expand)Author
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
2019-12-30Fix missing importsMiguel Angel Ajo
2019-12-30Also add path to db filesMiguel Angel Ajo
2018-08-19Replaced satori/go.uuid with gofrs/uuid. (#268)nanohard
2018-01-03Fix UUID issues (#216)Nick Randall
2017-08-22adding store access and buckets from other pkgsSteve Manuel
2017-06-27fixed approve handler losing data for string slicesTornike Razmadze
2017-06-26fixed problem with saving multiple repeaters closes #59 closes #167Tornike Razmadze
2017-06-14cleanupNeven Jacmenović
2017-06-12fix typoSteve Manuel
2017-06-11delayed indexer init (fix for search not working when addons are enabled)Neven Jacmenović
2017-06-10Revert "Fix for search not working when addons are enabled"Steve Manuel
2017-06-10small typo in commentsSteve Manuel
2017-06-09delayed search index initialization so search can work with addonsNeven Jacmenović
2017-06-09delayed search index initialization so search can work with addonsNeven Jacmenović
2017-04-29add delete procedure and implementation for uploadsSteve Manuel
2017-04-29adding search, edit/new, and list view for uploadsSteve Manuel
2017-04-29fmt bytes to readable and update setupload logic to allow editsSteve Manuel
2017-04-27move the insert to contentIndex to the same Update callSteve Manuel
2017-04-25adding support for file upload type and API handler to fetch file infoSteve Manuel
2017-04-21add context cancellation to backup routinesErwin Ticzon
2017-04-17adding mutex to protect configCache map, fixes race conditionSteve Manuel
2017-04-17fix ineffassign and spelling errorsSteve Manuel
2017-04-17package documentation for godocSteve 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-11remoeve ErrNoSearchIndex since the implementation is disable by defaultSteve 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-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-06adding default implementation of db.SearchableSteve Manuel
2017-04-06indexing string data instead of json []byteSteve Manuel
2017-04-06update index path to include the search dirSteve Manuel
2017-04-06adding json values to search index on insert and updateSteve Manuel
2017-04-06add mapping for search indices per content typeSteve 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-21JSON decoded val for int variants are float64 - need to cast after assertionSteve Manuel
2017-03-21adding cache-control age and disablerSteve 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