Collabora Online performance wins – what we did for CODE and Collabora Online 21.11

Learn about the many performance improvements in CODE and Collabora Online 21.11

CODE 21.11 – announced yesterday – and of course also Collabora Online 21.11 bring together many performance improvements that we have been working on through the 6.4.x lifecycle as well as some more advanced optimizations. These are rather hard to screenshot for your viewing pleasure for obvious reasons, so please forgive some technical details and links to further reading for those interested. It is ongoing work; more about that at the end of this blog.

Asynchronous save

Collabora Online works hard to preserve your edits in the unlikely case of server-side failure. We regularly auto-save the document while users are editing, however in the past storing your document through to the back end storage had to be completed successfully before the user could continue typing. This could cause some jerkiness from time to time as people typed. Now this up-loading part of the saving is done asynchronously – i.e. in the background. For more technical details you can enjoy a talk on the design. For times when it is necessary to save synchronously such as during a save-as, we now provide animated user-feedback, color-coded according to the respective current application:

Accelerated JavaScript

Lots of work has been done first to profile, and then to optimize the performance of Collabora Online. Our profiles showed, somewhat surprisingly, that a lot of the scope for improvement was in the browser. As such we have significantly improved our websocket message handling, pixel processing and grouping of UI refreshes to give very significant interactivity improvements to more recent 6.4.x versions.

Online calc profile image before optimization
avoiding duplicate work (shown) by performing DOM updates after processing a batch of incoming events.

Moving more of the document to the client

Collabora Online 21.11 brings an understanding of text documents’ page positioning to the browser. That allows us to rendering page surrounds there avoiding a source of perceived flicker when moving up and down documents, and giving a smoother experience. This builds on more recent work in Calc to render worksheet backgrounds, and grid in the browser for similar reasons – giving slicker editing.

Improved spreadsheet performance in Calc

Collabora continues to put a lot of effort into enhancing the performance of our collaborative office suite. As an example, our streamlining of the Find & Replace functionality resulted in a massive performance boost. Also, opening speed of large XLSX files saw a some significant improvements. In Collabora Online 21.11, we have fundamentally revised the way spell checking is done in Calc with a new spell check that prevents continual re-rendering as strings are processed, while also caching spell-checking information, yielding considerable performance improvements. Similarly, AutoFilter searching has been optimized for large numbers of unique records.

Improved multi-user editing

One of the unfortunately pathological test-cases users like to do is to mash the keyboard – which generates text at around ten times the speed of a normal typist. Nevertheless this is something we have been optimizing along with scalability to larger numbers of concurrent editors of the same document. For more details checkout some insights into our ongoing work, or a deeply technical blog on optimizing for a larger number of users. Failing that – we have a video of a torture test of an intense multi-user editing session showing old, 6.4.x, and 21.11 versions from top to bottom:

Optimizing pathological loads – old/6.4.x/21.11

Ongoing work

We continue to work to profile and optimize uses-cases that are important to our users, the upcoming 21.11 micro-releases will exhibit more continuous improvement in this area – as well as ongoing improvements to our document pixel compression to make things even faster and lighter. It is well worth staying up-to-date with the latest releases.

There is also a summary talk of many other recent performance improvements for those with a deep interest in this area.

Test CODE 21.11

 

Please try out CODE 21.11 and let us know of any workloads which you find have issues so that we may expand our internal testing & benchmarking to include them.

About Collabora Online

Collabora Online is the powerful LibreOffice-based online office that supports all major documents, spreadsheets and presentation file formats, which can all be easily integrated in many infrastructures and solutions. Key features are collaborative editing and excellent office file formatting support. Collabora Online is excellent for enterprises that need a powerful office suite in the Cloud, or on-premises, that protects their privacy and allows them to keep full control of their sensitive corporate data. Collabora Online – built on LibreOffice Technology – enables Hosting and Cloud businesses to include document viewing and collaborative editing functionality into their service offerings.

 

 

CODE 21.11 delivers key features for secure, easier and faster online document collaboration

This new major release includes a brand new side bar, performance enhancements and interoperability improvements

Cambridge, November 25, 2021 – Collabora announces the availability of Collabora Online Developer Edition CODE 21.11. This major new release targets the three key areas: ease of use, performance and interoperability. The release demonstrates the company’s mission to the technology leader in collaborative editing. Collabora Online businesses the most effective and secure document creation environment with dedicated support and depth of development horsepower.

CODE 21.11 is the herald of the next major business supported Collabora Online release. This free developer version includes all features and enhancements that will be available in our enterprise version, expected early December. CODE releases allows everyone to learn about new features early.

As always, your feedback on possible issues is much appreciated! CODE is the collaboration suite offering home users and early adapters the best features, interoperability in open source, while respecting user privacy and data security.

Get CODE 21.11

Work easier and faster with the good looking and improved UI

CODE 21.11 comes with a significantly faster and better looking user interface..A major improvement for all users.

The new major CODE release is recognized immediately from the brand new Sidebar

Ease of use is enhanced with both a performance and usability improvements. Leveraging our expertise in the mobile space, the Sidebar is built locally by the browser which is fast. Thanks to snappy and responsive buttons and controls, the Sidebar is intuitive and easy to use. This approach reduces the data transfer from the server to the browser. In addition, the widgets can be styled using the same CSS as other UX components, enhancing the look and consistency of the Sidebar across multiple platforms.

The Sidebar is now drawn directly on the screen by the browser through JavaScript, and no longer constructed on the server and then send to your browser. Earlier versions rendered the Sidebar as images on an HTML canvas. CODE 21.11 uses JSON files with the information of the Sidebar, an approach that we had applied earlier for the mobile implementations.  This approach reduces the data transfer from the server to the browser, and also the widgets can now be styled using the same CSS as other UX components, enhancing the look and consistency of the sidebar.

CODE 21.11: Fast & responsive “native” Sidebar

New handsome view functions in the NotebookBar

New buttons in the NotebookBar improve viewing documents. Zooming, full-screen view or switching the sidebar on and off are now accessible via clear buttons in the layout tab, and no longer only via the status bars or the burger menu. The NotebookBar makes these frequently used functions even more easy to find.

A major release with many performance improvements

CODE 21.11 brings together many performance improvements that we have been working on through the 6.4.x lifecycle as well as some more advanced optimizations. These are rather hard to screenshot for your viewing pleasure for obvious reasons, but the next two images are a try at least.

There is a lot to tell on the subject:

  • Asynchronous save
  • accelerating of JavaScipt
  • saving network traffic
  • improved multi-user editing
  • specifically in spreadsheets, we speeded up auto spell checking and AutoFilter.

Improved multi-user editing

One of the test-cases we use, generates text at around ten times the speed of a normal typist. This is something we have been optimizing along with scalability to larger numbers of concurrent editors of the same document. Read more details here, or a deeply technical blog on optimizing for a larger number of users. Or simply watch this video of a torture test of an intense multi-user editing session showing old, 6.4.x, and 21.11 versions from top to bottom.

Optimizing pathological loads – old/6.4.x/21.11

Don’t miss all details in the special blog post!

We publish a specific blog post with more interesting details, ready this week. I can be found here. It is mostly technical but comes with some nice graphics too. Make sure you do not miss it. Follow our announcements on social media (see the footer of this website).

Improving performance is ongoing work! We continue to work to profile and optimize uses-cases that are important to our users, the upcoming 21.11 micro-releases will exhibit more continuous improvement in this area – as well as ongoing improvements to our document pixel compression to make things even faster and lighter. It is well worth staying up-to-date with the latest releases.

Spreadsheets benefit with Excel compatible formulae improvements and extensions

Relentless focus in Calc to extend interoperability with Excel, and to add new functionality do show. Support for sheet-local scoped names has been added to INDIRECT(), and both TEXT() and OFFSET() have been is adapted to various corner cases to behave identically to the competition. TEXTJOIN() and CONCAT() now handle array & matrix arguments row-wise for improved compatibility. In addition, functions that use powerful regular expressions now correctly honour case-insensitivity flags.

PowerPoint PPTX Interoperability boosted

PPTX import improvements include managing images within forms – even those converted to greyscale or mirrored – are displayed online true to the original. This had been implemented in Collabora Office before.

More attractive and realistic shadow effects also enhance interoperability

A new Blur option does now allow for a more realistic rendering of shadows. The options of the feature can be accessed via the Shadows tab in the Area dialog or directly through updated “native” Sidebar.  This feature was initially developed during a GSoC20 for the LibreOffice project mentored by Collaborans and then implemented with further refinements in Collabora Office 21.06 and is now also available online.

Glow and Soft Edge effects for shapes – more than just interoperable

New features manipulate shapes in a more granular way. Once a shape is selected, you can choose the radius of the Glow effect and its Soft Edges within the sidebar using the Effects parameter. You can select the colour and the degree of transparency of the effect.
Not that these interoperability features apply to all shapes across Writer, Calc, Impress and Draw.

Version 21.11 – The new CODE release of the year

Starting with CODE 21.11, we are adopting the numbering of our online office suite to the scheme of our desktop product. The version number indicates the year and month of the first release of the current major version. CODE releases a major version annually and updates with fixes and improvements at approximately monthly intervals. As before, the updates are marked with a third consecutive number. We think that this kind of numbering makes it easier for CODE users to keep track of the versions.

Improved language handling in Writer

The basic model of language annotation that CODE had inherited from the LibreOffice core is that languages are explicitly assigned to regions of text. This can easily lead to unexpected results when documents that have been created in one local language (without specifying it further) are opened by another user with a different local language setting. Instead of a powerful but potentially confusing “multi languages” result, Writer now resets the language to the user’s UI locale if no document language had been defined. This more consistent behaviour was previously implemented in Collabora Office on the desktop, and is now also available online in Writer.

Shadowed tables for use in ODS and PPTX presentations

Shadows are now available for tables within presentations through the Table Properties dialog. The newly added shadow option includes different parameters such as blur and transparency.

Thanks to the Community!

Before we conclude with some final improvements and news, we really want to let you know about all the people that did the hard work, luckily often with joy and fun too, the community that made this release possible!
Shortly  before this release, we celebrated the wonderful work of these people in this blog  post. Do read it and join us in saying thanks!

Read the blog “our next major release was made more fun and beautiful by the community”

Miscellaneous changes

In addition to the larger features, there are of course a large number of smaller changes:

  • Internet Explorer 11 dropped. This saves some rather significant code complexity in some areas eg. copy-paste, simplifies testing, and removes legacy JavaScript polyfills.
  • Auto-cleanup on by default. We now by default are more aggressive towards processes that are idle and are consuming a large amount of CPU, after around five minutes of this behavior they are killed, to disable that checkout the cleanup section in coolwsd.xml.
  • cool conversion. We have migrated our legacy loleaflet and lool paths to browser and cool – which impacts a number of configuration files and binaries. Integrators should continue to use the URLs they receive from the hosting/discovery end-point. Those with HA setups may need to update their proxy configuration with a simple search & replace as/when we do our enterprise COOL release. Generally we have back-compatibility symlinks to make this migration process smoother and simpler.
  • Quarantine. We now have an experimental way (disabled by default) to slowly accumulate files which caused a problem with Collabora Online in a quarantine directory. This can help report issues see thequarantine_files section in coolwsd.xml.
  • Notebookbar by default. Integrations can now change the look and feel of Collabora Online easily, so we have added a new state default state to our user_interface setting to go with the classic vs. notebookbar options to allow using the integration’s default.
  • Dropped deprecated reuse_cookies. This setting was originally a workaround to aid with authentication, prior to having access_token. However, it proved much less useful than originally anticipated, primarily because cookies nowadays have security restrictions in browsers.
  • Initial simple OT undo/redo. In place of falling back to our ‘repair’ mode, we can now undo and redo simple edits in writer to different paragraphs which were made out-of order.
    Surprisingly this  has never been requested as a feature, but we made a start here.

LibreOffice Technology

CODE and Collabora Online are built with LibreOffice Technology by the LibreOffice community in which we love to participate. We cannot thank everyone involved enough for their passionate work.

Built with LibreOffice Technology

About CODE

CODE is the Collabora Online Development Edition. It contains the latest developments and is perfect for home users. It enables them to regain control of their own online documents and to host them themselves in a secure and private environment. For tech-enthusiasts, it is a low-threshold way to get involved and familiar with our online office solution. CODE will be improved continuously and our next supported and maintained Collabora Online product will be built from it. The code is available on GitHub.

Get CODE 21.11

Open source – so feel welcome to join

Collabora has invested significantly in bringing a host of new features and functionality to this latest release, and accounts for the overwhelming volume of contributions. However, we want to acknowledge all of our friends and colleagues who helped to contribute not only to this, but also to the underlying LibreOffice technology. All of our code is open source, and available to the public on GitHub. Would you like to be part of the Collabora Online success story? Check the new website for Online with information, easy hacks and a forum for Online, report issues, and participate today!

Collabora Online Community – our next major release was made more fun and beautiful by the community

Really soon (update: released!) there will be the final CODE 21.11! And we really love to let you know about all the people that did the hard work alongside us that made this release possible and fun!

 

Collabora has invested significantly in bringing a host of new features and functionality to this latest release, and accounts for the overwhelming volume of contributions. However, we want to acknowledge all of our friends and colleagues who helped to contribute not only to this, but also to the underlying LibreOffice technology, you can check out LibreOffice community credits. We cannot thank everyone involved enough for their passionate work. All of our code is open source, and available to the public on GitHub. Would you like to be part of the Collabora Online success story? Check the new website for Online with information, easy hacks and a forum for Online, report issues, and participate today!

On the community front people have been busy, hacking directly in the code and on the UI, helping with translations and improving the community website. Happily we can report successful Hacktoberfests (both last year and this) were a success with newcomers joining in our weekly Hacktoberfest meetings that were preceding our regular community weekly meetings. Those contributions kept raining down during the next weeks, month and make it into this release.

A huge thanks to Gleb Popov (arrowd) for single-handedly ported Collabora Online to FreeBSD. Oh, arrowd also found time to add and setup FreeBSD’s CI Cirrus. You rock!

Thanks to Andreas Kainz for all the many contributions around UI fixes. For all the improvements on Mobile toolbars and Desktop controls. For working on the Notebookbar spec and also for finding time to start helping newcomers :).

Alexandru Vlăduţu (1&1) has been busy making some user flows more discoverable by adding menubar shortcuts and by improving how the user edits an URL via the hyperlink dialog. Alexandru also made it easier to test and switch between multiple documents by creating a demo exactly for that browser/html/multidocs.html.

Now the avatar list is at the top right of the header thanks to Luka Trovic (Nextcloud) and Julius Härtl (Nextcloud) that also has improved the idle document dialog with new style.

Now branding theme is set as dynamic instead of constant string thanks to Julius Härtl. Who has also hacked and fixed CSP header by removing duplicated img-src rules; added the possibility to pass UI default to documents of type drawing and improved menu hide animation in the Classic UI mode.

Thanks to Stavros Kois for fixing a bug where clicking Page... button in Calc (using the Notebookbar mode) would do nothing, and also for working in the follow ups.

With regards to Docker and for those cases when only something in start-collabora-online.sh has changed the docker build was speeded up by moving the add script after the install script, thanks to Erik Habicht. Still related to docker thanks to Marco Marinello for setting the source of dockerfile to Debian Buster to keep things up-to-date.

Thanks to Gabriel Masei (1&amp1) a different UI mode is allowed for different views, this means that the same document can be viewed at the same time by one user: A using the notebookbar mode and by another user: B using the classic mode. To further his work, Gabriel also added support for that to be changed dynamically via post-message and without re-loading the opened view.

On the admin from Gabriel added clean-up metrics regarding resource consuming documents and also added support for lost kits clean-up.

Thank you to Hugo Peixoto for tackling many of those easy hacks related to optimizing startsWith calls on StringVector elements and for removing unused includes (c++). It’s really cool to see how fast you went with your contributions in such a short period of time!

Switching slide format via the dropdown is now possible thanks to the JavaScript bug fix from Alexandru Vlăduţu.

Martin Hoffman‘s first contribution fixed the build.sh bash script that was wrongly deploying core underneath poco’s directory resulting errors later on when doing configure --with-lo-path

Many upstream icons have been updated thanks to Rizal Muttaqi’s contributions. Thanks to Çağrı Gökçe and umutbayramoglu other new icons have been added to mobile and desktop.

New unit test added for skipping ModifiedStatus from deduplication by Gabriel Masei.

The building process was streamed lined with all the occurrences of WebDAVStorage removed by Yunus Bulut. Still in the process of clean-up, this time in the C++ realm, obsolete locking pieces were detected and removed by Shubham Goyal and duplicated include removed by Andrea Gelmini. Many unused variables and duplicated statements were also removed from Python and JavaScript files, thanks to umutbayramoglu and Bayram Çiçek. PelinkKuran was then hunting and fixing all the problems with indentations as per eslint 4.0.0

Functions in JavaScript are not better declared with less repetition and more consistency thanks to Kandarp Patel.

Lastly, text in many places has been improved, typos have been fixed throughout the code by the hand of Andrea Gelmini; Comments have been added directly into code by the hands of Serkan Danışan. Siddharth and codewithvk.

See all of them bellow:

HashAuthorCommit Subject

0115cbc5b Luka Trovic fix feedback for the last saved time over 1 day
32265b7c6 Julius Härtl browser: Only apply header avatars for desktop
0ccbb5704 Julius Härtl browser: cleanup header avatar handling
b31bb2c08 Julius Härtl browser: Adjust header avatars to fit default theme
f9e81b187 Luka Trovic add avatar list to the top right of the header
40c8152ee Julius Härtl browser: Move menubar to a flex-based layout
4c1185be7 Marco Marinello Fix debian dockerfile explicitly set buster as source since is now oldstable
111856f28 Julius Härtl Extract file_path from debug.html and pass other query parameters
fdfdd5909 Gleb Popov loolmount: Mimic the Linux behavior of umount2() on FreeBSD.
cc205d294 Luka Trovic remove xss vulernability
ec2e5e1ec Luka Trovic update idle document modal style
cbe99ee87 Erik Habicht Move adding the start script after running the install script.
b88708aac Gleb Popov Don’t enable SECCOMP by default on !Linux systems.
2716cc715 Gleb Popov Set –disable-setcap as default for !Linux platforms
b948e431f Gleb Popov Use more portable shebang for loolwsd-generate-proof-key script
e45358ab8 Gabriel Masei admin: add resource consuming docs cleanup metrics
5162f91ec Julius Härtl Keep branding theme dynamic
3eab4f70a Julius Härtl wsd: Only add one img-src rule to the CSP header
570c31d1a Julius Härtl wsd: Allow to pass ui defaults for drawings
b2abb5e4a Hugo Peixoto Use tokens.equals() instead of tokens[] ==
aba9bf559 Hugo Peixoto Fix typo in comment
2bdb7ed56 Hugo Peixoto Fix bug in StringVector::startsWith and add tests
8fc9dcadb Julius Härtl leaflet: Fix blocking the menu hide animation
f157b1eec Hugo Peixoto Remove unused Poco/Timestamp include
7bf0ead62 Hugo Peixoto Optimize startsWith calls on StringVector elements
46a7f6ba9 Andreas-Kainz Sidebar fix alignment for LB_SHOW_COLOR, LB_GLOW_COLOR and button2
dae6ab85d Andreas-Kainz Calc Sidebar fix for Number Format Section
f4ec05009 Andreas-Kainz Icon fix for closedocmobile it was to height at mobile insert menu
ab6719695 Andreas-Kainz Mobile Writer Graphic Context
8a8af507f Stavros kois Also add missing parameters
e29cbb281 Stavros kois Fix Page… button on Calc for NotebookBar
12e9ed689 Andreas-Kainz Mobile Sidebar Layout fixes
2f55d9e5b Andreas-Kainz Mobile BottomToolbar add context-Table commands
0e238382f Andreas-Kainz Mobile TopToolbar hide commands that are not available
a3f378e72 M.-Kupriyanov Update ingress.yaml
cb22a86a2 Andreas-Kainz Mobile Sidebar fix some alignments
2c34fdbb1 Andreas-Kainz Mobile TopToolbar Calc acceptformula and cancelformula
cf13964ba Andreas-Kainz Mobile BottomToolbar Calc add commands
c2f50008b Andreas-Kainz Mobile Bottom Toolbar Align Menu
f70824722 Andreas-Kainz Add ContectToolbar functionality
dec8bfedc Andreas-Kainz Sidebar justify-content flex-end for last-child
58599f8cb Andreas-Kainz Icon cleanup
f87628cfe Andreas-Kainz icon cleanup for smaler size
74d2563fa Alexandru Vlăduţu loleaflet: add menubar shortcuts where applicable
eb387cc7b Alexandru Vlăduţu loleaflet: add edit option in link dialog
0b361d1cf Alexandru Vlăduţu loleaflet: add demo for opening multiple docs and switching between them
3018878ae Çağrı Gökçe Create lc_checkboxoff.svg
e0cdc186e Siddharth Copy loleaflet-api.html into code: cursorURL
3dbc2657e Alexandru Vlăduţu leaflet: fix slide format JS bug in presentations
48f91a2aa Thomas Koch use Request.has instead of .find and .end
f50a2c201 Andreas-Kainz Sidebar css fixes
25c8d8b52 Andreas-Kainz Sidebar: expander with is 290px (322px – 2x16px)
20c2ab566 Gleb Popov Remove non-abstract unix socket files on shutdown.
950a5c4d1 Gleb Popov Use more sensible value for #ifdef when checking for abstract unix sockets.
0dd30ba28 Gleb Popov Remove unused private class member.
b3d5a2563 Gopi Krishna Menon Add profilezone around kitPoll function and SocketPoll constructor
9d8619397 Gopi Krishna Menon Log Last Uno 4 Commands During a Fatal Crash
5ba9db184 Serkan Danışan Copy loleaflet-api.html into code: defaultZoom
d21fade7c Hannah Meeks Copy documentation into source code as comments #2160
5ee33d15f Andreas-Kainz Mobile fix left padding insert commands
8429a2df1 Andreas-Kainz Mobile: fontnamecombobox use no left padding at mobile sidebar
9e10f0e53 Andreas-Kainz Mobile remove StyleUpdateByExampleimg and StyleNewByExampleimg from sidebar
2ac99e833 Andreas-Kainz Mobile search fold as first item
48ca25a1b Andreas-Kainz Mobile Sidebar Character remove Grow and Shrink #2488
65db91084 Jerzy Drozdz Added missing class A ip addresses regex to config file.
3d5a85a39 Andreas-Kainz Mobile show border-top ad bottomBar
c035146a8 Andreas-Kainz Mobile explorable-entry use the same padding-left than ui-header
6bc2f8f7f Andreas_K Revert “Mobile explorable-entry use the same padding-left than ui-header”
a362985f4 Andreas-Kainz Mobile explorable-entry use the same padding-left than ui-header
b956a0539 Andreas-Kainz Mobile wrap icons alignment float: left
a0257a60a Andreas-Kainz Mobile AlignToolBar use fixed icon size
84f109d88 Andreas-Kainz Mobile FontWorkShapes same alignment and padding than everywhere
746f2b78c Andreas-Kainz Mobile css remove clear after shadow
19afcbcdb Andreas-Kainz Mobile Calc Property sidebar panel fix number format and cell appearance
6142037a6 Andreas-Kainz Mobile unobuttons no additional padding needed
7040cedd0 Andreas-Kainz Notebookbar shortcuts-bar horizontal center align
7f59a4766 Andreas-Kainz Mobile BottomBar Impress/Draw Align
8dfd9dab6 Andreas-Kainz Mobile BottomBar Calc Align Menu
7bc42ca28 Andreas-Kainz Mobile BottomBar Calc Align Menu
c2e8885ce Andreas-Kainz Mobile fix closedocmobile icon
1841ab66e Andreas-Kainz Notebookbar shortcuts-menu vertical alignment center
d3a16af3c Andreas-Kainz Mobile Impress/Draw share TopBar code
840032b96 Andreas-Kainz Mobile Calc Formularbar arrangement fix
fe5cfbaf1 Andreas-Kainz Mobile BottomBar fix height
3d95c1754 Andreas-Kainz Mobile Icon closedocument fix
8303496ca Andreas-Kainz Mobile add BottomBar for drawing
a73919261 Andreas-Kainz Mobile Impress mobile-edit-button same arrangement than writer
c7b76b164 Andreas-Kainz Mobile TopBar update layout
2c6224d2b Andreas-Kainz Mobile Draw add TopBar commands from Impress
7161e13d5 Andreas-Kainz Mobile Topbar Alignment
ca097c723 Andreas-Kainz Mobile Menubar update
1137aee87 Andreas-Kainz Mobile BottomBar consistency
e8255044c Andreas-Kainz Colibre styles icon update:
9b652a5e4 Andreas-Kainz CSS color-palette vars are within a separate css file
f05769b7c Andreas-Kainz Statusbar use hue-rotate styles svg icons
6adc772fe Andreas-Kainz LibreOffice mimetype icon update and fix for #2407
f595fe790 Andreas-Kainz Notebookbar Cut, Copy commands without label
830f38105 Andreas-Kainz Notebookbar Shortcuts-bar simplify icons and alignment
3b62a9adf Andreas-Kainz Notebookbar Shortcut bar add Fullscreen #2417
a18765503 Andreas-Kainz Notebookbar Tab hover use primary color
4fa8fdc20 Andreas-Kainz Notebookbar add outline for hover commands
71831e273 Andreas-Kainz Notebookbar add commands to File and Layout tab
8914dfae3 Andreas-Kainz Notebookbar Draw/Impress add Layout and Review tab
b8c5c12ab Andreas-Kainz Notebookbar Tablet: remove tab height
2ca514f46 Andreas-Kainz Notebookbar Layout Tab add Sidebar show/hide #2295
9d4b047e9 Andreas-Kainz Calc Formular bar alignment #809
d1bbb6ada Andreas-Kainz Notebookbar.css var color update
3ff42011e Andreas-Kainz Notebookbar: add missing context toolbars #2175
de8a07d57 Andreas-Kainz Colibre icon fix d=”” was wrong cause of copy/paste
6d1045b44 Andreas-Kainz Colibre icon update: property wheel use white background
6b92bd140 Andreas-Kainz Notebookbar fontnamecombobox was one px to low
88c52d166 Andreas-Kainz Calc Formular bar alignment #809
572d1aa48 Gleb Popov Add Cirrus CI configuration for FreeBSD testing.
f12eb8373 Andreas-Kainz Notebookbar: Home tab: positioning direct formatting icons #2085
871669f51 Andreas-Kainz Notebookbar.css remove settings for #table-optionstoolboxdown
735c98473 andreas kainz notebookbar.css use –gray-light-txt-color for dimgray
662205355 Gleb Popov scripts/refresh-git-hooks: Create hooks dir before making links.
3ac539b1c andreas kainz Notebookbar: Tab: Fix vertical alignment
031f71bd8 andreas kainz Notebookbar Writer cleanup id values
77a122b88 andreas kainz Notebookbar Draw use branding color yellow0
6eba1e6fc andreas kainz Notebookbar ScrollButtons height shrink to 72px
df2e0a9d5 andreas kainz Thesaurus work only in writer #2129
53e1c0250 Gleb Popov Use Util::getThreadId() instead of Linux system call.
b5e3fc49b andreas kainz Notebookbar height 72px instead of 84px #2088
1000dab3e Michael Weghorn tdf#129833 android: Move reading file to separate thread
93bc5f608 andreas kainz Text dropdown fit into notebookbar row height
6e79c7b64 andreas kainz Notebookbar.css cleanup unrelated values was removed
369c8b6fc andreas kainz Button dropdown is now 24px in height like all other commands #2088
742cda8b4 Gleb Popov Don’t try use abstract unix sockets on !Linux platforms.
f11ca121a Gleb Popov Use SOL_LOCAL value instead of 0 in getsockopt() calls.
32c3488b9 Gleb Popov Fix a crash in the FreeBSD part of loolmount due to uninitialized variables.
b46c57952 andreas kainz Help icon last-updates update #2026
9c8776ab9 andreas kainz Notebookbar Find and Replace everywhere in Home Tab #2136
8211c3219 andreas kainz Notebookbar Clac Sheet tab was renamed to Layout #2130
495d5d811 andreas kainz Notebookbar: wrapper: vertical center all tabs
1700533c8 codewithvk Copy loleaflet-api.html into code: tileHeightTwips
967505b82 andreas kainz Update Help icons #2026
534813e3e andreas kainz Notebookbar Selected icons and icons + labels design update
7b54f0b30 codewithvk leaflet: show checked status for full screen in menu
4023a118c andreas kainz Notebookbar Draw Tab update #2007
23dc1b2aa andreas kainz Fix insert line and shape icon #2152
b1865b2b5 andreas kainz Colibre icon theme update to correct colors and forms
8a7278f94 andreas kainz Colibre Icons update insertgraphic #2151
3463c2eca Jan Holesovsky Revert “fix #1285 remove elipsis … from NB strings”
961b771ec andreas kainz Notebookbar writer calc remove grow-shrink subgroup
e6c233769 andreas kainz Notebookbar impress – draw home tab update
926686b87 andreas kainz Notebookbar Calc sync tab arrangement wit writer/impress
34b8dee38 andreas kainz update colibre filter icons
4d356ad99 andreas kainz Update Colibre icons
902442d4e Andreas_K Notebookbar Writer/Impress Table Contextual Tab update
584e139bb Andreas_K Notebookbar Calc Sheet and Data Tab update #2007
d267e7ccc Andreas_K fix
04ddf179b Andreas_K Notebookbar Format Tab update #2007
17d49e1a3 Andreas_K Notebookbar Writer Reference Tab update #2007
a1bf84f80 Andreas_K Notebookbar Writer Layout Tab update #2007
f12990a7b Andreas_K Notebookbar Insert Tab update #2007
3dc12fe6e Andreas_K Rename BasicShapes string #2111
647e2bbdd Andreas_K NB File Tabs SaveAs Label similar between apps
faf91d27e Andreas_K NB File Tabs SaveAs Label similar between apps
769c0dca4 Andreas_K NB Calc update Home Tab
850a657a3 Andreas_K fix #2095 NB File Tab update at all apps
a41ab8ff3 Andreas_K fix #1285 remove elipsis … from NB strings
72ab267f0 Andreas_K fix #1611 remove gray background of uno:color command in NB
36047958b Andreas_K add dropdown arrow to color picker
ca682ade8 codewithvk Fix : Notebookbar Labels Decrease font size
49bf42403 Ayhan Yalçınsoy added stdexcept include to fix build error
7bef5b5c2 Ayhan Yalçınsoy eslint:v.bump to 7.0.0
21d514ecf Gabriel Masei admin: add support for lost kits cleanup
201510798 Gleb Popov Add explanation for trick used in WhiteBoxTests::testTime()
5bb2f9368 Gleb Popov Fix testTime tests on libc++/FreeBSD.
c3a3a0d7a Gleb Popov Mark the argument as unused to silence compiler warning.
ed85b0a9d Emil Velikov android: Add support for split APKs to gradle
c9681a246 Emil Velikov android: inline constant gradle variables
c17a24769 Emil Velikov android: remove unused custom gradle variables
be4ab2a90 Emil Velikov android: Fold duplicate gradle settings
f3a22e981 Gleb Popov Port loolwsd-systemplate-setup to FreeBSD.
21bfa19e9 Gleb Popov Fix compilation with libc++
422723cbd Bayram Çiçek removed a duplicate of if statement in TileLayer.js
877ce2faf Gabriel Masei loleaflet: add support for changing ui mode dynamically
d08fda974 umutbayramoglu Remove unused variables
8727db174 Gleb Popov Fix build with libc++: std::min() parameters should be of the same type.
c03940312 Rizal Muttaqin Add download as csv icon
fff344afe Martin Hoffmann fix build.sh: wrong directory after poco install
038c85b8f Andreas-Kainz change default sidebar icon size to use 24px icons (like in toolbars)
d3ff48f65 Andreas-Kainz Sidebar should use .png icons instead of .svg fix #786
79374db3a Andreas-Kainz Signed-off-by: Andreas-Kainz <andreas_k@abwesend.de> Change-Id: I3ce2be9cc6362c09725fe1692e6853f195274211
3a3867e1c Shubham Goyal Resolve #805 : Remove Mutex lock
1f5feb153 Andreas-Kainz Notebookbar: disable commands without gray background
e50a2d8ce Andreas-Kainz Writer NB: Layout tab fix icon size of align commands
c4c30ecc0 Andreas-Kainz add clone and clear to ContextMenu
81a5d029e Andreas-Kainz NB shortcuts-bar vertical alignment update
e6cc492e9 Andreas-Kainz NB Impress home tab align bullet commands
7692247d6 Andreas-Kainz NB Calc home tab align character commands
0396307ea Andreas-Kainz NB Writer home tab align bullet commands
87aff3566 Andreas-Kainz NB update Format Tab
cb27d2cda andreas kainz NB: vertical-align content
d9cadd125 andreas kainz NB: Update writer and impress file tab according to calc #1080
6cceee7e4 andreas kainz NB update: calc file tab: bottom align labels
952b5c021 andreas kainz NB writer: add context-graphic tab
51ba40862 andreas kainz Notebookbar Insert Tab: update writer insert tab
a596e3292 andreas kainz Notebookbar Insert Tab: update calc insert tab
db2280bbb andreas kainz Notebookbar Insert Tab: update impress insert tab
fed8ed59a Gleb Popov Use portable `/usr/bin/env bash` shebang, instead of `/bin/bash` one.
d6de33d9e Gleb Popov configure.ac: Require pkg-config on all platforms except Darwin.
3cea82d6f Gleb Popov configure.ac: Extend some Linux conditionals to the FreeBSD case.
292aa7e9b Gleb Popov Stub out hasAnyCapability for !Linux platforms.
458d2b4ee 22shubh22 Remove unwanted Poco::Timestamp functions
f7d993da7 umutbayramoglu Mobile: Modify ‘insert comment’ icon
b7abd7ef0 andreas kainz TopToolbar Calc textalign menu: add vertical align commands
da5c34183 umutbayramoglu Update insert comment icon
2358b8305 umutbayramoglu Create new icon that replaces the ‘insert comment’ icon
99c9ac172 Gabriel Masei wsd: allow different UI mode for different views
613026a54 Ayhan Yalçınsoy Calc:recalculate command is added at Data menu
d2330390a bayramcicek Port to Util::make_unique for kit/ChildSession
df925222a andreas kainz TopToolbar better arrangement of breaks
054ab5f61 Ashod Nakashian wsd: specialize thread ID serialization
854065200 Gleb Popov Do not try to convert std::thread::id to integer value.
12cd5affc Gleb Popov Reuse __linux__ code path in __FreeBSD__ case too.
f7faaad79 Gleb Popov Replace all `__linux` in CPP conditions with `__linux__`.
78904302d Gleb Popov Do not call non-standard std::thread::id constructor.
3ee1ee0b5 Gleb Popov AdminModel.cpp: Fix build with libc++.
92c0d375e Gleb Popov Port mount.cpp to FreeBSD.
7f0b19baa Gleb Popov map.cpp: Add an implementation of glibc-specific error() function.
8c6cbedd5 Gleb Popov Socket.cpp: Use LOCAL_PEERCRED flag on FreeBSD instead of SO_PEERCRED.
57eab254c Gleb Popov On FreeBSD, link to libexecinfo and libz from base. Require 3rd-party libiconv.
55ed321a1 Gleb Popov Implement SslContext::id() for FreeBSD systems by calling pthread_getthreadid_np().
aa97476f0 Gleb Popov Util.cpp: Do not call setpriority for thread handles on non-Linux systems.
3930ea86a Gleb Popov FileUtil.cpp: Fix building on FreeBSD.
414dd5de5 Gleb Popov Seccomp.cpp: Fix building on FreeBSD.
a90bbc922 Gleb Popov Log.cpp: Extend #ifdef conditional to FreeBSD case.
333a70c05 Gleb Popov Kit.cpp: Fix build on FreeBSD and use cap_enter() to constrain the process rights.
7553c1f2f Gleb Popov ForKit.cpp: Implement haveCorrectCapabilities() for FreeBSD by checking that we are running as root.
ec4d35a53 Ayhan Yalçınsoy loleaflet: eslint v.bump to 6.0.0 #396
4de771751 andreas kainz Calc: menubar update in sheet calc menubar fix #549
e6b31fea6 andreas kainz Clac: add commands to calc menubar format section
1cf11ba05 andreas kainz Calc: add commands to calc menubar view and insert
687d02e5b andreas kainz Add space between drop down widget see issue #350
aa9cfa621 andreas kainz menubar writer tools and insert update
f532a3f4d andreas kainz Shape icon update
8e5354173 kuesji koesnu edited behaviour: if you pass csv input file with –csv parameter you get output in single line with comma seperated format
591a5ac9b kuesji koesnu added `–csv file` argument for taking author list from comma seperated format removed mail addresses from author list
c1df79e22 Ayhan Yalçınsoy loleaflet: Towards eslint 6.0.0 #396 – no-prototype-builtins
d1b13ddb4 andreas kainz Menubar Writer Format section update #433
d1e119b8f andreas kainz Menubar view – move sidebar to other show/hide items
a308453fe Marc Rodrigues Update README.md
d7656402d Jan Dageförde Migrate code to use generic sendError
7206231ed Jan Dageförde Rewrite FileServerRequestHandler::sendError to rely on generic sendError
c543e4415 Jan Dageförde Provide methods that output error headers into the socket
76ef26cf1 andreas kainz Merge branch ‘master’ of https://github.com/CollaboraOnline/online
be953a912 andreas kainz Update file menubar arrangement #433
42c56919b Ayhan Yalçınsoy Remove Poco/TimeStamp.h left-over part-2
c1b8a64fc Ayhan Yalçınsoy Remove Poco/TimeStamp.h left-over
1ef9ad4f5 Ayhan Yalçınsoy Remove Poco::LocalDateTime left-overs
7aae0ddc4 Jan Dageförde Simplify another Util::getHttpTimeNow() in headers
8aaebf9e1 Gleb Popov Add FreeBSD case to autogen.sh
d6dfd80ee ihristova11 chore: bump eslint version to 5.0.0
be98e41c2 Nicolas Christener Fix #391, Add “Actual behavior” to GitHub issue…
166f4b717 andreas kainz icon fix
bb5e11292 Pelin Kuran loleaflet: Bump eslint version to 4.0.0
48c2f217b andreas kainz Issue #213: add css theming support to shape icons
eee61971b Ayhan Yalçınsoy Remove unnecessary escapes for eslint 4.0.0 conformance
e6390089a pelinKuran Fix indentations as per eslint 4.0.0
29251ef43 dilaverdemirel Replaces Poco::DateTimeFormatter to Util::getHttpTimeNow #207
e9252a258 bugrakurt loleaflet: eslint 4.0.0 conformance
c6486d472 bugrakurt loleaflet: eslint 4.0.0 conformance
0f96c51f9 bugrakurt loleaflet: eslint 4.0.0 conformance
10c78cf11 pelinKuran Fix indentations as per eslint 4.0.0
3dc3a70a9 pelinKuran Fix indentations as per eslint 4.0.0
6dd2d4fc1 pelinKuran Fix indentations as per eslint 4.0.0
e9ea83efa Mücahid Aydin pep8 coding style conformance for scripts/unocommands.py
d977d1397 Yusuf Keten port to util::make_unique for wsd
0b5734de6 Buğra Kurt loleaflet: eslint 4.0.0 conformance for Control.Menubar.js,
0f229b841 andreas kainz Fix issue #210: StyleAply drop down menu width
161d5cd34 pelinKuran Fix indentations as per eslint 4.0.0
44006a2a1 dilaverdemirel Fixes some eslint 4.0.0 format rule mismatches #229
084a29504 Alan Verdugo Fixing pycodestyle errors
6ce6e0fbb corleone77 locorestrings style fixed
5452c205e Alan Verdugo Fixing pycodestyle checks
4768baf1d Rizal Muttaqin Update Impress sidebar icons
00cfe2246 Rizal Muttaqin Update icons to match newest Colibre color scheme
21373089c Gabriel Masei Unit test for skipping ModifiedStatus from deduplication
e982a8665 Yunus Bulut Remove WebDAVStorage in Storage.hpp #111
35ad7d426 Yunus Bulut Destroy WebDAVStorage and section #169
9d0154068 Andrea Gelmini Fix typos
6e7f2a1f8 Andrea Gelmini Remove executable bits on gif file
42d835ca4 Andrea Gelmini Fix typo in code
b2360fec3 Andrea Gelmini Removed duplicated include
596b26c7d Andrea Gelmini Fix typo in code
94e737b89 Kandarp Patel Ensure consistent function declaration in TextInput.js
170b7dd0b Kandarp Patel Fix Issue #68 Ensure consistent function declaration

Thanks to all translators Weblate contributions also kept coming with added missing strings left and right:

김주현; Abdul Mukti Nurrohman; Abduqadir Abliz; abidin toumi; Adam Rak; Adolfo Jayme Barrientos; Akhlak Ahmad; Ákos Nagy; Alexandre Brochand; Allan Nordhøy; Andika Triwidada; Andras Timar; Andreas Pettersson; Andrej Shadura; André Marcelo Alvarenga; Andrew Lee (李健秋); Àngels Giménez; Artem; Asier Sarasua Garmendia; Ayhan Yalçınsoy; bact; Baurzhan Muftakhidinov; belkacem77; Besnik Bleta; bormant; bruh; Budi Aryo; ButterflyOfFire; Carlos Moreira; Cédric Valmary; Cheng-Chia Tseng; Christian Kühl; Christian Lohmaier; Còdaze Veneto; Cor Nouws; DaeHyun Sung(성대현, 成大鉉); David Lamhauge; Dimitris Spingos; doanmanhduy75; Donald Rogers; Elisa de Castro Guerra; Eloy Crespo; Eugenia Russell; Ezinne Nnamani; Felipe Viggiano; Flávio José de Siqueira Cavalc; Florian; FW; Gábor Kelemen; George Kitsoukakis; Giacomo Bertolotti; Gökay Şatır; Gontzal Manuel Pujana Onaindia; Harri Pitkänen; HelaBasa; Henry Castro; Hirae; Ihor Hordiichuk; Imanuel Ronaldo; Jan Holesovsky; Jean-Baptiste Faure; Jeff Huang; Jesper Hertel; J. Lavoie; Joachim Vincent; Joan Montané; Jörn Liebau; Karl Morten Ramberg; kees538; K. Herbert; koffevar; Kolbjørn Stuestøl; Kruno; Lars Kirschmann; Leif-Jöran Olsson; Leif Lodahl; liimee; LL Magical; Lukáš Jelínek; Luna Jernberg; Marco Cecchetti; Marco Marega; Marc Rodrigues; Martin Srebotnjak; Masa Murakami; Matthaiks; Mehmet Sait Gülmez; Mert Tümer; Michael Bauer; Michael Wolf; Michalis; Mihail Balabanov; Mike Kaganski; Milo Ivir; Miloš Šrámek; Ming Hua; Mirsad; Modestas Rimkus; Muhammet Kara; Muḥend Velqasem; naniud; Nathan; Naveen; Necdet Yucel; Nguyen Trung Kien; Nguyen Tuan Anh; Nikita Epifanov; Niklas Johansson; No Ne; Oğuz Ersen; Olav Dahlum; Olexandr Pylypchuk; Olivier Hallot; Osoitz; Oymate; pan93412; Paul Roos; Pedro Pinto Silva; phlostically; Piotr Rudzki; Pranav Kant; Quentin Pagès; raal; Reza Almanda; Rhoslyn Prys; Rizal Muttaqin; Rob Pearson; Roman Vasylyshyn; Ron Stephen Mathew; Rybnicek-PCHELP; Saikeo; Samson B; SC; Sebastiaan Veld; Sérgio Marques; Sérgio Morais; Slimane Selyan Amiri; So; Sophie Gautier; ssantos; Stanislav Horáček; Steen Rønnow; Stratos Kostidis; Stuart Swales; Sveinn í Felli; Szymon Kłos; tamer dab; Thais Vieira; Tor Lillqvist; Tymofii Lytvynenko; Unihuppio; uzadmin; Valter Mura; VenetoABC; vpanter; wck317; William Gathoye; wxf26054; Xosé; Yaron Shahrabani; Zhou Nan; Андрій Бандура; Євген Кондратюк; امير محمد العمري; غادة الذياب; வே. இளஞ்செழியன் (Ve. Elanjelian); 日陰のコスモス; 村上正記; 琨珑 锁

This release also marks the very first community smoke test, annouced in many places:

David Negreira; Rodrigo Borges; Jaime Pereira; Gabriel Masei; Peter Hagen; Rob Pearson; BigTwoProduction; Nicolas Christener; Sebastiaan Veld;

Lastly, we also received many improvements from newcomers to the Community website, CollaboraOnline.github.io

Sachin Hatikankan; Marc Rodrigues; Jaime Pereira; noel; LUCANM; Mariana Beldi; PareshHK; Shubham Ingale; Cor Nouws; Philippe Kalaf

CODE 21.11 RC2 – a preview on the next major Collabora Online

CODE 21.11 RC2 – you can learn and test the new features already now

CODE 21.11 is the herald of the next major Collabora Online release. The free developer version – the final release is expected already within a week – includes all features and enhancements that will be available in our enterprise version. This release candidate allows everyone to learn more about new features already now. As always, your feedback on possible issues is much appreciated!

Beautiful and responsive new Sidebar, enhanced performance, improved interoperability, easier to use UI

With the upcoming release, a long list of new features and improvements will be made available. To mention a few:

  • The new “native” sidebar is drawn directly in the browsers by JavaScript, and not constructed on the server. It uses JSON files and is always beautiful and responsive. A major improvement for all users;
  • Performance improvements in many areas;
  • New “Full Screen” and other zoom buttons are available inside the “Layout” tab inside the NotebookBar;
  • New “Report an Issue” button in the “Help” tab links to the issues section on GitHub;
  • Optimized AutoFilter searching for large numbers of unique records;
  • Improved PPTX import of grey-scaled & mirrored shaped images;
  • and many, many more…
CODE 21.11: Fast & responsive “native” Sidebar

About CODE

CODE is the Collabora Online Development Edition. It contains the latest developments and is perfect for home users. It enables them to regain control of their own online documents and to host them themselves in a secure and private environment. For tech-enthusiasts, it is a low-threshold way to get involved and familiar with our online office solution. CODE will be improved continuously and our next supported and maintained Collabora Online product will be built from it. The code is available on GitHub.

 

Get CODE 21.11 RC2

 

More soon…

The final release and Collabora Online 21.11 are expected in the next weeks.
Those come with full information and with the credits we really love to make to all people in the Collabora Online community and also those in the LibreOffice community making these release possible.

Les partenaires de Collabora Online brillent au salon Open Source Experience Paris 2021


Le salon Open source Experience 2021 à Paris était un bel événement. Nous avons rencontré un grand nombre de personnes, mais aussi plusieurs partenaires de Collabora Online !

Si vous avez manqué le salon la semaine dernière à Paris, vous devriez envisager d’y aller l’année prochaine. Et si vous y êtes allé, il y a de fortes chances que vous ayez vu plusieurs partenaires actifs de Collabora Online ! Nous vous montrons le travail de cinq d’entre eux, qui aident leurs clients et nos utilisateurs de différentes manières.

Tout d’abord, commençons par féliciter :

Arawa team

L’équipe d’ Arawa qui a remporté le prix de la meilleure stratégie d’innovation Open Source à Paris ! Ils le méritent pour avoir aidé de nombreuses moyennes et grandets organisations ainsi que des administrations publiques à migrer et à se consolider sur l’open source.En savoir plus sur Arawa

Nous étions également heureux de voir le stand de Jeci . Ils travaillent dur sur la prochaine version de leur intégration Alfresco-Collabora Online.En savoir plus sur Jeci

Les personnes souhaitant un hébergement robuste de Collabora Online peuvent en trouver un bon chez Worteks, qui présentait ses dernières nouveautés à Paris.En savoir plus sur Worteks

D’une tout autre ampleur, et spécifiquement pour une gestion et un travail d’équipe Algoo proposait Tracim sur lequel Collabora Online s’intègre merveilleusement.En savoir plus sur Tracim

Enfin, nous avons été très heureux d’avoir été invités par Nextcloud afin de partager un stand à l’Open Source Experience Paris. Nous avons ainsi répondu à toutes les questions des visiteurs, réalisé des démonstrations de nos outils, offert des t-shirts, des autocollants et plus encore.

Les équipes de Nextcloud travaillent dur pour terminer leur prochaine version majeure, comprenant des nouvelles croustillantes sur les documents bureautiques 😉 .

Merci à tous ! Nous sommes vraiment heureux que tant de personnes aient trouvé le chemin vers des logiciels sécurisés et respectueux de la vie privée.

Richesse et diversité de nos partenaires et soutien à notre travail

Nous sommes heureux d’avoir pu vous retrouver sur cet événement situé à Paris. De plus, nous sommes très honorés de constater la vitalité de nos partenaires qui proposent des services sécurisés et respectueux des données personnelles !

 


Si vous recherchez un partenaire, rendez-vous sur notre page partenaire.

Si vous souhaitez devenir notre partenaire ou en savoir plus sur notre programme de partenariat ou contactez notre équipe dédiée !