index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
Age
Commit message (
Expand
)
Author
2017-04-11
adding throttled content sorting
Steve Manuel
2017-04-07
import layout style fix
Steve Manuel
2017-04-07
import layout style fix
Steve Manuel
2017-04-07
add initial implementation of api search handler with full-text search by type
Steve Manuel
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-04-06
indexing string data instead of json []byte
Steve Manuel
2017-04-06
update index path to include the search dir
Steve Manuel
2017-04-06
adding json values to search index on insert and update
Steve Manuel
2017-04-06
add mapping for search indices per content type
Steve Manuel
2017-04-03
swap asc/desc now that natural order in db is changed
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 incre...
Steve Manuel
2017-04-03
testing alt key format in sorted buckets
Steve Manuel
2017-03-21
JSON decoded val for int variants are float64 - need to cast after assertion
Steve Manuel
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-20
adding NormailzeString func exporting the stringToSlug uri formatter
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
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-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
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 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-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 i...
Steve Manuel
2017-02-07
[core] Enhanced file upload preview control (#64)
Steve
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
[next]