owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.36k stars 2.06k forks source link

stop advertising serverside scheduling for admin user #26096

Closed m707 closed 6 years ago

m707 commented 8 years ago

I am sorry, no clue what my subject line means in detail, I got it from a bugzilla report here:

https://bugzilla.mozilla.org/show_bug.cgi?id=1297009

Reported my problem on user@oc first, where I was adviced to report it here. I am admin on my family OC setup and use thunderbird/lightning to interact with CalDav. Invitations I send are not send by lightning/TB, but by php from the owncloud instance - this isn't true for a normal user - just the admin account.

-->

Steps to reproduce

  1. Configure a OC CalDav calendar in lighning, set an e-mail configured in TB for that account
  2. Make a new date invite somebody. 3.

    Expected behaviour

The invitation should be send by thunderbird, using the account configured in lightning

Actual behaviour

The invitation is send by php using the address configured for owncloud admin

Server configuration

Debian Jessie, Apache 2.4, MySQL 5.5.50, php 5.6.24, OC 9.1 updated/-garded since 4.x

Web server:

Database:

PHP version:

ownCloud version: (see ownCloud admin page)

Updated from an older ownCloud or fresh install:

Where did you install ownCloud from:

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

The content of config/config.php:

config.php: <?php $CONFIG = array ( 'passwordsalt' => '**', 'datadirectory' => '/var/local/data', 'dbtype' => 'mysql', 'version' => '9.1.0.15', 'dbname' => 'mycloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc', 'dbuser' => 'maik', 'dbpassword' => 'SECRET', 'installed' => true, 'instanceid' => '50c991a8e449c', 'loglevel' => 2, 'versions' => 'true', 'theme' => '', 'forcessl' => true, 'trusted_domains' => array ( 0 => 'myDynDNSDomain', 1 => 'myLANDomain', ), 'mail_domain' => 'MyDynDNSDomain', 'mail_from_address' => 'maik', 'mail_smtpmode' => 'php', 'mailsmtppassword' => 'secret', 'secret' => **, 'memcache.local' => '\OC\Memcache\APCu', 'maintenance' => false, 'trashbin_retention_obligation' => 'auto', );

List of activated apps:

$ php occ app:list
Enabled:
  - activity: 2.3.2
  - calendar: 1.3.3
  - comments: 0.3.0
  - contacts: 1.4.0.0
  - dav: 0.2.5
  - encryption: 1.3.0
  - federatedfilesharing: 0.3.0
  - federation: 0.1.0
  - files: 1.5.1
  - files_pdfviewer: 0.8.1
  - files_sharing: 0.10.0
  - files_texteditor: 2.1
  - files_trashbin: 0.9.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - gallery: 15.0.0
  - notifications: 0.3.0
  - provisioning_api: 0.5.0
  - systemtags: 0.3.0
  - templateeditor: 0.1
  - updatenotification: 0.2.1
Disabled:
  - external
  - files_antivirus
  - files_external
  - files_versions
  - ownnote
  - user_external
  - user_ldap

No external storage, no encryption, no external user-backend, no ldap/AD - nothing fancy ;).

BTW: 
Is it probably a dumb idea to use the admin account for normal tasks (files/calendar/contacts) at all?
PVince81 commented 7 years ago

@DeepDiver1975

ownclouders commented 6 years ago

Hey, this issue has been closed because the label status/STALE is set and there were no updates for 7 days. Feel free to reopen this issue if you deem it appropriate.

(This is an automated comment from GitMate.io.

ownclouders commented 6 years ago

Hey, this issue has been closed because the label status/STALE is set and there were no updates for 7 days. Feel free to reopen this issue if you deem it appropriate.

(This is an automated comment from GitMate.io.)

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.