summaryrefslogtreecommitdiff
path: root/system/db
AgeCommit message (Collapse)Author
2016-10-24debugging current user codeSteve Manuel
2016-10-22testing fix for problematic Update user codeSteve Manuel
2016-10-22debugging update user handler and db codeSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-18running SortContent from inside DeleteContent in same goroutine so results ↵Steve Manuel
are sync
2016-10-18updating call location of StoreContent to be centralized to db actions, ↵Steve Manuel
rather than inside http handlers
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18using ref of post in sort storage and updating db key for stored postSteve Manuel
2016-10-18adding different key format to test default sorting inside BoltSteve Manuel
2016-10-18updating sort logic on Less and storing sorted values in _sorted bucketSteve Manuel
2016-10-18adding sort buckets for each content typeSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18implementing Sort on sortable posts, testing functionalitySteve Manuel
2016-10-13adding admin server handler for deleting contentSteve Manuel
2016-10-09returning absolute import paths, will move to vendor in future commitSteve Manuel
2016-10-09renaming import paths globally to ensure build is using new files, not ones ↵Steve Manuel
from original repo
2016-10-09updating import pathsSteve Manuel
2016-10-07adding cache control and etags to responses for static assets + moved ↵Steve Manuel
handlers/helper upload func
2016-10-06added jwt secret at initialization and removed debugsSteve Manuel
2016-10-06adding authentication & token-based persistence for users, init setup for ↵Steve Manuel
first-use, pulling out some handlers into separate file for readability and navigation
2016-10-06adding config, user and refactored some content query code. all in their own ↵Steve Manuel
files for better maintainability
2016-09-24adding Init func to db instead of native init func so that when cms is ↵Steve Manuel
called as a CLI, it does not create the db file in the current directory erroneously
2016-09-22adding a generator for custom post content types, slug for url based on ↵Steve Manuel
title, main file to manage commands
2016-09-21added admin interface and overview of content and types. more code ↵Steve Manuel
reorganization.
2016-09-20adding support for boltdb storage, updating and inserting content, some ↵Steve Manuel
reorganization
2016-09-19reorganizing files and dir structure. adding initial (incomplete) ↵Steve Manuel
management, types, system and db functionality.