Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will ↵ | Steve Manuel | |
instead to a lookup in content before the delete to get slug, etc | |||
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will ↵ | Steve Manuel | |
instead to a lookup in content before the delete to get slug, etc | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-09 | ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401 | Kevin Keuning | |
2017-03-07 | checking Error() equality on recursive push err | Steve Manuel | |
2017-03-07 | adding catch for ErrRecursivePush log and ignoring null values | Steve Manuel | |
2017-03-05 | updated logging | Kevin Keuning | |
2017-03-05 | consolidate UpdateContent into SetContent | Kevin Keuning | |
2017-03-02 | updated log message | Kevin Keuning | |
2017-03-02 | added UpdateContent for merge behavior on api updates, extended Hookable | Kevin Keuning | |
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 | 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 ↵ | 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 | fixing overridden variable from request form value change | Steve Manuel | |
2017-02-07 | adding hooks for before/after accept on external handler and implementation ↵ | Steve Manuel | |
in item.Item | |||
2017-02-07 | [core] Enhanced file upload preview control (#64) | Steve | |
adding enhanced file upload preview & view/download link in editor.File | |||
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 | 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 | [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, ↵ | Steve Manuel | |
added better CORS control | |||
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{} ↵ | Steve Manuel | |
throughout codebase | |||
2017-01-13 | adding empty config helper in case config has no data | Steve Manuel | |