├── modules ├── ROOT │ ├── images │ │ └── .gitkeep │ ├── pages │ │ ├── .gitkeep │ │ └── index.adoc │ ├── attachments │ │ └── .gitkeep │ ├── examples │ │ └── .gitkeep │ └── partials │ │ └── nav.adoc ├── classic_ui │ ├── examples │ │ └── .gitkeep │ ├── attachments │ │ └── .gitkeep │ ├── images │ │ ├── kdes.png │ │ ├── kdes1.png │ │ ├── kdes2.png │ │ ├── kdes3.png │ │ ├── kdes4.png │ │ ├── kdes5.png │ │ ├── kdes6.png │ │ ├── kdes7.png │ │ ├── kdes9.png │ │ ├── quota1.png │ │ ├── share.png │ │ ├── download.png │ │ ├── encryption1.png │ │ ├── encryption2.png │ │ ├── encryption3.png │ │ ├── files_page.png │ │ ├── gallery-1.png │ │ ├── gallery-2.png │ │ ├── oc_connect.jpg │ │ ├── osx_webdav1.png │ │ ├── osx_webdav2.png │ │ ├── files_page-3.png │ │ ├── files_page-4.png │ │ ├── files_page-6.png │ │ ├── files_page-7.png │ │ ├── files_page-8.png │ │ ├── hidden_files.png │ │ ├── direct-share-1.png │ │ ├── explorer_webdav.png │ │ ├── file_popup-menu.png │ │ ├── settings_devices.png │ │ ├── video_player_2.png │ │ ├── webdav_dolphin.png │ │ ├── files │ │ │ ├── lifecycle-1.png │ │ │ ├── lifecycle-2.png │ │ │ ├── lifecycle-3.png │ │ │ ├── activity-pane.png │ │ │ ├── webgui │ │ │ │ ├── files_page-2.png │ │ │ │ ├── files_page-5.png │ │ │ │ ├── files_share-options.png │ │ │ │ └── share-with-multiple-users.png │ │ │ ├── access_webdav │ │ │ │ ├── network-internet.png │ │ │ │ ├── network-discovery.png │ │ │ │ ├── network-sharing-center.png │ │ │ │ ├── advanced-sharing-settings.png │ │ │ │ ├── dolphin-add-network-folder.png │ │ │ │ └── dolphin-network-folder-wizard.png │ │ │ └── manual_file_locking │ │ │ │ ├── file-locked-hint.png │ │ │ │ ├── lock-file-visible.png │ │ │ │ ├── file-locked-details.png │ │ │ │ ├── file-locked-symbol.png │ │ │ │ ├── lock-file-not-visible.png │ │ │ │ ├── file-locked-unlock-symbol.png │ │ │ │ └── manual-file-locking-without-lock-breaker.png │ │ ├── oc_documents_edit.odg │ │ ├── create_public_share-6.png │ │ ├── create_public_share-8.png │ │ ├── create_public_share-9.png │ │ ├── file_menu_comments_2.png │ │ ├── files_file-controls.png │ │ ├── files_view_mouseover.png │ │ ├── files_view_select_all.png │ │ ├── owncloud_webinterface.kra │ │ ├── settings_devices_add.png │ │ ├── sharing │ │ │ ├── restore-files.png │ │ │ ├── create-drop-folder.png │ │ │ └── use-drop-folders.png │ │ ├── create_public_share-10.png │ │ ├── files_mark-as-favorite.png │ │ ├── webdav_gnome3_nautilus.png │ │ ├── apps │ │ │ ├── activity │ │ │ │ ├── all-activity.png │ │ │ │ ├── activity-menu.png │ │ │ │ ├── activity-settings.png │ │ │ │ ├── comment-activity.png │ │ │ │ └── activity-settings-limit-to-favorites.png │ │ │ └── market │ │ │ │ ├── login-step-1.png │ │ │ │ ├── login-step-2.png │ │ │ │ ├── login-step-3.png │ │ │ │ ├── login-step-4.png │ │ │ │ └── top-level-navigation-bar-highlighting-the-market-app.png │ │ ├── public-link │ │ │ ├── private-link.png │ │ │ ├── create-public-link.png │ │ │ ├── public-link-settings-file.png │ │ │ ├── public-link-settings-ee-file.png │ │ │ └── public-link-settings-folder.png │ │ ├── session_management │ │ │ ├── sessions.png │ │ │ ├── app_passwords.png │ │ │ └── settings_sessions.png │ │ ├── contact_thunderbird-Symbol_Gear.jpg │ │ ├── contact_thunderbird-URL_config.jpg │ │ ├── media-viewer-app │ │ │ └── app-overview.png │ │ ├── personal-settings │ │ │ ├── general │ │ │ │ ├── other.png │ │ │ │ ├── general.png │ │ │ │ ├── update-language.png │ │ │ │ ├── update-password.png │ │ │ │ ├── auto-save-fullname.png │ │ │ │ ├── set-profile-picture.png │ │ │ │ ├── cannot-change-fullname.png │ │ │ │ ├── select-profile-picture.png │ │ │ │ ├── upload-profile-picture.png │ │ │ │ ├── account-related-settings.png │ │ │ │ ├── profile-picture-overview.png │ │ │ │ ├── update-email-successfully.png │ │ │ │ ├── choose-profile-picture-button.png │ │ │ │ ├── remove-profile-picture-button.png │ │ │ │ └── profile-picture-overview-annotated.png │ │ │ ├── sharing │ │ │ │ └── sharing.png │ │ │ ├── personal-settings-menu.png │ │ │ ├── security │ │ │ │ ├── cors-section.png │ │ │ │ ├── enable-2fa-totp.png │ │ │ │ ├── sessions-section.png │ │ │ │ ├── activate-2fa-totp.png │ │ │ │ ├── disconnect-button.png │ │ │ │ ├── app-password-tokens-section.png │ │ │ │ ├── create-new-app-password-token.png │ │ │ │ ├── cors-section-with-white-listed-domains.png │ │ │ │ └── confirm-cors-white-listed-domain-removal.png │ │ │ ├── storage │ │ │ │ └── external-storage.png │ │ │ ├── oc_personal_settings_dropdown.png │ │ │ └── custom-groups │ │ │ │ ├── rename-custom-group.png │ │ │ │ ├── manage-group-members.png │ │ │ │ ├── share-to-custom-group.png │ │ │ │ └── user_settings_custom_groups.png │ │ ├── contact_thunderbird-Symbol_Impeller.jpg │ │ ├── guest-users │ │ │ ├── share-with-guest-users.png │ │ │ └── content-shared-with-guest-user.png │ │ ├── collaboration │ │ │ └── secure-view │ │ │ │ ├── access-denied.png │ │ │ │ └── secure-view-share-configuration-options.png │ │ ├── integration │ │ │ └── ms-teams │ │ │ │ ├── owncloud-teams-app.png │ │ │ │ └── login-to-owncloud-with-azure-ad.png │ │ ├── enterprise │ │ │ └── collaboration │ │ │ │ └── secure-view │ │ │ │ ├── access-denied.png │ │ │ │ ├── collabora-online-administration.png │ │ │ │ └── secure-view-share-configuration-options.png │ │ └── files_versioning │ │ │ └── concious-persistent-major-versions.png │ ├── pages │ │ ├── files │ │ │ ├── index.adoc │ │ │ └── webgui │ │ │ │ ├── activity.adoc │ │ │ │ └── details.adoc │ │ ├── apps │ │ │ ├── index.adoc │ │ │ ├── calendar.adoc │ │ │ └── contacts.adoc │ │ ├── integration │ │ │ └── index.adoc │ │ ├── pim │ │ │ └── index.adoc │ │ ├── found_a_mistake.adoc │ │ └── personal_settings │ │ │ └── sharing.adoc │ └── partials │ │ ├── configuration │ │ └── user │ │ │ └── update-password-note.adoc │ │ └── section_page.adoc ├── admin_manual │ ├── attachments │ │ ├── .gitkeep │ │ └── configuration │ │ │ └── user │ │ │ └── oidc │ │ │ └── OAuth-code-flow-sequence-diagram.png │ ├── images │ │ ├── oracle-1.png │ │ ├── phpinfo.png │ │ ├── shib-gui5.png │ │ ├── shib-gui6.png │ │ ├── oc_admin_apps.png │ │ ├── preview_images.png │ │ ├── skeleton-files.png │ │ ├── external-sites-1.png │ │ ├── external-sites-2.png │ │ ├── external-sites-3.png │ │ ├── external-sites-4.png │ │ ├── external-sites-5.png │ │ ├── skeleton-files1.png │ │ ├── ldap-fetched-avatar.png │ │ ├── apps │ │ │ ├── 2fa │ │ │ │ ├── 2fa-init-qr.png │ │ │ │ └── 2fa-exclude-groups.png │ │ │ ├── impersonate │ │ │ │ ├── impersonate_enable.png │ │ │ │ ├── impersonating-a-user.png │ │ │ │ ├── impersonate_groups_only.png │ │ │ │ ├── impersonate_oc_admins_only.png │ │ │ │ ├── impersonate_group_admins_only.png │ │ │ │ └── picking-a-user-to-impersonate.png │ │ │ ├── search_elastic │ │ │ │ ├── connector_setup.png │ │ │ │ ├── search_elastic_no_auth.png │ │ │ │ ├── search_elastic_u_p_auth.png │ │ │ │ ├── search_elastic_auth_items.png │ │ │ │ ├── search_elastic_api_key_auth.png │ │ │ │ ├── warning_could_not_setup_indexes_unknown_key.png │ │ │ │ └── warning_could_not_setup_indexes_connection_failure.png │ │ │ ├── user_ldap │ │ │ │ └── ldap-wizard │ │ │ │ │ ├── users-tab.png │ │ │ │ │ ├── expert-tab.png │ │ │ │ │ ├── groups-tab.png │ │ │ │ │ ├── server-tab.png │ │ │ │ │ ├── login-attributes-tab.png │ │ │ │ │ ├── advanced-tab-connection-settings.png │ │ │ │ │ ├── advanced-tab-directory-settings.png │ │ │ │ │ └── advanced-tab-special-attributes.png │ │ │ └── files_lifecycle │ │ │ │ └── file-lifecycle-events.png │ │ ├── installation │ │ │ ├── ssllabs.png │ │ │ ├── deprecs-1.png │ │ │ ├── deprecs-2.png │ │ │ ├── deprecs-3.png │ │ │ ├── install-wizard-a.jpg │ │ │ ├── install-wizard-a1.jpg │ │ │ ├── top_menu_showing_market_app.png │ │ │ ├── manual_installation │ │ │ │ ├── phpmyadmin_v5.2.0.png │ │ │ │ └── phpmyadmin_v4.9.5deb2.png │ │ │ └── webservers │ │ │ │ └── apache │ │ │ │ └── mod_unique_id │ │ │ │ └── phpinfo.png │ │ ├── docker │ │ │ └── owncloud-ui-login.png │ │ ├── configuration │ │ │ ├── user │ │ │ │ ├── user-page.png │ │ │ │ ├── users-page.png │ │ │ │ ├── users-page-gear.png │ │ │ │ ├── users-page-group-tab.png │ │ │ │ ├── users-page-new-user.png │ │ │ │ ├── delete-user-confirmation.png │ │ │ │ ├── users-page-new-password.png │ │ │ │ ├── custom_groups │ │ │ │ │ ├── custom_groups.png │ │ │ │ │ └── user_settings_custom_groups.png │ │ │ │ ├── guest_app │ │ │ │ │ └── guest_app_settings.png │ │ │ │ └── oidc │ │ │ │ │ ├── onelogin │ │ │ │ │ ├── onelogin-oidc-sso.png │ │ │ │ │ ├── onelogin-select-openid-app.png │ │ │ │ │ ├── onelogin-oidc-configuration.png │ │ │ │ │ └── onelogin-select-application.png │ │ │ │ │ └── ms-azure-ad │ │ │ │ │ ├── ms-azure-manifest.png │ │ │ │ │ ├── login-with-ms-azure.png │ │ │ │ │ ├── app-id-uri-ms-azure-ad.png │ │ │ │ │ ├── select-manag-azure-ad.png │ │ │ │ │ ├── admin-consent-ms-azure-ad.png │ │ │ │ │ ├── overview-screen-ms-azure.png │ │ │ │ │ ├── scope-consent-ms-azure-ad.png │ │ │ │ │ ├── setup-claims-ms-azure-ad.png │ │ │ │ │ ├── graph-permission-ms-azure-ad.png │ │ │ │ │ ├── new-registration-ms-azure-ad.png │ │ │ │ │ ├── portal-tenant-id-ms-azure-ad.png │ │ │ │ │ ├── setup-redirect-url-ms-azure-ad.png │ │ │ │ │ ├── setup-client-secret-ms-azure-ad.png │ │ │ │ │ ├── setup-web-application-ms-azure-ad.png │ │ │ │ │ └── provide-required-information-ms-azure-ad.png │ │ │ ├── files │ │ │ │ ├── encryption7.png │ │ │ │ ├── encryption8.png │ │ │ │ ├── encryption9.png │ │ │ │ ├── trashbin-1.png │ │ │ │ ├── encryption10.png │ │ │ │ ├── encryption12.png │ │ │ │ ├── federation-2.png │ │ │ │ ├── federation-3.png │ │ │ │ ├── browser-address-bars.png │ │ │ │ ├── external_storage │ │ │ │ │ ├── ftp.png │ │ │ │ │ ├── smb.png │ │ │ │ │ ├── local.png │ │ │ │ │ ├── webdav.png │ │ │ │ │ ├── amazons3.png │ │ │ │ │ ├── auth_rsa.png │ │ │ │ │ ├── applicable.png │ │ │ │ │ ├── dropbox-oc.png │ │ │ │ │ ├── enable-app.png │ │ │ │ │ ├── user_mounts.png │ │ │ │ │ ├── auth_mechanism.png │ │ │ │ │ ├── mount_options.png │ │ │ │ │ ├── google_drive │ │ │ │ │ │ ├── 001.png │ │ │ │ │ │ ├── 002.png │ │ │ │ │ │ ├── 003.png │ │ │ │ │ │ ├── 004.png │ │ │ │ │ │ ├── 005.png │ │ │ │ │ │ ├── 006.png │ │ │ │ │ │ ├── 007.png │ │ │ │ │ │ ├── 008.png │ │ │ │ │ │ ├── 009.png │ │ │ │ │ │ ├── 010.png │ │ │ │ │ │ ├── 011.png │ │ │ │ │ │ ├── 012.png │ │ │ │ │ │ ├── 013.png │ │ │ │ │ │ ├── 014.png │ │ │ │ │ │ ├── 015.png │ │ │ │ │ │ ├── 016.png │ │ │ │ │ │ ├── 017.png │ │ │ │ │ │ ├── 018.png │ │ │ │ │ │ ├── 019.png │ │ │ │ │ │ ├── 020.png │ │ │ │ │ │ ├── 021.png │ │ │ │ │ │ ├── 022.png │ │ │ │ │ │ └── 023.png │ │ │ │ │ ├── ftp_storage_support.png │ │ │ │ │ ├── external_storage_types.png │ │ │ │ │ └── dropbox │ │ │ │ │ │ ├── app-configuration.png │ │ │ │ │ │ ├── dropbox-apps-folders.png │ │ │ │ │ │ ├── dropbox-share-available.png │ │ │ │ │ │ └── successful-connection-to-dropbox.png │ │ │ │ ├── sharing-files-settings.png │ │ │ │ ├── files_versions │ │ │ │ │ ├── files-versions.png │ │ │ │ │ └── version-metadata.png │ │ │ │ ├── sharing │ │ │ │ │ ├── blacklisting-groups.png │ │ │ │ │ ├── sharing-files-via-social-media.png │ │ │ │ │ ├── federated-cloud-sharing │ │ │ │ │ │ └── scan-cronjob.png │ │ │ │ │ └── choose-public-mail-notification-language.png │ │ │ │ └── manual_file_locking │ │ │ │ │ ├── file-locked-hint.png │ │ │ │ │ ├── file-locked-details.png │ │ │ │ │ ├── file-locked-symbol.png │ │ │ │ │ ├── lock-file-visible.png │ │ │ │ │ ├── lock-file-not-visible.png │ │ │ │ │ ├── file-locked-unlock-symbol.png │ │ │ │ │ └── manual-file-locking-with-lock-breaker.png │ │ │ ├── server │ │ │ │ ├── import-ssl-cert-1.png │ │ │ │ ├── import-ssl-cert-2.png │ │ │ │ ├── security │ │ │ │ │ ├── password-policy-app.png │ │ │ │ │ ├── oauth2_configuration.png │ │ │ │ │ └── brute-force-protection.png │ │ │ │ ├── virus-scanner-support │ │ │ │ │ ├── av_modes.png │ │ │ │ │ ├── icap_clamav.png │ │ │ │ │ ├── icap_mcafee.png │ │ │ │ │ ├── antivirus-app.png │ │ │ │ │ ├── antivirus-logging.png │ │ │ │ │ ├── clamav_daemon_tcp.png │ │ │ │ │ ├── clamav_executable.png │ │ │ │ │ ├── clamav_daemon_socket.png │ │ │ │ │ ├── anti-virus-configuration-rules.png │ │ │ │ │ ├── anti-virus-message-host-connection-problem.png │ │ │ │ │ ├── anti-virus-message-misconfiguration-problem.png │ │ │ │ │ └── anti-virus-message-socket-connection-problem.png │ │ │ │ ├── email-configuration │ │ │ │ │ ├── smtp-config-php.png │ │ │ │ │ └── smtp-config-smtp.png │ │ │ │ ├── ui-configuration │ │ │ │ │ └── upload-progress-bar.png │ │ │ │ ├── owncloud-webui-legal-urls-configuration.png │ │ │ │ ├── import-ssl-cert │ │ │ │ │ └── import-ssl-root-certificates-admin.png │ │ │ │ ├── legal-settings │ │ │ │ │ └── login-form-with-legal-settings-links.png │ │ │ │ └── password-policy │ │ │ │ │ └── password-policy-configuration-web-ui.png │ │ │ ├── mimetypes │ │ │ │ ├── json-alias-after.png │ │ │ │ └── json-alias-before.png │ │ │ └── integration │ │ │ │ └── ms-teams │ │ │ │ ├── add-a-tab-ms-teams.png │ │ │ │ ├── app-name-msteamsgen.png │ │ │ │ ├── add-website-ms-teams.png │ │ │ │ ├── name-and-url-ms-teams.png │ │ │ │ ├── download-zip-msteamsgen.png │ │ │ │ ├── enter-app-id-msteamsgen.png │ │ │ │ ├── owncloud-url-msteamsgen.png │ │ │ │ ├── app-description-msteamsgen.png │ │ │ │ ├── define-app-version-msteamsgen.png │ │ │ │ └── set-accent-color-msteamsgen.png │ │ ├── issues │ │ │ ├── code-integrity-admin.png │ │ │ └── code-integrity-notification.png │ │ ├── enterprise │ │ │ ├── firewall │ │ │ │ ├── firewall-1.png │ │ │ │ ├── firewall-2.png │ │ │ │ └── firewall-3.png │ │ │ ├── logging │ │ │ │ └── admin_auditing.png │ │ │ ├── collaboration │ │ │ │ └── access-denied.png │ │ │ ├── file_management │ │ │ │ ├── workflow-1.png │ │ │ │ ├── workflow-2.png │ │ │ │ ├── workflow-3.png │ │ │ │ ├── workflow-4.png │ │ │ │ ├── workflow-5.png │ │ │ │ └── update_workflow.png │ │ │ ├── reporting │ │ │ │ └── metrics │ │ │ │ │ ├── metrics-user.png │ │ │ │ │ └── metrics-system.png │ │ │ ├── classification │ │ │ │ └── document_classification.png │ │ │ ├── external_storage │ │ │ │ ├── sharepoint │ │ │ │ │ ├── sharepoint-1.png │ │ │ │ │ ├── sharepoint-2.png │ │ │ │ │ ├── sharepoint-3.png │ │ │ │ │ └── sharepoint-4.png │ │ │ │ ├── windows_network_drive │ │ │ │ │ ├── cwnd_fields.png │ │ │ │ │ ├── wnd-config-key.png │ │ │ │ │ ├── wnd-gear-icon.png │ │ │ │ │ ├── wnd-kerberos-1.png │ │ │ │ │ ├── wnd-kerberos-2.png │ │ │ │ │ ├── cwnd_add_storage.png │ │ │ │ │ ├── wnd-username-pwd.png │ │ │ │ │ ├── wnd-available-for.png │ │ │ │ │ ├── acl-permissions-manager.png │ │ │ │ │ ├── cwnd_login_possibilities.png │ │ │ │ │ ├── cwnd_regain_mount_access.png │ │ │ │ │ ├── activity_file_change_notification.png │ │ │ │ │ └── wnd-ldap-exposed-user-attributes.png │ │ │ │ └── ldap-home-connector │ │ │ │ │ ├── ldap-home-connector-1.png │ │ │ │ │ ├── ldap-home-connector-2.png │ │ │ │ │ └── ldap-home-connector-3.png │ │ │ └── authentication │ │ │ │ ├── kerberos │ │ │ │ ├── kerberos-win-principal.png │ │ │ │ └── kerberos-login-screenshot.png │ │ │ │ └── enterprise-only-auth │ │ │ │ ├── global-credentials.png │ │ │ │ └── authentication-backends.png │ │ ├── security-setup-warning-complete.png │ │ └── maintenance │ │ │ └── migrate_kiteworks │ │ │ ├── kiteworks-satellite.png │ │ │ ├── kiteworks-api-settings.png │ │ │ ├── kiteworks-new-satellite.png │ │ │ ├── kiteworks-system-load-cpu.png │ │ │ ├── kiteworks-system-load-dataio.png │ │ │ └── kiteworks-users-collaboration.png │ ├── partials │ │ ├── configuration │ │ │ ├── user │ │ │ │ └── update-password-note.adoc │ │ │ └── server │ │ │ │ └── disable-single-user-mode.adoc │ │ └── section_page.adoc │ ├── examples │ │ ├── installation │ │ │ ├── lets_encrypt │ │ │ │ ├── renew.sh │ │ │ │ ├── list.sh │ │ │ │ ├── renew-cron.sh │ │ │ │ ├── cli.ini │ │ │ │ └── your-domain-name.sh │ │ │ ├── webservers │ │ │ │ └── apache │ │ │ │ │ └── log-entry.json │ │ │ ├── custom-app-directory-configuration.php │ │ │ └── deployment_recommendations │ │ │ │ └── set_session_path.sh │ │ └── configuration │ │ │ └── user │ │ │ └── user_auth_ldap │ │ │ ├── group_filter.ldif │ │ │ ├── single_group_search.ldif │ │ │ ├── only_username.ldif │ │ │ ├── username_email.ldif │ │ │ └── multi_group_search.ldif │ └── pages │ │ ├── configuration │ │ ├── server │ │ │ ├── index.adoc │ │ │ ├── occ_commands │ │ │ │ ├── app_commands │ │ │ │ │ ├── _contacts_commands.adoc │ │ │ │ │ ├── _calendar_commands.adoc │ │ │ │ │ └── _saml_sso_shibboleth_integration_commands.adoc │ │ │ │ └── core_commands │ │ │ │ │ └── _mimetype_update_commands.adoc │ │ │ └── examples │ │ │ │ ├── reverse_proxy_configuration │ │ │ │ └── multiple-domains-reverse-ssl-proxy.php │ │ │ │ └── config_sample_php_parameters │ │ │ │ └── default-config-sample-sqlite.php │ │ ├── files │ │ │ ├── external_storage │ │ │ │ └── index.adoc │ │ │ └── encryption │ │ │ │ └── index.adoc │ │ ├── integration │ │ │ └── index.adoc │ │ ├── database │ │ │ └── index.adoc │ │ ├── general_topics │ │ │ └── index.adoc │ │ └── user │ │ │ └── user_provisioning_api.adoc │ │ ├── enterprise │ │ ├── clients │ │ │ └── custom_client_repos.adoc │ │ ├── reporting │ │ │ └── config_report.adoc │ │ └── installation │ │ │ └── examples │ │ │ └── configuration-file.php │ │ ├── found_a_mistake.adoc │ │ └── installation │ │ └── letsencrypt │ │ └── index.adoc └── developer_manual │ ├── attachments │ └── .gitkeep │ ├── images │ ├── img │ │ └── 7 │ │ │ ├── loading.png │ │ │ ├── actions │ │ │ ├── add.png │ │ │ ├── caret.png │ │ │ ├── clock.png │ │ │ ├── close.png │ │ │ ├── delete.png │ │ │ ├── info.png │ │ │ ├── lock.png │ │ │ ├── logout.png │ │ │ ├── mail.png │ │ │ ├── more.png │ │ │ ├── pause.png │ │ │ ├── play.png │ │ │ ├── public.png │ │ │ ├── rename.png │ │ │ ├── search.png │ │ │ ├── share.png │ │ │ ├── shared.png │ │ │ ├── sound.png │ │ │ ├── star.png │ │ │ ├── toggle.png │ │ │ ├── upload.png │ │ │ ├── user.png │ │ │ ├── confirm.png │ │ │ ├── download.png │ │ │ ├── history.png │ │ │ ├── password.png │ │ │ ├── play-add.png │ │ │ ├── play-big.png │ │ │ ├── settings.png │ │ │ ├── starred.png │ │ │ ├── caret-dark.png │ │ │ ├── checkmark.png │ │ │ ├── pause-big.png │ │ │ ├── play-next.png │ │ │ ├── sound-off.png │ │ │ ├── triangle-e.png │ │ │ ├── triangle-n.png │ │ │ ├── triangle-s.png │ │ │ ├── view-close.png │ │ │ ├── view-next.png │ │ │ ├── view-pause.png │ │ │ ├── view-play.png │ │ │ ├── play-previous.png │ │ │ ├── upload-white.png │ │ │ ├── view-previous.png │ │ │ └── checkmark-white.png │ │ │ ├── breadcrumb.png │ │ │ ├── places │ │ │ ├── file.png │ │ │ ├── home.png │ │ │ ├── link.png │ │ │ ├── files.png │ │ │ ├── folder.png │ │ │ ├── music.png │ │ │ ├── picture.png │ │ │ ├── calendar-dark.png │ │ │ └── contacts-dark.png │ │ │ ├── filetypes │ │ │ ├── text.png │ │ │ └── folder.png │ │ │ ├── loading-dark.png │ │ │ └── loading-small.png │ ├── triageworkflow.png │ ├── app │ │ ├── app-tile-verified.jpg │ │ ├── app-tile-enterprise.jpg │ │ └── fundamentals │ │ │ └── controllers │ │ │ └── display-the-csrf-token.jpg │ ├── core │ │ └── theming │ │ │ ├── 2_ow_login.png │ │ │ ├── 3_cu_login.png │ │ │ ├── 4_oc_header.png │ │ │ └── 5_cu_header.png │ └── mobile_development │ │ ├── ios_library │ │ ├── 100000000000030C000001E61DFDBF76.png │ │ ├── 100000000000030C000001E637605044.png │ │ ├── 100000000000030C000001E7A7A01884.png │ │ ├── 100000000000030C000001E8AB4C3306.png │ │ ├── 100000000000030C000001ECB85120C2.png │ │ ├── 10000201000003430000020C65A3C5A7.png │ │ ├── 100002010000034700000211B6BE4A2B.png │ │ └── 10000201000003480000020EC688993D.png │ │ └── android_library │ │ └── 1000000000000270000003A317117674.png │ ├── partials │ ├── section_page.adoc │ └── webdav_api │ │ ├── uri_request_table.adoc │ │ ├── core_request_details.adoc │ │ └── core_curl_request.adoc │ ├── pages │ ├── core │ │ ├── apis │ │ │ └── index.adoc │ │ ├── introduction.adoc │ │ └── index.adoc │ ├── general │ │ ├── examples │ │ │ └── debugging │ │ │ │ ├── debug-mode.php │ │ │ │ └── xdebug.ini │ │ └── index.adoc │ ├── webdav_api │ │ ├── index.adoc │ │ ├── search.adoc │ │ └── groups.adoc │ ├── app │ │ ├── advanced │ │ │ └── index.adoc │ │ ├── fundamentals │ │ │ └── index.adoc │ │ └── tutorial │ │ │ └── index.adoc │ ├── mobile_development │ │ └── index.adoc │ ├── testing │ │ └── index.adoc │ └── found_a_mistake.adoc │ └── examples │ ├── app │ ├── fundamentals │ │ ├── database │ │ │ ├── slug.php │ │ │ ├── author-access-attributes.php │ │ │ ├── author.php │ │ │ ├── schema-migration-step.php │ │ │ └── create-migration-step.php │ │ ├── cron │ │ │ └── SomeTask.php │ │ └── filesystem │ │ │ └── getOwnerByFileId.php │ └── storage-backend │ │ └── appinfo │ │ └── info.xml │ └── core │ ├── unit-testing │ ├── MyClass.php │ └── MyClassTest.php │ ├── webdav_api │ ├── meta │ │ ├── meta-files-filter.xml │ │ ├── response-failure.xml │ │ └── response-success.xml │ ├── group │ │ ├── request │ │ │ ├── list-custom-group-members.xml │ │ │ ├── rename-custom-group.xml │ │ │ └── list-custom-groups.xml │ │ └── response │ │ │ └── list-groups-missing-group-response.xml │ ├── search │ │ ├── request │ │ │ ├── filter_files │ │ │ │ └── minimal_filter_files_report_request_body.xml │ │ │ └── search_files │ │ │ │ ├── minimal_request_body.xml │ │ │ │ └── limit_number_of_results.xml │ │ └── response │ │ │ └── common │ │ │ └── failure │ │ │ └── incorrect_payload_or_parse_failure.xml │ └── public_files │ │ └── response │ │ └── listing-members-is-disabled.xml │ ├── scripts │ ├── responses │ │ ├── shares │ │ │ ├── delete-share-success.xml │ │ │ ├── get-all-shares-success-no-shares.xml │ │ │ ├── create-share-failure.xml │ │ │ ├── delete-share-failure.xml │ │ │ ├── get-share-info-failure.xml │ │ │ ├── list-share-details-failure.xml │ │ │ ├── update-share-failure.xml │ │ │ └── accept-pending-share-failure.xml │ │ └── not-authorised-response.xml │ ├── php │ │ └── vendor │ │ │ └── guzzlehttp │ │ │ ├── promises │ │ │ └── .gitignore │ │ │ └── psr7 │ │ │ └── .gitignore │ ├── curl │ │ ├── get-share-info.sh │ │ ├── ocs │ │ │ ├── validate-totp.sh │ │ │ ├── user-sync.sh │ │ │ ├── notifications │ │ │ │ ├── get-server-capabilities.sh │ │ │ │ └── get-user-notifications.sh │ │ │ └── notify-public-link-by-email.sh │ │ ├── list-share-details.sh │ │ ├── accept-pending-share.sh │ │ ├── delete-share.sh │ │ ├── decline-pending-share.sh │ │ ├── update-share.sh │ │ └── dav │ │ │ └── trashbin_api │ │ │ ├── delete-file-from-trashbin.sh │ │ │ └── restore-file-to-trashbin.sh │ └── ruby │ │ ├── create-share.rb │ │ ├── delete-share.rb │ │ ├── get-share-info.rb │ │ ├── decline-pending-share.rb │ │ ├── accept-pending-share.rb │ │ ├── list-share-details.rb │ │ └── update-share.rb │ ├── apis │ └── ocs │ │ ├── notifications │ │ ├── get-user-notifications-no-notifications-response.json │ │ └── get-server-capabilities-response.json │ │ ├── user-sync │ │ └── successful-response.xml │ │ └── totp-validation │ │ └── responses │ │ ├── json │ │ ├── totp-is-invalid.json │ │ ├── totp-is-valid.json │ │ └── totp-user-is-not-found.json │ │ └── xml │ │ ├── totp-is-invalid.xml │ │ ├── totp-is-valid.xml │ │ └── totp-user-is-not-found.xml │ └── acceptance-tests │ └── then-step.php ├── fonts ├── dejavu-sans.ttf ├── dejavuserif.ttf ├── opensans-bold.ttf ├── dejavu-sans-bold.ttf ├── dejavu-sans-mono.ttf ├── dejavuserif-bold.ttf ├── mplus-1mn-bold.ttf ├── mplus-1mn-medium.ttf ├── mplus-1mn-thin.ttf ├── mplus-1p-regular.ttf ├── notoserif-bold.ttf ├── notoserif-italic.ttf ├── opensans-italic.ttf ├── opensans-light.ttf ├── opensans-regular.ttf ├── dejavuserif-italic.ttf ├── mplus-1mn-regular.ttf ├── notoserif-regular.ttf ├── opensans-extrabold.ttf ├── opensans-semibold.ttf ├── dejavu-sans-condensed.ttf ├── dejavu-sans-mono-bold.ttf ├── dejavu-sans-oblique.ttf ├── dejavuserifcondensed.ttf ├── notoserif-bold_italic.ttf ├── opensans-bolditalic.ttf ├── opensans-lightitalic.ttf ├── dejavu-sans-boldoblique.ttf ├── dejavu-sans-extralight.ttf ├── dejavu-sans-monooblique.ttf ├── dejavuserif-bolditalic.ttf ├── opensans-semibolditalic.ttf ├── dejavu-sans-condensedbold.ttf ├── dejavuserifcondensed-bold.ttf ├── opensans-extrabolditalic.ttf ├── dejavu-sans-condensedoblique.ttf ├── dejavu-sans-monoboldoblique.ttf ├── dejavuserifcondensed-italic.ttf ├── dejavuserifcondensed-bolditalic.ttf └── dejavu-sans-condensedboldoblique.ttf ├── .prettierrc ├── .asciidoctorconfig ├── .gitignore ├── .github └── dependabot.yml ├── es-docker-compose.yml ├── false-positives.txt └── book_templates ├── ownCloud_Admin_Manual.adoc └── ownCloud_Developer_Manual.adoc /modules/ROOT/images/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/ROOT/pages/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/ROOT/attachments/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/ROOT/examples/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/classic_ui/examples/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/admin_manual/attachments/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/classic_ui/attachments/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/developer_manual/attachments/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fonts/dejavu-sans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans.ttf -------------------------------------------------------------------------------- /fonts/dejavuserif.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserif.ttf -------------------------------------------------------------------------------- /fonts/opensans-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-bold.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-bold.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-mono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-mono.ttf -------------------------------------------------------------------------------- /fonts/dejavuserif-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserif-bold.ttf -------------------------------------------------------------------------------- /fonts/mplus-1mn-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/mplus-1mn-bold.ttf -------------------------------------------------------------------------------- /fonts/mplus-1mn-medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/mplus-1mn-medium.ttf -------------------------------------------------------------------------------- /fonts/mplus-1mn-thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/mplus-1mn-thin.ttf -------------------------------------------------------------------------------- /fonts/mplus-1p-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/mplus-1p-regular.ttf -------------------------------------------------------------------------------- /fonts/notoserif-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/notoserif-bold.ttf -------------------------------------------------------------------------------- /fonts/notoserif-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/notoserif-italic.ttf -------------------------------------------------------------------------------- /fonts/opensans-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-italic.ttf -------------------------------------------------------------------------------- /fonts/opensans-light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-light.ttf -------------------------------------------------------------------------------- /fonts/opensans-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-regular.ttf -------------------------------------------------------------------------------- /fonts/dejavuserif-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserif-italic.ttf -------------------------------------------------------------------------------- /fonts/mplus-1mn-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/mplus-1mn-regular.ttf -------------------------------------------------------------------------------- /fonts/notoserif-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/notoserif-regular.ttf -------------------------------------------------------------------------------- /fonts/opensans-extrabold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-extrabold.ttf -------------------------------------------------------------------------------- /fonts/opensans-semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-semibold.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-condensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-condensed.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-mono-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-mono-bold.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-oblique.ttf -------------------------------------------------------------------------------- /fonts/dejavuserifcondensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserifcondensed.ttf -------------------------------------------------------------------------------- /fonts/notoserif-bold_italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/notoserif-bold_italic.ttf -------------------------------------------------------------------------------- /fonts/opensans-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-bolditalic.ttf -------------------------------------------------------------------------------- /fonts/opensans-lightitalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-lightitalic.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-boldoblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-boldoblique.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-extralight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-extralight.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-monooblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-monooblique.ttf -------------------------------------------------------------------------------- /fonts/dejavuserif-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserif-bolditalic.ttf -------------------------------------------------------------------------------- /fonts/opensans-semibolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-semibolditalic.ttf -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "printWidth": 99, 3 | "singleQuote": true, 4 | "semi": false, 5 | "trailingComma": "none" 6 | } 7 | -------------------------------------------------------------------------------- /fonts/dejavu-sans-condensedbold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-condensedbold.ttf -------------------------------------------------------------------------------- /fonts/dejavuserifcondensed-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserifcondensed-bold.ttf -------------------------------------------------------------------------------- /fonts/opensans-extrabolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/opensans-extrabolditalic.ttf -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes3.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes4.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes5.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes6.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes7.png -------------------------------------------------------------------------------- /modules/classic_ui/images/kdes9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/kdes9.png -------------------------------------------------------------------------------- /modules/classic_ui/images/quota1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/quota1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/share.png -------------------------------------------------------------------------------- /fonts/dejavu-sans-condensedoblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-condensedoblique.ttf -------------------------------------------------------------------------------- /fonts/dejavu-sans-monoboldoblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-monoboldoblique.ttf -------------------------------------------------------------------------------- /fonts/dejavuserifcondensed-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserifcondensed-italic.ttf -------------------------------------------------------------------------------- /modules/classic_ui/images/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/download.png -------------------------------------------------------------------------------- /fonts/dejavuserifcondensed-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavuserifcondensed-bolditalic.ttf -------------------------------------------------------------------------------- /modules/admin_manual/images/oracle-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/oracle-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/phpinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/phpinfo.png -------------------------------------------------------------------------------- /modules/admin_manual/images/shib-gui5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/shib-gui5.png -------------------------------------------------------------------------------- /modules/admin_manual/images/shib-gui6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/shib-gui6.png -------------------------------------------------------------------------------- /modules/classic_ui/images/encryption1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/encryption1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/encryption2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/encryption2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/encryption3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/encryption3.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_page.png -------------------------------------------------------------------------------- /modules/classic_ui/images/gallery-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/gallery-1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/gallery-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/gallery-2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/oc_connect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/oc_connect.jpg -------------------------------------------------------------------------------- /modules/classic_ui/images/osx_webdav1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/osx_webdav1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/osx_webdav2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/osx_webdav2.png -------------------------------------------------------------------------------- /modules/classic_ui/pages/files/index.adoc: -------------------------------------------------------------------------------- 1 | = Files 2 | 3 | This section covers how to work with and user files when using ownCloud. 4 | -------------------------------------------------------------------------------- /fonts/dejavu-sans-condensedboldoblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/fonts/dejavu-sans-condensedboldoblique.ttf -------------------------------------------------------------------------------- /modules/classic_ui/images/files_page-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_page-3.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_page-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_page-4.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_page-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_page-6.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_page-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_page-7.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_page-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_page-8.png -------------------------------------------------------------------------------- /modules/classic_ui/images/hidden_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/hidden_files.png -------------------------------------------------------------------------------- /.asciidoctorconfig: -------------------------------------------------------------------------------- 1 | // IntelliJ AsciiDoc/Antora Plugin 2 | :linkcss: 3 | :stylesdir: https://doc.owncloud.com/assets/css/ 4 | :stylesheet: site.css -------------------------------------------------------------------------------- /modules/admin_manual/images/oc_admin_apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/oc_admin_apps.png -------------------------------------------------------------------------------- /modules/admin_manual/images/preview_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/preview_images.png -------------------------------------------------------------------------------- /modules/admin_manual/images/skeleton-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/skeleton-files.png -------------------------------------------------------------------------------- /modules/classic_ui/images/direct-share-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/direct-share-1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/explorer_webdav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/explorer_webdav.png -------------------------------------------------------------------------------- /modules/classic_ui/images/file_popup-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/file_popup-menu.png -------------------------------------------------------------------------------- /modules/classic_ui/images/settings_devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/settings_devices.png -------------------------------------------------------------------------------- /modules/classic_ui/images/video_player_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/video_player_2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/webdav_dolphin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/webdav_dolphin.png -------------------------------------------------------------------------------- /modules/admin_manual/images/external-sites-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/external-sites-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/external-sites-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/external-sites-2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/external-sites-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/external-sites-3.png -------------------------------------------------------------------------------- /modules/admin_manual/images/external-sites-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/external-sites-4.png -------------------------------------------------------------------------------- /modules/admin_manual/images/external-sites-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/external-sites-5.png -------------------------------------------------------------------------------- /modules/admin_manual/images/skeleton-files1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/skeleton-files1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/lifecycle-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/lifecycle-1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/lifecycle-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/lifecycle-2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/lifecycle-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/lifecycle-3.png -------------------------------------------------------------------------------- /modules/classic_ui/images/oc_documents_edit.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/oc_documents_edit.odg -------------------------------------------------------------------------------- /modules/admin_manual/images/ldap-fetched-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/ldap-fetched-avatar.png -------------------------------------------------------------------------------- /modules/admin_manual/partials/configuration/user/update-password-note.adoc: -------------------------------------------------------------------------------- 1 | NOTE: Password changes automatically log out *all* connected browsers/devices. 2 | -------------------------------------------------------------------------------- /modules/classic_ui/images/create_public_share-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/create_public_share-6.png -------------------------------------------------------------------------------- /modules/classic_ui/images/create_public_share-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/create_public_share-8.png -------------------------------------------------------------------------------- /modules/classic_ui/images/create_public_share-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/create_public_share-9.png -------------------------------------------------------------------------------- /modules/classic_ui/images/file_menu_comments_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/file_menu_comments_2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/activity-pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/activity-pane.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_file-controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_file-controls.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_view_mouseover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_view_mouseover.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_view_select_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_view_select_all.png -------------------------------------------------------------------------------- /modules/classic_ui/images/owncloud_webinterface.kra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/owncloud_webinterface.kra -------------------------------------------------------------------------------- /modules/classic_ui/images/settings_devices_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/settings_devices_add.png -------------------------------------------------------------------------------- /modules/classic_ui/images/sharing/restore-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/sharing/restore-files.png -------------------------------------------------------------------------------- /modules/classic_ui/partials/configuration/user/update-password-note.adoc: -------------------------------------------------------------------------------- 1 | NOTE: Password changes automatically log out *all* connected browsers/devices. 2 | -------------------------------------------------------------------------------- /modules/classic_ui/partials/section_page.adoc: -------------------------------------------------------------------------------- 1 | = {section-title} 2 | 3 | In this section you will find all the details you need {section-preamble-ender}. 4 | -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/loading.png -------------------------------------------------------------------------------- /modules/developer_manual/images/triageworkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/triageworkflow.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/2fa/2fa-init-qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/2fa/2fa-init-qr.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/ssllabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/ssllabs.png -------------------------------------------------------------------------------- /modules/admin_manual/partials/section_page.adoc: -------------------------------------------------------------------------------- 1 | = {section-title} 2 | 3 | In this section you will find all the details you need {section-preamble-ender}. 4 | -------------------------------------------------------------------------------- /modules/classic_ui/images/create_public_share-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/create_public_share-10.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_mark-as-favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_mark-as-favorite.png -------------------------------------------------------------------------------- /modules/classic_ui/images/webdav_gnome3_nautilus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/webdav_gnome3_nautilus.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/add.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/breadcrumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/breadcrumb.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/file.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/home.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/link.png -------------------------------------------------------------------------------- /modules/developer_manual/partials/section_page.adoc: -------------------------------------------------------------------------------- 1 | = {section-title} 2 | 3 | In this section you will find all the details you need {section-preamble-ender}. 4 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/lets_encrypt/renew.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | LE_PATH="/usr/bin" 4 | LE_CB="certbot" 5 | 6 | "$LE_PATH/$LE_CB" renew 7 | 8 | -------------------------------------------------------------------------------- /modules/admin_manual/images/docker/owncloud-ui-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/docker/owncloud-ui-login.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/deprecs-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/deprecs-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/deprecs-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/deprecs-2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/deprecs-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/deprecs-3.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/activity/all-activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/activity/all-activity.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/market/login-step-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/market/login-step-1.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/market/login-step-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/market/login-step-2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/market/login-step-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/market/login-step-3.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/market/login-step-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/market/login-step-4.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/webgui/files_page-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/webgui/files_page-2.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/webgui/files_page-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/webgui/files_page-5.png -------------------------------------------------------------------------------- /modules/classic_ui/images/public-link/private-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/public-link/private-link.png -------------------------------------------------------------------------------- /modules/classic_ui/images/sharing/create-drop-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/sharing/create-drop-folder.png -------------------------------------------------------------------------------- /modules/classic_ui/images/sharing/use-drop-folders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/sharing/use-drop-folders.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/caret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/caret.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/clock.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/close.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/delete.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/info.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/lock.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/logout.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/mail.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/more.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/pause.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/play.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/public.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/public.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/rename.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/search.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/share.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/shared.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/sound.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/star.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/toggle.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/upload.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/user.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/filetypes/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/filetypes/text.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/loading-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/loading-dark.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/loading-small.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/files.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/folder.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/music.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/picture.png -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/lets_encrypt/list.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | LE_PATH="/usr/bin" 4 | LE_CB="certbot" 5 | 6 | "$LE_PATH/$LE_CB" certificates 7 | 8 | -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/activity/activity-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/activity/activity-menu.png -------------------------------------------------------------------------------- /modules/classic_ui/images/session_management/sessions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/session_management/sessions.png -------------------------------------------------------------------------------- /modules/developer_manual/images/app/app-tile-verified.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/app/app-tile-verified.jpg -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/confirm.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/download.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/history.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/password.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/play-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/play-add.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/play-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/play-big.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/settings.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/starred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/starred.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/filetypes/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/filetypes/folder.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/2fa/2fa-exclude-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/2fa/2fa-exclude-groups.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/user-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/user-page.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/users-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/users-page.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/install-wizard-a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/install-wizard-a.jpg -------------------------------------------------------------------------------- /modules/admin_manual/images/issues/code-integrity-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/issues/code-integrity-admin.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/activity/activity-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/activity/activity-settings.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/activity/comment-activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/activity/comment-activity.png -------------------------------------------------------------------------------- /modules/classic_ui/images/contact_thunderbird-Symbol_Gear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/contact_thunderbird-Symbol_Gear.jpg -------------------------------------------------------------------------------- /modules/classic_ui/images/contact_thunderbird-URL_config.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/contact_thunderbird-URL_config.jpg -------------------------------------------------------------------------------- /modules/classic_ui/images/media-viewer-app/app-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/media-viewer-app/app-overview.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/other.png -------------------------------------------------------------------------------- /modules/classic_ui/images/public-link/create-public-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/public-link/create-public-link.png -------------------------------------------------------------------------------- /modules/developer_manual/images/app/app-tile-enterprise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/app/app-tile-enterprise.jpg -------------------------------------------------------------------------------- /modules/developer_manual/images/core/theming/2_ow_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/core/theming/2_ow_login.png -------------------------------------------------------------------------------- /modules/developer_manual/images/core/theming/3_cu_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/core/theming/3_cu_login.png -------------------------------------------------------------------------------- /modules/developer_manual/images/core/theming/4_oc_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/core/theming/4_oc_header.png -------------------------------------------------------------------------------- /modules/developer_manual/images/core/theming/5_cu_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/core/theming/5_cu_header.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/caret-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/caret-dark.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/checkmark.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/pause-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/pause-big.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/play-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/play-next.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/sound-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/sound-off.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/triangle-e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/triangle-e.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/triangle-n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/triangle-n.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/triangle-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/triangle-s.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/view-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/view-close.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/view-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/view-next.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/view-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/view-pause.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/view-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/view-play.png -------------------------------------------------------------------------------- /modules/developer_manual/pages/core/apis/index.adoc: -------------------------------------------------------------------------------- 1 | :section-title: APIs 2 | :section-preamble-ender: to use APIs in ownCloud 3 | 4 | include::partial$section_page.adoc[] 5 | -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/encryption7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/encryption7.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/encryption8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/encryption8.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/encryption9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/encryption9.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/trashbin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/trashbin-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/firewall/firewall-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/firewall/firewall-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/firewall/firewall-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/firewall/firewall-2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/firewall/firewall-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/firewall/firewall-3.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/install-wizard-a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/install-wizard-a1.jpg -------------------------------------------------------------------------------- /modules/admin_manual/images/security-setup-warning-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/security-setup-warning-complete.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/webgui/files_share-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/webgui/files_share-options.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/general.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/sharing/sharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/sharing/sharing.png -------------------------------------------------------------------------------- /modules/classic_ui/images/session_management/app_passwords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/session_management/app_passwords.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/play-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/play-previous.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/upload-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/upload-white.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/view-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/view-previous.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/calendar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/calendar-dark.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/places/contacts-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/places/contacts-dark.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | #global-attributes.yml 2 | site-dev.yml 3 | yarn-error.log 4 | cache/ 5 | node_modules/ 6 | public/ 7 | pdf_web/ 8 | tmp/ 9 | .DS_Store 10 | .vscode/ 11 | .idea/ 12 | -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/encryption10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/encryption10.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/encryption12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/encryption12.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/federation-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/federation-2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/federation-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/federation-3.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/users-page-gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/users-page-gear.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/logging/admin_auditing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/logging/admin_auditing.png -------------------------------------------------------------------------------- /modules/admin_manual/images/issues/code-integrity-notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/issues/code-integrity-notification.png -------------------------------------------------------------------------------- /modules/classic_ui/images/contact_thunderbird-Symbol_Impeller.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/contact_thunderbird-Symbol_Impeller.jpg -------------------------------------------------------------------------------- /modules/classic_ui/images/files/access_webdav/network-internet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/access_webdav/network-internet.png -------------------------------------------------------------------------------- /modules/classic_ui/images/guest-users/share-with-guest-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/guest-users/share-with-guest-users.png -------------------------------------------------------------------------------- /modules/classic_ui/images/session_management/settings_sessions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/session_management/settings_sessions.png -------------------------------------------------------------------------------- /modules/developer_manual/images/img/7/actions/checkmark-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/img/7/actions/checkmark-white.png -------------------------------------------------------------------------------- /modules/developer_manual/pages/general/examples/debugging/debug-mode.php: -------------------------------------------------------------------------------- 1 | true, 5 | // ... configuration goes here ... 6 | ]; 7 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/webdav_api/index.adoc: -------------------------------------------------------------------------------- 1 | :section-title: WebDAV APIs 2 | :section-preamble-ender: to ownCloud's WebDAV APIs 3 | 4 | include::partial$section_page.adoc[] 5 | -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/impersonate/impersonate_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/impersonate/impersonate_enable.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/search_elastic/connector_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/search_elastic/connector_setup.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/user_ldap/ldap-wizard/users-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/user_ldap/ldap-wizard/users-tab.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/access_webdav/network-discovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/access_webdav/network-discovery.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/webgui/share-with-multiple-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/webgui/share-with-multiple-users.png -------------------------------------------------------------------------------- /modules/classic_ui/images/public-link/public-link-settings-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/public-link/public-link-settings-file.png -------------------------------------------------------------------------------- /modules/classic_ui/pages/apps/index.adoc: -------------------------------------------------------------------------------- 1 | :section-title: Apps 2 | :section-preamble-ender: on some of the core apps available with ownCloud 3 | 4 | include::partial$section_page.adoc[] 5 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/app/fundamentals/database/slug.php: -------------------------------------------------------------------------------- 1 | setName('Some*thing'); 4 | $author->slugify('name'); // Some-thing 5 | 6 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: npm 4 | directory: "/" 5 | schedule: 6 | interval: daily 7 | time: "22:00" 8 | open-pull-requests-limit: 10 9 | -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/impersonate/impersonating-a-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/impersonate/impersonating-a-user.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/user_ldap/ldap-wizard/expert-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/user_ldap/ldap-wizard/expert-tab.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/user_ldap/ldap-wizard/groups-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/user_ldap/ldap-wizard/groups-tab.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/user_ldap/ldap-wizard/server-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/user_ldap/ldap-wizard/server-tab.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/import-ssl-cert-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/import-ssl-cert-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/import-ssl-cert-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/import-ssl-cert-2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/users-page-group-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/users-page-group-tab.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/users-page-new-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/users-page-new-user.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/collaboration/access-denied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/collaboration/access-denied.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/file_management/workflow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/file_management/workflow-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/file_management/workflow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/file_management/workflow-2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/file_management/workflow-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/file_management/workflow-3.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/file_management/workflow-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/file_management/workflow-4.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/file_management/workflow-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/file_management/workflow-5.png -------------------------------------------------------------------------------- /modules/classic_ui/images/collaboration/secure-view/access-denied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/collaboration/secure-view/access-denied.png -------------------------------------------------------------------------------- /modules/classic_ui/images/integration/ms-teams/owncloud-teams-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/integration/ms-teams/owncloud-teams-app.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/update-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/update-language.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/update-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/update-password.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/personal-settings-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/personal-settings-menu.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/security/cors-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/security/cors-section.png -------------------------------------------------------------------------------- /modules/classic_ui/images/public-link/public-link-settings-ee-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/public-link/public-link-settings-ee-file.png -------------------------------------------------------------------------------- /modules/classic_ui/images/public-link/public-link-settings-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/public-link/public-link-settings-folder.png -------------------------------------------------------------------------------- /modules/ROOT/partials/nav.adoc: -------------------------------------------------------------------------------- 1 | * xref:index.adoc[Introduction] 2 | include::admin_manual:partial$nav.adoc[] 3 | include::developer_manual:partial$nav.adoc[] 4 | include::classic_ui:partial$nav.adoc[] 5 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/configuration/user/user_auth_ldap/group_filter.ldif: -------------------------------------------------------------------------------- 1 | (& 2 | (objectClass=inetOrgPerson) 3 | (memberOf=cn=owncloudusers,ou=groups,dc=example,dc=com) 4 | ) 5 | 6 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/lets_encrypt/renew-cron.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | LE_PATH="/usr/bin" 4 | LE_CB="certbot" 5 | 6 | "$LE_PATH/$LE_CB" renew --no-self-upgrade --noninteractive 7 | -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/impersonate/impersonate_groups_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/impersonate/impersonate_groups_only.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/browser-address-bars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/browser-address-bars.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/ftp.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/smb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/smb.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/mimetypes/json-alias-after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/mimetypes/json-alias-after.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/mimetypes/json-alias-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/mimetypes/json-alias-before.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/reporting/metrics/metrics-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/reporting/metrics/metrics-user.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/top_menu_showing_market_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/top_menu_showing_market_app.png -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/server/index.adoc: -------------------------------------------------------------------------------- 1 | :section-title: Server Configuration 2 | :section-preamble-ender: to configure ownCloud 3 | 4 | include::partial$section_page.adoc[] 5 | 6 | -------------------------------------------------------------------------------- /modules/classic_ui/images/files/access_webdav/network-sharing-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/access_webdav/network-sharing-center.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/manual_file_locking/file-locked-hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/manual_file_locking/file-locked-hint.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/manual_file_locking/lock-file-visible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/manual_file_locking/lock-file-visible.png -------------------------------------------------------------------------------- /modules/classic_ui/images/guest-users/content-shared-with-guest-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/guest-users/content-shared-with-guest-user.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/security/enable-2fa-totp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/security/enable-2fa-totp.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/security/sessions-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/security/sessions-section.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/storage/external-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/storage/external-storage.png -------------------------------------------------------------------------------- /modules/admin_manual/examples/configuration/user/user_auth_ldap/single_group_search.ldif: -------------------------------------------------------------------------------- 1 | (& 2 | (objectClass=user) 3 | (memberof:1.2.840.113556.1.4.1941:=CN=,DC=example,DC=com) 4 | ) 5 | -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/files_lifecycle/file-lifecycle-events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/files_lifecycle/file-lifecycle-events.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/impersonate/impersonate_oc_admins_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/impersonate/impersonate_oc_admins_only.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/search_elastic/search_elastic_no_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/search_elastic/search_elastic_no_auth.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/search_elastic/search_elastic_u_p_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/search_elastic/search_elastic_u_p_auth.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/local.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/webdav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/webdav.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/sharing-files-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/sharing-files-settings.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/delete-user-confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/delete-user-confirmation.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/users-page-new-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/users-page-new-password.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/file_management/update_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/file_management/update_workflow.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/reporting/metrics/metrics-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/reporting/metrics/metrics-system.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/access_webdav/advanced-sharing-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/access_webdav/advanced-sharing-settings.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/access_webdav/dolphin-add-network-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/access_webdav/dolphin-add-network-folder.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/manual_file_locking/file-locked-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/manual_file_locking/file-locked-details.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/manual_file_locking/file-locked-symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/manual_file_locking/file-locked-symbol.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/auto-save-fullname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/auto-save-fullname.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/set-profile-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/set-profile-picture.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/security/activate-2fa-totp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/security/activate-2fa-totp.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/security/disconnect-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/security/disconnect-button.png -------------------------------------------------------------------------------- /modules/developer_manual/pages/app/advanced/index.adoc: -------------------------------------------------------------------------------- 1 | = Application Development - Advanced Details 2 | 3 | In this section, you will find the advanced details for developing an ownCloud application. 4 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/mobile_development/index.adoc: -------------------------------------------------------------------------------- 1 | = Mobile Development 2 | 3 | In this section, you will find the core information that you need to develop mobile apps that work with ownCloud. 4 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/lets_encrypt/cli.ini: -------------------------------------------------------------------------------- 1 | rsa-key-size = 4096 2 | email = 3 | agree-tos = True 4 | authenticator = webroot 5 | # post-hook = service apache2 reload 6 | -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/impersonate/impersonate_group_admins_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/impersonate/impersonate_group_admins_only.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/impersonate/picking-a-user-to-impersonate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/impersonate/picking-a-user-to-impersonate.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/search_elastic/search_elastic_auth_items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/search_elastic/search_elastic_auth_items.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/amazons3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/amazons3.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/auth_rsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/auth_rsa.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/custom_groups/custom_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/custom_groups/custom_groups.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/manual_file_locking/lock-file-not-visible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/manual_file_locking/lock-file-not-visible.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/cannot-change-fullname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/cannot-change-fullname.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/select-profile-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/select-profile-picture.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/upload-profile-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/upload-profile-picture.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/oc_personal_settings_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/oc_personal_settings_dropdown.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/search_elastic/search_elastic_api_key_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/search_elastic/search_elastic_api_key_auth.png -------------------------------------------------------------------------------- /modules/admin_manual/images/apps/user_ldap/ldap-wizard/login-attributes-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/apps/user_ldap/ldap-wizard/login-attributes-tab.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/applicable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/applicable.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/dropbox-oc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/dropbox-oc.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/enable-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/enable-app.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/user_mounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/user_mounts.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/files_versions/files-versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/files_versions/files-versions.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/sharing/blacklisting-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/sharing/blacklisting-groups.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/security/password-policy-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/security/password-policy-app.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/guest_app/guest_app_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/guest_app/guest_app_settings.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/classification/document_classification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/classification/document_classification.png -------------------------------------------------------------------------------- /modules/admin_manual/images/maintenance/migrate_kiteworks/kiteworks-satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/maintenance/migrate_kiteworks/kiteworks-satellite.png -------------------------------------------------------------------------------- /modules/classic_ui/images/apps/activity/activity-settings-limit-to-favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/apps/activity/activity-settings-limit-to-favorites.png -------------------------------------------------------------------------------- /modules/classic_ui/images/enterprise/collaboration/secure-view/access-denied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/enterprise/collaboration/secure-view/access-denied.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/access_webdav/dolphin-network-folder-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/access_webdav/dolphin-network-folder-wizard.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files/manual_file_locking/file-locked-unlock-symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files/manual_file_locking/file-locked-unlock-symbol.png -------------------------------------------------------------------------------- /modules/classic_ui/images/files_versioning/concious-persistent-major-versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/files_versioning/concious-persistent-major-versions.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/custom-groups/rename-custom-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/custom-groups/rename-custom-group.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/account-related-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/account-related-settings.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/profile-picture-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/profile-picture-overview.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/update-email-successfully.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/update-email-successfully.png -------------------------------------------------------------------------------- /modules/developer_manual/pages/app/fundamentals/index.adoc: -------------------------------------------------------------------------------- 1 | = Application Development - Fundamental Details 2 | 3 | In this section, you will find the fundamental details for developing an ownCloud application. 4 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/testing/index.adoc: -------------------------------------------------------------------------------- 1 | :section-title: Testing 2 | :section-preamble-ender: to learn about testing ownCloud's apps 3 | 4 | include::partial$section_page.adoc[optional attributes] 5 | 6 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/configuration/user/user_auth_ldap/only_username.ldif: -------------------------------------------------------------------------------- 1 | (& 2 | (objectClass=inetOrgPerson) 3 | (memberOf=cn=owncloudusers,ou=groups,dc=example,dc=com) 4 | (uid=%uid) 5 | ) 6 | 7 | -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/auth_mechanism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/auth_mechanism.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/mount_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/mount_options.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/files_versions/version-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/files_versions/version-metadata.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/security/oauth2_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/security/oauth2_configuration.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/virus-scanner-support/av_modes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/virus-scanner-support/av_modes.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/oidc/onelogin/onelogin-oidc-sso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/oidc/onelogin/onelogin-oidc-sso.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-1.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-3.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/sharepoint/sharepoint-4.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/manual_installation/phpmyadmin_v5.2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/manual_installation/phpmyadmin_v5.2.0.png -------------------------------------------------------------------------------- /modules/classic_ui/images/integration/ms-teams/login-to-owncloud-with-azure-ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/integration/ms-teams/login-to-owncloud-with-azure-ad.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/custom-groups/manage-group-members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/custom-groups/manage-group-members.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/custom-groups/share-to-custom-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/custom-groups/share-to-custom-group.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/001.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/002.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/003.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/004.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/005.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/006.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/007.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/008.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/009.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/010.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/011.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/012.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/013.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/014.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/015.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/016.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/017.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/018.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/019.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/020.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/021.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/022.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/google_drive/023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/google_drive/023.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/integration/ms-teams/add-a-tab-ms-teams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/integration/ms-teams/add-a-tab-ms-teams.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/integration/ms-teams/app-name-msteamsgen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/integration/ms-teams/app-name-msteamsgen.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/security/brute-force-protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/security/brute-force-protection.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/virus-scanner-support/icap_clamav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/virus-scanner-support/icap_clamav.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/virus-scanner-support/icap_mcafee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/virus-scanner-support/icap_mcafee.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/oidc/ms-azure-ad/ms-azure-manifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/oidc/ms-azure-ad/ms-azure-manifest.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/manual_installation/phpmyadmin_v4.9.5deb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/manual_installation/phpmyadmin_v4.9.5deb2.png -------------------------------------------------------------------------------- /modules/admin_manual/images/installation/webservers/apache/mod_unique_id/phpinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/installation/webservers/apache/mod_unique_id/phpinfo.png -------------------------------------------------------------------------------- /modules/admin_manual/images/maintenance/migrate_kiteworks/kiteworks-api-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/maintenance/migrate_kiteworks/kiteworks-api-settings.png -------------------------------------------------------------------------------- /modules/admin_manual/images/maintenance/migrate_kiteworks/kiteworks-new-satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/maintenance/migrate_kiteworks/kiteworks-new-satellite.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/choose-profile-picture-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/choose-profile-picture-button.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/general/remove-profile-picture-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/general/remove-profile-picture-button.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/security/app-password-tokens-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/security/app-password-tokens-section.png -------------------------------------------------------------------------------- /modules/classic_ui/images/personal-settings/security/create-new-app-password-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/personal-settings/security/create-new-app-password-token.png -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/unit-testing/MyClass.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | mystorageapp 4 | My storage app 5 | ... 6 | 7 | 8 | 9 | ... 10 | 11 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/meta/meta-files-filter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /modules/developer_manual/images/mobile_development/android_library/1000000000000270000003A317117674.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/developer_manual/images/mobile_development/android_library/1000000000000270000003A317117674.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/legal-settings/login-form-with-legal-settings-links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/legal-settings/login-form-with-legal-settings-links.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/password-policy/password-policy-configuration-web-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/password-policy/password-policy-configuration-web-ui.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-configuration-rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-configuration-rules.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/windows_network_drive/acl-permissions-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/windows_network_drive/acl-permissions-manager.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/windows_network_drive/cwnd_login_possibilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/windows_network_drive/cwnd_login_possibilities.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/windows_network_drive/cwnd_regain_mount_access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/windows_network_drive/cwnd_regain_mount_access.png -------------------------------------------------------------------------------- /modules/classic_ui/images/enterprise/collaboration/secure-view/secure-view-share-configuration-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/classic_ui/images/enterprise/collaboration/secure-view/secure-view-share-configuration-options.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/user/oidc/ms-azure-ad/provide-required-information-ms-azure-ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/user/oidc/ms-azure-ad/provide-required-information-ms-azure-ad.png -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/files/encryption/index.adoc: -------------------------------------------------------------------------------- 1 | :section-title: Encryption 2 | :section-preamble-ender: to configure encryption in ownCloud 3 | :page-aliases: configuration/files/encryption/root.adoc 4 | 5 | include::partial$section_page.adoc[] 6 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/delete-share-success.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ok 5 | 100 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/external_storage/dropbox/successful-connection-to-dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/external_storage/dropbox/successful-connection-to-dropbox.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/files/manual_file_locking/manual-file-locking-with-lock-breaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/files/manual_file_locking/manual-file-locking-with-lock-breaker.png -------------------------------------------------------------------------------- /modules/classic_ui/pages/apps/calendar.adoc: -------------------------------------------------------------------------------- 1 | = Using the Calendar App 2 | :description: The Calendar app is not enabled by default in ownCloud and needs to be enabled separately. You can download it via {oc-marketplace-url}/apps/market[the market app]. 3 | 4 | {description} 5 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/php/vendor/guzzlehttp/promises/.gitignore: -------------------------------------------------------------------------------- 1 | phpunit.xml 2 | composer.phar 3 | composer.lock 4 | composer-test.lock 5 | vendor/ 6 | build/artifacts/ 7 | artifacts/ 8 | docs/_build 9 | docs/*.pyc 10 | .idea 11 | .DS_STORE 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/php/vendor/guzzlehttp/psr7/.gitignore: -------------------------------------------------------------------------------- 1 | phpunit.xml 2 | composer.phar 3 | composer.lock 4 | composer-test.lock 5 | vendor/ 6 | build/artifacts/ 7 | artifacts/ 8 | docs/_build 9 | docs/*.pyc 10 | .idea 11 | .DS_STORE 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/meta/response-failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sabre\DAV\Exception\NotFound 4 | 5 | 6 | -------------------------------------------------------------------------------- /es-docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | services: 3 | elasticsearch: 4 | image: elasticsearch:7.17.15 5 | ports: 6 | - 9200:9200 7 | - 9300:9300 8 | environment: 9 | - discovery.type=single-node 10 | - xpack.security.enabled=false 11 | -------------------------------------------------------------------------------- /modules/classic_ui/pages/apps/contacts.adoc: -------------------------------------------------------------------------------- 1 | = Using the Contacts App 2 | :description: The Contacts app is not enabled by default in ownCloud and needs to be enabled separately. You can download it via {oc-marketplace-url}/apps/market[the market app]. 3 | 4 | {description} 5 | 6 | -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/windows_network_drive/activity_file_change_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/windows_network_drive/activity_file_change_notification.png -------------------------------------------------------------------------------- /modules/admin_manual/images/enterprise/external_storage/windows_network_drive/wnd-ldap-exposed-user-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/enterprise/external_storage/windows_network_drive/wnd-ldap-exposed-user-attributes.png -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/get-all-shares-success-no-shares.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ok 5 | 100 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-message-host-connection-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-message-host-connection-problem.png -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-message-misconfiguration-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-message-misconfiguration-problem.png -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_contacts_commands.adoc: -------------------------------------------------------------------------------- 1 | = Contacts 2 | 3 | Marketplace URL: {oc-marketplace-url}/apps/contacts[Contacts] 4 | 5 | For commands for managing contacts, please see the DAV Command section in the occ core command set. 6 | -------------------------------------------------------------------------------- /false-positives.txt: -------------------------------------------------------------------------------- 1 | # placeholder for upcoming false-positives for the find-orphaned-files extension 2 | # this will get updated in another PR 3 | 4 | modules/admin_manual/examples/configuration/ldap/Multi-AD.slapd.conf 5 | modules/admin_manual/examples/configuration/ldap/single.slapd.conf 6 | -------------------------------------------------------------------------------- /modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-message-socket-connection-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/docs-server/HEAD/modules/admin_manual/images/configuration/server/virus-scanner-support/anti-virus-message-socket-connection-problem.png -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_calendar_commands.adoc: -------------------------------------------------------------------------------- 1 | = Calendar 2 | 3 | Marketplace URL: {oc-marketplace-url}/apps/calendar[Calendar] 4 | 5 | For commands for managing the calendar, please see the DAV Command section in the occ core command set. 6 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/not-authorised-response.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 997 6 | Unauthorised 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/group/request/list-custom-group-members.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/create-share-failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 400 6 | unknown share type 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/integration/index.adoc: -------------------------------------------------------------------------------- 1 | = Integration 2 | 3 | This section is dedicated to integrating ownCloud with other products. 4 | 5 | - xref:configuration/integration/ms-teams.adoc[Microsoft Teams] 6 | 7 | - xref:configuration/integration/splunk.adoc[ownCloud App for Splunk] 8 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/enterprise/clients/custom_client_repos.adoc: -------------------------------------------------------------------------------- 1 | = Custom Client Download Repositories 2 | 3 | See xref:configuration/server/custom_client_repos.adoc[Custom Client Download Repositories] 4 | to learn how to test and configure custom download repository URLs for your branded clients. 5 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/database/index.adoc: -------------------------------------------------------------------------------- 1 | = Database 2 | 3 | In this section, you can find out about 4 | 5 | - xref:configuration/database/db_conversion.adoc[Converting your Database Type] 6 | - xref:configuration/database/linux_database_configuration.adoc[Database Configuration on Linux] 7 | 8 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/delete-share-failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 404 6 | wrong share ID, share doesn't exist. 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/get-share-info-failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 404 6 | wrong share ID, share doesn't exist. 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/core/index.adoc: -------------------------------------------------------------------------------- 1 | = Core Development 2 | 3 | In this section you will find all the details you need to develop ownCloud’s core. 4 | 5 | You should develop starting with the latest code in the core master branch. The core development documentation is written assuming that you are doing that. -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/list-share-details-failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 404 6 | wrong path, file/folder doesn't exist 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/configuration/user/user_auth_ldap/multi_group_search.ldif: -------------------------------------------------------------------------------- 1 | (& 2 | (objectClass=user) 3 | (| 4 | (memberOf:1.2.840.113556.1.4.1941:=CN=,CN=Users,DC=example,DC=com) 5 | (memberOf:1.2.840.113556.1.4.1941:=CN=,CN=Users,DC=example,DC=com) 6 | ) 7 | ) 8 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/update-share-failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 400 6 | can't change permission for public link share 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/group/request/rename-custom-group.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | test_group 7 | 8 | 9 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/found_a_mistake.adoc: -------------------------------------------------------------------------------- 1 | = Have You Found a Mistake In The Documentation? 2 | :new-issue-url: https://github.com/owncloud/docs/issues/new 3 | 4 | If you have found a mistake in the documentation, no matter how large or small, please let us know by {new-issue-url}[creating a new issue in the docs repository]. 5 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/general/index.adoc: -------------------------------------------------------------------------------- 1 | = General 2 | 3 | In this section you will find a range of general information on developing with ownCloud, such as xref:general/performance.adoc[performance], xref:general/security.adoc[security], xref:general/debugging.adoc[debugging], and xref:general/backporting.adoc[backporting]. 4 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/found_a_mistake.adoc: -------------------------------------------------------------------------------- 1 | = Have You Found a Mistake In The Documentation? 2 | :new-issue-url: https://github.com/owncloud/docs-server/issues/new 3 | 4 | If you have found a mistake in the documentation, no matter how large or small, please let us know by {new-issue-url}[creating a new issue in the docs repository]. 5 | -------------------------------------------------------------------------------- /modules/classic_ui/pages/pim/index.adoc: -------------------------------------------------------------------------------- 1 | = Contacts & Calendar 2 | :description: The Contacts, Calendar, and Mail apps can be installed from the ownCloud Marketplace in the menu:Market[Productivity] category and can be installed by clicking btn:[Install] on their respective entries but are not with official support. 3 | 4 | {description} 5 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/get-share-info.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | base_uri={oc-examples-server-url} 7 | API_PATH=ocs/v1.php/apps/files_sharing/api/v1 8 | 9 | curl --user {oc-examples-username}:{oc-examples-password} \ 10 | "$base_uri/$API_PATH/shares/115464" 11 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/notifications/get-user-notifications-no-notifications-response.json: -------------------------------------------------------------------------------- 1 | { 2 | "ocs": { 3 | "meta": { 4 | "status": "ok", 5 | "statuscode": 200, 6 | "message": null, 7 | "totalitems": "", 8 | "itemsperpage": "" 9 | }, 10 | "data": [] 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/search/request/filter_files/minimal_filter_files_report_request_body.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 1 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/search/request/search_files/minimal_request_body.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | web 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/user-sync/successful-response.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ok 5 | 200 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/ocs/validate-totp.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | USERNAME=admin 4 | PASSWORD={oc-examples-password} 5 | API_PATH="ocs/v1.php/apps/twofactor_totp/api/v1/validate//" 6 | SERVER_URI="{oc-examples-server-url}" 7 | 8 | curl "$SERVER_URI/$API_PATH/" \ 9 | --user "$USERNAME:$PASSWORD" 10 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/group/response/list-groups-missing-group-response.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | Sabre\DAV\Exception\NotFound 6 | Group with uri "testgroup" not found 7 | 8 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/public_files/response/listing-members-is-disabled.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sabre\DAV\Exception\MethodNotAllowed 4 | Listing members of this collection is disabled 5 | 6 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/general_topics/index.adoc: -------------------------------------------------------------------------------- 1 | = General Topics 2 | 3 | In this section you will find information about: 4 | 5 | - xref:configuration/general_topics/code_signing.adoc[Code Signing] 6 | - xref:configuration/general_topics/impersonate_users.adoc[Impersonating Users] 7 | - xref:configuration/general_topics/search.adoc[Full Text Search] 8 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/list-share-details.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | base_uri={oc-examples-server-url} 7 | API_PATH=ocs/v1.php/apps/files_sharing/api/v1 8 | 9 | curl --user {oc-examples-username}:{oc-examples-password} \ 10 | "$base_uri/$API_PATH/shares?path=/Photos/Paris.jpg&reshares=true" 11 | -------------------------------------------------------------------------------- /modules/classic_ui/pages/found_a_mistake.adoc: -------------------------------------------------------------------------------- 1 | = Have You Found a Mistake In The Documentation? 2 | :description: If you have found a mistake in the documentation, no matter how large or small, please let us know. 3 | 4 | :new-issue-url: https://github.com/owncloud/docs/issues/new 5 | 6 | {description} You can {new-issue-url}[create a new issue] in the docs repository. 7 | 8 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/accept-pending-share.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | base_uri={oc-examples-server-url} 7 | API_PATH=ocs/v1.php/apps/files_sharing/api/v1 8 | 9 | curl -X POST \ 10 | --user {oc-examples-username}:{oc-examples-password} \ 11 | "$base_uri/$API_PATH/shares/pending/" 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/delete-share.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | base_uri={oc-examples-server-url} 7 | API_PATH=ocs/v1.php/apps/files_sharing/api/v1 8 | 9 | curl --user {oc-examples-username}:{oc-examples-password} \ 10 | "$base_uri/$API_PATH/shares/115470" \ 11 | --request DELETE 12 | 13 | -------------------------------------------------------------------------------- /modules/developer_manual/partials/webdav_api/core_request_details.adoc: -------------------------------------------------------------------------------- 1 | = Core Details 2 | 3 | [cols=",,",options="header",] 4 | |===================================================== 5 | |Request Path 6 | |Method 7 | |Content Type 8 | 9 | |`{request_path}` 10 | |{method} 11 | |{content_type} 12 | |===================================================== 13 | 14 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/webservers/apache/log-entry.json: -------------------------------------------------------------------------------- 1 | { 2 | "reqId": "XDyankIou@F-GwxW82dx7QAAAAo", 3 | "level": 3, 4 | "time": "2019-01-14T14:20:14+00:00", 5 | "remoteAddr": "127.0.0.1", 6 | "user": "--", 7 | "app": "PHP", 8 | "method": "GET", 9 | "url": "\/index.php\/apps\/files\/?dir=\/Documents&fileid=26", 10 | "message": "..." 11 | } 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/decline-pending-share.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | base_uri={oc-examples-server-url} 7 | API_PATH=ocs/v1.php/apps/files_sharing/api/v1 8 | 9 | curl -X DELETE \ 10 | --user {oc-examples-username}:{oc-examples-password} \ 11 | "$base_uri/$API_PATH/shares/pending/" 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/search/response/common/failure/incorrect_payload_or_parse_failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | Sabre\Xml\ParseException 6 | This should never happen (famous last words) 7 | 8 | 9 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/server/examples/reverse_proxy_configuration/multiple-domains-reverse-ssl-proxy.php: -------------------------------------------------------------------------------- 1 | ['10.0.0.1'], 5 | "overwritehost" => "ssl-proxy.tld", 6 | "overwriteprotocol" => "https", 7 | "overwritewebroot" => "/domain.tld/owncloud", 8 | "overwritecondaddr" => "^10\.0\.0\.1$", 9 | ]; 10 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/responses/shares/accept-pending-share-failure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 404 6 | Wrong share ID, share doesn't exist 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/installation/letsencrypt/index.adoc: -------------------------------------------------------------------------------- 1 | :section-title: Let's Encrypt SSL Certificates 2 | :section-preamble-ender: to configure ownCloud with Let's Encrypt 3 | 4 | include::partial$section_page.adoc[] 5 | 6 | * xref:installation/letsencrypt/using_letsencrypt.adoc[Using Let’s Encrypt SSL Certificates] 7 | * xref:installation/letsencrypt/apache.adoc[Configure Apache with Let's Encrypt] -------------------------------------------------------------------------------- /modules/developer_manual/pages/webdav_api/search.adoc: -------------------------------------------------------------------------------- 1 | = Search API 2 | :toc: right 3 | 4 | == Introduction 5 | 6 | If you need to search for files, then you can use the WebDAV search API. 7 | The search API exposes two endpoints for finding files in a user’s filesystem. 8 | 9 | include::./search/_search_files.adoc[leveloffset=+1] 10 | 11 | include::./search/_filter_files.adoc[leveloffset=+1] 12 | -------------------------------------------------------------------------------- /book_templates/ownCloud_Admin_Manual.adoc: -------------------------------------------------------------------------------- 1 | = ownCloud Administration Manual 2 | :toc: 3 | :toclevels: 2 4 | :homepage: https://github.com/owncloud/docs 5 | :icon-set: octicon 6 | :icons: font 7 | :listing-caption: Listing 8 | :source-highlighter: rouge 9 | :version-label: Version: 10 | :module_base_path: modules/admin_manual/pages/ 11 | The ownCloud Team 12 | {revnumber}, {revdate} 13 | -------------------------------------------------------------------------------- /book_templates/ownCloud_Developer_Manual.adoc: -------------------------------------------------------------------------------- 1 | = ownCloud Developer Manual 2 | :toc: 3 | :toclevels: 2 4 | :homepage: https://github.com/owncloud/docs 5 | :icon-set: octicon 6 | :icons: font 7 | :listing-caption: Listing 8 | :source-highlighter: rouge 9 | :version-label: Version: 10 | :module_base_path: modules/developer_manual/pages/ 11 | The ownCloud Team 12 | {revnumber}, {revdate} 13 | -------------------------------------------------------------------------------- /modules/developer_manual/partials/webdav_api/core_curl_request.adoc: -------------------------------------------------------------------------------- 1 | [source,console,subs="attributes+"] 2 | ---- 3 | curl --silent \ 4 | -X {request_method} \ 5 | ifdef::request_data_file[] 6 | --data "@{request_data_file}" \ 7 | endif::[] 8 | -u {oc-examples-username}:{oc-examples-password} \ 9 | 'http://localhost/{request_base_path}/{request_path_suffix}' \ 10 | | xmllint --format - 11 | ---- 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/app/fundamentals/database/author-access-attributes.php: -------------------------------------------------------------------------------- 1 | setId(3); 15 | $author->getPhoneNumber() // null 16 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/totp-validation/responses/json/totp-is-invalid.json: -------------------------------------------------------------------------------- 1 | { 2 | "ocs": { 3 | "meta": { 4 | "status": "ok", 5 | "statuscode": 100, 6 | "message": "OK", 7 | "totalitems": "", 8 | "itemsperpage": "" 9 | }, 10 | "data": { 11 | "result": false 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/totp-validation/responses/json/totp-is-valid.json: -------------------------------------------------------------------------------- 1 | { 2 | "ocs": { 3 | "meta": { 4 | "status": "ok", 5 | "statuscode": 100, 6 | "message": "OK", 7 | "totalitems": "", 8 | "itemsperpage": "" 9 | }, 10 | "data": { 11 | "result": true 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/app/fundamentals/cron/SomeTask.php: -------------------------------------------------------------------------------- 1 | getContainer() 12 | ->query('SomeService') 13 | ->run(); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/totp-validation/responses/xml/totp-is-invalid.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ok 5 | 100 6 | OK 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/totp-validation/responses/xml/totp-is-valid.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ok 5 | 100 6 | OK 7 | 8 | 9 | 10 | 11 | 1 12 | 13 | 14 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/update-share.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | base_uri={oc-examples-server-url} 7 | API_PATH=ocs/v1.php/apps/files_sharing/api/v1 8 | 9 | curl --user {oc-examples-username}:{oc-examples-password} \ 10 | "$base_uri/$API_PATH/shares/115470" \ 11 | --request PUT \ 12 | --data 'expireDate=2017-01-02&name=paris%20photo' 13 | 14 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/enterprise/reporting/config_report.adoc: -------------------------------------------------------------------------------- 1 | = Generate a Config Report 2 | :toc: right 3 | :description: Generating a config report when using an Enterprise version does not differ from the Community Edition. 4 | 5 | == Introduction 6 | 7 | {description} For more details see the documentation how to xref:troubleshooting/providing_logs_and_config_files.adoc#generate-a-config-report[Generate a Config Report]. 8 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/totp-validation/responses/json/totp-user-is-not-found.json: -------------------------------------------------------------------------------- 1 | { 2 | "ocs": { 3 | "meta": { 4 | "status": "failure", 5 | "statuscode": 404, 6 | "message": "OK", 7 | "totalitems": "", 8 | "itemsperpage": "" 9 | }, 10 | "data": { 11 | "result": false 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/app/tutorial/index.adoc: -------------------------------------------------------------------------------- 1 | = Tutorial 2 | 3 | In this tutorial, you’ll learn how to create an ownCloud application, by 4 | stepping through the process of creating one to manage a set of notes. 5 | The application will support _listing_, _viewing_, _creating_, 6 | _updating_, and _deleting_ notes. It will step through as many concepts 7 | and techniques as possible, while not using concepts, just to do so. 8 | -------------------------------------------------------------------------------- /modules/developer_manual/pages/webdav_api/groups.adoc: -------------------------------------------------------------------------------- 1 | = Group Management API 2 | :toc: right 3 | :request_base_path: remote.php/dav/customgroups/groups 4 | :username: admin 5 | :password: password 6 | :prewrap: 7 | 8 | // some variables used in includes here are defined there 9 | 10 | == Custom Groups 11 | 12 | include::./groups/custom_groups_endpoints.adoc[] 13 | 14 | include::./groups/group_membership_endpoints.adoc[] 15 | -------------------------------------------------------------------------------- /modules/ROOT/pages/index.adoc: -------------------------------------------------------------------------------- 1 | = Introduction to ownCloud Server 2 | 3 | Welcome to the ownCloud Server documentation. These documents provide an xref:admin_manual:index.adoc[admin guide] with information for installation, configuration and administrative tasks as well as documentation for xref:developer_manual:index.adoc[developers]. An xref:classic_ui:index.adoc[ownCloud User Manual] for the server is provided in the web documentation. 4 | -------------------------------------------------------------------------------- /modules/classic_ui/pages/files/webgui/activity.adoc: -------------------------------------------------------------------------------- 1 | = Activity 2 | :toc: right 3 | :tab-type-text: sharing 4 | :tab-type-link: share 5 | :description: Clicking the Activity tab in the Details view in the web browser shows all activities for a file. Activities can include when a file was created, renamed, and deleted. 6 | 7 | {description} 8 | 9 | image:files/activity-pane.png[The Activity tab of of the Details view in ownCloud] 10 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/totp-validation/responses/xml/totp-user-is-not-found.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | failure 5 | 404 6 | OK 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/unit-testing/MyClassTest.php: -------------------------------------------------------------------------------- 1 | myClass = new MyClass(); 10 | } 11 | 12 | public function testAddTwo(){ 13 | $this->assertEquals(5, $this->testMe->addTwo(3)); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /modules/admin_manual/partials/configuration/server/disable-single-user-mode.adoc: -------------------------------------------------------------------------------- 1 | = Disable Single User Mode 2 | 3 | With encryption migrated from User Key-based encryption to Master Key-based, disable single user mode, if you xref:configuration/server/occ_command.adoc#maintenance-commands[enabled it] before beginning the migration. 4 | 5 | [source,bash,subs="attributes+"] 6 | ---- 7 | {occ-command-example-prefix} maintenance:singleuser --off 8 | ---- 9 | -------------------------------------------------------------------------------- /modules/classic_ui/pages/files/webgui/details.adoc: -------------------------------------------------------------------------------- 1 | = Details 2 | :toc: right 3 | :tab-type-text: sharing 4 | :tab-type-link: share 5 | :description: The Details view shows all information for a file, split up into four sections: 6 | 7 | {description} 8 | 9 | * xref:files/webgui/activity.adoc[Activities] 10 | * xref:files/webgui/comments.adoc[Comments] 11 | * xref:files/webgui/sharing.adoc[Sharing] 12 | * xref:files/version_control.adoc[Versions] 13 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/acceptance-tests/then-step.php: -------------------------------------------------------------------------------- 1 | /** 2 | * @Then /^the groups returned by the API should include "([^"]*)"$/ 3 | * 4 | * @param string $group 5 | * 6 | * @return void 7 | */ 8 | public function theGroupsReturnedByTheApiShouldInclude($group) { 9 | $respondedArray = $this->getArrayOfGroupsResponded($this->response); 10 | PHPUnit\Framework\Assert::assertContains($group, $respondedArray); 11 | } 12 | 13 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/dav/trashbin_api/delete-file-from-trashbin.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | FILE_ID=11111 7 | USERNAME={oc-examples-username} 8 | PASSWORD={oc-examples-password} 9 | API_PATH="remote.php/dav/trash-bin/$USERNAME/$FILE_ID" 10 | SERVER_URI="{oc-examples-server-url}" 11 | 12 | curl "$SERVER_URI/$API_PATH/" \ 13 | -X DELETE \ 14 | --user "$USERNAME:$PASSWORD" 15 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/app/fundamentals/database/author.php: -------------------------------------------------------------------------------- 1 | addType('stars', 'integer'); 16 | } 17 | } 18 | 19 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/custom-app-directory-configuration.php: -------------------------------------------------------------------------------- 1 | [ 4 | [ 5 | 'path' => OC::$SERVERROOT.'/apps', 6 | 'url' => '/apps', 7 | 'writable' => false, 8 | ], 9 | [ 10 | 'path' => OC::$SERVERROOT.'/apps-external', 11 | 'url' => '/apps-external', 12 | 'writable' => true, 13 | ], 14 | ], 15 | // remainder of the configuration 16 | ]; 17 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/server/occ_commands/core_commands/_mimetype_update_commands.adoc: -------------------------------------------------------------------------------- 1 | = Mimetype Update Commands 2 | 3 | `maintenance:mimetype:update-db` updates the ownCloud database and file cache with changed mimetypes found in `config/mimetypemapping.json`. 4 | Run this command after modifying `config/mimetypemapping.json`. 5 | If you change a mimetype, run `maintenance:mimetype:update-db --repair-filecache` to apply the change to existing files. 6 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/apis/ocs/notifications/get-server-capabilities-response.json: -------------------------------------------------------------------------------- 1 | { 2 | "ocs": { 3 | "data": { 4 | "capabilities": { 5 | "notifications": { 6 | "ocs-endpoints": [ 7 | "list", 8 | "get", 9 | "delete" 10 | ] 11 | } 12 | } 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/ocs/user-sync.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | USERNAME={oc-examples-username} 7 | PASSWORD={oc-examples-password} 8 | API_PATH="ocs/v2.php/cloud/user-sync/" 9 | SERVER_URI="{oc-examples-server-url}" 10 | 11 | curl "$SERVER_URI/$API_PATH/" \ 12 | -H 'Content-Type: application/xml; charset=UTF-8' \ 13 | -X POST \ 14 | --user "$USERNAME:$PASSWORD" 15 | 16 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/ruby/create-share.rb: -------------------------------------------------------------------------------- 1 | require 'net/http' 2 | require 'uri' 3 | 4 | base_uri = '{oc-examples-server-url}/ocs/v1.php/apps/files_sharing/api/v1/' 5 | uri = URI(base_uri + "shares") 6 | 7 | Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| 8 | req = Net::HTTP::Get.new uri 9 | req.basic_auth 'your.username', 'your.password' 10 | res = http.request req 11 | 12 | puts res.body 13 | end 14 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/group/request/list-custom-groups.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/ruby/delete-share.rb: -------------------------------------------------------------------------------- 1 | require 'net/http' 2 | require 'uri' 3 | 4 | base_uri = '{oc-examples-server-url}/ocs/v1.php/apps/files_sharing/api/v1/' 5 | uri = URI(base_uri + "shares/115468") 6 | 7 | Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| 8 | req = Net::HTTP::Delete.new uri 9 | req.basic_auth 'your.username', 'your.password' 10 | res = http.request req 11 | 12 | puts res.body 13 | end 14 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/ruby/get-share-info.rb: -------------------------------------------------------------------------------- 1 | require 'net/http' 2 | require 'uri' 3 | 4 | base_uri = '{oc-examples-server-url}/ocs/v1.php/apps/files_sharing/api/v1/' 5 | uri = URI(base_uri + "shares/115464") 6 | 7 | Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| 8 | req = Net::HTTP::Get.new uri 9 | req.basic_auth 'your.username', 'your.password' 10 | res = http.request req 11 | 12 | puts res.body 13 | end 14 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_saml_sso_shibboleth_integration_commands.adoc: -------------------------------------------------------------------------------- 1 | = SAML/SSO Shibboleth Integration (Enterprise Edition only) 2 | 3 | Marketplace URL: {oc-marketplace-url}/apps/user_shibboleth[SAML/SSO Integration] 4 | 5 | `shibboleth:mode` sets your Shibboleth mode to `notactive`, `autoprovision`, or `ssoonly` 6 | 7 | [source,bash,subs="attributes+"] 8 | ---- 9 | {occ-command-example-prefix} shibboleth:mode [mode] 10 | ---- 11 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/user/user_provisioning_api.adoc: -------------------------------------------------------------------------------- 1 | = User Provisioning API 2 | 3 | == Introduction 4 | The User Provisioning API provides instruction sets to communicate with the user backend. 5 | External systems can use this API to create, edit, delete and query user attributes. 6 | 7 | == Using the User Provisioning API 8 | See xref:developer_manual:core/apis/provisioning-api.adoc#instruction-set-for-users[User Provisioning API] for available API endpoints and detailed examples. 9 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/enterprise/installation/examples/configuration-file.php: -------------------------------------------------------------------------------- 1 | 'abcdefgh', 5 | 'passwordsalt' => '01234567890123456789', 6 | 'datadirectory' => '/var/data', 7 | 'dbtype' => 'oci', 8 | 'version' => '8.2.x.y', 9 | 'dbname' => 'orcl', 10 | 'dbhost' => '192.168.1.57', 11 | 'dbtableprefix' => 'oc_', 12 | 'dbuser' => 'owncloud1', 13 | 'dbpassword' => '********', 14 | 'installed' => true, 15 | ]; 16 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/lets_encrypt/your-domain-name.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # export makes the variable available for all subprocesses 3 | 4 | LE_PATH="/usr/bin" 5 | LE_CB="certbot" 6 | 7 | # Assumes that example.com www.example.com and subdomain.example.com are the domains 8 | # that you want a certificate for 9 | export DOMAINS="-d example.com -d www.example.com -d subdomain.example.com" 10 | 11 | "$LE_PATH/$LE_CB" certonly --config /etc/letsencrypt/cli.ini "$DOMAINS" # --dry-run 12 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/ruby/decline-pending-share.rb: -------------------------------------------------------------------------------- 1 | require 'net/http' 2 | require 'uri' 3 | 4 | base_uri = '{oc-examples-server-url}/ocs/v1.php/apps/files_sharing/api/v1/' 5 | uri = URI(base_uri + "shares/pending/") 6 | 7 | Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| 8 | req = Net::HTTP::Delete.new uri 9 | req.basic_auth 'your.username', 'your.password' 10 | res = http.request req 11 | 12 | puts res.body 13 | end 14 | 15 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/ruby/accept-pending-share.rb: -------------------------------------------------------------------------------- 1 | require 'net/http' 2 | require 'uri' 3 | 4 | base_uri = '{oc-examples-server-url}/ocs/v1.php/apps/files_sharing/api/v1/' 5 | uri = URI(base_uri + "shares/pending/1") 6 | 7 | Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| 8 | req = Net::HTTP::Post.new uri 9 | req.basic_auth '{oc-examples-username}', '{oc-examples-password}' 10 | res = http.request req 11 | 12 | puts res.body 13 | end 14 | 15 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/ruby/list-share-details.rb: -------------------------------------------------------------------------------- 1 | require 'net/http' 2 | require 'uri' 3 | 4 | base_uri = '{oc-examples-server-url}/ocs/v1.php/apps/files_sharing/api/v1/' 5 | uri = URI(base_uri + "shares?path=/Photos/Paris.jpg&reshares=true") 6 | 7 | Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| 8 | req = Net::HTTP::Get.new uri 9 | req.basic_auth 'your.username', 'your.password' 10 | res = http.request req 11 | 12 | puts res.body 13 | end 14 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/app/fundamentals/database/schema-migration-step.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | /remote.php/dav/meta/7/ 5 | 6 | 7 | /Photos/San Francisco.jpg 8 | 9 | HTTP/1.1 200 OK 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/webdav_api/search/request/search_files/limit_number_of_results.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 100 8 | 9 | 200 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/ocs/notifications/get-user-notifications.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | USERNAME=admin 4 | PASSWORD={oc-examples-password} 5 | API_PATH="ocs/v2.php/apps/notifications/api/v1/notifications" 6 | SERVER_URI="{oc-examples-server-url}" 7 | 8 | # Get response in XML format 9 | curl "$SERVER_URI/$API_PATH/" \ 10 | --user "$USERNAME:$PASSWORD" 11 | 12 | # Get response in JSON format 13 | curl "$SERVER_URI/$API_PATH?format=json" \ 14 | --user "$USERNAME:$PASSWORD" | jq 15 | 16 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/ruby/update-share.rb: -------------------------------------------------------------------------------- 1 | require 'net/http' 2 | require 'uri' 3 | 4 | base_uri = '{oc-examples-server-url}/ocs/v1.php/apps/files_sharing/api/v1/' 5 | uri = URI(base_uri + "shares/115470") 6 | 7 | Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| 8 | req = Net::HTTP::Put.new uri 9 | req.basic_auth 'your.username', 'your.password' 10 | req.set_form_data('expireDate' => '2017-01-03') 11 | res = http.request req 12 | 13 | puts res.body 14 | end 15 | -------------------------------------------------------------------------------- /modules/admin_manual/pages/configuration/server/examples/config_sample_php_parameters/default-config-sample-sqlite.php: -------------------------------------------------------------------------------- 1 | 'occ6f7365735', 5 | 'passwordsalt' => '2c5778476346786306303', 6 | 'trusted_domains' => [ 7 | 0 => 'localhost', 8 | 1 => 'studio', 9 | ], 10 | 'datadirectory' => '/var/www/owncloud/data', 11 | 'dbtype' => 'sqlite3', 12 | 'version' => '7.0.2.1', 13 | 'installed' => true, 14 | 'operation.mode' => 'single-instance', 15 | ]; 16 | 17 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/app/fundamentals/database/create-migration-step.php: -------------------------------------------------------------------------------- 1 | getMountProviderCollection()->getMountCache(); 4 | 5 | $mounts = $mountCache->getMountsForFileId($fileId); 6 | $userWithAccessToFile = array_map(function(ICachedMountInfo $mount) { 7 | return $mount->getUser(); 8 | }, $mounts); 9 | 10 | $mounts = $mountCache->getMountsForFileId($fileId); 11 | if (count($mounts) > 0) { 12 | $node = $mounts[0]->getMountPointNode(); 13 | $owner = $node->getOwner(); 14 | } 15 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/dav/trashbin_api/restore-file-to-trashbin.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## 4 | ## Variable Declaration 5 | ## 6 | FILE_ID=11111 7 | USERNAME={oc-examples-username} 8 | PASSWORD={oc-examples-password} 9 | API_PATH="remote.php/dav/trash-bin/$USERNAME/$FILE_ID" 10 | SERVER_URI="{oc-examples-server-url}" 11 | 12 | curl "$SERVER_URI/$API_PATH/" \ 13 | -H 'Overwrite: F' \ 14 | -H 'Destination: $SERVER_URI/remote.php/dav/files/$USERNAME/' \ 15 | -X MOVE \ 16 | --user "$USERNAME:$PASSWORD" 17 | -------------------------------------------------------------------------------- /modules/admin_manual/examples/installation/deployment_recommendations/set_session_path.sh: -------------------------------------------------------------------------------- 1 | # Retrieve the session save path setting (default or explicit value) for PHP {recommended-php-version} 2 | # Please change the file path to match your server configuration 3 | session_path=$(\ 4 | awk 'match($0, /^;?session.save_path = "(.*)"/, a) { print a[1] }' \ 5 | /etc/php/{recommended-php-version}/**/php.ini \ 6 | | uniq ) 7 | 8 | # Set the session save path in /etc/fstab 9 | echo "tmpfs $session_path tmpfs defaults,noatime,mode=1777 0 0" >> /etc/fstab 10 | -------------------------------------------------------------------------------- /modules/classic_ui/pages/personal_settings/sharing.adoc: -------------------------------------------------------------------------------- 1 | = Sharing 2 | 3 | == Introduction 4 | 5 | This section allows you to set whether or not you want to: 6 | 7 | * Automatically accept new incoming local user shares 8 | * Allow finding you via autocomplete in share dialog. 9 | 10 | == Settings 11 | 12 | To enable either, check the respective checkbox. This section also allows for configuring 13 | xref:files/federated_cloud_sharing.adoc[Federated Cloud Sharing]. 14 | 15 | .User Sharing Settings 16 | image::personal-settings/sharing/sharing.png[] 17 | 18 | -------------------------------------------------------------------------------- /modules/developer_manual/examples/core/scripts/curl/ocs/notify-public-link-by-email.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | USERNAME={oc-examples-username} 4 | PASSWORD={oc-examples-password} 5 | API_PATH="ocs/v1.php/apps/files_sharing/api/v1/notification/notify-public-link-by-email" 6 | SERVER_URI="{oc-examples-server-url}" 7 | 8 | curl "$SERVER_URI/$API_PATH/" \ 9 | -X POST \ 10 | --data "recipients[]=user@example.com" \ 11 | --data "link=$SERVER_URI/index.php/s/sfU97LuwePm5omD" \ 12 | --data "personalNote=A personal note." \ 13 | --user "$USERNAME:$PASSWORD" 14 | 15 | --------------------------------------------------------------------------------