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
Age
Commit message (
Expand
)
Author
2017-02-13
fix typo in comment doc
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-09
fixing overridden variable from request form value change
Steve Manuel
2017-02-07
adding hooks for before/after accept on external handler and implementation i...
Steve Manuel
2017-02-07
[core] Enhanced file upload preview control (#64)
Steve
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-20
switching new -> & for consistency w/ codebase
Steve Manuel
2017-01-20
cleaner code
Ćukasz Kurowski
2017-01-19
adding CORS middleware to external API endpoints for browser compliance
Steve Manuel
2017-01-17
adding admin UI fixes
Steve Manuel
2017-01-16
adding different identifier to checkbox in config
Steve Manuel
2017-01-16
adding gzip_disabled config setting
Steve Manuel
2017-01-16
adding gzip compression to api endpoints
Steve Manuel
2017-01-16
fix gzip middleware and remove code from sendData func
Steve Manuel
2017-01-16
fixing cors change and gzip response writer
Steve Manuel
2017-01-16
minor optimization in db Updates, added gzip responses for API requests, adde...
Steve Manuel
2017-01-16
clear up debug artifacts and add info to console messages
Steve Manuel
2017-01-16
adding cors helper func
Steve Manuel
2017-01-15
testing func line unsplit
Steve Manuel
2017-01-13
adding test in CORS middleware in fix for start
Steve Manuel
2017-01-13
changing config cors field type
Steve Manuel
2017-01-13
adding test to fix bool conversion with schema
Steve Manuel
2017-01-13
updating config model and changing configCache to map[string]interface{} thro...
Steve Manuel
2017-01-13
adding empty config helper in case config has no data
Steve Manuel
2017-01-13
adding stop for PutConfig if there is no config data
Steve Manuel
2017-01-13
adding stop to LoadCacheConfig if there is no config data
Steve Manuel
2017-01-13
adding print debug for config []byte value
Steve Manuel
2017-01-13
pulling db tx from inside outer db tx
Steve Manuel
2017-01-13
testing issue finding config bucket
Steve Manuel
2017-01-13
adding more precise timestamp creation algorithm, and a LoadCacheConfig func ...
Steve Manuel
2017-01-13
changing ConfigCache to return interface{}
Steve Manuel
2017-01-12
adding fix for pending content being saved but not updated in db
Steve Manuel
2017-01-12
update ui for admin addons page to have more data
Steve Manuel
2017-01-12
and not or in err check
Steve Manuel
2017-01-12
move expensive work outside store.Update in Sort
Steve Manuel
2017-01-12
handling error
Steve Manuel
2017-01-11
moving content _ import into new system/init package to test import
Steve Manuel
2017-01-11
moving content _ import to config package
Steve Manuel
2017-01-11
move content _ import to admin
Steve Manuel
2017-01-11
adding package prefix
Steve Manuel
[next]