Caolan
- publish CVE-2025-2866
- ofz crash
→ https://gerrit.libreoffice.org/c/core/+/184715 - follow up changes for Socket shared_ptr rules, etc
→ call DocumentBroker::createNewClientSession from docBroker SocketPoll thread by caolanm · Pull Request #11709 · CollaboraOnline/online · GitHub - Shrink AdminDocuments a bit
→ Private/caolan/admin documents cleanup by caolanm · Pull Request #11782 · CollaboraOnline/online · GitHub - fix attempt to build zstd in core
- poke around richdocuments for where callbackwrapper: filename
might come from. Perhaps some anonymous tmp file case. Uncertain. - suspicious logs entries that look like a security scan seen in
arawa log. Similar seen in share sometimes, in our case its from
“nanitor” and deliberate. - memory-optimization
- some more work on moving clipboards around as files
and/or streaming their contents around without bloating
Socket buffers. - Poco::MemoryInputStream is a std::istream, which is handy
- some more work on moving clipboards around as files
- memory-optimization
- investigate streaming POST messages to disk and passing
std::fstream of that onwards. - exotic file format thing
- rework perf script on share to use the alternative incremental
profiling helper script to see if that will help with
mystery “unknown” symbols - point share/demo/staging profile git commit things to target
25.04 now instead of 24.04 - memory-optimization
- rework clipboard origin-insert to work with streams
- TODO: last step to forward clipboard as file to docbroker
Chris
Mike
- Calc slow with Select All
- Had some problems with fonts installed to /usr/local/share/fonts/ (Online crashed with assert)
- Profiling in co-24.04
- Was the speed-up from Miklos’ work on partial visible view?
- No - that was for Writer (7c15c0e8070d0810954c4e65c84687f188781b18)…
Tomaz
PPTX – font embedding
- Import and Round-trip test
- Fixing the CI issues
- problem compiling libeot on Windows (and Android I think)
- Error: “configure: error: C compiler cannot create executables”
- libeot by default also compiles eot2ttf utility, which is probably a problem here
- need to change that to not compile it, but a bit lost in autofoo stuff
PDF form format dropdown does not work anymore
- The selection disables the whole PDF form frame
- Regression due to reorganization of the PDF dialog
- Need to disable the inner PDF Form options, not the checkbox to enable or disable the PDF forms
- Changed the widget to, which we change “sensitivity” to “forms_options_grid”
- Also rename the widget in the dialog, so we don’t call it “frame” when it’s a grid widget
- Pushed to master, backported to co-25.04
- co-24.04 works correctly already (the widget used there was the correct one “forms_options_grid”)
Miklos
Worked on: