Difference between revisions of "AppSuite:Main Page Advanced"

Line 37: Line 37:
  
 
{{=}} Configuration and Tweaks {{=}}
 
{{=}} Configuration and Tweaks {{=}}
* [[OX6_Troubleshooting|Basic troubleshooting]]
 
 
* {{DocLink|docpath=Html-Whitelist|name=HTML Whitelist configuration}}
 
* {{DocLink|docpath=Html-Whitelist|name=HTML Whitelist configuration}}
 
* [[Open_Xchange_Configuration|Open-Xchange Configuration]]
 
* [[Open_Xchange_Configuration|Open-Xchange Configuration]]
Line 68: Line 67:
 
* FAQs can be found in the [http://sdb.open-xchange.com/faq SDB FAQ section].
 
* FAQs can be found in the [http://sdb.open-xchange.com/faq SDB FAQ section].
 
* [[Passwords in Open-Xchange]]
 
* [[Passwords in Open-Xchange]]
* [[Outlook_OXtender_Best_Practice| Outlook Connector best practice]]
 
 
* [[Outlook_OXtender2_Best_Practice| Outlook Connector best practice]]
 
* [[Outlook_OXtender2_Best_Practice| Outlook Connector best practice]]
  
Line 75: Line 73:
 
* [[OX_Permission_Level | OX Permission Level Matrix]]
 
* [[OX_Permission_Level | OX Permission Level Matrix]]
 
* [[DefaultTreeView|Changing the default tree view]]
 
* [[DefaultTreeView|Changing the default tree view]]
* [[SupportedCrawler | Open-Xchange Supported Crawler Matrix (Status OX6 v.6.16)]]
 
 
* How to integrate the InfoStore into your Windows Desktop ([http://www.open-xchange.com/fileadmin/user_upload/open-xchange/document/whitepaper/How_to_Desktop_Integration_WedDAV_D.pdf German], [http://www.open-xchange.com/fileadmin/user_upload/open-xchange/document/whitepaper/How_to_Desktop_Integration_WedDAV.pdf English])
 
* How to integrate the InfoStore into your Windows Desktop ([http://www.open-xchange.com/fileadmin/user_upload/open-xchange/document/whitepaper/How_to_Desktop_Integration_WedDAV_D.pdf German], [http://www.open-xchange.com/fileadmin/user_upload/open-xchange/document/whitepaper/How_to_Desktop_Integration_WedDAV.pdf English])
 
* [[Architecture_Diagram | Software architecture diagram]]
 
* [[Architecture_Diagram | Software architecture diagram]]
Line 90: Line 87:
  
 
{{=}} Whitepapers {{=}}
 
{{=}} Whitepapers {{=}}
* {{DocLink|docpath=whitepaper/OX6-Sizing-Whitepaper.pdf|name=OX6 Sizing Whitepaper}}
 
* {{DocLink|docpath=whitepaper/OX-Hosted-Architecture.pdf|name=OX6 Hosted Architecture}}
 
 
* {{DocLink|docpath=whitepaper/OX-Directory-Integration-Whitepaper-English.pdf|name=Directory Integration Whitepaper}}
 
* {{DocLink|docpath=whitepaper/OX-Directory-Integration-Whitepaper-English.pdf|name=Directory Integration Whitepaper}}
* {{DocLink|docpath=whitepaper/oxae_whitepaper_oxforucs_de.pdf|name=OX4UCS Whitepaper (German)}}
 
* {{DocLink|docpath=whitepaper/oxae_whitepaper_oxforucs_en.pdf|name=OX4UCS Whitepaper (English)}}
 
* {{DocLink|docpath=whitepaper/ucs-xen_en.pdf|name=Install OX4UCS in Xen (English)}}
 
 
* {{DocLink|docpath=whitepaper/GUI_and_Mobility.pdf|name=GUI and Mobility Training}}
 
* {{DocLink|docpath=whitepaper/GUI_and_Mobility.pdf|name=GUI and Mobility Training}}

Revision as of 19:56, 19 December 2012

Overview

Groupware Server customization

Programming Interfaces

  • The HTTP API is used by the Open-Xchange GUI and various 3rd party applications. It consists mainly of messages in JavaScript Object Notation (JSON) sent over HTTP.
  • The WebDAV API is used by external clients to modify object on the OX Server. It based mainly on the webdav standard with some enhancements to handle OX objects.
  • Provisioning API to access the Open-Xchange Admin Daemon
    • The RMI API is used for data provisioning of Contexts, Users, Groups and Resources as well as for configuring Databases, Filestores and OX Servers. It is currently split into two parts,
    • The Open-Xchange CLT are shell scripts that simplify groupware and service administration
    • Create contexts/users with with Csv_import
    • Provisioning using SOAP
  • The Oxmapi is a windows library for programmers needed to communicate with the OX server
  • Open-Xchange Mail Abstraction Layer
  • The Plugin API for extending the GUI is described in two documents: an overview and the reference
  • UDPPush Open-Xchange PUSH Interface for Groupware Objects

Importing and exporting data

Configuration and Tweaks

Testing and QA

Translations

Installation based on source code

Troubleshooting

Documentation and Examples

Whitepapers