Add OfficeHome with All Documents, context menu, custom icons, editor rename, text wrapping
Some checks failed
Automated Container Build / build-and-push (push) Failing after 1m13s

This commit is contained in:
Elijah 2026-05-24 13:13:40 -07:00
parent e738a2cb72
commit 51850e75a2
5 changed files with 295 additions and 30 deletions

View file

@ -194,6 +194,7 @@ func main() {
// OnlyOffice
protected.Post("/onlyoffice/create", onlyOfficeHandler.CreateBlank)
protected.Post("/onlyoffice/sign", onlyOfficeHandler.SignConfig)
protected.Get("/onlyoffice/files", onlyOfficeHandler.ListOfficeFiles)
protected.Get("/files/folders-tree", fsHandler.GetFolderTree)