summaryrefslogtreecommitdiff
path: root/readlicense_oo
AgeCommit message (Collapse)Author
2023-10-30tdf#157518: external: bundle zxcvbn-cSarper Akdemir
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-28update creditsChristian Lohmaier
Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
2023-09-22update creditsChristian Lohmaier
Change-Id: I376459b1bee20e819ba3ee8fa6776d79fe84e8b8
2023-09-06update creditsChristian Lohmaier
Change-Id: I49e7c7ebf91d07f1fb0758933b32ae1b53ac2240
2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey
- 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-08-30update creditsChristian Lohmaier
Change-Id: Ie682a8747bb5f51115815ccd0ac9e26a4c4c32f9
2023-08-23update creditsXisco Fauli
Change-Id: I9747388a7b1514a165b2e6aad3e211139a0e4633
2023-08-16update creditsXisco Fauli
Change-Id: Ife0d509b91f17510e6a32494e6456fe7043781ec
2023-08-08update creditsChristian Lohmaier
Change-Id: Id87aa5eb32e5f60f2c6a3148d762475fe87d78f0
2023-07-12update creditsChristian Lohmaier
Change-Id: Ie5565acd9f6acdda012fb64ac0d43de3a375135c
2023-07-03license: add frozenTaichi Haradaguchi
Change-Id: I3dc6dd34344c0afd6cfcc3d771990e07307d432b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153867 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2023-06-07update creditsChristian Lohmaier
Change-Id: Iaaaaf2776a870836a3a9985628e7ccf902c23eff
2023-05-31update creditsChristian Lohmaier
Change-Id: Id34d3ecb170be128bb19d6982845bc4fbd4af598
2023-05-03update creditsChristian Lohmaier
Change-Id: I3243e55b996f8a647fbe060f83a76d3ee416e6b9
2023-04-26update creditsChristian Lohmaier
Change-Id: I934d635e0d241b9884017e4a22ba99e9d1459783
2023-03-24update creditsChristian Lohmaier
Change-Id: Iea1190aa7e0b9d81a8cf73ebbafd318e73fca757
2023-03-07Remove mention of apr and apr-util from NOTICE cause we don't use them...Andras Timar
since commit f45b7871e7d31dfc6ed31d1b79928990bba0d0dd 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-03update creditsChristian Lohmaier
Change-Id: I6d5a9f661041361e7c516887a298c84ac71e14ff
2023-02-27OpenSSL 3 is covered by Apache License v2Andras Timar
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-22update creditsChristian Lohmaier
Change-Id: Ic974dbd48cb9b1b2e417430325e4611a66d1aa7c
2023-01-23update creditsXisco Fauli
Change-Id: Icbf6bd2aba36baccb5e4046f02c6c5c69cb5f7e1
2023-01-16readme.xrm: update for macOSIlmari Lauhakangas
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-01Bump copyright year to 2023Adolfo Jayme Barrientos
Change-Id: I699112a3e554013bab75b82d1eae00098216c886 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144893 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-12-31tdf#136604: Remove Source Sans Pro fontsKhaled Hosny
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-28update creditsXisco Fauli
Change-Id: I043250075037de2b8d56a0708f26c5c2120b2afc
2022-12-27tdf#150700 Update command name in the File - Send menuBogdan B
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-05tdf#152376: Remove Kacst Book and Kacst Office fontsKhaled Hosny
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-05tdf#136604: Remove Source Serif Pro and Source Code Pro fontsKhaled Hosny
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-03add license of Thai hyphenation patternsAndras Timar
Change-Id: Ifbe30b6a2643b6724374d2fbc2f5b59f789c1acc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143313 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Jenkins
2022-11-16update creditsChristian Lohmaier
Change-Id: I5fb81432975d0a0c83cfbed6f4335ca54d574c37
2022-11-02update creditsXisco Fauli
Change-Id: I33892b5bee2d043704c69b088bcc84217ca28099
2022-10-27update creditsChristian Lohmaier
Change-Id: I4862f568d9025e321a14291aae5617ab2a474862
2022-10-05update creditsXisco Fauli
Change-Id: I101b0ffc043adae377c6ae4ef8741c015e5433d3
2022-09-27tdf#144348: Remove EmojiOne Color fontKhaled Hosny
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-09update creditsChristian Lohmaier
Change-Id: I2b1e2e53b0688369e9ebc480ab296ace4cdb804b
2022-08-31update creditsChristian Lohmaier
Change-Id: Ie408cedd6e71deb241e3e059c364c75ce0f1d308
2022-08-27Add Persian (fa-IR) dictionary to installsetAron Budea
Change-Id: I7abf38be5c8d8c8bfb7eb3a756695054b4275f9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138892 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Jenkins
2022-08-17tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli
This commit reverts 3749d9af3745c0eaff7239e379578e4e2af89e9d which removes the dependency on the external library cuckoo Without using cuckoo the same file in tdf#130795 takes real 0m4,892s user 0m5,298s sys 0m0,449s With it, it takes real 0m4,914s user 0m5,276s sys 0m0,444s pretty much the same time Change-Id: I4cc9000ac5bf26de22bb9835283ae8d5b3230196 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138435 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-08-10update creditsChristian Lohmaier
Change-Id: I70c537db5dbf921de0c8b3bebf7d241f9173b705
2022-07-15update creditsChristian Lohmaier
Change-Id: Ia00bbfe76a95eb72687fb46eedf934c8327e3f03
2022-06-01update creditsChristian Lohmaier
Change-Id: I159625c29c07188e991ad55de291594f31715f02
2022-05-20add libtiff to noticesCaolán McNamara
Change-Id: I02d469848e86ab7ed50c3ba2743be5d89ddb4fb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134687 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-05-06update creditsChristian Lohmaier
Change-Id: Ib5064763e88ca90d1ad52c71f4ac920de3ae0274
2022-05-06Add license information for liborcus, which is used in Calc.Kohei Yoshida
Change-Id: I6cbf93b8f2264a04c6745a2874ff35902e2cd215 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133852 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-04-27update creditsChristian Lohmaier
Change-Id: I5d60bff321a20a0d8f8b05af7ea58c7ebbbba1b7
2022-04-26Drop unused LanguageTool extensionGabor Kelemen
Do not bundle LanguageTool which is at a 10 year old version (1.7) while upstream has a lot of new releases (now at version 5.5.x) It is not bundled by any downstream distributions so it makes no much sense to keep it integrated here. Change-Id: Icd2ef151b1b8d0252ffa3db0caaba576f2783fa9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133356 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-04-26Drop unused CT2N extensionGabor Kelemen
It is not bundled by any downstream distributions so it makes no much sense to keep it integrated here. Change-Id: I80180e53e050b8b3cd1b173ef01b51e8d706f295 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133355 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-03-23update creditsChristian Lohmaier
Change-Id: Id548d2a8260dd8ab23b68781c99cca6b983d52c1
2022-03-23update creditsChristian Lohmaier
Change-Id: Iae73e10952fcb87e9fe24a5d053bc3ab554b688e
2022-03-09ofz#45373 and ofz#45362 fix ubsan issuesCaolán McNamara
replace the home grown 16.16 fixed math with an alternative Change-Id: If6fa4205aed62ff15157a8ab4dbf9b7c96e30216 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131236 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>