summaryrefslogtreecommitdiff
path: root/readlicense_oo
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19update creditsChristian Lohmaier1-1838/+1904
Change-Id: I72d86d1a7dcadf3e015b5f9a3eb98d56fb9a49c5
2024-03-13tdf#160180: bump copyright year to 2024Julien Nabet1-1/+1
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-02-25update creditsChristian Lohmaier1-2169/+2190
Change-Id: Ie2fc3de7861b870d5a4b2aa9943af7401f21a1b7
2024-02-15update creditsChristian Lohmaier1-2120/+2177
Change-Id: I8c189f3708898087560255fbf353ac88e1dad432
2024-01-25update creditsChristian Lohmaier1-2275/+2552
Change-Id: Ifb0ea3df4b544706527081f0ff21694c4dd2cad6
2023-12-21update creditsXisco Fauli1-2344/+2168
Change-Id: I147a1e96e4c2fc855f66168c7633d254fd9d6c19
2023-12-19argon2: add new external libraryMichael Stahl1-0/+6
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-07update creditsChristian Lohmaier1-6528/+6722
Change-Id: I6bb7de64be70c68362169ae459cffa37478395b1
2023-11-28update creditsXisco Fauli1-1525/+1360
Change-Id: I086375044292658c7bfb7b7d4a99d4d1e1313ac3
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-1/+1
Change-Id: Idd31b18c87998b03d884e7aa17197c459241abf9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159315 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2023-11-17update creditsChristian Lohmaier1-1783/+1796
Change-Id: I1c4a240ba3af7805865b96fbee4911c022cac897
2023-10-30tdf#157518: external: bundle zxcvbn-cSarper Akdemir1-0/+24
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 Lohmaier1-7119/+7187
Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
2023-09-22update creditsChristian Lohmaier1-1595/+1659
Change-Id: I376459b1bee20e819ba3ee8fa6776d79fe84e8b8
2023-09-06update creditsChristian Lohmaier1-1319/+1333
Change-Id: I49e7c7ebf91d07f1fb0758933b32ae1b53ac2240
2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey1-0/+18
- 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 Lohmaier1-1021/+1015
Change-Id: Ie682a8747bb5f51115815ccd0ac9e26a4c4c32f9
2023-08-23update creditsXisco Fauli1-1386/+1398
Change-Id: I9747388a7b1514a165b2e6aad3e211139a0e4633
2023-08-16update creditsXisco Fauli1-918/+941
Change-Id: Ife0d509b91f17510e6a32494e6456fe7043781ec
2023-08-08update creditsChristian Lohmaier1-1774/+1802
Change-Id: Id87aa5eb32e5f60f2c6a3148d762475fe87d78f0
2023-07-12update creditsChristian Lohmaier1-2114/+2169
Change-Id: Ie5565acd9f6acdda012fb64ac0d43de3a375135c
2023-07-03license: add frozenTaichi Haradaguchi1-0/+6
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 Lohmaier1-1693/+1684
Change-Id: Iaaaaf2776a870836a3a9985628e7ccf902c23eff
2023-05-31update creditsChristian Lohmaier1-1692/+1746
Change-Id: Id34d3ecb170be128bb19d6982845bc4fbd4af598
2023-05-03update creditsChristian Lohmaier1-1764/+1781
Change-Id: I3243e55b996f8a647fbe060f83a76d3ee416e6b9
2023-04-26update creditsChristian Lohmaier1-1857/+1896
Change-Id: I934d635e0d241b9884017e4a22ba99e9d1459783
2023-03-24update creditsChristian Lohmaier1-1751/+1811
Change-Id: Iea1190aa7e0b9d81a8cf73ebbafd318e73fca757
2023-03-07Remove mention of apr and apr-util from NOTICE cause we don't use them...Andras Timar1-38/+2
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 Lohmaier1-1944/+1971
Change-Id: I6d5a9f661041361e7c516887a298c84ac71e14ff
2023-02-27OpenSSL 3 is covered by Apache License v2Andras Timar1-72/+1
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 Lohmaier1-2610/+2848
Change-Id: Ic974dbd48cb9b1b2e417430325e4611a66d1aa7c
2023-01-23update creditsXisco Fauli1-2287/+2359
Change-Id: Icbf6bd2aba36baccb5e4046f02c6c5c69cb5f7e1
2023-01-16readme.xrm: update for macOSIlmari Lauhakangas1-1/+1
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 Barrientos1-1/+1
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 Hosny1-9/+0
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 Fauli1-2416/+2321
Change-Id: I043250075037de2b8d56a0708f26c5c2120b2afc
2022-12-27tdf#150700 Update command name in the File - Send menuBogdan B1-1/+1
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 Hosny1-6/+0
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 Hosny1-18/+0
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 Timar1-0/+10
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 Lohmaier1-2213/+2433
Change-Id: I5fb81432975d0a0c83cfbed6f4335ca54d574c37
2022-11-02update creditsXisco Fauli1-1979/+1755
Change-Id: I33892b5bee2d043704c69b088bcc84217ca28099
2022-10-27update creditsChristian Lohmaier1-1722/+1862
Change-Id: I4862f568d9025e321a14291aae5617ab2a474862
2022-10-05update creditsXisco Fauli1-2077/+2097
Change-Id: I101b0ffc043adae377c6ae4ef8741c015e5433d3
2022-09-27tdf#144348: Remove EmojiOne Color fontKhaled Hosny1-39/+0
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 Lohmaier1-2043/+2056
Change-Id: I2b1e2e53b0688369e9ebc480ab296ace4cdb804b
2022-08-31update creditsChristian Lohmaier1-2218/+2281
Change-Id: Ie408cedd6e71deb241e3e059c364c75ce0f1d308
2022-08-27Add Persian (fa-IR) dictionary to installsetAron Budea1-0/+9
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 Fauli1-6/+0
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 Lohmaier1-2244/+2270
Change-Id: I70c537db5dbf921de0c8b3bebf7d241f9173b705