Age | Commit message (Expand) | Author |
2017-08-15 | update Omittable, Pushable, interface to take res, req pair like Hooks, updat... | Steve Manuel |
2017-06-26 | fixed problem with saving multiple repeaters closes #59 closes #167 | Tornike Razmadze |
2017-05-24 | populate item hookable in API update | Steve Manuel |
2017-05-24 | fixing data var redeclaration | Steve Manuel |
2017-05-24 | provide delete hooks with the item | Paul Ivanov |
2017-05-21 | make a proper item for Hookable methods | Paul Ivanov |
2017-04-29 | adding search, edit/new, and list view for uploads | Steve Manuel |
2017-04-25 | adding support for file upload type and API handler to fetch file info | Steve Manuel |
2017-04-21 | add context cancellation to backup routines | Erwin Ticzon |
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 | adding push support to search, only first matched result | Steve Manuel |
2017-04-11 | change implementation of search to opt-in per type, less risky if sensative d... | Steve Manuel |
2017-04-07 | add initial implementation of api search handler with full-text search by type | Steve Manuel |
2017-03-20 | separate UpdateContent and SetContent to differentiate when data should be me... | Steve Manuel |
2017-03-16 | Typo fixes | ferhat elmas |
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will in... | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
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 | 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 | 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 |