summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-3/+3
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-1/+1
* warning C4101: unreferenced local variableMichael Stahl2012-07-132-3/+3
* CMIS UCP: getChildren created wrong path if there is no trailing /Cédric Bosdonnat2012-07-111-1/+5
* CMIS UCP: guess the parent URL using the current path if neededCédric Bosdonnat2012-07-111-0/+11
* CMIS UCP: forgot to git add new filesCédric Bosdonnat2012-07-095-0/+732
* CMIS UCP: Added support for Binding URL and Repository as foldersCédric Bosdonnat2012-07-099-193/+109
* CMIS UCP: fallback to URL with id as the mark if we can't get the pathCédric Bosdonnat2012-07-035-4/+39
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-0215-60/+15
* UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat2012-07-021-1/+1
* CMIS UCP: show some caught exceptions in ucpcmis.INFOCédric Bosdonnat2012-07-021-0/+5
* Remove unused definesThomas Arnhold2012-07-012-16/+0
* Some cppcheck cleaningJulien Nabet2012-06-304-7/+7
* Fix java "unchecked conversion" warning in UCB moduleNoel Grandin2012-06-291-2/+2
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
* UCP CMIS: avoid breaking the media type when saving a documentCédric Bosdonnat2012-06-291-1/+20
* Remove some more include guardsThomas Arnhold2012-06-295-27/+0
* Remove UNO includes commentsThomas Arnhold2012-06-296-18/+0
* CMIS UCP: fixed save as which was broken by bad exceptions catchingCédric Bosdonnat2012-06-281-30/+50
* CMIS UCP: cached session id change was not impacted on all constructorsCédric Bosdonnat2012-06-281-3/+4
* CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat2012-06-282-10/+13
* CMIS UCP: oops, read-only check has been reversed somehowCédric Bosdonnat2012-06-281-1/+1
* CMIS UCP: session cache, better use the binding URL + repo Id as idCédric Bosdonnat2012-06-273-7/+13
* Remove unused include filesThomas Arnhold2012-06-271-69/+0
* CMIS UCP: Use the URL host as ID for cached sessionsCédric Bosdonnat2012-06-272-9/+4
* cmisucp: catch the exception when getting CMIS objectCédric Bosdonnat2012-06-262-206/+258
* removed unused forward declarations of classTakeshi Abe2012-06-269-14/+0
* Remove various commented out definesThomas Arnhold2012-06-251-3/+0
* re-base on ALv2 code.Michael Meeks2012-06-21114-2651/+1657
* re-base on ALv2 code.Michael Meeks2012-06-2119-418/+273
* CMIS UCP: fixed Save As into a CMIS repoCédric Bosdonnat2012-06-141-12/+23
* rhbz#678440: Always include User-Agent to avoid 403 from picky serversStephan Bergmann2012-06-121-0/+15
* nuke dead codeTakeshi Abe2012-06-122-29/+0
* Do not copy etc. singular iterator values.Stephan Bergmann2012-06-063-10/+55
* ucb: second try to fix weird STL assertion on tinderboxMichael Stahl2012-06-061-5/+5
* ucb: try to fix weird STL assertion on tinderboxMichael Stahl2012-06-053-16/+4
* CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat2012-06-045-103/+106
* CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat2012-06-041-16/+72
* CMIS UCP: fixed a few bugs to show repo in fpickerCédric Bosdonnat2012-06-041-21/+49
* CMIS UCP: if the URL has no object id, assume we want the root folderCédric Bosdonnat2012-06-042-2/+11
* CMIS UCP: implemented delete command for foldersCédric Bosdonnat2012-06-041-2/+2
* CMIS UCP: Implemented delete command for documentsCédric Bosdonnat2012-06-042-10/+20
* CMIS UCP: implemented folder case for open commandCédric Bosdonnat2012-06-047-4/+451
* CMIS ucp: write documents back to CMIS serverCédric Bosdonnat2012-06-046-138/+497
* libcmis: updated to 0.2.0Cédric Bosdonnat2012-06-041-0/+1
* targeted string re-workNorbert Thiebaud2012-06-011-1/+1
* targeted string re-workNorbert Thiebaud2012-05-3163-1494/+1069
* nuke unused namespaceTakeshi Abe2012-06-011-3/+0
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-296-11/+12
* removed dead codeTakeshi Abe2012-05-291-34/+0