Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-22 | Merge pull request #84 from ponzu-cms/ponzu-dev | Steve | |
[core] fix path location for cross-platform compatibility | |||
2017-02-22 | Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel | |
2017-02-22 | Merge pull request #83 from Sirikon/ponzu-dev | Steve | |
Fix #81 | |||
2017-02-22 | Fix #81 | Carlos Fernández Llamas | |
2017-02-21 | Merge pull request #79 from ponzu-cms/ponzu-dev | Steve | |
[core] Windows build & run support | |||
2017-02-21 | cleanup imports | Steve Manuel | |
2017-02-21 | adding new file to be included in build, new buildOutputPath function to ↵ | Steve Manuel | |
determine exec path | |||
2017-02-21 | Merge pull request #78 from Sirikon/ponzu-dev | Steve | |
Fix Windows build & run | |||
2017-02-21 | fix minor typo, un-export & reduce length of function | Steve | |
Aside from the minor spelling fix, I want to shorten the function name and think it would be best for it to be unexported. | |||
2017-02-21 | reduce length of function name and unexport | Steve | |
2017-02-21 | reduce length of function name and unexport | Steve | |
2017-02-21 | Fix Windows build & run | Carlos Fernández | |
2017-02-13 | fix typo in comment doc | Steve Manuel | |
2017-02-13 | Merge pull request #74 from ponzu-cms/ponzu-dev | Steve | |
bump version | |||
2017-02-13 | bump version | Steve Manuel | |
2017-02-13 | Merge pull request #73 from ponzu-cms/ponzu-dev | Steve | |
[core] Adding support to omit fields from json response, minor code reorganization | |||
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 ↵ | Steve Manuel | |
responses, implementation in handler and separating source into individual files for other interface impls | |||
2017-02-09 | remove req.URL.Path from the push target so non-content paths like uploads ↵ | Steve Manuel | |
can be pushed too | |||
2017-02-09 | Merge pull request #71 from ponzu-cms/ponzu-dev | Steve | |
[core] fixing overridden variable from request form value change | |||
2017-02-09 | fixing overridden variable from request form value change | Steve Manuel | |
2017-02-08 | Merge pull request #69 from ponzu-cms/ponzu-dev | Steve | |
use downcase version of file extension as switch value | |||
2017-02-08 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel | |
2017-02-08 | downcase the file extension so it matches cases | Steve Manuel | |
2017-02-07 | Merge pull request #68 from ponzu-cms/ponzu-dev | Steve | |
[core] Documentation typo fixes, adding new Hookable methods: BeforeAccept & AfterAccept | |||
2017-02-07 | adding hooks for before/after accept on external handler and implementation ↵ | Steve Manuel | |
in item.Item | |||
2017-02-07 | Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel | |
2017-02-07 | Merge pull request #67 from ferhatelmas/patch-1 | Steve | |
Another typo fix in readme | |||
2017-02-07 | Another typo fix in readme | ferhat elmas | |
s/cooresponding/corresponding/ | |||
2017-02-07 | Merge pull request #66 from ponzu-cms/ponzu-dev | Steve | |
Merge ponzu-dev with typo fix in readme, added enhanced File editor input | |||
2017-02-07 | Merge pull request #65 from ferhatelmas/ferhatelmas-patch-1 | Steve | |
Typo fix in readme | |||
2017-02-07 | Typo fix in readme | ferhat elmas | |
s/conntecing/connecting/ | |||
2017-02-07 | [core] Enhanced file upload preview control (#64) | Steve | |
adding enhanced file upload preview & view/download link in editor.File | |||
2017-02-07 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel | |
2017-02-07 | adding enhanced file upload preview & view/download link in editor.File | Steve Manuel | |
2017-02-06 | bump version (#63) | Steve | |
2017-02-06 | bump version | Steve Manuel | |
2017-02-06 | [core] add support for DB indexes (#62) | Steve | |
* fix typo in log message * update namespace to use prefix __index_ to avoid possible user conflicts | |||
2017-01-31 | Merge pull request #57 from bketelsen/linkfix | Steve | |
fixes #56 godoc link | |||
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 | |
* add json response to externalable requests so client can use data in apps * bump version | |||
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-25 | [core] implement http.Pusher on our composite gzip/response writer (#45) | Steve | |
2017-01-24 | Merge branch 'ponzu-dev' | Steve Manuel | |
2017-01-24 | bumping version: 0.8.0 | Steve Manuel | |
2017-01-24 | [core] System backups (uploads, system.db, analytics.db) (#42) | Steve | |
2017-01-24 | adding backup support for analytics.db, system.db, and uploads dir | Steve Manuel | |
2017-01-23 | adding untracked files for recent basic auth and backup features | Steve Manuel | |
2017-01-23 | adding basic auth middleware, admin/backup route, and backup routines for ↵ | Steve Manuel | |
system, analytics, and uploads |