summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
AgeCommit message (Collapse)Author
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
2017-08-14add default domain name to init form based on client hostnameSteve Manuel
2017-04-29update nav url and iconSteve Manuel
2017-04-29adding view and links to admin/managerSteve Manuel
2017-04-27fixing typo and removing ui classes where not neededSteve Manuel
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip ↵Steve
Writer (#47) * added http Pusher interface to gzip response writer * implement Pusher on gzipResponseWriter and pass encoding header to pusher options * providing a generic error view fuction for code that calls a interface method which will have access to the response * fix []byte -> string type for fmt string * adding the res, req pattern for method arguments in interfaces and their method calls * fix for spacing in generic error message * remove default error views displayed in lifecycle hooks - will rely on custom views or redirects inside hook now that user has ResponseWriter. Otherwise, multiple WriteHeader calls would be warned * removing WriteHeader calls before return in external handlers * bump version 0.8.1
2017-01-20switching new -> & for consistency w/ codebaseSteve Manuel
2017-01-20cleaner codeŁukasz Kurowski
2017-01-11moving content _ import to config packageSteve Manuel
2017-01-11move content _ import to adminSteve Manuel
2017-01-10adding print debugs to check statusSteve Manuel
2017-01-10adding initial support for third-party addons and the basic framework for ↵Steve Manuel
how they are registered by the system
2016-12-30update Hide method in Hideable interface, change GMT label to UTCSteve Manuel
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