Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • lib
  • api
  • ktcmis
  • services
  • CMISObjectService.inc.php
23 Feb, 2010
1 commit
  • Update CMIS Object Attributes ...
    8d56157a
    Story ID:2295472. Update KT CMIS implementation to 1.0 compliance
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2010-02-23 10:02:08 +0200  
    Browse File »

22 Feb, 2010
1 commit
  • Fix CMIS Spaces access and some of the folder listing problems ...
    d71619f9
    Story ID:2295472. Update KT CMIS implementation to 1.0 compliance
    
    Committed by: Paul Barrett
    
    Reviewed: Charl Mert
    Paul Barrett authored
    2010-02-22 13:47:19 +0200  
    Browse File »

04 Sep, 2009
1 commit
  • Added API and AtomPub support for document checkin via CMIS (note: document cont… ...
    d6f4d51f
    …ent update not included as the tested clients do not allow it.)
    
    Story ID:1093056
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-09-04 11:23:02 +0200  
    Browse File »

29 Jul, 2009
2 commits
  • Fixed loading of empty or zero-byte files via CMIS ...
    1d6a9e78
    KTS-4371. CMIS spaces does not cope well with empty files or Zero byte files
    
    Fixed
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-29 17:11:50 +0200  
    Browse File »
  • Updated CMIS API unit tests to accomodate changes in ktapi access. Added tests … ...
    26050faf
    …for delete, move, getContentStream
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-29 10:47:31 +0200  
    Browse File »

28 Jul, 2009
1 commit
  • Added CMIS API and AtomPub code to return a content stream for a document object… ...
    12e3df4d
    …, allowing vuiewing of document content through a CMIS client.
    
    Story ID: 966928. In order to view content from the repository using CMIS, as a developer, I would like KnowledgeTree's CMIS interface to handle fetching content streams
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-28 16:50:53 +0200  
    Browse File »

24 Jul, 2009
2 commits
  • Fixed bug where folder/document not found by CMIS/AtomPub still returned a 200 OK response. KTS-4364 ...
    74f75339
    The CMIS API does not send back a failure message on not finding the requested Folder or Document object
    
    Fixed
    
    Committed by: Paul Barrett
    
    Reviewed by: Megan Watson
    Paul Barrett authored
    2009-07-24 13:00:21 +0200  
    Browse File »
  • Story ID: 966930. Added support for move via AtomPub and CMIS ...
    2b68ca02
    In order to be able to move content using a CMIS client, as a user, I would like KnowledgeTree's CMIS interface to support move
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-24 10:53:43 +0200  
    Browse File »

23 Jul, 2009
1 commit
  • CMIS: Added support for return of failed objects when calling deleteTree ...
    bf8f7fb7
    Story ID: 966932. In order to be able to delete content using a CMIS client, as a user, I would like KnowledgeTree's CMIS interface to support delete
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-23 10:41:36 +0200  
    Browse File »

22 Jul, 2009
1 commit
  • Story ID: 966932. Added API and AtomPub level functionality to deal with deletin… ...
    93b8f07a
    …g of folders and documents
    
    In order to be able to delete content using a CMIS client, as a user, I would like Knee's CMIS interface to support delete
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-22 17:37:16 +0200  
    Browse File »

21 Jul, 2009
1 commit
  • KTS-4359. Added support for decoding of individual base64 encoded chunks concate… ...
    c0e37132
    …nated as a single string.  Also added a file write function to the upload manager code which accepts an already decoded stream as input
    
    The CMISSpaces client appears to send document content in an unusual way, which needs to be catered for
    
    Fixed
    
    Committed by: Paul Barrett
    
    Reviewed by: Mark Holtzhausen
    Paul Barrett authored
    2009-07-21 14:22:10 +0200  
    Browse File »

15 Jul, 2009
1 commit
  • Story ID: 778712. Updated document POST response to be entry only. Fixed bug wi… ...
    7065a810
    …th document id returned from createDocument function
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-15 14:58:28 +0200  
    Browse File »

13 Jul, 2009
1 commit
  • changed how CMIS object service determines whether type is allowed in parent folder ...
    bcc3eb6e
    Committed by: Paul barrett
    Paul Barrett authored
    2009-07-13 13:25:46 +0200  
    Browse File »

10 Jul, 2009
2 commits
  • Story ID: 778712 ...
    4a896f6d
    Updated Document Creation function to attempt to fill in tags and metadata based on submitted data.
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-10 16:18:57 +0200  
    Browse File »
  • Added PermissionDeniedException class. Throw this on failed auth attempts (stil… ...
    a83c2de9
    …l needed for service doc but in place for general services.) Added header for HTTP Basic Auth on failure.
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-10 11:46:52 +0200  
    Browse File »

09 Jul, 2009
1 commit
  • AtomPub support for create folder and create document via CMIS API. internal se… ...
    07800ae6
    …rvice auth support via APACHE (note that auth will fail if PHP is run as a CGI module).  Attempt to re-use sessions in ktcmis (untested).
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-09 16:30:39 +0200  
    Browse File »

03 Jul, 2009
1 commit
  • Updated CMIS API with Document Creation functionality ...
    30d7fae3
    Removed conflicting exceptions
    
    Updated CMIS API Unit Tests
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-03 10:15:36 +0200  
    Browse File »

01 Jul, 2009
2 commits
  • Added new CMIS exceptions. ...
    b2361048
    Added initial createDocument function
    
    Added skeleton of setContentStream function
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-01 18:01:26 +0200  
    Browse File »
  • Added some CMIS exception classes. Used these exceptions in the createFolder fu… ...
    834f8d17
    …nction and a few other places according to the specification.  Modified ktcmis interface to check for exceptions in appropriate cases.
    
    Extended Unit Tests for CMIS to double check folder creation instead of relying on initial output of createFolder function.
    
    Cleaned up some comments and unnecessary code in CMIS classes.
    
    Additional framework code for CMIS checkedout functionality
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-01 09:44:30 +0200  
    Browse File »

30 Jun, 2009
1 commit
  • Initial basic CMIS API level folder creation function and interface access point ...
    953b76b4
    Committed by:Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-06-30 13:20:40 +0200  
    Browse File »

24 Jun, 2009
1 commit
  • Minor re-factor of some CMIS code to allow easier loading of object entries in multiple areas ...
    43d2d64d
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-24 16:48:34 +0200  
    Browse File »

23 Jun, 2009
1 commit
  • Various changes to ktcmis code made while implementing atompub responses. Moved… ...
    bc7af792
    … ktcmis code into lib/api/ to clean up the root of the folder tree.
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-23 15:47:05 +0200  
    Browse File »

08 Jun, 2009
1 commit
  • some minor documentation changes in cmis files
    cbaf75bc
    Paul Barrett authored
    2009-06-08 13:03:00 +0200  
    Browse Dir »

04 Jun, 2009
1 commit
  • Story ID: 702240. Created base CMIS repository service helpers and underlying CM… ...
    0ed9c71e
    …IS classes required for read only access. Created ktcmis interface for utilising these service helpers and classes. Created classes required for consumption of interface output by web services (soap only)
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-04 13:43:36 +0200  
    Browse Dir »