Difference between revisions of "AppSuite:Main Page Advanced"

Line 1: Line 1:
= Troubleshooting =
+
__NOTOC__
* [http://www.open-xchange.com/forum/ Open-Xchange Forum]
+
= Overview =
* Check the [http://sdb.open-xchange.com/ Open-Xchange Support Database]
+
*[[Architecture_Overview|Architecture Overview]]
* FAQs can be found in the [http://sdb.open-xchange.com/faq SDB FAQ section].
 
* [[Passwords in Open-Xchange]]
 
* [[Outlook_OXtender2_Best_Practice| Outlook OXtender 2 best practice]]
 
 
 
 
 
= Documentation and Examples =
 
<br>
 
 
 
= Whitepapers =
 
<br>
 
 
 
= Architecture Overview =
 
<br>
 
  
 
= Branding =
 
= Branding =
<br>
+
TBD.
 
 
= UI Customization and Examples =
 
<br>
 
  
 
= Groupware Server customization =
 
= Groupware Server customization =
<br>
+
* [[Plugin_Extension_Quickstart_Guide|How to make custom changes to existing plugins (Authentication plugin)]]
 +
* [[Automatic_Delete_OXObjects_Per_User|Automatically delete users OX-Objects and OX-Folders]]
 +
* Auto login, session handling, single sign on
 +
** [http://www.open-xchange.com/fileadmin/user_upload/open-xchange/document/presentation/OX-HE-Authentication-Sessionhandling-en-6.18.pdf Authentication and Sessionhandling white paper (EasyLogin)]
 +
** Custom login masks
 +
*** [[Open-Xchange servlet for external login masks]]
  
 
= Programming Interfaces =
 
= Programming Interfaces =
<br>
+
* The [[HTTP_API|HTTP API]] is used by the Open-Xchange GUI and various 3rd party applications. It consists mainly of messages in JavaScript Object Notation ([http://json.org JSON]) sent over HTTP.
 +
* The [[Oxwebdavapi|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 [http://java.sun.com/javase/technologies/core/basic/rmi/index.jsp 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,
 +
*** a {{DocLink|docpath=RMI/admin-core/|name=core}} and
 +
*** a {{DocLink|docpath=RMI/admin-hosting/|name=hosting}} component.
 +
** The {{DocLink|docpath=OX6-Provisioning/|name=Open-Xchange CLT}} are shell scripts that simplify groupware and service administration
 +
** Create contexts/users with with [[Csv_import]]
 +
** [[Open-Xchange-SOAP|Provisioning using SOAP]]
 +
* The [[Oxmapi|Oxmapi]] is a windows library for programmers needed to communicate with the OX server
 +
* {{DocLink|docpath=mal/|name=Open-Xchange Mail Abstraction Layer}}
 +
* The Plugin API for extending the GUI is described in two documents: [[Plugin API|an overview]] and {{DocLink|docpath=gui-plugin-api|name=the reference}}
 +
* [[UDPPush]] Open-Xchange PUSH Interface for Groupware Objects
  
= Importing and exporting data =
+
{{=}} Importing and exporting data {{=}}
<br>
+
* Migrate a batch of users and contexts at once. Check the CSV Batch Import documentation [[Csv_import|page]].
 +
* Documentation for the [[data import format|data import format]]
 +
* [[VCard and ICal support]]
 +
* [[Using the export servlet]]
 +
* [[Using the import servlet]]
 +
* [[export ical/vcard|Example in bash to extract private contacts,tasks,appointments in ical/vcard format]]
 +
* [[Import_holidays|Importing holidays into the OX Calendar]]
 +
* [[CrawlerArchitecture|Architecture of the crawler bundle]]
  
= Configuration and Tweaks =
+
{{=}} Configuration and Tweaks {{=}}
<br>
+
* [[OX6_Troubleshooting|Basic troubleshooting]]
 +
* {{DocLink|docpath=Html-Whitelist|name=HTML Whitelist configuration}}
 +
* [[Open_Xchange_Configuration|Open-Xchange Configuration]]
 +
* [[Open-Xchange_Lighttpd|Open-Xchange and Lighttpd]]
 +
* [[Open-Xchange_RSS_Client|Open-Xchange as RSS client]]
 +
* [[On_The_Fly_Configuration_Update|On The Fly Configuration Update (experimental)]]
 +
* [[Session_Migration|Session migration]]
 +
* [[Syslog_Configuration|syslog Configuration]]
 +
* [[OXAE_MailingLists_with_contacts-ldap|Integrate OXAE Mailinglists into Open-Xchange]]
 +
* [[MailNotify_Bundle|Mail Notification (Push) with Open-Xchange]]
 +
* [[UCS_AD_Connector_en|Synchronize Active Directory with SE for UCS]]
 +
* [[Tune_apache2_for_more_concurrent_connections|Apache2 tuning]]
  
 
= Testing and QA =
 
= Testing and QA =
<br>
+
* [[Automated GUI Tests]]
 +
* [[Jmeter profile for performance tests|JMeter profile for performance tests]]
  
 
= Translations =
 
= Translations =
<br>
+
* [[AppSuite:Available_Translation| Available Language Translations]]
 +
* [[GUI Translation|Translate Open-Xchange to your community language]]
 +
* [[Translate Open-Xchange to supported language]]
  
 
= Installation based on source code =
 
= Installation based on source code =
<br>
+
* [[SourceCodeAccess|Download the sourcecode]]
 
+
* [[EclipseQuickInstallGuide|Eclipse Quick Install Guide]]
[[Category: OX7]]
 
[[Category: AppSuite]]
 

Revision as of 12:13, 6 December 2012

Overview

Branding

TBD.

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