Collabora Online Weekly Meeting #98
Date: Nov 24 2022
All minutes published on: Meeting Minutes - Collabora Online
Attendees (write your name):
- Ezinne, Pedro, Szymon, Andras, Gökay, Gülşah, Thorsten, Aron, Michael
Nicolas
Adfinis crowdfunding already live: Voice up your LibreOffice — Crowdfunding bei wemakeit
please tell Elisa she did a lot of great work on the crowdfunding, making the video, etc
Let’s share, spread the word All the money goes to fund the good work. The goal needs to be reach or else the money goes back to the people who donated
DeepL documentation available at Translator (DeepL) — SDK https://sdk.collaboraonline.com/ documentation
[to move somewhere else: hyperlink warning popup ugly in some languages, e.g: German]
Release schedule (Gokay)
- Next CODE 22.05 → week 50
- Mobile app release was postponed for next year (probably between Jan-Mar)
Nextcloud bits (Julius)
-
Working on dropping an .ini file in top-level Nextcloud sync folders so that the desktop client can interact with locking / desktop / collaborative editing as the user chooses → waiting for desktop client team (richdocuments PR ready)
- planing call next week
- Tor working to read / interpret this and tweak the UI to better integrate
- some potential issues getting authentication tokens for LibreOffice – so deferring this ot the next step. (ping the user on the local side that there is a possibility to keep editing the same document collaboratively )
- Julius talking to client team about auth issues.
- Expose a ini file for edit online in Collabora Office / LibreOffice · Issue #4880 · nextcloud/desktop · GitHub
-
Edit local icon on the compact view might be misplaced
- Should probably be in save/print group instead of redo/undo
- Pull request merged Adjust local editing button position in tabbed view
-
User mentions pull request is in progress Implement user mentions API by Raudius · Pull Request #2576 · nextcloud/richdocuments · GitHub
- Still needs some fixes regarding public shares when fetching the user list
- Improved and already merged
-
Rashesh’s PR mention: send a postMessage to integrator when username is selected I also merged
Forum (Pedro)
- Interesting request/idea on having dynamic footer/header (injecting content into document header and/or footer)
- master pages → thanks Cor for answering
-
JSsidebar generated html
- Szymon: Nice, we can then test this with the gridhandler wha
- https://github.com/CollaboraOnline/online/pull/5256 → Pedro needs to review it
- Szymon: I have seen Andreas has update the structure on the core, need to check. Less containers but we are also moving to use grid in the core side https://gerrit.libreoffice.org/c/core/+/141380 → already on master, passed against distro CO (needs to be merged) AI: needs to be re-tested (grid inside of a grid)
- Pedro: Reviewed both gerrit changes → requested additional adjustments (on inner grids)
- AI: Andreas K: to test if changes in the UI files can be applied to pre packaged core and if it affects online
- AI: [Pedro] Check with Andreas why do we need that last commit and figure out how to do it 100% on the CSS side
- Inserting shapes makes the session crash → very interesting, AI: Ezinne will take a look
Dark mode
- Andreas K.: Is dark mode in master branch?
- Pedro: No, we now have feature branch where anyone can contribute and it’s never frozen branch: feature/dark-mode
- Andreas K.: What about document page, will we have dark page and bright text?
- Szymon: “mode” We already have implemented framework, a way to render the tiles 2 times
- Andreas K. we also already have something like that in core see GH 4382#issuecomment-1066213894
- AI: [Pedro] Communicate that we have this feature branch and it is ready to receive any contributions → Forum, SM
- Light to dark mode switch already in
- Andreas K. I will look more into how to change the background colour (canvas tiles are transparent outside the document page)
GitHub activity (Pedro)
- Gulsah
- Chart size PPTX → Impress. Now working on this following Quikee code pointer → When we have auto layout somehow position and size is decided for the plot area → needs to find where this is happening. → Have a working solution but one test is not passing: 143179: Use same plot area distance with Microsoft Office (because other elements such as legends etc also change position → need to look into that)
- Copy paste issue in calc (selecting row) working this → Michael’s comment : it’s taking too much time probably there is something else going on there as well. Discovered that even copy pasting in empty column takes a lot of time → now looking into performance with perf and debugging
-
User wants to have log out button on the admin console
- Easy hack WIP PR open to anyone : Add logout button to admin console by pedropintosilva · Pull Request #5416 · CollaboraOnline/online · GitHub we have discussed and yes this should get in. I have tried to remove the cookie from client side but I really don’t think it is possible because it seems that was created with httpOnly option. AI: Ping someone that can push server side commit into this PR [Gokay will look into this]
Design bits (Pedro and others)
- Idea: on adding a way to hide all or almost all UI (via new icon) in Impress. To allow for presenting without going fullscreen
- We also have old issue requesting a way to hide the slide sidebar
- AI: Add this to the GitHub easyhacks or easyproject
- UI improvements from new contributor ( thanks Akshata Kulkarni): feat(toolbar): add background, center align elements & remove checkmark by akshatakulkarni25 · Pull Request #5489 · CollaboraOnline/online · GitHub
- GitPod had a couple of compiling errors→ already fixed, dockerfile updated + better graphical environment in VM
Other ongoing work
- Uses some interaction handling sync, not working at the moment
- WRT mentions Rash is trying to make ongoing mentions work
- Finalizing now: https://github.com/CollaboraOnline/online/pull/5093
- A problem with component but not really related with mentions PR
- Raul: still working on the public share issue (nextcloud side). What about notifying the users? Probably not a high prio thing but worth chasing
- Kendy: Ok, please report and we will look into that. But we also need to look further on how all that works on Calc and Impress
- Next → Discuss /test within richdocuments (NC), WIP
- Merged → AI (Julius/Raul) to check/test it
- mention: send a postMessage to integrator when username is selected i… by Rash419 · Pull Request #5334 · CollaboraOnline/online · GitHub
- Also for calc and impress: mention: enable in impress and calc by Rash419 · Pull Request #5317 · CollaboraOnline/online · GitHub
- Finalizing now: https://github.com/CollaboraOnline/online/pull/5093
- WRT mentions Rash is trying to make ongoing mentions work
- Pranam
- Improving bibliography on writer
- Szymon:
- Now trying to fix empty PDF (very long page) [fixed]
- Added warning in logs when someone uses old configuration (6.4)
- Now working on mobile things
- Save as fixed
- Mobile wizard: introduced window management (affecting content control properties, file properties → set password)
- Enabled more native dialogs (height and width in calc) now looking better with new improvements for spinfields
- Nick
- Exporting as PDF dialog → async
- Fixed saving issue (missing compile flag)
- Needs to save in the right location
- Talked with Mert → probably better way to do the async part → implemented
- File picker → we don’t have → need to figure out how to implement that
- I got it rendering properly
- Now working on the download part
- Now everything is async but with that some additional problems appear
- A lot of progrees, almost done: https://gerrit.libreoffice.org/c/core/+/140403 Expose PDF export online by NickWingate · Pull Request #5288 · CollaboraOnline/online · GitHub
- Ongoing → epub export options, already async. Problem with everything getting deconstructed before we get the file out → following Szymon’s code pointers
- Exporting as PDF dialog → async
COOL Days
- Probably tomorrow videos are already available on Youtube CollaboraOffice channel
- AI: Notify people (email etc)
- AI: Create a new playlist with all the videos
- Videos already being uploaded (some already available)
- Community pages were updated with COOL Days CTA → YT [done]
- Slides repository was updated [done]
- Plus add update to the Forum
- Hacktoberfest → 3 PR got in → today shared in SM one of them
Next Meeting
01/12/2022