-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Milestone
Description
Sorry , i'm sure someone logged that already but could not find it :
Steps to reproduce
- Click share on a file
- enter any email user@domaine.com
- an error is returned that the federation was not found for domain.com
Expected behaviour
You should be able to quickly share a file with any email address, a public link would be sent to this email address.
Actual behaviour
an error is returned because the domain is not federated.
Server configuration
Operating system:
any
Web server:
any
Database:
any
PHP version:
any
ownCloud version: (see ownCloud admin page)
8.2.0
Updated from an older ownCloud or fresh install:
8.1
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder
Enabled:
- activity: 2.1.3
- bookmarks: 0.4
- calendar: 0.8.0
- contacts: 0.5.0.0
- direct_menu: 0.3
- documents: 0.10.2
- external: 1.2
- files: 1.2.0
- files_locking:
- files_mv: 0.8.1a
- files_pdfviewer: 0.7
- files_sharing: 0.7.0
- files_texteditor: 2.0
- files_trashbin: 0.7.0
- files_versions: 1.1.0
- files_videoviewer: 0.1.3
- firstrunwizard: 1.1
- gallery: 14.2.0
- html5_videoplayer: 1.0
- mail: 0.2.1
- music: 0.3.7
- news: 6.0.6
- notifications: 0.1.0
- ocdownloader: 1.5
- provisioning_api: 0.3.0
- storagecharts2: 2.6.1
- tasks: 0.8
- templateeditor: 0.1
- updater: 0.6
- user_ldap: 0.7.0
Disabled: - audios
- chat
- delete_confirmation
- encryption
- files_external
- user_external
The content of config/config.php:
array ( 0 => 'drive.ekimia.fr', ), 'datadirectory' => '/var/www/owncloud/data', 'overwrite.cli.url' => 'https://drive.ekimia.fr:8091', 'dbtype' => 'mysql', 'version' => '8.2.0.12', 'dbname' => 'ocdb', 'dbhost' => 'localhost', 'logtimezone' => 'UTC', 'installed' => true, 'mail_from_address' => 'drive', 'mail_smtpmode' => 'php', 'mail_domain' => 'ekimia.fr', 'loglevel' => 1, 'appstore.experimental.enabled' => true, 'ldapIgnoreNamingRules' => false, 'maintenance' => false, 'theme' => '', 'trashbin_retention_obligation' => 'auto', 'preview_libreoffice_path' => '/usr/bin/libreoffice', );Reactions are currently unavailable