Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-29 | adding --docs and --docs-port flags to config and run local docs server | 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 | |
We have all of the information, it's nice to be access the item's members in a natural way, without having to look at the reqest. | |||
2017-05-16 | remove csv download button from search result page | Steve Manuel | |
2017-05-16 | adding fix to UI | Steve Manuel | |
2017-05-15 | update csv label | Steve Manuel | |
2017-05-15 | update csv label | Steve Manuel | |
2017-05-15 | fixing UI | Steve Manuel | |
2017-05-15 | changing file perm on temp | Steve Manuel | |
2017-05-15 | manually call remove and close, debug response | Steve Manuel | |
2017-05-15 | flush csv writer and fix ui | Steve Manuel | |
2017-05-15 | adding csv format interface and handler impl | Steve Manuel | |
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 | add delete procedure and implementation for uploads | 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-29 | update nav url and icon | Steve Manuel | |
2017-04-29 | adding view and links to admin/manager | Steve Manuel | |
2017-04-27 | fixing typo and removing ui classes where not needed | 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 | fix ineffassign and spelling errors | Steve Manuel | |
2017-04-17 | package documentation for godoc | Steve Manuel | |
2017-04-03 | move iterator to suffix of key to avoid clashing, include status in UI sort | Steve Manuel | |
2017-04-03 | set date to UTC times on server create, and updated editor timestamp to ↵ | Steve Manuel | |
increase precision to seconds level | |||
2017-03-21 | adding cache-control age and disabler | Steve Manuel | |
2017-03-20 | adding filename normalization and sanitization for file uploads | Steve Manuel | |
2017-03-16 | Typo fixes | ferhat elmas | |
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-02-09 | fixing overridden variable from request form value change | Steve Manuel | |
2017-02-07 | [core] Enhanced file upload preview control (#64) | Steve | |
adding enhanced file upload preview & view/download link in editor.File | |||
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-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-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 | clear up debug artifacts and add info to console messages | 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 more precise timestamp creation algorithm, and a LoadCacheConfig func ↵ | Steve Manuel | |
to warm the config cache vs. trying to set defaults on init so the cache exists | |||
2017-01-13 | changing ConfigCache to return interface{} | Steve Manuel | |