Difference between revisions of "Template:Main Page Advanced"

(UI Customization)
(Move to https://documentation.open-xchange.com/)
 
(32 intermediate revisions by 11 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
= Translations =
+
= Overview =
* [[Available_Translation| Available Translations]]
+
*[[AppSuite:Architecture_Overview|Architecture Overview]]
* [[GUI Translation|Translate Open-Xchange to your language]]
 
  
= UI Customization =
+
= Branding =
 
* [[Whitelabel|White-labeling the Open-Xchange GUI for big hosting/reseller environments]]
 
* [[Whitelabel|White-labeling the Open-Xchange GUI for big hosting/reseller environments]]
* [[Gui_Plugin_Development|Embedding external web applications which require authentication (OX >=6.16)]]
+
* [[Gui_Theming_Description|GUI Theming Description]]
* [[Gui_Theming_Description|Gui Theming Description]]
 
 
* [[User_and_context_based_themes|User and context based themes]]
 
* [[User_and_context_based_themes|User and context based themes]]
 +
* [[Gui_Plugin_Development|GUI Branding Plugins]]
 +
 +
= UI Customization and Examples =
 +
* [[Gui_Plugin_Development|Embedding external web applications which require authentication]]
 
* [[Gui_path|Setting User/GUI Preferences via RMI]]
 
* [[Gui_path|Setting User/GUI Preferences via RMI]]
* [[Adding_a_pre_defined_UWA_widget_for_a_User|Adding a predefined UWA widget for a User]]
 
 
* [[Open-Xchange_UWA|Open-Xchange Netvibes UWA mashup]]
 
* [[Open-Xchange_UWA|Open-Xchange Netvibes UWA mashup]]
* [[Gui_Plugin_Development|Gui Plugin Development]]
+
* [[Gui_Plugin_Development|GUI Plugin Development]]
* [[Plugin_API|Gui Plugin API Documentation]]
+
* [[Plugin_API|GUI Plugin API Documentation]]
 
* [[Enable_TinyMCE_spellcheck_module|Enable the TinyMCE spell-checker module]]
 
* [[Enable_TinyMCE_spellcheck_module|Enable the TinyMCE spell-checker module]]
* [[Upsell_Layer_Package|Upsell Layer Package]]
+
* [https://documentation.open-xchange.com/ HTTP API Examples]
 +
* [[Install_and_configure_the_mail-account_plugin|Install and configure the mail-account plugin]]
  
= Programming Examples and Howtos =
+
= Groupware Server customization =
* [[Authentication_Plugin_description|Authentication Plugin description]]
 
* [[Plugin_Extension_Quickstart_Guide|How to make custom changes to existing plugins]]
 
 
* [[Automatic_Delete_OXObjects_Per_User|Automatically delete users OX-Objects and OX-Folders]]
 
* [[Automatic_Delete_OXObjects_Per_User|Automatically delete users OX-Objects and OX-Folders]]
 
* Auto login, session handling, single sign on
 
* Auto login, session handling, single sign on
** [http://www.open-xchange.com/documentation/OX-HE-Authentication-Sessionhandling.pdf Authentication and Sessionhandling white paper (EasyLogin)]
+
** [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)]
** [http://www.open-xchange.com/documentation/OX-HE-Authentication-Sessionhandling-en-6.18.pdf Authentication and Sessionhandling white paper (EasyLogin) (v.6.18.0)]
 
 
** Custom login masks
 
** Custom login masks
 
*** [[Open-Xchange servlet for external login masks]]
 
*** [[Open-Xchange servlet for external login masks]]
*** [[PHP example for easy login]]
 
*** [[Javascript example for easy login and custom login mask|Javascript example for own login masks on the Open-Xchange Apache server]]
 
  
= Interfaces =
+
= Programming Interfaces =
* 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 [https://documentation.open-xchange.com/ 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
 
* 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,
 
** 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,
Line 37: Line 33:
 
*** a {{DocLink|docpath=RMI/admin-hosting/|name=hosting}} component.
 
*** 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
 
** The {{DocLink|docpath=OX6-Provisioning/|name=Open-Xchange CLT}} are shell scripts that simplify groupware and service administration
** {{DocLink|docpath=SOAP/admin/OX-Admin-SOAP.html|name=Provisioning using SOAP}}
+
** 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
 
* 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}}
 
* {{DocLink|docpath=mal/|name=Open-Xchange Mail Abstraction Layer}}
Line 44: Line 41:
  
 
{{=}} Importing and exporting data {{=}}
 
{{=}} Importing and exporting data {{=}}
 +
* 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]]
 
* Documentation for the [[data import format|data import format]]
 
* [[VCard and ICal support]]
 
* [[VCard and ICal support]]
Line 56: Line 54:
 
* {{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]]
* [[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]]
 
* [[Session_Migration|Session migration]]
 
* [[Syslog_Configuration|syslog Configuration]]
 
* [[Syslog_Configuration|syslog Configuration]]
 
* [[OXAE_MailingLists_with_contacts-ldap|Integrate OXAE Mailinglists into Open-Xchange]]
 
* [[OXAE_MailingLists_with_contacts-ldap|Integrate OXAE Mailinglists into Open-Xchange]]
 
* [[MailNotify_Bundle|Mail Notification (Push) with Open-Xchange]]
 
* [[MailNotify_Bundle|Mail Notification (Push) with Open-Xchange]]
 +
* [[Tune_apache2_for_more_concurrent_connections|Apache2 tuning]]
 +
* [[Running a cluster]]
 +
* [[Java startup parameters]]
 +
* [[Handling spam]]
  
== Testing and QA ==  
+
= Testing and QA =
 
* [[Automated GUI Tests]]
 
* [[Automated GUI Tests]]
 
* [[Jmeter profile for performance tests|JMeter profile for performance tests]]
 
* [[Jmeter profile for performance tests|JMeter profile for performance tests]]
 +
 +
= Translations =
 +
* [[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 =
 
* [[SourceCodeAccess|Download the sourcecode]]
 
* [[SourceCodeAccess|Download the sourcecode]]
* [[EclipseQuickInstallGuide|Eclipse Quick Install Guide]]
 

Latest revision as of 13:57, 29 June 2016

Overview

Branding

UI Customization and Examples

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.
  • 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