whenever uploading something with files and folders, the thumbnails
would flash on and off all the time. The commit
a0540eecae only address part of the issue,
this commit take care of the other bits
- [X] menubar.css: when filename is too long, the menubar would overflow past the
screen
- [X] editor.css: in some window size, the editor would enlarge itself.
This was an issue with codemirror and flexbox that is known:
https://github.com/codemirror/codemirror5/issues/4895
Azure SFTP only hold the connection for 2 minutes .... So we got to
flush our cache before it occurs, otherwise we end up with a "Connection lost" error
go 1.23 has a couple issue on arm that is documented here https://github.com/golang/go/issues/68976
Up until this is solved we have to remove arm build because we need
partiioned cookie which is a go 1.23 feature
in the existing image, ffmpeg was missing, creating a warning. To fix
we'd either install ffmpeg on a custom image or assume we're good with
this kind of warning which is what we went with
whenever using an iframe, cookies are a problem in cross domain setup as
browser like safari got that disabled entirely. We had to find a
solution to work with Safari properly, hence passing the data through
URL
Before this, whenever the upload of a file within a folder occured, we
had some unwanted flicker on picture as the page would refresh itself.
We don't need to refresh the transcient stuff when the upload occur in a
different place
* Change var from %t to %s
Made mistake that I presume that function expected boolean, and I got error. With %s or expect string problem is solved.
* Only office configure enable/disable chat and print
Added two more options that can be configured in Onlyoffice through OnlyOffice API.
* Fixed type, and added additional options
* Added features can_copy and can_comment
Added more features in plug in for interaction with Onlyoffice.