Difference between revisions of "Template:OX7:Main Page Advanced"

(Move to https://documentation.open-xchange.com/)
 
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
__NOTOC__
 
__NOTOC__
 
= Overview =
 
= Overview =
*[[Architecture_Overview|Architecture Overview]]
+
*[[AppSuite:Architecture_Overview|Architecture Overview]]
  
 
= Branding =
 
= Branding =
Line 22: Line 22:
  
 
= Groupware Server customization =
 
= Groupware Server customization =
* [[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]]
 
* [[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
Line 30: Line 29:
  
 
= Programming 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/latest/middleware/http_api.html 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 58: Line 56:
 
* {{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]]
 
* [[Open-Xchange_RSS_Client|Open-Xchange as RSS client]]
 
* [[On_The_Fly_Configuration_Update|On The Fly Configuration Update (experimental)]]
 
* [[On_The_Fly_Configuration_Update|On The Fly Configuration Update (experimental)]]
Line 79: Line 76:
 
= Installation based on source code =
 
= Installation based on source code =
 
* [[SourceCodeAccess|Download the sourcecode]]
 
* [[SourceCodeAccess|Download the sourcecode]]
* [[EclipseQuickInstallGuide|Eclipse Quick Install Guide]]
 
  
 
[[Category: OX7]]
 
[[Category: OX7]]
 
[[Category: AppSuite]]
 
[[Category: AppSuite]]

Latest revision as of 07:43, 30 June 2016

Under Construction


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