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

Support user@domain Nextcloud usernames for XMPP Cloud Auth #23

Merged
merged 2 commits into from
Jun 20, 2017

Conversation

MarcelWaldvogel
Copy link
Contributor

When an installation has Nextcloud account names of the form user@domain, this is not supported externalApi.php.

This fixes jsxc/xmpp-cloud-auth#13 by receiving the new domain parameter and checking for an account of the form user@domain first.

@MarcelWaldvogel
Copy link
Contributor Author

The interesting part of the Travis log seems to be:

+./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --database-pass --admin-user admin --admin-pass admin --database mysql
ownCloud is not installed - only a limited number of commands are available
ownCloud was successfully installed
+./occ app:enable ojsxc
ojsxc not found
+./occ config:import apps/ojsxc/tests/travis/config-redis.json
The file must contain a valid json array
+cd apps/ojsxc
./tests/travis/install-oc-master.sh: line 20: cd: apps/ojsxc: No such file or directory
The command "./tests/travis/install-$REPO-$BRANCH.sh" failed and exited with 1 during .
Your build has been stopped.

I'm not a Travis expert, but this seems to be a Travis/jsxc.nextcloud related problem, not due to my PR. Who can fix this?

@LEDfan
Copy link
Member

LEDfan commented Jun 10, 2017

@MarcelWaldvogel I'll fix this when my exams are over 😃 (it's unrelated to this PR)

@sualko sualko merged commit 76c489b into nextcloud:master Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Working configs for Nextcloud user@domain accounts?
3 participants