summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-14Merge pull request #125 from ponzu-cms/ponzu-devSteve
[docker] add Dockerfile for building Ponzu
2017-04-14update to golang:latestSteve Manuel
2017-04-14Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-04-14moving docker dir with README to wikiSteve Manuel
2017-04-14Merge pull request #115 from krismeister/ponzu-devSteve
[docker] Development Dockerfile for ponzu
2017-04-14Update README.mdSteve
2017-04-14Update DockerfileSteve
2017-04-14Merge pull request #124 from ponzu-cms/ponzu-devSteve
[core] update with better sort throttling
2017-04-14Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-04-14Merge pull request #123 from kkeuning/throttleSteve
improved throttle to ensure content is sorted
2017-04-14simpler throttleKevin Keuning
2017-04-14improved throttle to ensure content is sortedKevin Keuning
2017-04-14Merge pull request #122 from ponzu-cms/ponzu-devSteve
[core] add updated file preview for file repeater
2017-04-14Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-04-14add updated file preview for file repeaterSteve Manuel
2017-04-13[docker-exampe] moved into examples repo https://github.com/ponzu-cms/exampleskmeister
2017-04-13[docker-example] pointed to example ponzu image on dockerhubkmeister
2017-04-13[docker] this setup will make it easier to add builds ↵kmeister
https://docs.docker.com/docker-hub/builds/#use-the-build-settings-page#add-and-run-a-new-build
2017-04-13[docker-example] clarificationkmeister
2017-04-13[docker-example] simplified docker-composekmeister
2017-04-13[docker-example] added ajax and styled example pagekmeister
2017-04-13[docker-example] added song modelkmeister
2017-04-13Merge pull request #121 from ponzu-cms/ponzu-devSteve
[core] moving search into own package and renaming funcs throughout
2017-04-13moving search into own package and renaming funcs throughoutSteve Manuel
2017-04-13[docker-example] nginx fronting ponzukmeister
2017-04-13Merge pull request #120 from ponzu-cms/ponzu-devSteve
[core] add throttling to db content sorting call
2017-04-13[docker-example] api & admin containers building correctlykmeister
2017-04-13[docker example] default adminkmeister
2017-04-11Merge branch 'throttle-sort' into ponzu-devSteve Manuel
2017-04-11Merge pull request #116 from ponzu-cms/ponzu-devSteve
[core] Configurable full-text search with Bleve + search API endpoint
2017-04-11credit bleve in READMESteve Manuel
2017-04-11remoeve ErrNoSearchIndex since the implementation is disable by defaultSteve Manuel
2017-04-11adding push support to search, only first matched resultSteve Manuel
2017-04-11Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-04-11change implementation of search to opt-in per type, less risky if sensative ↵Steve Manuel
data is added
2017-04-11#72 info for attaching the local directory as a docker volumekmeister
2017-04-11#72 docker file building ponzukmeister
2017-04-11updating waitDuration, should determine if this is configurable or notSteve Manuel
2017-04-11adding throttled content sortingSteve Manuel
2017-04-07import layout style fixSteve Manuel
2017-04-07import layout style fixSteve Manuel
2017-04-07add initial implementation of api search handler with full-text search by typeSteve Manuel
2017-04-06renaming and add Delete operation for search indexSteve Manuel
2017-04-06default implementation fixSteve Manuel
2017-04-06adding default implementation of db.SearchableSteve Manuel
2017-04-06indexing string data instead of json []byteSteve Manuel
2017-04-06update index path to include the search dirSteve Manuel
2017-04-06adding json values to search index on insert and updateSteve Manuel
2017-04-06add mapping for search indices per content typeSteve Manuel
2017-04-03Merge pull request #109 from ponzu-cms/ponzu-devSteve
remainder of working branch to complete the sort ordering fix