Age | Commit message (Expand) | Author |
2017-04-13 | [docker-example] pointed to example ponzu image on dockerhub | kmeister |
2017-04-13 | [docker] this setup will make it easier to add builds https://docs.docker.com... | kmeister |
2017-04-13 | [docker-example] clarification | kmeister |
2017-04-13 | [docker-example] simplified docker-compose | kmeister |
2017-04-13 | [docker-example] added ajax and styled example page | kmeister |
2017-04-13 | [docker-example] added song model | kmeister |
2017-04-13 | Merge pull request #121 from ponzu-cms/ponzu-dev | Steve |
2017-04-13 | moving search into own package and renaming funcs throughout | Steve Manuel |
2017-04-13 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu | Steve Manuel |
2017-04-13 | [docker-example] nginx fronting ponzu | kmeister |
2017-04-13 | Merge pull request #120 from ponzu-cms/ponzu-dev | Steve |
2017-04-13 | [docker-example] api & admin containers building correctly | kmeister |
2017-04-13 | [docker example] default admin | kmeister |
2017-04-11 | Merge branch 'throttle-sort' into ponzu-dev | Steve Manuel |
2017-04-11 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu | Steve Manuel |
2017-04-11 | Merge pull request #116 from ponzu-cms/ponzu-dev | Steve |
2017-04-11 | credit bleve in README | Steve Manuel |
2017-04-11 | remoeve ErrNoSearchIndex since the implementation is disable by default | Steve Manuel |
2017-04-11 | adding push support to search, only first matched result | Steve Manuel |
2017-04-11 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel |
2017-04-11 | change implementation of search to opt-in per type, less risky if sensative d... | Steve Manuel |
2017-04-11 | #72 info for attaching the local directory as a docker volume | kmeister |
2017-04-11 | #72 docker file building ponzu | kmeister |
2017-04-11 | updating waitDuration, should determine if this is configurable or not | Steve Manuel |
2017-04-11 | Merge branch 'throttle-sort' | Steve Manuel |
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 | Merge pull request #109 from ponzu-cms/ponzu-dev | Steve |
2017-04-03 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel |
2017-04-03 | swap asc/desc now that natural order in db is changed | Steve Manuel |
2017-04-03 | Merge pull request #108 from ponzu-cms/ponzu-dev | Steve |
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-04-02 | updating readme with input view specifiers | Steve Manuel |
2017-04-02 | Merge pull request #107 from ponzu-cms/ponzu-dev | Steve |
2017-04-02 | remove old comment/reminder | Steve Manuel |
2017-04-01 | formatting fix in custom editor view template | Steve Manuel |
2017-04-01 | adding cases and templates for checkbox, file, richtext, select, tags, textarea | Steve Manuel |
2017-04-01 | adding hidden and custom templates to cases | Steve Manuel |
2017-04-01 | add warning message to console, new custom and hidden templates | Steve Manuel |