Commit graph

18272 commits

Author SHA1 Message Date
Rash419
89f5989eab wsd: fix: log messages to coolwsd.log of firsthost and denied hosts
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I2bdc7b21d11afa70214e8cb498b7e2dec77ef655
2022-04-05 22:34:15 +05:30
Andras Timar
5e4b7ed3ad Update debian/changelog for 22.05 test build
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I044bc58fc365585f34728ad7c121eef4790a1206
2022-04-05 14:13:49 +02:00
Pedro Pinto Silva
9c52e71a54 Fix mobile hamburger menu color
Due to recent changes on the color palette mobile wizard has changed
color from white to gray which causes the hamburger menu to appear not
going full height:
https://archive.org/download/cool-bug-mobile-hamburger-bg/cool-bug-mobile-hamburger-bg.png

Make sure hamburger menu uses the right color

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I4263ebf8f92979ffd5a5657fceb76843594d4d54
2022-04-05 14:07:24 +02:00
Pedro Pinto Silva
fe43765d6a Mobile: Fix save icon and back icon overlay
Save icon (blue tick) should not be visible at all when the hamburger
menu is open

On Calc and it is also needed to hide formularbar while hamburger menu
is open because otherwise the it affects the size of the toolbar-wrapper
and consequently affect the flex box and how the hamburger menu gets
aligned

before: https://archive.org/download/cool-bug-mobile-save-above-back/cool-bug-mobile-save-above-back.png

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ifa5406a5a5c31172cde82e843949671fa95c6596
2022-04-05 14:07:24 +02:00
Rash419
c2be0b3a48 wsd: add: support to define multiple domain with '|'
fix: in regex, escaping special character fails to find host of the alias

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I19bfacc5e45af26832cb8c6a7d249e0c7de56624
2022-04-05 13:47:57 +02:00
Rash419
ff8236740f docker: added start-collabora-online.pl in docker files
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I224c9dc017257403c7c92ba4be8c3d76e77f5270
2022-04-05 13:47:57 +02:00
Jan Holesovsky
031fb0e398 Script to rewrite coolwsd.xml based on the aliasgroup<number> envvars
This is to be able to define the alias groups via YAML easily, like:

    environment:
      - aliasgroup1=https://servername:443,https://its-alias:443,https://its-second-alias:443
      - aliasgroup2=https://second-servername:443,https://seconds-alias:443

Signed-off-by: Jan Holesovsky <kendy@collabora.com>
Change-Id: Ib653f7ab420fed342a00f5f5997a113da9739866
2022-04-05 13:47:57 +02:00
Rash419
13d644be2b wsd: removed host list from coolwsd.xml
- first host is by default allowed without any condition

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Iacca38868f06a417cbb99984e2dac1eef727df6e
2022-04-05 13:45:51 +02:00
Szymon Kłos
ab896c1c78 clipboard: add Paste Special also in context menu
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ie21afe6e73dac736d6db99a6a2320f0c2dbc2e71
2022-04-05 13:13:45 +02:00
Mert Tumer
5b869ec8fb Fix views after the first one change spellOnline status
the state is explicitly set by the first view but on makeRenderParams
function we dont check if the spellonline is empty or not, if empty
we should not change the state. It is only empty for views after the
first one

Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: Ief5754bdae2eb952c2df9485fa323fc957da40a6
2022-04-05 11:20:05 +02:00
Jan Holesovsky
4110326720 Attempt to fix a codeql error
Running command in /home/runner/work/online/online: [/opt/hostedtoolcache/CodeQL/0.0.0-20220311/x64/codeql/javascript/tools/autobuild.sh]
[2022-04-05 08:02:27] [build-stderr] Skipping path /home/runner/work/online/online/**/*w2ui-1.5.rc1.js, which does not exist.
[2022-04-05 08:02:27] [build-stderr] Skipping path /loleaflet, which does not exist.
[2022-04-05 08:02:27] [build-stderr] Illegal '//' in exclude path
Error: 4-05 08:02:27] [ERROR] Spawned process exited abnormally (code 1; tried to run: [/opt/hostedtoolcache/CodeQL/0.0.0-20220311/x64/codeql/javascript/tools/autobuild.sh])
A fatal error occurred: Exit status 1 from command: [/opt/hostedtoolcache/CodeQL/0.0.0-20220311/x64/codeql/javascript/tools/autobuild.sh]

Signed-off-by: Jan Holesovsky <kendy@collabora.com>
Change-Id: I3bcaba31d24e9010af7d4736722cd2413d9e2ce9
2022-04-05 11:08:36 +02:00
Michael Meeks
db63703d0c Validate as utf-8 all Websocket text messages in debug mode.
Ensure that rendersearchresult: is terminated, and identified as binary.

Change-Id: I84e83c63351cd0aac0923bf7c833b14c1be2c051
Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
2022-04-04 20:46:11 +01:00
Mert Tumer
e399a32a82 add text prop to mobilebottombar menu items
most of them don't have the text where they need to have
otherwise the text is defaulted to id. We can use hint prop
to text because it has the same output due to the uno command
name convention.

Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: I0dd38ebdaaa95c41225c49e02d7615007e8a4049
2022-04-04 21:15:14 +02:00
Mert Tumer
8954b16445 mobile: hide send feedback button
Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: Ic4ee06d419ffcb13916ef74327366c57ef87193a
2022-04-04 21:14:08 +02:00
Gökay Şatır
d7a533645a Correct iFrame links.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: Ia0f945f8f1e667541b7d8d7b1613538f65501fef
2022-04-04 21:13:35 +02:00
Pedro Pinto Silva
04fc0ab905 Mobilewizard: hide firstlineident base64 img
Add to elements that should be hidden on mobile

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I16a39b81ec969bc847b92708486b729baddc0c5e
2022-04-04 16:55:50 +02:00
Pedro Pinto Silva
9f09b13606 Mobilewizard: fix #belowparaspacing visibility
It should not be visible:
- Update id (it now has img as sufix)
- Add to display none elements

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I112cc52423a8862f6a4fb4d9ccaaf79298193721
2022-04-04 16:55:50 +02:00
Pedro Pinto Silva
7679958a36 Mobilewizard: Update hidden elements rules
Some elements were being on purposed set to be hidden but the ids have
changed and now the sufix img was added and so the CSS were not taking
affect anymore:
https://archive.org/download/cool-bug-mwizard-base64images/cool-bug-mwizard-base64images.png

Add sufix, update rules

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I0adf33dc64db70138e3530441137bf74275424ce
2022-04-04 16:55:50 +02:00
Pedro Pinto Silva
dda3299ba1 Revert "Sidebar Widget right alignment with text-align"
This reverts commit 32f5c874e7.
The text alignment is causing some problems both on the sidebar and in
the mobile wizard:
- Sidebar arrows (from dropdown menus) position are affected due to this
- Mobilewizard: content is getting wrongly aligned to the right
- On top of that we should preffer start and end due to RTL instead of
right or left

https://archive.org/details/cool-txt-align-bug

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I02f22da0b14b02e7431ea26c16930554e3c13aa2
2022-04-04 16:55:50 +02:00
Andras Timar
bb1e1f2798 remove a duplicated and an obsoleted variable
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Idd4bf2f136521f3163f1e275591246c8889481cf
2022-04-04 15:54:31 +02:00
Aron Budea
8733f3b281 browser: Disable browser reload on F5
In Impress, launch slideshow.

Signed-off-by: Aron Budea <aron.budea@collabora.com>
Change-Id: Ib4b72f2f1278eb30b0177da4e3c3ef9bfd6d11a8
2022-04-04 13:41:32 +02:00
Henry Castro
c550a206e8 Remove the old vex-based welcome dialog code
... and make Welcome dialog optional for COOL

config: add welome url parameter

Signed-off-by: Henry Castro <hcastro@collabora.com>

config: add feedback url parameter

Signed-off-by: Henry Castro <hcastro@collabora.com>

config: add infobar-url parameter

Signed-off-by: Henry Castro <hcastro@collabora.com>

welcome: fix unhandled exceptions

Signed-off-by: Henry Castro <hcastro@collabora.com>

welcome: preprocess welcome file

added welcome-message.html

Signed-off-by: Henry Castro <hcastro@collabora.com>

welcome: clean up code related to vex welcome

Signed-off-by: Henry Castro <hcastro@collabora.com>

--enable-welcome-message is not necessary, when we specify a welcome URL, then it is enabled, otherwise it's user configurable

Signed-off-by: Andras Timar <andras.timar@collabora.com>

remove the unused welcome config settings

Signed-off-by: Andras Timar <andras.timar@collabora.com>

remove unused define ENABLE_FEEDBACK

Signed-off-by: Andras Timar <andras.timar@collabora.com>

do not install/package fallback welcome dialog, when welcome feature is not configured

Signed-off-by: Andras Timar <andras.timar@collabora.com>

remove welcome-message.html

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I20aa6220362018b63aaebd114b2b661561823fbb
2022-04-04 10:53:07 +02:00
Tomaž Vajngerl
6c69202b18 fix build of HttpRequestTests when SSL is disabled
We can't test SSL when SSL is disabled.

Signed-off-by: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
Change-Id: I231a3c7d32f848870e90594e2d1151d3a0911f9a
2022-04-04 10:05:19 +02:00
Pedro Pinto Silva
4f9315fa05 Fix IconView breakage on gecko based browsers (e.g.:FF)
Example: Fontwork dialog

Avoid using webKit and Blink only values such as "overlay" for overflow
instead, use auto which in practice has the same behavior.
Fixes:
https://archive.org/download/4d-1475b-46-fix-icon-view-breakage/4d1475b46-Fix-IconView-breakage.png

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I35e27204f0653f8eae973e830dcc701d0ca782b0
2022-04-03 20:15:50 +02:00
Pedro Pinto Silva
83b13fd454 Cypress: Do not hard target buttons based on their position
No need to specify if it's first or second button as there is always
only one primary button. On top of that this avoids maintenance work
whenever for some reason the button is not the first in line.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Idd3ef60023e88d1a9a8fd6f465dc4c63c068debd
2022-04-03 19:29:49 +02:00
Mert Tumer
bbc7f8e1b8 change blinking cursor color to black
now, it uses a css theme variable for the color
but it is a kind of light grayish and it is harder
to see in a crowded document.

Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: Iec5a7efdb4cb385512226841b036eba3b3212427
2022-04-01 23:52:30 +02:00
Yunusemre Şentürk
40b7a5ffcc Android: change targetSdkVersion and compileSdkVersion to 30
Signed-off-by: Yunusemre Şentürk <yunusemre@collabora.com>
Change-Id: I528b51655b007bf6333ac143c961ab5d71fa85a5
2022-04-01 19:42:07 +02:00
Gabriel Masei
8789844b34 Notebookbar: set overflow visible before removing notebookbar when changing layout
Signed-off-by: Gabriel Masei <gabriel.masei@1and1.ro>
Change-Id: Ifde1603e33399a50173c78b37f20d1c30db9f536
2022-04-01 14:55:49 +03:00
Miklos Vajna
f5836a5d1d sanitizers: fix unit-base, again
==4544==ERROR: AddressSanitizer: odr-violation (0x000002c40140):
  [1] size=104 'HostUtil::WopiHosts' ../wsd/HostUtil.cpp:12:34
  [2] size=104 'HostUtil::WopiHosts' wsd/HostUtil.cpp:12:34
These globals were registered at these points:
  [1]:
    #0 0x71f618 in __asan_register_globals.part.13 /home/vmiklos/git/libreoffice/lode/packages/llvm-llvmorg-9.0.1.src/compiler-rt/lib/asan/asan_globals.cc:362
    #1 0x7f00cb0f3d7b in asan.module_ctor (/home/vmiklos/git/libreoffice/online-san/test/../test/.libs/unit-base.so+0x10e0d7b)

  [2]:
    #0 0x71f618 in __asan_register_globals.part.13 /home/vmiklos/git/libreoffice/lode/packages/llvm-llvmorg-9.0.1.src/compiler-rt/lib/asan/asan_globals.cc:362
    #1 0x120e2ae in asan.module_ctor (/home/vmiklos/git/libreoffice/online-san/coolwsd+0x120e2ae)

==4544==HINT: if you don't care about these errors you may set ASAN_OPTIONS=detect_odr_violation=0
SUMMARY: AddressSanitizer: odr-violation: global 'HostUtil::WopiHosts' at ../wsd/HostUtil.cpp:12:34
==4544==ABORTING

All of HostUtil was duplicated between the test shared objects and
coolwsd, so remove it from the test objects and rather exclude
RequestDetails::getDocKey() from the test objects instead, which was
linked in but was not used in practice.

Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: Ia2147c89cf4230df97a8f45ac7d509aa11cdca97
2022-04-01 13:31:45 +02:00
Pedro Pinto Silva
4bad39b944 Calc Notebookbar: Add missing Define and Manage Names
With the reorganization of Calc tabs:
584e139bbd both Define and Manage names
disappear form the notebookbar. Add it back following the same new
organization.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I06740e225090407117e8b5a6aff54b476368e358
2022-04-01 13:10:19 +02:00
Szymon Kłos
3038c3a46d jsdialog: a11y: make widgets focusable fixes #2965
- now widgets are accessible using tab key
- can close all dialogs with ESC key

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I4dcafb90f61bd05a91048ec1631d6eb851986c20
2022-04-01 11:40:04 +02:00
Ashod Nakashian
11f31b0ba4 wsd: test SSL hostname
Change-Id: I0895d90d2c9be8a76afd209446ae39cd33fa5d2e
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2022-04-01 10:33:55 +01:00
Егор Ермаков
e11fcd478c Translated using Weblate (Russian)
Currently translated at 50.3% (230 of 457 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (438 of 438 strings)

Translated using Weblate (Russian)

Currently translated at 50.1% (229 of 457 strings)

Translated using Weblate (Russian)

Currently translated at 86.7% (380 of 438 strings)

Co-authored-by: Егор Ермаков <eg.ermakov2016@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/ru/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/ru/
Translation: Collabora Online/Help
Translation: Collabora Online/UI
2022-03-31 20:40:33 +02:00
Andras Timar
d2275aaf19 Deleted translation using Weblate (Swahili)
Deleted translation using Weblate (Swahili)

Deleted translation using Weblate (Swahili)

Deleted translation using Weblate (Swahili)

Deleted translation using Weblate (Swahili)

Deleted translation using Weblate (trug (generated) (trug))

Deleted translation using Weblate (trug (generated) (trug))

Deleted translation using Weblate (trug (generated) (trug))

Deleted translation using Weblate (trug (generated) (trug))

Deleted translation using Weblate (trug (generated) (trug))

Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.0% (368 of 438 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (438 of 438 strings)

Co-authored-by: Andras Timar <andras.timar@collabora.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/es/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/nb_NO/
Translation: Collabora Online/UI
2022-03-31 20:40:33 +02:00
Andras Timar
003a05016d Updated UNO command translations
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ic4501ef0a10be078908349c269b63353bf499414
2022-03-31 13:04:14 +02:00
Егор Ермаков
be2e91c03f Translated using Weblate (Russian)
Currently translated at 50.1% (229 of 457 strings)

Translated using Weblate (Russian)

Currently translated at 86.7% (380 of 438 strings)

Co-authored-by: Егор Ермаков <eg.ermakov2016@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/ru/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/ru/
Translation: Collabora Online/Help
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I5c985e65087f27562be63504352e26e9218ecbce
2022-03-31 10:42:39 +02:00
Adolfo Jayme Barrientos
2ec0062aa3 Translated using Weblate (Spanish)
Currently translated at 100.0% (438 of 438 strings)

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/es/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I329f739e03650a9b26614c42b91f13ed1042d5b6
2022-03-31 10:42:39 +02:00
ButterflyOfFire
9dd711d8bb Translated using Weblate (Arabic)
Currently translated at 51.8% (57 of 110 strings)

Co-authored-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/android-app/ar/
Translation: Collabora Online/Android app
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Iffdb0e31fa34ba98132cd5418685b770a74f35ff
2022-03-31 10:42:39 +02:00
Pedro Pinto Silva
35d0486b04 Translated using Weblate (Portuguese (Brazil))
Currently translated at 95.4% (418 of 438 strings)

Co-authored-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Co-authored-by: Pedro Silva <pedro.silva@collabora.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/pt_BR/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I789ff4badb1a8cc32428d2da28d8e14a8e744a16
2022-03-31 10:42:39 +02:00
Elisa de Castro Guerra
b8055d8596 Translated using Weblate (French)
Currently translated at 99.7% (437 of 438 strings)

Co-authored-by: Elisa de Castro Guerra <elisa.dcg@collabora.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/fr/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I404b68f82b4d192fb20ce77e3fbc9425703fb16e
2022-03-31 10:42:39 +02:00
Cor Nouws
7983e786ed Translated using Weblate (Dutch)
Currently translated at 98.6% (432 of 438 strings)

Co-authored-by: Cor Nouws <cno@nouenoff.nl>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/nl/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ia1b9b033a15c22cd052d29021124db8777b62d5a
2022-03-31 10:42:39 +02:00
Rob Pearson
f8bf31b305 Translated using Weblate (English (South Africa))
Currently translated at 100.0% (438 of 438 strings)

Translated using Weblate (English (New Zealand))

Currently translated at 100.0% (438 of 438 strings)

Translated using Weblate (English (United Kingdom))

Currently translated at 100.0% (438 of 438 strings)

Translated using Weblate (English (Australia))

Currently translated at 100.0% (438 of 438 strings)

Co-authored-by: Rob Pearson <rob.dunedin@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/en_AU/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/en_GB/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/en_NZ/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/en_ZA/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I14f00bf380814045b408c35cf7da60d5f553cf13
2022-03-31 10:42:39 +02:00
Stanislav Horáček
36c54ab235 Translated using Weblate (Czech)
Currently translated at 100.0% (438 of 438 strings)

Co-authored-by: Stanislav Horáček <stanislav.horacek@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/cs/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Iaee7fc101812c092e2dc2986f968ca2cb62f5a62
2022-03-31 10:42:39 +02:00
Gökay Şatır
9771cb25e2 Translated using Weblate (Turkish)
Currently translated at 100.0% (438 of 438 strings)

Co-authored-by: Gökay Şatır <gokaysatir@collabora.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/tr/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ic981cd5244993ada666b12c1ad86934e1bba1581
2022-03-31 10:42:39 +02:00
Sveinn í Felli
7e7db0be56 Translated using Weblate (Icelandic)
Currently translated at 99.7% (437 of 438 strings)

Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/is/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I22a6ba915ad01048cbb0eb5dcc8744752419f5f1
2022-03-31 10:42:39 +02:00
Andras Timar
076d50f149 Translated using Weblate (Norwegian Bokmål)
Currently translated at 84.0% (368 of 438 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (438 of 438 strings)

Co-authored-by: Andras Timar <andras.timar@collabora.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/es/
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/nb_NO/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Id1868ac0ba3ad474254dde03675152e7022f7efc
2022-03-31 10:42:39 +02:00
Eloy Crespo
6f7057e226 Translated using Weblate (Spanish)
Currently translated at 99.7% (437 of 438 strings)

Co-authored-by: Eloy Crespo <eloy.crespo@collabora.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/es/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I11316a9dc32f66a2ef47521332ef7bbb95ae269d
2022-03-31 10:42:39 +02:00
Weblate
2f12ac128d Added translation using Weblate (Swahili)
Added translation using Weblate (Swahili)

Added translation using Weblate (Swahili)

Added translation using Weblate (Swahili)

Added translation using Weblate (Swahili)

Added translation using Weblate (trug (generated) (trug))

Added translation using Weblate (trug (generated) (trug))

Added translation using Weblate (trug (generated) (trug))

Added translation using Weblate (trug (generated) (trug))

Added translation using Weblate (trug (generated) (trug))

Co-authored-by: Weblate <noreply@weblate.org>
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I9360707c54a2cbc36b7b5aaf603ae406a3939ead
2022-03-31 10:42:39 +02:00
SC
5f2adef8be Translated using Weblate (Portuguese)
Currently translated at 100.0% (438 of 438 strings)

Co-authored-by: SC <lalocas@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/pt/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I7964f522a1375c8b6282c004cae579af51fa954e
2022-03-31 10:42:39 +02:00
Ashod Nakashian
099246d67a wsd: unload when no Kit and nothing to upload
When the Kit dies and there is no data saved to
disk to upload, there is nothing to do but unload
DocBroker and log the fact.

With unit-test that simulates the situation by
killing the Kit of a modified document.

Change-Id: I7dcc0583c053d7166935d15d045fcf6624e43b4e
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2022-03-30 23:18:57 -04:00