summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
AgeCommit message (Expand)Author
2017-04-29add delete procedure and implementation for uploadsSteve Manuel
2017-04-29adding search, edit/new, and list view for uploadsSteve Manuel
2017-04-29fmt bytes to readable and update setupload logic to allow editsSteve Manuel
2017-04-29adding view and links to admin/managerSteve Manuel
2017-04-21add context cancellation to backup routinesErwin Ticzon
2017-04-17fix ineffassign and spelling errorsSteve 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-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-02-09fixing overridden variable from request form value changeSteve Manuel
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write...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-16[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)Steve
2017-01-12adding fix for pending content being saved but not updated in dbSteve Manuel
2017-01-12update ui for admin addons page to have more dataSteve Manuel
2017-01-11adding package prefixSteve Manuel
2017-01-11moving addon handlers back into admin packageSteve Manuel
2017-01-11moving addon handlers to addon package to avoid import issuesSteve Manuel
2017-01-11adding []byte driven api vs. url.Values where ever possibleSteve Manuel
2017-01-11fixing redeclaration of err in handlerSteve Manuel
2017-01-11hiding UI elements when not needed, adding save addon routineSteve Manuel
2017-01-10adding pointer fix for decoding, removing print debugsSteve Manuel
2017-01-10removing unused varSteve Manuel
2017-01-10adding returns to exit req/res, testing values -> struct conv via schemaSteve Manuel
2017-01-10adding correct error views, normalize action value for comparison;Steve Manuel
2017-01-10adding initial support for third-party addons and the basic framework for how...Steve Manuel
2017-01-08adding error type rather than string as exported var from itemSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-02update codebase where previous deps were usedSteve Manuel
2017-01-02more code cleanup and adding content dir empty on build before copySteve Manuel
2017-01-02minor cleanup, removal of old codeSteve Manuel
2017-01-02casting byte slice to string in error messageSteve Manuel
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu...Steve Manuel
2016-12-19typoSteve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-14fix pagination on pending items.Steve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ...Steve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own typ...Steve Manuel
2016-12-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-06fixing code change from previous featureSteve Manuel
2016-12-06adding content search for both public and pending specifiersSteve Manuel
2016-12-06removing ContentName() from editor.Editble and adding String() to content.Ide...Steve Manuel
2016-12-06adding test for sorting persisted in paginationSteve Manuel