summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04Replace XROW_GETXXX macro with templateStephan Bergmann2-87/+96
Change-Id: Ibd476f9a60dcc15be3b330d738faf56781998dfc
2013-09-03warning C4702: unreachable codeStephan Bergmann1-2/+0
Change-Id: I1391780715e7b29a33c3ee647a62780b0b2174a4
2013-09-02WaE: unused variablesTor Lillqvist1-4/+0
Change-Id: I0c93ca3875d8cd6fe009018e79847142b4e64bfd
2013-09-02ucb: rename "cmisucp" log area for consistencyMichael Stahl2-30/+30
Change-Id: Ie9ef3324bb7a9e954db57548d7862a90b070ebd3
2013-09-02ucb: add missing ucb.core log area, and ftp/ext tooMichael Stahl3-5/+6
Change-Id: Ifa2df0e2dcc193ae02202687c0d6b7ab930db58f
2013-09-02ucb: fixed bad init of shared_ptrCédric Bosdonnat2-2/+2
Change-Id: I3d7fc2c01d58da58eb984ad5c10435f86f87f56a
2013-09-02WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist2-4/+4
Change-Id: I556d03a5bbd74faa26d73a8e84147c9743c20507
2013-09-02libcmis: add a mandatory patch for GDrive feature to properly workCédric Bosdonnat1-1/+1
Change-Id: I1bd183508b7f481feed641f8658c0baea6f743bd
2013-09-02CMIS properties dialog: get multiple valuesCao Cuong Ngo1-91/+45
Change-Id: Ife7562d52cc3070c8d409f2da68d4e2aa5faea69
2013-09-02CMIS: fix file saving issueCao Cuong Ngo2-98/+56
Change-Id: I60cccb841fea5ce493f004c73ecf50468019f860
2013-09-02CMIS: use FolderPtr instead of Folder pointerCao Cuong Ngo1-4/+5
Change-Id: Iac68f67e94ddcc6b0bb2877763176b2efcc9b7d8
2013-09-02CMIS: add BaseURI property to remove warningCao Cuong Ngo1-1/+4
Change-Id: I936e497d88781b9e8fd43532fda23379ff56e25f
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo2-18/+64
The document ID is needed in case the get object by path of the CMIS document doesn't work (like Google Drive) Change-Id: I151d5433a19caeaf4a542b69cd9e95dde58722e7
2013-09-02Store the decision about the certificate in a container to remember itCédric Bosdonnat1-0/+26
Change-Id: I19da6c1aeb7fada97166d37c68fa5ba242bbcaba
2013-09-02UCB Show more infos about errors loading UCPCédric Bosdonnat1-1/+2
Change-Id: Ibc67cde1766f1259f4e5099160d469412fb4e89e
2013-09-02fdo#61589: ask what to do with invalid SSL certificates in CMIS UCPCédric Bosdonnat5-14/+177
Change-Id: I3cf688f7070e3e8cb2db532d8e034961504a8160
2013-09-02Resolves CMIS file picker propertyset out of range warningCao Cuong Ngo1-0/+29
Add missing properties Change-Id: Id3475fe4d07b33c4c0b31f54075dc011122b15bd
2013-09-02CMIS properties: Add type to the UNO APICao Cuong Ngo2-1/+55
Change-Id: Ie4f32bc840cdfab1d5f600991cd6ac8aabcb1f87
2013-09-02CMIS Google Drive get repositoriesCao Cuong Ngo1-6/+0
We don't have to create a session just to get a dummy repository. Change-Id: I0193d499d5a45aaa6fa7d1d18301e70ab550518d
2013-09-02CMIS: make GDrive work with pathCao Cuong Ngo2-6/+6
Change-Id: Ib85be2887219e6067a1b6c227515504020f9a4e7
2013-09-02CMIS: getRepositories should call createSessionCao Cuong Ngo1-8/+22
Change-Id: Ia64e15ab53155118dcfdd007a5d76e649bdeded9
2013-09-02CMIS: the file picker prefer path to IDCao Cuong Ngo2-10/+9
Change-Id: I3a8d52411176d29f67340d8b668b8e9cc940d648
2013-09-02CMIS create sessionCao Cuong Ngo1-1/+1
Add sslCheck flag in CreateSession Change-Id: I0dda9b89e529623cbed00f35f10a924120475480
2013-09-02CMIS: connect LO to Google DriveCao Cuong Ngo3-12/+58
Change-Id: I2c1b1d3e2bfd50ceb8647e62d37512ee3a0b9dae
2013-09-02Switched to use libcmis' future 0.4.0 codeCédric Bosdonnat7-12/+11
This means that building with internal libcmis won't work. Make install libcmis master code and use --with-system-libcmis to build after this commit Change-Id: I3df31b299cfc462436681bb36a62c626b3ce3dfe
2013-09-02CMIS properties dialogCao Cuong Ngo1-2/+61
Convert Any to Cmis properties Change-Id: I307d337363a84bae8585625ee3eeb641fde25792
2013-09-02CMIS properties dialog: update propertiesCao Cuong Ngo2-0/+30
Change-Id: Ia506713b61dc6c1343eac3640863c86a2fc3f18f
2013-09-02Cmis PropertyCao Cuong Ngo1-4/+9
Add MultiValued, OpenChoice and Choices to CMIS Property Change-Id: Iade033c86878368b39a0264ad0a56d0286e6bffb
2013-09-02CMIS properties dialogCao Cuong Ngo1-9/+6
Rename CmisPropertyValues to CmisProperty Change-Id: I7360e6b55406c1abe381c8d915be41d972498167
2013-09-02CMIS propertiesCao Cuong Ngo1-28/+11
Create a CmisPropertyValue with additional DisplayName, Updatable and Required properties. Change-Id: Ia20d76a739ac5c51d7c89ef6f1a40a299697cb0e
2013-08-28Mark as constTakeshi Abe1-1/+1
Change-Id: If20ac542f31dd650d6d1cc22ced618f73e1ce773
2013-08-25Avoid OS X sandbox messages when just checking if a pathname is a directoryTor Lillqvist1-0/+21
Calling stat() on an arbitrary directory doesn't cause any sandbox violation, it seems, even if the process has no access to that directory. Calling opendir() on it is a sandbox violation. Change-Id: I776c04653cbeeb511a4a1e455fcc2b10ed4a0e5c
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák10-22/+22
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-20Improve some debug outputStephan Bergmann1-0/+7
Change-Id: I1008822ba8592ea43f87805bf00adbfdaf4f02fc
2013-08-16sPropName is needed after allStephan Bergmann1-0/+3
Change-Id: Ib48606425edb5f267615f4a15028b15e8fd00d5d
2013-08-15Fix unused variable (sPropName)Julien Nabet1-2/+0
Change-Id: I8fc579cde3a3ce40c75dd0a23990a831d9558add
2013-08-15Adapt to LibreOffice the previous commitStephan Bergmann2-21/+22
..."i121946 - Use enums to identify WebDAV/HTTP methods." Change-Id: I59c8b011192df008af539aa41ec5976f042572f6
2013-08-15i121946 - Use enums to identify WebDAV/HTTP methodsAriel Constenla-Haile2-28/+25
(cherry picked from commit 122e10cfd23b379b97e2d8ec002e7f0562ebd6f7) Conflicts: extensions/source/update/feed/updatefeed.cxx offapi/com/sun/star/ucb/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb ucb/source/ucp/webdav/DAVResourceAccess.cxx ucb/source/ucp/webdav/DAVResourceAccess.hxx plus headerize.pl (Would be an incompatible API CHANGE if we had not unpublished XWebDAVCommandEnvironment with 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 "Revert publishing of lots of UNO types.") Change-Id: I153e394a194d0fcad29d3e3b27d5b24f7c259fc4
2013-08-15Adapt to LibreOffice the previous commitStephan Bergmann1-12/+4
..."i121945 - WebDAV ucp: return StringPair instead of NamedValue." Change-Id: Ib9cc95b03ba2a298c2d8f3c49045ea5a073bd2fd
2013-08-15i121945 - WebDAV ucp: return StringPair instead of NamedValueAriel Constenla-Haile1-13/+3
Make css::ucb::XWebDAVCommandEnvironment::getUserRequestHeaders() return a sequence of css::beans::StringPair; this avoids all the any overhead, and is much more simple and intuitive. (cherry picked from commit 80199136d0d84b51b3d0529fb313b8f20f5cf851) Conflicts: extensions/source/update/feed/updatefeed.cxx offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb ucb/source/ucp/webdav/DAVResourceAccess.cxx (Would be an incompatible API CHANGE if we had not unpublished XWebDAVCommandEnvironment with 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 "Revert publishing of lots of UNO types.") Change-Id: I1c5d0a0b225fe86aca6ba6d6c8903985005387c2
2013-08-15Adapt to LibreOffice the previous commitStephan Bergmann5-30/+196
..."i121935 - UCB: new 'addProperty' and 'removeProperty' commands." Change-Id: If0451c6d1b6471d27f5fb1551ccf0230e62dfb60
2013-08-15i121935 - UCB: new "addProperty" and "removeProperty" commandsAriel Constenla-Haile5-58/+231
(cherry picked from commit 3d5d60176c01f9d3504559b816281fca11aea403) Conflicts: offapi/com/sun/star/ucb/Content.idl offapi/com/sun/star/ucb/makefile.mk ucb/source/ucp/webdav/DAVProperties.cxx ucb/source/ucp/webdav/webdavcontent.cxx plus headerize.pl Change-Id: I59b270ef5a72271671ae0857d11f557eec829387
2013-08-12only use the SSPI support with internal neonDavid Tardon1-2/+2
neon 0.30.0 has added support for SSPI (author of the commit is kso, which sounds familiar :-), so NE_FEATURE_SSPI is defined, but the signature of ne_auth_creds remains the same as before. That means that build with system neon 0.30.0 fails...
2013-08-08Bin Chaos WIDs that are unused (only mentioned only in comments)Tor Lillqvist1-102/+90
The comments are in one place, for plaintext strings that say the same as what the WID name indicates, so they don't provide any useful information. Change-Id: I9be14dd46352e34bf3647349d85412a97725d238
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks11-33/+0
Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
2013-07-17Mark as constTakeshi Abe1-3/+3
Change-Id: I59ac01eacf31061093b83ab3057963de7ea4a2e7
2013-07-15ucb: fix DateTime in gvfsMichael Stahl1-1/+1
Change-Id: I5733e1490f3f162045fa5040efaabb6550d235a7
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2-2/+3
Add IsUTC member to: com.sun.star.util.DateTime com.sun.star.util.DateTimeRange com.sun.star.util.Time Add new stucts with explicit time zones: com.sun.star.util.DateTimeWithTimezone com.sun.star.util.DateWithTimezone com.sun.star.util.TimeWithTimezone Adapt the sax::Converter to read/write timezones, and fix the unit test. Everything else just uses default (no time zone), this commit is just to fix the API. STRUCT: /UCR/com/sun/star/util/DateTime nFields1 = 7 != nFields2 = 8 Registry2 contains 1 more fields STRUCT: /UCR/com/sun/star/util/DateTimeRange nFields1 = 14 != nFields2 = 15 Registry2 contains 1 more fields STRUCT: /UCR/com/sun/star/util/Time nFields1 = 4 != nFields2 = 5 Registry2 contains 1 more fields Conflicts: sc/source/filter/oox/unitconverter.cxx Change-Id: I01f7a6d082a6b090c8efe71d2de137474c495c18 Reviewed-on: https://gerrit.libreoffice.org/4833 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-07-08-Werror,-Wheader-guard (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
Change-Id: I6da069a27d569e4b28c0a8fe783616c767c108d0
2013-07-05API change: oslDateTime signed yearLionel Elie Mamane2-4/+4
Change-Id: Ic4f1e424b130fd2ccca379adbe0a66836b6cac41