Commit graph

656 commits

Author SHA1 Message Date
Christian Lohmaier
64bf123eba update credits
Change-Id: I8f3b3bbed98c026302400be448d621ce530d5e79
2024-05-31 15:04:21 +02:00
Christian Lohmaier
6b62ff0eaf update credits
Change-Id: Ibdf64d7605c81e9006c1637a85a4a539993dffa6
2024-05-07 19:20:16 +02:00
Christian Lohmaier
0c4c84a14b makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)
…by a simple/static $(gb_CustomTarget_workdir)/foo

The build system has a lot of overly complicated leftovers from when it
was introduced and had not only deal with split repositories but also
had to coexist with another buildsystem. Along with lots of copy'n'paste
along the years the makefiles became hard to grasp for newcomers with
all our calls and evals.
As a first step to streamline that, the macros from TargetLocations that
simply prefix a static path to the argument (and similar of the same
kind) are a natural pick before simplifying the rules themselves/getting
rid of a bunch of eval statements.

Change-Id: Ia06dbbcd5d1994755a2ff05b84f72ccbc4e3cab5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167005
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-05-03 16:06:14 +02:00
Christian Lohmaier
e729fec8a9 update credits
Change-Id: I92481956d041c4a5077aa7a56af2df3ab72fd9bf
2024-04-29 20:38:43 +02:00
Christian Lohmaier
a1fbfbabbf update credits
Change-Id: I72d86d1a7dcadf3e015b5f9a3eb98d56fb9a49c5
2024-03-19 12:24:43 +01:00
Julien Nabet
94da114cd8 tdf#160180: bump copyright year to 2024
Change-Id: I466b8f86e8a53a238ed2ce2d2b053dc519ff8eed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164794
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2024-03-13 22:55:18 +01:00
Christian Lohmaier
fe47872aa8 update credits
Change-Id: Ie2fc3de7861b870d5a4b2aa9943af7401f21a1b7
2024-02-25 16:10:21 +01:00
Christian Lohmaier
a21fb5bd88 update credits
Change-Id: I8c189f3708898087560255fbf353ac88e1dad432
2024-02-15 21:13:33 +01:00
Christian Lohmaier
038476af69 update credits
Change-Id: Ifb0ea3df4b544706527081f0ff21694c4dd2cad6
2024-01-25 18:46:20 +01:00
Xisco Fauli
4fcba27210 update credits
Change-Id: I147a1e96e4c2fc855f66168c7633d254fd9d6c19
2023-12-21 17:25:32 +01:00
Michael Stahl
77c921302b argon2: add new external library
Change-Id: I81860a94b33eba95918c30b0e92b583cc2d02ff3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160969
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2023-12-19 17:25:05 +01:00
Christian Lohmaier
573f61fdb0 update credits
Change-Id: I6bb7de64be70c68362169ae459cffa37478395b1
2023-12-07 22:03:27 +01:00
Xisco Fauli
7b96db5160 update credits
Change-Id: I086375044292658c7bfb7b7d4a99d4d1e1313ac3
2023-11-28 12:56:36 +01:00
t-aswath
0264999bb3 tdf#157716 - Rename "Language settings" to "Languages and Locales"
Change-Id: Idd31b18c87998b03d884e7aa17197c459241abf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159315
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2023-11-18 16:01:33 +01:00
Christian Lohmaier
53f91fb880 update credits
Change-Id: I1c4a240ba3af7805865b96fbee4911c022cac897
2023-11-17 00:02:52 +01:00
Sarper Akdemir
3d5cafbe17 tdf#157518: external: bundle zxcvbn-c
Integrates zxcvbn-c as a static library.

zxcvbn-c is C/C++ implementation of
https://dropbox.tech/security/zxcvbn-realistic-password-strength-estimation.

This is the first step for introducing a password strength
meter. Some example projects that utilize zxcvbn-c are
KeepassXC, monero-gui.

ExternalProject_zxcvbn-c takes care of the dictionary node
generation bits resulting in the dict-src.h

Then StaticLibrary_zxcvbn-c depends on
ExternalProject_zxcvbn-c and uses the generated bits and the
zxcvbn-c source to compile the library.

It should be possible to get rid of dictionary node
generation bit with a patch that includes a constant
dict-src.h that's what monero-gui does for example. But this
might also obfuscate what dict-src.h is.

Right now the dictionary that is included with zxcvbn-c only
targets English, so that might be something to improve upon.

Change-Id: Ic2b0a558cff341114d69fbdc257979a28bf5c865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157565
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir.extern@allotropia.de>
2023-10-30 08:17:05 +01:00
Christian Lohmaier
7fff4e2ca6 update credits
Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
2023-10-28 01:15:57 +02:00
Christian Lohmaier
7d6ca46522 update credits
Change-Id: I376459b1bee20e819ba3ee8fa6776d79fe84e8b8
2023-09-22 20:05:54 +02:00
Christian Lohmaier
268a2009bc update credits
Change-Id: I49e7c7ebf91d07f1fb0758933b32ae1b53ac2240
2023-09-06 17:30:52 +02:00
Skyler Grey
8e246331f6 Add a FunctionBasedURPConnection and a websocket URP connector
- FunctionBasedURPConnection is used to enable a client to open a URP
  connection to a fresh Kit instance in COOL.
- This URP connector can be used with that and
  https://github.com/CollaboraOnline/online/pull/6992 to use a Java Uno
  Remote Protocol client over websockets
- For interoperability with existing Collabora Online websockets a
  prefix (urp ) is added to each message sent and a similar prefix
  (urp: ) is expected on each message recieved. This allows sending over
  the same websocket as other data is being transmitted through. If you
  are writing a bridge to work with this, you will need to add/strip the
  prefixes accordingly
- This commit uses Java WebSocket
  (https://github.com/TooTallNate/Java-WebSocket) to send data over
  websockets.

Change-Id: I2bda3d0b988bef7883f9b6829eeb5b7ae8075f27
Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151171
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-09-01 16:55:37 +02:00
Christian Lohmaier
92d8c2cecd update credits
Change-Id: Ie682a8747bb5f51115815ccd0ac9e26a4c4c32f9
2023-08-30 12:50:29 +02:00
Xisco Fauli
3a3060f6eb update credits
Change-Id: I9747388a7b1514a165b2e6aad3e211139a0e4633
2023-08-23 10:17:59 +02:00
Xisco Fauli
500c73ba9e update credits
Change-Id: Ife0d509b91f17510e6a32494e6456fe7043781ec
2023-08-16 11:49:10 +02:00
Christian Lohmaier
a921c4121d update credits
Change-Id: Id87aa5eb32e5f60f2c6a3148d762475fe87d78f0
2023-08-08 20:38:36 +02:00
Christian Lohmaier
5a6b938d32 update credits
Change-Id: Ie5565acd9f6acdda012fb64ac0d43de3a375135c
2023-07-12 19:14:33 +02:00
Taichi Haradaguchi
7678bb123d license: add frozen
Change-Id: I3dc6dd34344c0afd6cfcc3d771990e07307d432b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153867
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2023-07-03 10:37:35 +02:00
Christian Lohmaier
225f79a068 update credits
Change-Id: Iaaaaf2776a870836a3a9985628e7ccf902c23eff
2023-06-07 14:36:39 +02:00
Christian Lohmaier
046e37faa2 update credits
Change-Id: Id34d3ecb170be128bb19d6982845bc4fbd4af598
2023-05-31 18:05:42 +02:00
Christian Lohmaier
f1fd3e3250 update credits
Change-Id: I3243e55b996f8a647fbe060f83a76d3ee416e6b9
2023-05-03 17:10:16 +02:00
Christian Lohmaier
b79a82886d update credits
Change-Id: I934d635e0d241b9884017e4a22ba99e9d1459783
2023-04-26 12:48:39 +02:00
Christian Lohmaier
9469044db4 update credits
Change-Id: Iea1190aa7e0b9d81a8cf73ebbafd318e73fca757
2023-03-24 17:16:05 +01:00
Andras Timar
503b14eee1 Remove mention of apr and apr-util from NOTICE cause we don't use them...
since

commit f45b7871e7
Author: Michael Stahl <michael.stahl@allotropia.de>
Date:   Tue Dec 14 16:03:46 2021 +0100

    ucb: remove --with-webdav=serf

    Remove code in ucb/source/ucp/webdav, and now unused externals
    apr, apr-util, serf.

Change-Id: Idfb1f921c0d048f18f23263c04ac718ca1c95ebf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147886
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2023-03-07 07:29:40 +00:00
Christian Lohmaier
7545f47eb9 update credits
Change-Id: I6d5a9f661041361e7c516887a298c84ac71e14ff
2023-03-03 17:52:51 +01:00
Andras Timar
62d3da841b OpenSSL 3 is covered by Apache License v2
Change-Id: I20b30ce01b08787f560cd00cd87db9cec1699240
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147746
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2023-02-27 13:43:16 +00:00
Christian Lohmaier
1e12a4cc98 update credits
Change-Id: Ic974dbd48cb9b1b2e417430325e4611a66d1aa7c
2023-02-22 20:47:03 +01:00
Xisco Fauli
6bfd22b65f update credits
Change-Id: Icbf6bd2aba36baccb5e4046f02c6c5c69cb5f7e1
2023-01-23 14:32:22 +01:00
Ilmari Lauhakangas
531cfd9ebd readme.xrm: update for macOS
Change-Id: I93793b689271dbc15b1670979061e0c34128289d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145563
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2023-01-16 12:49:55 +00:00
Adolfo Jayme Barrientos
56cc13e854 Bump copyright year to 2023
Change-Id: I699112a3e554013bab75b82d1eae00098216c886
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144893
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-01-01 10:12:56 +00:00
Khaled Hosny
5d42f4403d tdf#136604: Remove Source Sans Pro fonts
Templates using the fonts are left unchanged.

Change-Id: I5ed21155ddd5038eb91f6ad6bcbd7f27f2478638
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143665
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
2022-12-31 19:34:37 +00:00
Xisco Fauli
cfaee17c0e update credits
Change-Id: I043250075037de2b8d56a0708f26c5c2120b2afc
2022-12-28 11:03:26 +01:00
Bogdan B
033b22412c tdf#150700 Update command name in the File - Send menu
Change-Id: I33b9b20f2cf6e1c1aa2e9ace4ce8a4c60cb1ac24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144802
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-12-27 06:10:49 +00:00
Khaled Hosny
6d6a2343b1 tdf#152376: Remove Kacst Book and Kacst Office fonts
Change-Id: I979e01ee6cab26431a6e54094c59ea28e886019a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143647
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-12-05 08:26:29 +00:00
Khaled Hosny
05eb5e4874 tdf#136604: Remove Source Serif Pro and Source Code Pro fonts
Kept Source Sans Pro for now because it is used in some styles and using
also weights that not supported by other fonts we bundle (e.g. light).

Change-Id: I2eb9c6a2951e0c39e7021a5c90ed549d03f4a4e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143645
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
2022-12-05 06:46:44 +00:00
Andras Timar
e28b6a9e67 add license of Thai hyphenation patterns
Change-Id: Ifbe30b6a2643b6724374d2fbc2f5b59f789c1acc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143313
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Jenkins
2022-12-03 09:42:19 +00:00
Christian Lohmaier
cb2133e765 update credits
Change-Id: I5fb81432975d0a0c83cfbed6f4335ca54d574c37
2022-11-16 17:56:33 +01:00
Xisco Fauli
7ebe087187 update credits
Change-Id: I33892b5bee2d043704c69b088bcc84217ca28099
2022-11-02 11:08:20 +01:00
Christian Lohmaier
d5f25f2f78 update credits
Change-Id: I4862f568d9025e321a14291aae5617ab2a474862
2022-10-27 11:40:25 +02:00
Xisco Fauli
667d61f987 update credits
Change-Id: I101b0ffc043adae377c6ae4ef8741c015e5433d3
2022-10-05 19:40:31 +02:00
Khaled Hosny
694f8eb1f7 tdf#144348: Remove EmojiOne Color font
The EmojiFont setting is now a comma-separated list of the three common
color emoji fonts, it should fallback to the next font if the first is
missing.

Change-Id: I7aa134f914ab829704e9b707f511f166a81a0089
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140623
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
2022-09-27 11:30:44 +02:00
Christian Lohmaier
69b0c17f1e update credits
Change-Id: I2b1e2e53b0688369e9ebc480ab296ace4cdb804b
2022-09-09 20:36:22 +02:00