Age | Commit message (Expand) | Author |
2017-04-17 | package documentation for godoc | Steve Manuel |
2017-04-14 | simpler throttle | Kevin Keuning |
2017-04-14 | improved throttle to ensure content is sorted | Kevin Keuning |
2017-04-13 | moving search into own package and renaming funcs throughout | Steve Manuel |
2017-04-11 | Merge branch 'throttle-sort' into ponzu-dev | Steve Manuel |
2017-04-11 | remoeve ErrNoSearchIndex since the implementation is disable by default | Steve Manuel |
2017-04-11 | change implementation of search to opt-in per type, less risky if sensative d... | Steve Manuel |
2017-04-11 | updating waitDuration, should determine if this is configurable or not | 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 | 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 | 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 | separate UpdateContent and SetContent to differentiate when data should be me... | Steve Manuel |
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will in... | 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-02-06 | [core] add support for DB indexes (#62) | 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-16 | [core] Adding toggle for CORS, GZIP in admin/cms configuration (#30) | Steve |
2017-01-12 | and not or in err check | Steve Manuel |
2017-01-12 | move expensive work outside store.Update in Sort | Steve Manuel |
2017-01-12 | handling error | Steve Manuel |
2017-01-11 | moving content _ import into new system/init package to test import | Steve Manuel |
2017-01-11 | move content _ import to admin | Steve Manuel |
2017-01-11 | attempting to force item.Types to be populated before the db Init step | Steve Manuel |
2017-01-11 | adding []byte driven api vs. url.Values where ever possible | Steve Manuel |
2017-01-10 | adding pointer fix for decoding, removing print debugs | Steve Manuel |
2017-01-10 | adding test for store value before attempt to open db | Steve Manuel |
2017-01-10 | adding print debugs to check status | Steve Manuel |
2017-01-10 | minor UI change and docs update | Steve Manuel |
2017-01-10 | adding Init check in func called early in process | Steve Manuel |
2017-01-10 | adding db open back to Init and calling Init from other files init() | Steve Manuel |
2017-01-10 | now that we possibly create the __addon bucket here, tx type needs to be writ... | Steve Manuel |
2017-01-10 | pulling db connection creation into package init not exported Init() initiali... | Steve Manuel |
2017-01-10 | adding bucket in advance in case it doesnt exist and addon init is called bef... | Steve Manuel |