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

DAV's home directory creation inside the activity feed #616

Open
SamuAlfageme opened this issue Apr 17, 2018 · 0 comments
Open

DAV's home directory creation inside the activity feed #616

SamuAlfageme opened this issue Apr 17, 2018 · 0 comments
Milestone

Comments

@SamuAlfageme
Copy link

I've just seen demo.owncloud.com's activity feed reporting the creation of the home directory:

{
    "date": "2018-04-12T15:47:05+00:00",
    "file": "",
    "id": 2,
    "link": "http://localhost/index.php/apps/files/?dir=",
    "message": "",
    "subject": "\"remote user\" created /"
}

... by a "remote user", not very relevant for the end user.

Note that all links inside the feed are relative to overwrite.cli.url but this one. (Might be relative to owncloud-docker/base@32dc2d6 execution)

Reproducer:

curl -u 'demo:demo' \
    -H 'OCS-APIREQUEST:true' \
    'https://demo.owncloud.com/ocs/v1.php/cloud/activity?page=0&pagesize=100&format=json'
@PVince81 PVince81 added this to the backlog milestone Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants