History log of /aoo42x/ (Results 26 - 50 of 8145)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e8e5910f06-Feb-2024 Damjan Jovanovic

Allow our WebDAV content provider to connect when the TLS certificate name
doesn't match the server's host name.

Currently in such cases the connection always fails, and the user isn't e

Allow our WebDAV content provider to connect when the TLS certificate name
doesn't match the server's host name.

Currently in such cases the connection always fails, and the user isn't even
given a chance to allow it. This is because Curl does the server name
validation itself. However we already have code to validate server names,
and we prompt the user for what to do, unlike Curl which always fails.
Therefore disable Curl's verification and use ours.

Patch by: me

(cherry picked from commit 88ba7bc95f387996e4041aab9f586786362ea8da)

show more ...

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4
f7ba5d5a23-Aug-2022 Damjan Jovanovic

In the WebDAV content provider, allow the user to permit any TLS certificate
in the chain that's invalid, not just the first.

Patch by: me

(cherry picked from commit c464040a440

In the WebDAV content provider, allow the user to permit any TLS certificate
in the chain that's invalid, not just the first.

Patch by: me

(cherry picked from commit c464040a4409a7ab63c22a7b2358ce0134c09c10)

show more ...

Revision tags: AOO4113-GA
5f005af522-May-2022 Arrigo Marchiori

Decode Curl errors

(cherry picked from commit b9e06544f399447a1a5df77229f012135bc131a9)

cfbfe42705-May-2022 Arrigo Marchiori

Link to bundled OpenSSL if requested

(cherry picked from commit bb956dfd85428dd08d991a01ee6a6c4e966bf431)

41606ed706-May-2022 Arrigo Marchiori

Fix including OpenSSL dynamic libraries on Unix (#147)

(cherry picked from commit 0ca5b4b7b8e66fbc937f89173ce45fcc179e72b3)

b28b64c228-Apr-2022 Damjan Jovanovic

Include string.h too, for memcpy().

(cherry picked from commit 19cdc44e34d49eeb215c9268163feda83250d827)

9646dec504-Apr-2022 Damjan Jovanovic

Port our WebDAV content provider from serf/apr/apr-util, to curl.

Patch by: me

(adapted from commit 51ba086bf122dbb5b50fd813e5b9a81c051aa16b by Arrigo
Marchiori)


ext_libraries/apr-util/apr-util-1.6.1.apu.hw.patch
ext_libraries/apr-util/apr-util-1.6.1.expat.patch
ext_libraries/apr-util/apr-util-1.6.1.makewin32.patch
ext_libraries/apr-util/aprutil_version.mk
ext_libraries/apr-util/makefile.mk
ext_libraries/apr-util/prj/build.lst
ext_libraries/apr-util/prj/d.lst
ext_libraries/apr/apr-1.6.5-no-devenv.patch
ext_libraries/apr/apr-1.6.5-windows.patch
ext_libraries/apr/apr_version.mk
ext_libraries/apr/makefile.mk
ext_libraries/apr/prj/build.lst
ext_libraries/apr/prj/d.lst
ext_libraries/serf/NULbytes.patch
ext_libraries/serf/makefile.mk
ext_libraries/serf/prj/build.lst
ext_libraries/serf/prj/d.lst
ext_libraries/serf/serf-1.2.1.ldl.patch
ext_libraries/serf/serf-1.2.1.libs.patch
ext_libraries/serf/serf-1.2.1.logging.patch
ext_libraries/serf/serf_version.mk
ext_libraries/serf/win/Library_serf.mk
ext_libraries/serf/win/Makefile
ext_libraries/serf/win/Module_serf.mk
ext_libraries/serf/win/Package_inc.mk
main/NOTICE
main/RepositoryExternal.mk
main/configure.ac
main/curl/curl-wnt.patch
main/curl/makefile.mk
main/curl/prj/build.lst
main/external_deps.lst
main/scp2/prj/build.lst
main/scp2/source/ooo/file_library_ooo.scp
main/scp2/source/ooo/makefile.mk
main/scp2/source/ooo/shortcut_ooo.scp
main/set_soenv.in
main/ucb/Library_ucpdav1.mk
main/ucb/prj/build.lst
main/ucb/source/ucp/webdav/ContentProperties.cxx
main/ucb/source/ucp/webdav/CurlInputStream.cxx
main/ucb/source/ucp/webdav/CurlInputStream.hxx
main/ucb/source/ucp/webdav/CurlLockStore.cxx
main/ucb/source/ucp/webdav/CurlLockStore.hxx
main/ucb/source/ucp/webdav/CurlRequest.cxx
main/ucb/source/ucp/webdav/CurlRequest.hxx
main/ucb/source/ucp/webdav/CurlSession.cxx
main/ucb/source/ucp/webdav/CurlSession.hxx
main/ucb/source/ucp/webdav/CurlTypes.hxx
main/ucb/source/ucp/webdav/CurlUri.cxx
main/ucb/source/ucp/webdav/CurlUri.hxx
main/ucb/source/ucp/webdav/DAVProperties.cxx
main/ucb/source/ucp/webdav/DAVProperties.hxx
main/ucb/source/ucp/webdav/DAVResourceAccess.cxx
main/ucb/source/ucp/webdav/DAVResourceAccess.hxx
main/ucb/source/ucp/webdav/DAVSessionFactory.cxx
main/ucb/source/ucp/webdav/LockRequest.cxx
main/ucb/source/ucp/webdav/LockRequest.hxx
main/ucb/source/ucp/webdav/PropfindRequest.cxx
main/ucb/source/ucp/webdav/PropfindRequest.hxx
main/ucb/source/ucp/webdav/ProppatchRequest.cxx
main/ucb/source/ucp/webdav/ProppatchRequest.hxx
main/ucb/source/ucp/webdav/SerfCallbacks.cxx
main/ucb/source/ucp/webdav/SerfCallbacks.hxx
main/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx
main/ucb/source/ucp/webdav/SerfLockRefreshProcImpl.hxx
main/ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx
main/ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx
main/ucb/source/ucp/webdav/SerfRequestProcessor.cxx
main/ucb/source/ucp/webdav/SerfRequestProcessor.hxx
main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx
main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx
main/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx
main/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.hxx
main/ucb/source/ucp/webdav/SerfSession.cxx
main/ucb/source/ucp/webdav/SerfUnlockProcImpl.cxx
main/ucb/source/ucp/webdav/SerfUnlockProcImpl.hxx
main/ucb/source/ucp/webdav/webdavcontent.cxx
main/ucb/source/ucp/webdav/webdavdatasupplier.cxx
main/ucb/source/ucp/webdav/webdavprovider.cxx
4513b4be15-Apr-2024 Damjan Jovanovic

Get redland building with Clang >= 15, libxml2 >= 2.11.0, and/or FreeBSD >= 14.

Patch by: me

(cherry picked from commit a5818cd95c110439abf147eeb958d5e23c748a99)

ee9599b421-Apr-2024 mseidel

Cleaned up resource files

(cherry picked from commit 0dfdc53f9130d5dfc2b106b9c08c942cce624f93)

984d38c320-Apr-2024 mseidel

Fixed typos

(cherry picked from commit 73fec56a8c7e87333c35112dd7464c115a13a8c8)

4c234e2d09-Apr-2024 mseidel

Updated download numbers

(cherry picked from commit 23316993437e535ee1ae8b97435f8b65c8f46691)

694cb55c08-Apr-2024 mseidel

Maintenance cleanup

(cherry picked from commit caeabaab393eea3de03af65cb68f7b944d2c9898)

4be3b82f07-Apr-2024 mseidel

Remove temporary file

(cherry picked from commit 3a917bcab5ff9038f7edda89e6739bf74fcb9314)

b0f564a607-Apr-2024 mseidel

Converted files from old StarWriter format to ODT

(cherry picked from commit 39e5c08678cd48d71578584871ec5706d65f2808)

7a5c319b06-Apr-2024 Damjan Jovanovic

Fix typos: mehtod -> method, mehtods -> methods.

Patch by: me

(cherry picked from commit a4b70a5c0dc286fe80079976f51a3b5d7c08957d)

10a5df7207-Apr-2024 mseidel

Fix German comments, cleanup

(cherry picked from commit 63e8b0626cce318577fc05d16c4e0379e89ce1f8)

1890d58603-Apr-2024 mseidel

Use correct icons for line spacing in HC mode with large icons

(cherry picked from commit f116cfecc683c9bbd8282c5281d642f3e2b106e1)

636491ff29-Mar-2024 Arrigo Marchiori

Search forward or backward for a visible slide

Fixes bug #60859

(cherry picked from commit 4ac3bde70fd91802a5ddff308c1ad71e97d33629)

0bf5032b23-Jan-2024 Bidouille

Fix for issue 60859

If 1st slide is hidden and selected, show presentation does start after this.

Thanks to iammisc for this patch

(cherry picked from commit c284e3b5539f1e

Fix for issue 60859

If 1st slide is hidden and selected, show presentation does start after this.

Thanks to iammisc for this patch

(cherry picked from commit c284e3b5539f1e21c0e1f245cefd20d28959206c)

show more ...

4200b70501-Apr-2024 John Bampton

Fix spelling in code comments (#210)

* Fix spelling in code comments

* Update wordml2ooo_field.xsl

* Update ooo2wordml_border.xsl

---------

Co-authored-by

Fix spelling in code comments (#210)

* Fix spelling in code comments

* Update wordml2ooo_field.xsl

* Update ooo2wordml_border.xsl

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit c809b0d38055f2551e1d74a528bd818a9857f3c8)

show more ...

cbd87ab001-Apr-2024 John Bampton

Fix spelling in comments (#209)

(cherry picked from commit cdfa2a0e248945df34d583b6091f49e81274c41e)

92f0604b01-Apr-2024 John Bampton

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 604463aab236cbd58e239a75c72bcfcf83f4ecac)

show more ...

6b6a7a1301-Apr-2024 John Bampton

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

-----

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit ceb51a8ef1194166c4e44e1e49f3795fd0d2d02c)

show more ...

e06fe25001-Apr-2024 mseidel

Updated English dictionary

(cherry picked from commit 51cb29da040ceb01feb8ceef4417699b2604453d)

9a145d3a26-Mar-2024 mseidel

Forgot to update MD5

(cherry picked from commit deb3f44d6fef306ad1124be0cda5bc9c3a3e76c9)

12345678910>>...326