Template:Main Page Advanced: Difference between revisions
From Open-Xchange
(Move to https://documentation.open-xchange.com/) |
|||
(8 intermediate revisions by 5 users not shown) | |||
Line 16: | Line 16: | ||
* [[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]] | ||
* [ | * [https://documentation.open-xchange.com/ HTTP API Examples] | ||
* [[Install_and_configure_the_mail-account_plugin|Install and configure the mail-account plugin]] | * [[Install_and_configure_the_mail-account_plugin|Install and configure the mail-account plugin]] | ||
Line 27: | Line 27: | ||
= Programming Interfaces = | = Programming Interfaces = | ||
* The [ | * 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. | ||
* 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 55: | 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]] | ||
* [[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]] | * [[Tune_apache2_for_more_concurrent_connections|Apache2 tuning]] | ||
* [[Running a cluster]] | * [[Running a cluster]] | ||
Line 79: | Line 74: | ||
= Installation based on source code = | = Installation based on source code = | ||
* [[SourceCodeAccess|Download the sourcecode]] | * [[SourceCodeAccess|Download the sourcecode]] | ||
Latest revision as of 13:57, 29 June 2016
Overview
Branding
- White-labeling the Open-Xchange GUI for big hosting/reseller environments
- GUI Theming Description
- User and context based themes
- GUI Branding Plugins
UI Customization and Examples
- Embedding external web applications which require authentication
- Setting User/GUI Preferences via RMI
- Open-Xchange Netvibes UWA mashup
- GUI Plugin Development
- GUI Plugin API Documentation
- Enable the TinyMCE spell-checker module
- HTTP API Examples
- Install and configure the mail-account plugin
Groupware Server customization
- Automatically delete users OX-Objects and OX-Folders
- Auto login, session handling, single sign on
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
- Migrate a batch of users and contexts at once. Check the CSV Batch Import documentation page.
- Documentation for the data import format
- VCard and ICal support
- Using the export servlet
- Using the import servlet
- Example in bash to extract private contacts,tasks,appointments in ical/vcard format
- Importing holidays into the OX Calendar
- Architecture of the crawler bundle
Configuration and Tweaks
- Basic troubleshooting
- HTML Whitelist configuration
- Open-Xchange Configuration
- Session migration
- syslog Configuration
- Integrate OXAE Mailinglists into Open-Xchange
- Mail Notification (Push) with Open-Xchange
- Apache2 tuning
- Running a cluster
- Java startup parameters
- Handling spam
Testing and QA
Translations
- Available Language Translations
- Translate Open-Xchange to your community language
- Translate Open-Xchange to supported language