Age | Commit message (Collapse) | Author |
|
Change-Id: I92481956d041c4a5077aa7a56af2df3ab72fd9bf
|
|
Change-Id: I72d86d1a7dcadf3e015b5f9a3eb98d56fb9a49c5
|
|
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>
|
|
Change-Id: Ie2fc3de7861b870d5a4b2aa9943af7401f21a1b7
|
|
Change-Id: I8c189f3708898087560255fbf353ac88e1dad432
|
|
Change-Id: Ifb0ea3df4b544706527081f0ff21694c4dd2cad6
|
|
Change-Id: I147a1e96e4c2fc855f66168c7633d254fd9d6c19
|
|
Change-Id: I81860a94b33eba95918c30b0e92b583cc2d02ff3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160969
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
|
|
Change-Id: I6bb7de64be70c68362169ae459cffa37478395b1
|
|
Change-Id: I086375044292658c7bfb7b7d4a99d4d1e1313ac3
|
|
Change-Id: Idd31b18c87998b03d884e7aa17197c459241abf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159315
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I1c4a240ba3af7805865b96fbee4911c022cac897
|
|
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>
|
|
Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
|
|
Change-Id: I376459b1bee20e819ba3ee8fa6776d79fe84e8b8
|
|
Change-Id: I49e7c7ebf91d07f1fb0758933b32ae1b53ac2240
|
|
- 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>
|
|
Change-Id: Ie682a8747bb5f51115815ccd0ac9e26a4c4c32f9
|
|
Change-Id: I9747388a7b1514a165b2e6aad3e211139a0e4633
|
|
Change-Id: Ife0d509b91f17510e6a32494e6456fe7043781ec
|
|
Change-Id: Id87aa5eb32e5f60f2c6a3148d762475fe87d78f0
|
|
Change-Id: Ie5565acd9f6acdda012fb64ac0d43de3a375135c
|
|
Change-Id: I3dc6dd34344c0afd6cfcc3d771990e07307d432b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153867
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
|
|
Change-Id: Iaaaaf2776a870836a3a9985628e7ccf902c23eff
|
|
Change-Id: Id34d3ecb170be128bb19d6982845bc4fbd4af598
|
|
Change-Id: I3243e55b996f8a647fbe060f83a76d3ee416e6b9
|
|
Change-Id: I934d635e0d241b9884017e4a22ba99e9d1459783
|
|
Change-Id: Iea1190aa7e0b9d81a8cf73ebbafd318e73fca757
|
|
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>
|
|
Change-Id: I6d5a9f661041361e7c516887a298c84ac71e14ff
|
|
Change-Id: I20b30ce01b08787f560cd00cd87db9cec1699240
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147746
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ic974dbd48cb9b1b2e417430325e4611a66d1aa7c
|
|
Change-Id: Icbf6bd2aba36baccb5e4046f02c6c5c69cb5f7e1
|
|
Change-Id: I93793b689271dbc15b1670979061e0c34128289d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145563
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
|
|
Change-Id: I699112a3e554013bab75b82d1eae00098216c886
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144893
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
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>
|
|
Change-Id: I043250075037de2b8d56a0708f26c5c2120b2afc
|
|
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>
|
|
Change-Id: I979e01ee6cab26431a6e54094c59ea28e886019a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143647
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
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>
|
|
Change-Id: Ifbe30b6a2643b6724374d2fbc2f5b59f789c1acc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143313
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Jenkins
|
|
Change-Id: I5fb81432975d0a0c83cfbed6f4335ca54d574c37
|
|
Change-Id: I33892b5bee2d043704c69b088bcc84217ca28099
|
|
Change-Id: I4862f568d9025e321a14291aae5617ab2a474862
|
|
Change-Id: I101b0ffc043adae377c6ae4ef8741c015e5433d3
|
|
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>
|
|
Change-Id: I2b1e2e53b0688369e9ebc480ab296ace4cdb804b
|
|
Change-Id: Ie408cedd6e71deb241e3e059c364c75ce0f1d308
|
|
Change-Id: I7abf38be5c8d8c8bfb7eb3a756695054b4275f9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138892
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Jenkins
|
|
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>
|