summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
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-03swap asc/desc now that natural order in db is changedSteve Manuel
2017-04-03move iterator to suffix of key to avoid clashing, include status in UI sortSteve Manuel
2017-04-03set date to UTC times on server create, and updated editor timestamp to incre...Steve Manuel
2017-04-03testing alt key format in sorted bucketsSteve Manuel
2017-03-21JSON decoded val for int variants are float64 - need to cast after assertionSteve Manuel
2017-03-21adding cache-control age and disablerSteve Manuel
2017-03-20adding filename normalization and sanitization for file uploadsSteve Manuel
2017-03-20adding NormailzeString func exporting the stringToSlug uri formatterSteve Manuel
2017-03-20separate UpdateContent and SetContent to differentiate when data should be me...Steve Manuel
2017-03-16Typo fixesferhat elmas
2017-03-15updating DeleteContent signature to remove requirement of url.Values, will in...Steve Manuel
2017-03-15updating DeleteContent signature to remove requirement of url.Values, will in...Steve Manuel
2017-03-15changing API for external client interaction. Externalable -> Createable, +De...Steve Manuel
2017-03-15changing API for external client interaction. Externalable -> Createable, +De...Steve Manuel
2017-03-15changing API for external client interaction. Externalable -> Createable, +De...Steve Manuel
2017-03-15changing API for external client interaction. Externalable -> Createable, +De...Steve Manuel
2017-03-09ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401Kevin Keuning
2017-03-07checking Error() equality on recursive push errSteve Manuel
2017-03-07adding catch for ErrRecursivePush log and ignoring null valuesSteve Manuel
2017-03-05updated loggingKevin Keuning
2017-03-05consolidate UpdateContent into SetContentKevin Keuning
2017-03-02updated log messageKevin Keuning
2017-03-02added UpdateContent for merge behavior on api updates, extended HookableKevin Keuning
2017-03-01added logging for failed user validation on api updateKevin Keuning
2017-03-01adding update to apiKevin Keuning
2017-03-01adding updated version of omitSteve Manuel
2017-02-13fix typo in comment docSteve Manuel
2017-02-13adding check for nil pusher in gzipResponseWriter typeSteve Manuel
2017-02-13updating omit implementationSteve Manuel
2017-02-13adding item.Omittable interface for field-level omission of data in responses...Steve Manuel
2017-02-09remove req.URL.Path from the push target so non-content paths like uploads ca...Steve Manuel
2017-02-09fixing overridden variable from request form value changeSteve Manuel
2017-02-07adding 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-31fixes #56 godoc linkBrian 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
2017-01-24[core] System backups (uploads, system.db, analytics.db) (#42)Steve
2017-01-20removing fmt prints. fix is for #38Steve Manuel
2017-01-20adding fix for consistent order in repeaters and multi-value field inputsSteve Manuel
2017-01-20switching new -> & for consistency w/ codebaseSteve Manuel