Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-22 | fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g | haturatu | |
2019-04-04 | removed []byte return on AfterAPIResponse, not needed) | Ollie Phillips | |
2019-03-29 | passing data to hooks | Ollie Phillips | |
2019-03-29 | api before/after response hooks | Ollie Phillips | |
2018-09-11 | Compile regex once instead of each time function is called. | nanohard | |
2018-08-19 | Replaced satori/go.uuid with gofrs/uuid. (#268) | nanohard | |
* Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257. | |||
2017-08-15 | update Omittable, Pushable, interface to take res, req pair like Hooks, ↵ | Steve Manuel | |
update implementations & hydrate items | |||
2017-05-01 | adding admin action hooks to handlers and hookable interface | Steve Manuel | |
2017-05-01 | adding hooks to interface and handler for addon enable/disable | Steve Manuel | |
2017-04-29 | adding search, edit/new, and list view for uploads | Steve Manuel | |
2017-04-29 | fmt bytes to readable and update setupload logic to allow edits | Steve Manuel | |
2017-04-25 | adding support for file upload type and API handler to fetch file info | Steve Manuel | |
2017-04-17 | package documentation for godoc | Steve Manuel | |
2017-04-13 | moving search into own package and renaming funcs throughout | Steve Manuel | |
2017-04-11 | remoeve ErrNoSearchIndex since the implementation is disable by default | Steve Manuel | |
2017-04-11 | change implementation of search to opt-in per type, less risky if sensative ↵ | Steve Manuel | |
data is added | |||
2017-04-06 | renaming and add Delete operation for search index | Steve Manuel | |
2017-04-06 | default implementation fix | Steve Manuel | |
2017-04-06 | adding default implementation of db.Searchable | Steve Manuel | |
2017-03-20 | adding NormailzeString func exporting the stringToSlug uri formatter | Steve Manuel | |
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-02 | added UpdateContent for merge behavior on api updates, extended Hookable | Kevin Keuning | |
2017-02-13 | fix typo in comment doc | 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-07 | adding hooks for before/after accept on external handler and implementation ↵ | Steve Manuel | |
in item.Item | |||
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-11 | attempting to force item.Types to be populated before the db Init step | Steve Manuel | |
2017-01-08 | adding error type rather than string as exported var from item | Steve Manuel | |
2017-01-03 | adding link to Wiki | Steve Manuel | |
2016-12-30 | update Hide method in Hideable interface, change GMT label to UTC | Steve Manuel | |
2016-12-30 | adding Hideable interface and initial implementation, allowing user to ↵ | Steve Manuel | |
define content that can be kept private | |||
2016-12-29 | adding initial implementation of HTTP/2 server push to single content api ↵ | Steve Manuel | |
reponses | |||
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 |