Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC9 - Calendar authentication credentials need to be re-entered because the calendar naming has changed #23427

Closed
j-ed opened this issue Mar 21, 2016 · 5 comments · Fixed by #25046
Assignees
Labels
Milestone

Comments

@j-ed
Copy link
Contributor

j-ed commented Mar 21, 2016

Expected behavior

After upgrading from OC8.2.2 to OC9.0 it should be possible to access and use all
CalDAV calendars without re-entering the authentication credentials.

Current behavior

The authentication credentials for all subscribed calendars need to be re-entered
in e.g. Thunderbird/Lightning because the calendar naming has slightly been changed.

Example:
OC 8.x: https://your-server-url (ownCloud (Name of calendar))
OC 9.x: https://your-server-url (sabre/dav (Name of calendar))

Environment

Server Configuration

OS: Linux 3.2.75
Web server: Apache2 2.4.18
Database: MariaDB 5.5.46
PHP version: 5.6.17
ownCloud version: 9.0.0
Calendar app version: 1.0.0 (20160320)
Updated from OC8.2.2

Client Configuration

Browser: Thunderbird 38.7.0/Lightning 4.0.7
Operating system: Windows 7

@j-ed
Copy link
Contributor Author

j-ed commented Mar 21, 2016

Moved from Calendar to Core section: owncloud/calendar#352 (comment)

@PVince81
Copy link
Contributor

@DeepDiver1975 @georgehrke

@tslben
Copy link

tslben commented Apr 20, 2016

Workaround is to add "$this->realm = 'ownCloud';" to the constructor in /var/www/owncloud/apps/dav/lib/connector/sabre/auth.php although now you'll get an integrity check failure. Also you have to do it every time there is an OC upgrade.
But at least you won't get calls from 100 users saying "What's this dialog when I start Thunderbird and what the hell is sabre/dav?"

@DeepDiver1975 DeepDiver1975 self-assigned this Apr 20, 2016
@DeepDiver1975 DeepDiver1975 added this to the 9.1-current milestone Apr 20, 2016
@mbiebl
Copy link

mbiebl commented May 10, 2016

I've been bitten by this too. Please consider fixing this in a 9.0 stable update

@lock
Copy link

lock bot commented Aug 4, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants