index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
api
Age
Commit message (
Expand
)
Author
2017-03-01
added logging for failed user validation on api update
Kevin Keuning
2017-03-01
adding update to api
Kevin Keuning
2017-03-01
adding updated version of omit
Steve Manuel
2017-02-13
adding check for nil pusher in gzipResponseWriter type
Steve Manuel
2017-02-13
updating omit implementation
Steve Manuel
2017-02-13
adding item.Omittable interface for field-level omission of data in responses...
Steve Manuel
2017-02-09
remove req.URL.Path from the push target so non-content paths like uploads ca...
Steve Manuel
2017-02-07
adding hooks for before/after accept on external handler and implementation i...
Steve Manuel
2017-02-06
[core] add support for DB indexes (#62)
Steve
2017-01-31
fixes #56 godoc link
Brian Ketelsen
2017-01-30
[core] Return data from api.Externalable requests for client to use in app (#55)
Steve
2017-01-26
[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write...
Steve
2017-01-25
[core] implement http.Pusher on our composite gzip/response writer (#45)
Steve
2017-01-24
[core] System backups (uploads, system.db, analytics.db) (#42)
Steve
2017-01-20
removing fmt prints. fix is for #38
Steve Manuel
2017-01-20
adding fix for consistent order in repeaters and multi-value field inputs
Steve Manuel
2017-01-19
adding CORS middleware to external API endpoints for browser compliance
Steve Manuel
2017-01-16
[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)
Steve
2017-01-10
adding initial support for third-party addons and the basic framework for how...
Steve Manuel
2017-01-08
adding error type rather than string as exported var from item
Steve Manuel
2016-12-30
updating error in addond and checking for nil prior to clling method on err
Steve Manuel
2016-12-30
update Hide method in Hideable interface, change GMT label to UTC
Steve Manuel
2016-12-30
adding hide to types handler
Steve Manuel
2016-12-30
adding Hideable interface and initial implementation, allowing user to define...
Steve Manuel
2016-12-29
adding req as param to push, initially to get URL Path for http.Pusher#Push
Steve Manuel
2016-12-29
adding http package import
Steve Manuel
2016-12-29
move push func to separate file and adding tidwall/gjson to credits
Steve Manuel
2016-12-29
adding initial implementation of HTTP/2 server push to single content api rep...
Steve Manuel
2016-12-25
adding more error handling on buffer writes, removing old code
Steve Manuel
2016-12-22
adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu...
Steve Manuel
2016-12-20
indicating analytics in chart are GMT
Steve Manuel
2016-12-19
moving repository, bosssauce => ponzu-cms
Steve Manuel
2016-12-19
[addons] Creating foundation for plugin-like system "Addons" (#24)
Steve
2016-12-14
adding db method ContentBySlug to lookup the type & id of content by its slug...
Steve Manuel
2016-12-13
deleting old records after storing in metrics as a cache
Steve Manuel
2016-12-13
adding fix for metrics storage and caching
Steve Manuel
2016-12-13
testing memory cache of current metrics rather than lookup in db
Steve Manuel
2016-12-13
flipping comparison to match previous op change
Steve Manuel
2016-12-13
changing or -> and op in check
Steve Manuel
2016-12-13
removing debug prints and adding a check for data cached or needs analysis
Steve Manuel
2016-12-12
adding debug prints
Steve Manuel
2016-12-12
pulling data range literals out to const, adding check if metric count is 0 b...
Steve Manuel
2016-12-12
using dates as range for metrics put
Steve Manuel
2016-12-12
inserting metrics data into cache
Steve Manuel
2016-12-12
checking for metric data in db first
Steve Manuel
2016-12-12
adding initial caching of daily metrics from api requests
Steve Manuel
2016-12-11
fix leftover db specifier name changes
Steve Manuel
2016-12-11
returning api server middleware to original state and adding req header looku...
Steve Manuel
2016-12-07
testing cache control exec from CORS
Steve Manuel
2016-12-06
re-order middleware so Record is called even if cache is active
Steve Manuel
[next]