summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
AgeCommit message (Collapse)Author
2016-12-20indicating analytics in chart are GMTSteve Manuel
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-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-02adding enctype for consistency in formsSteve Manuel
2016-12-02setting form enctype to correct ponzu requirementSteve Manuel
2016-12-02changing layout/position of forgot password linkSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve Manuel
2016-11-04keeping 2 weeks of data to show, pruning after 1 week, and testing date ↵Steve Manuel
range UI on dahsboard
2016-11-04need to parse the json stringified array in chart dataSteve Manuel
2016-11-04need to parse the json stringified array in chart dataSteve Manuel
2016-11-04testing template range to get dates into pageSteve Manuel
2016-11-03testing simplified fix for template interpolation with analytics dataSteve Manuel
2016-11-03fixing pointer to request for marshalling, updating analytics templateSteve Manuel
2016-11-03testing new api request analytics in dashboardSteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adding initial implementation with fake data of analytics chartSteve Manuel
2016-10-29debuggingSteve Manuel
2016-10-24removing debug printlns and modifying other fmt.Println to log.Println for ↵Steve Manuel
consistency
2016-10-22debugging json contentSteve Manuel
2016-10-22debugging json outputSteve Manuel
2016-10-22debugging update user handler and db codeSteve Manuel
2016-10-22debuggigSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22debugging user listingSteve Manuel
2016-10-22debugging user listingSteve Manuel
2016-10-22debugging user listingSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve 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-09adding name to credits: PonzuSteve Manuel
2016-10-06adding credits, http error viewsSteve Manuel