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: public share with allowed upload and password protection: endlees loading loop #23066

Closed
TDannhauer opened this issue Mar 9, 2016 · 56 comments

Comments

@TDannhauer
Copy link
Contributor

Steps to reproduce

  1. create empty directory in the web interface
  2. Share directory with link, allow upload
  3. Protect share with password 'abc'
  4. enter share link in another browser

Expected behaviour

Share content should be shown

Actual behaviour

The share page ist shown, but immediately reloads the website - in an infinite loop.

IMPORTANT: If you omit the password protection (Step 3), everything works as expected

Server configuration

Debian Jessie

  • Apache 2.4.10
  • Postgres 9.3
  • PHP 5.6.17

Owncloud 9.0.0

Manually updated from 8.2.2

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.
 -> "No errors have been found."

Enabled Apps:
Activity 2.2.1
Comments 0.2
Deleted files 0.8.0
External storage support 0.5.2
Federation 0.0.4
First Run Wizard 1.1
Gallery 14.5.0
Mail Template Editor 0.1
Notifications 0.2.3
PDF Viewer 0.8
Provisioning API 0.4.1
Share Files 0.9.1
Text Editor 2.1
Update notification 0.1.0
Versions 1.2.0
Video player 0.9.8
Files Move 0.8.2


**The content of config/config.php:**

{
"system": {
"instanceid": "oc87896c1671",
"passwordsalt": "_REMOVED SENSITIVE VALUE",
"trusted_domains": [
....
],
"datadirectory": "/extradata/owncloud",
"dbtype": "pgsql",
"version": "9.0.0.19",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc
",
"dbuser": "_REMOVED SENSITIVE VALUE",
"dbpassword": "_REMOVED SENSITIVE VALUE
",
"installed": true,
"forcessl": true,
"loglevel": 0,
"mail_smtpmode": "smtp",
"mail_from_address": "owncloud",
"mail_domain": "domain.tld",
"mail_smtphost": "smtp.domain.tld",
"mail_smtpport": "587",
"mail_smtpname": "_REMOVED SENSITIVE VALUE",
"mail_smtppassword": "_REMOVED SENSITIVE VALUE
",
"mail_smtpauth": 1,
"mail_smtpauthtype": "PLAIN",
"theme": "",
"maintenance": false,
"secret": "_REMOVED SENSITIVE VALUE_",
"redis": {
"host": "localhost",
"port": 6379,
"timeout": 0,
"dbindex": 0
},
"memcache.local": "\OC\Memcache\Redis",
"overwritehost": "owncloud.domain.tld",
"overwriteprotocol": "https",
"overwritewebroot": "/",
"mail_smtpsecure": "tls",
"trashbin_retention_obligation": "auto",
"appstore.experimental.enabled": true
}
}


**Are you using external storage, if yes which one:** none

**Are you using encryption:** no

**Are you using an external user-backend, if yes which one:** no


### Client configuration
Chrome / Firefox

Win 8.1 64 bit
@LukasReschke
Copy link
Member

I cannot reproduce this locally here. Would it be possible for you to send me a link to such a share? Thanks a lot.

You can find my mail address in my profile.

@LukasReschke LukasReschke added this to the 9.0.1-current-maintenance milestone Mar 9, 2016
@TDannhauer
Copy link
Contributor Author

Hi,

email is sent.

One coniguration Detail added:

PHP is driven by PHP-FPM and mod_proxy_fcgi.

The apache VHost config is:

    # PHP5-FPM via mod_proxy_fcgi
    <FilesMatch \.php$>
        SetHandler "proxy:unix:/run/php5-fpm.torben-owncloud.sock|fcgi://localhost/"
    </FilesMatch>

    # Override PHP-FPMs plain error messages with Apaches standard error messages
    ProxyErrorOverride On

@TDannhauer
Copy link
Contributor Author

Webserver Log while reloading loop happens:

- - [10/Mar/2016:08:14:46 +0100] "GET /apps/gallery/js/slideshowzoomablepreview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2527 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /apps/files/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4073 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /apps/files/js/file-upload.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6878 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /apps/files_sharing/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3204 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /apps/files_sharing/js/public.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4458 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /apps/files/js/jquery.iframe-transport.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3435 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/vendor/backbone/backbone.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 20870 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/actions/download.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/logo-icon.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/breadcrumb.svg HTTP/1.1" 304 208 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/actions/play.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/actions/toggle-pictures.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/filetypes/folder.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/places/home.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/breadcrumb.svg HTTP/1.1" 304 208 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /core/img/loading.gif HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "PROPFIND /public.php/webdav/ HTTP/1.1" 401 1125 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /index.php/apps/gallery/config.public?extramediatypes=1&token=hRDA56GyufvV4vt HTTP/1.1" 401 1035 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:46 +0100] "GET /index.php/s/hRDA56GyufvV4vt HTTP/1.1" 200 4363 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/global.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1051 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/multiselect.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1646 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/fixes.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2190 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/jquery-ui/themes/base/jquery-ui.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6691 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/jquery-ui-fixes.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1487 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/css/files.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5036 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/jquery/jquery.min.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 33648 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/backbone/backbone.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 20870 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/oc-dialogs.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 7588 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/jquery-ui/ui/jquery-ui.custom.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 107693 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/l10n.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3189 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/jquery.ocdialog.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2719 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/config.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1258 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/search/js/search.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4125 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/oc-requesttoken.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 871 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/apps.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1786 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/mimetype.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2001 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/mimetypelist.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1699 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/snapjs/dist/latest/snap.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6624 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/oc-backbone.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 907 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/shareitemmodel.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5675 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/sharedialogresharerinfoview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1748 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/sharedialoglinkshareview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3900 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/sharedialogexpirationview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2841 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/sharedialogshareelistview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3618 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/share.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5443 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_videoplayer/js/viewer.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1933 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/firstrunwizard/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1597 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/firstrunwizard/js/jquery.colorbox.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 9009 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/firstrunwizard/js/firstrunwizard.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 972 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3410 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/vendor/bigshot/bigshot-compressed.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 23281 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/vendor/dompurify/src/purify.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 9222 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/galleryutility.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3288 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/slideshow.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4188 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/slideshowcontrols.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3414 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/slideshowzoomablepreview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2527 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/gallerybutton.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1566 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/files/fileinfo.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1552 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4073 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/file-upload.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6878 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_sharing/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3204 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_sharing/js/public.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4459 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/fileactionsmenu.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2053 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/jquery.iframe-transport.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3435 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/files/client.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5521 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/fileinfomodel.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1502 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/styles.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6846 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/inputs.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2549 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/header.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2651 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/mobile.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1742 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/icons.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1585 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/fonts.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 978 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/apps.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4195 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/tooltip.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1392 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_mv/css/mv.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 975 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/share.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1931 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_versions/css/versions.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1091 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_pdfviewer/css/style.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 801 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_videoplayer/css/style.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2527 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/firstrunwizard/css/colorbox.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1471 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/firstrunwizard/css/firstrunwizard.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1063 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/css/slideshow.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1865 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/css/gallerybutton.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1591 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/css/jquery.ocdialog.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1182 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_sharing/css/public.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1683 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_sharing/css/mobile.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1311 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/css/upload.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1694 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/jquery-migrate/jquery-migrate.min.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3801 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/underscore/underscore.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 15594 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/handlebars/handlebars.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 23046 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/blueimp-md5/js/md5.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3520 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/moment/min/moment-with-locales.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 72209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/bootstrap/js/tooltip.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5094 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /index.php/core/js/oc.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3402 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/es6-promise/dist/es6-promise.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 7506 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/vendor/davclient.js/lib/client.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3625 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/placeholders.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6095 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/compatibility.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2046 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/js.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 17922 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 10401 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/octemplate.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2109 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/eventsource.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2392 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/placeholder.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1852 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/jquery.avatar.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2430 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_mv/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1054 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_mv/js/move.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3037 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/shareconfigmodel.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1498 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /core/js/sharedialogview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4280 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files_pdfviewer/js/previewplugin.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2233 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/gallery/js/galleryfileaction.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3146 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/fileactions.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6563 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/jquery.fileupload.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 12938 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/filesummary.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2832 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/files.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5364 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/breadcrumb.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3357 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/filelist.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 21750 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/keyboardshortcuts.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2046 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:47 +0100] "GET /apps/files/js/newfilemenu.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3156 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/vendor/backbone/backbone.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 20870 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/actions/download.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/logo-icon.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/breadcrumb.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/actions/play.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/actions/toggle-pictures.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/filetypes/folder.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/places/home.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/breadcrumb.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /index.php/apps/gallery/config.public?extramediatypes=1&token=hRDA56GyufvV4vt HTTP/1.1" 401 1035 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/img/loading.gif HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "PROPFIND /public.php/webdav/ HTTP/1.1" 401 1125 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /index.php/s/hRDA56GyufvV4vt HTTP/1.1" 200 4362 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/css/apps.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4195 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/css/fixes.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2190 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/css/global.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1051 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/css/tooltip.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1392 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:48 +0100] "GET /core/css/multiselect.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1647 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/files_mv/css/mv.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 975 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /core/css/share.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1931 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/files_versions/css/versions.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1091 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/files_pdfviewer/css/style.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 801 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/files_videoplayer/css/style.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2527 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/gallery/css/slideshow.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1865 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/gallery/css/gallerybutton.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1591 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /core/css/jquery.ocdialog.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1182 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/files_sharing/css/public.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1683 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/files_sharing/css/mobile.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1311 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/firstrunwizard/css/colorbox.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1609 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/firstrunwizard/css/firstrunwizard.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1201 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /apps/files/css/upload.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1694 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /core/vendor/jquery-migrate/jquery-migrate.min.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3801 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /core/vendor/underscore/underscore.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 15594 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /core/vendor/blueimp-md5/js/md5.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3520 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /core/vendor/handlebars/handlebars.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 23046 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /index.php/core/js/oc.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3402 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/vendor/bootstrap/js/tooltip.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5094 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/vendor/backbone/backbone.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 20870 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/vendor/davclient.js/lib/client.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3625 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/vendor/es6-promise/dist/es6-promise.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 7506 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/js/placeholders.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6095 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:49 +0100] "GET /core/vendor/moment/min/moment-with-locales.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 72209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/js/compatibility.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2046 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 10401 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/js/js.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 17922 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/js/octemplate.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2109 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/js/eventsource.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2392 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/js/placeholder.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1852 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /apps/files_mv/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1054 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:50 +0100] "GET /core/js/jquery.avatar.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2430 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files_mv/js/move.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3037 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/shareconfigmodel.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1498 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/sharedialogshareelistview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3619 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/sharedialogview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4280 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files_pdfviewer/js/previewplugin.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2233 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/galleryfileaction.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3146 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/fileactions.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6563 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/jquery.fileupload.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 12938 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/filesummary.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2832 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/breadcrumb.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3356 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/newfilemenu.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3156 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/files.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5364 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/filelist.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 21750 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/keyboardshortcuts.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2045 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/css/styles.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6846 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/css/header.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2651 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/css/inputs.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2548 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/css/mobile.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1742 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/css/icons.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1585 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/css/fonts.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 977 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/vendor/jquery-ui/themes/base/jquery-ui.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6691 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/css/jquery-ui-fixes.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1487 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/css/files.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5035 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/vendor/jquery/jquery.min.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 33649 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/jquery.ocdialog.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2581 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/oc-dialogs.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 7587 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/l10n.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3189 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/config.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1258 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/search/js/search.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4124 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/oc-requesttoken.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 871 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/apps.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1786 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/mimetype.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2001 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/mimetypelist.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1698 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/vendor/snapjs/dist/latest/snap.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6624 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/oc-backbone.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 907 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/shareitemmodel.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5675 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/sharedialogresharerinfoview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1748 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/sharedialoglinkshareview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3899 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/sharedialogexpirationview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2840 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/share.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5443 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files_videoplayer/js/viewer.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1933 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/firstrunwizard/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1597 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/firstrunwizard/js/jquery.colorbox.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 9009 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/firstrunwizard/js/firstrunwizard.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1007 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3410 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/vendor/dompurify/src/purify.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 9221 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/vendor/bigshot/bigshot-compressed.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 23281 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/gallerybutton.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1566 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/files/fileinfo.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1551 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/js/files/client.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5383 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/galleryutility.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3288 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/slideshow.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4187 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/slideshowcontrols.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3414 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /core/vendor/jquery-ui/ui/jquery-ui.custom.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 107693 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/fileactionsmenu.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2052 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/gallery/js/slideshowzoomablepreview.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2527 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/fileinfomodel.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1502 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4073 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/file-upload.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6877 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files_sharing/l10n/de.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3204 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files_sharing/js/public.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 4458 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:51 +0100] "GET /apps/files/js/jquery.iframe-transport.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3435 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/vendor/backbone/backbone.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 20834 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/actions/download.svg HTTP/1.1" 304 173 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/logo-icon.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/breadcrumb.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/actions/play.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/actions/toggle-pictures.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/filetypes/folder.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/places/home.svg HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/loading.gif HTTP/1.1" 304 209 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/img/breadcrumb.svg HTTP/1.1" 304 347 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "PROPFIND /public.php/webdav/ HTTP/1.1" 401 1125 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /index.php/apps/gallery/config.public?extramediatypes=1&token=hRDA56GyufvV4vt HTTP/1.1" 401 1035 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /index.php/s/hRDA56GyufvV4vt HTTP/1.1" 200 4366 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/css/inputs.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2549 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/css/icons.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1585 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/css/header.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2651 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/css/fonts.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 978 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/vendor/jquery-ui/themes/base/jquery-ui.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 6691 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/css/jquery-ui-fixes.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 1487 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /apps/files/css/files.css?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 5036 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/vendor/jquery/jquery.min.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 33649 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/js/jquery.ocdialog.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 2581 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/js/oc-dialogs.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 7588 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
- - [10/Mar/2016:08:14:52 +0100] "GET /core/js/l10n.js?v=6e5cb6ec205f865c5042037cf964112b HTTP/1.1" 200 3189 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"

@levin-kelevra
Copy link

I have the same, but A username and password are being requested by https://my.site.com. The site says: "sabre/dav"

@stogh
Copy link

stogh commented Mar 16, 2016

We were having the same issue and we've solved it regenerating the owncloud's cache using the following command: sudo -u www-data php console.php files:scan --all

@stogh
Copy link

stogh commented Mar 16, 2016

Sorry, I was wrong, I tried with a browser were I logged by hand, using a new browser session the bug is still present

@stogh
Copy link

stogh commented Mar 16, 2016

Just in case it is useful for debugging, I've been able to use a public link to a password protected directory by doing the following:

@LukasReschke
Copy link
Member

@stogh Would it be possible for you as well to send me a link to a shared link on your instance? You can find my mail address in my profile.

@LukasReschke
Copy link
Member

Waiting for some adjustments by @TDannhauer as requested via private mail.

@LukasReschke
Copy link
Member

Somehow the request to /public.php/webdav/ fails, however Apache seems to eat the error message.

2016-03-16_18-41-10

@PVince81
Copy link
Contributor

In general this could happen if the session that was created with the password expires.
I tried something locally on v9.0.0:

  1. Create public link share with password and allow editing
  2. Log out
  3. Open the link share
  4. Enter password
  5. Delete all session files
  6. Try creating a folder

=> a basic auth popup appears
Strangely the server is supposed to return a dummy basic auth in this situation, which would cause the page to reload. Seems the "DummyBasicAuth" code is missing in the PublicAuth class.

The reason for reloading is to try and retrigger the password page. Not sure why it isn't retriggered in your case.

@TDannhauer
Copy link
Contributor Author

Sorry for beeing silent the last days, I'm still on the road. Merge pull request #23564 from owncloud/public-ajaxbasicauth does not solve the issue. Now the endless loop stops, but in says (quick an dirty translated into english): Cannot find directory. Please check your logs and contact an administrator.

@ghost ghost modified the milestones: 9.0.2-current-maintenance, 9.0.1 Apr 8, 2016
@TDannhauer
Copy link
Contributor Author

Upgrading to 9.0.1 does not solve the issue.

@lukas: Maybe we should do a session together via teamviewer..

I'm curious why the issue appears onbly for a few user...

@stogh : What is your setup? PHP in which version, how driven, what apache and what distro?

Thanks,
Torben

@TDannhauer TDannhauer reopened this Apr 9, 2016
@PenguinSolutions
Copy link

Facing the same issue. Fresh Installation of OC 9.0.0, Update to 9.0.1 did not help.
System is CentOS 6.7, PHP 5.6.5 from Software Collections, Nginx nginx-1.8.1.
Btw. could it somehow be related to Postgres DB?? I´m using Postgres 9.4.4 and other people reporting the same issue seem to use Postgres too. (#23843 as example)

@marcelgsteiger
Copy link

same issue here. All apps disabled except dav, files, files_external and files_sharing. Using CentOS 6.7, tried both with php 5.6.20 and php 7.0.5 from remi repo, with php-fpm / fcgi and ulyaoth-hiawatha 10.0-3. Updated from 8.1 thru 8.2, 9.0 then 9.0.1 via standard yum repo, with postgresql 9.3.2 db backend.
However, using chrome 49.0.2623.112 browser, I get authentification dialog in an endless loop, while using firefox 45.0.2, I get the mentioned endless loop without dialog.
I have this issue without upload enabled on the share.

@TDannhauer
Copy link
Contributor Author

@milprog: different loop behaviour in Chorme vs FF confirmed on my end.

@ianathompson
Copy link

The fix for this was only done to 2 files.
./apps/files_sharing/lib/helper.php L164
./lib/private/share/share.php L2480

To make it work you must also modify the files:
./apps/gallery/middleware/envcheckmiddleware.php L299
./apps/dav/lib/connector/publicauth.php L92

I did it manually because for some reason it was excluded. Password protection works perfectly now.

thank you @TDannhauer for this!!!

@vaskic
Copy link

vaskic commented Jun 21, 2016

I'm using galleryplus instead of gallery and even though I fixed all four files the problem still occurs - I can see in the log:
{"reqId":"npSny1ar\/5w0EjrA8m69","remoteAddr":"333.444.555.666","app":"galleryplus","message":"Exception: Missing password (401)","level":3,"time":"2016-06-21T20:36:39+00:00","method":"GET","url":"\/apps\/galleryplus\/config.public?extramediatypes=1&token=MGUlIOl1AO3qfMM","user":"--"}

In the galleryplus I can't see linkItem['id']
any hint please?

@butonic
Copy link
Member

butonic commented Jun 28, 2016

@vaskic try this:

--- a/middleware/envcheckmiddleware.php 2016-06-28 12:56:15.752871308 +0200
+++ b/middleware/envcheckmiddleware.php 2016-06-28 12:47:28.319474108 +0200
@@ -289,7 +289,7 @@
    private function checkSession($share) {
        // Not authenticated ?
        if (!$this->session->exists('public_link_authenticated')
-           || $this->session->get('public_link_authenticated') !== $share->getId()
+           || $this->session->get('public_link_authenticated') !== (string)$share->getId()
        ) {
            throw new CheckException("Missing password", Http::STATUS_UNAUTHORIZED);
        }

@oparoz
Copy link
Contributor

oparoz commented Jun 28, 2016

@vaskic Could you open an issue here?: https://github.com/interfasys/galleryplus/issues
Gallery+ has moved to Share 2.0 and things are a bit different.

@leegarrett
Copy link

I upgraded to owncloud 9.0.3 and this problem still exists. The fix is incomplete, as it seems. I still get an infinite loading loop, but other than before there is a popup asking for username and password. Funny enough, since this is a loop, this popup will go away after a few seconds, only to re-appear again.

Was this patch QA tested before release? Do other people still experience this issue in 9.0.3?

@PenguinSolutions
Copy link

@leegarrett same here, still does not work out of the box with 9.0.3.
You have to edit 2 more files. (Thanks to @ianathompson who posted the solutions above)

--- apps/gallery/middleware/ORIG_envcheckmiddleware.php 2016-06-29 11:49:43.000000000 +0200
+++ apps/gallery/middleware/envcheckmiddleware.php      2016-07-02 23:37:34.559574315 +0200
@@ -312,7 +312,7 @@
        private function checkSession($linkItem) {
                // Not authenticated ?
                if (!$this->session->exists('public_link_authenticated')
-                       || $this->session->get('public_link_authenticated') !== $linkItem['id']
+                       || $this->session->get('public_link_authenticated') !== (string)$linkItem['id']
                ) {
                        throw new CheckException("Missing password", Http::STATUS_UNAUTHORIZED);
                }
--- apps/dav/lib/connector/ORIG_publicauth.php  2016-06-29 11:49:32.000000000 +0200
+++ apps/dav/lib/connector/publicauth.php       2016-07-02 23:34:46.480420934 +0200
@@ -89,7 +89,7 @@
                                        }
                                        return true;
                                } else if (\OC::$server->getSession()->exists('public_link_authenticated')
-                                       && \OC::$server->getSession()->get('public_link_authenticated') === $linkItem['id']) {
+                                       && \OC::$server->getSession()->get('public_link_authenticated') === (string)$linkItem['id']) {
                                        return true;
                                } else {
                                        return false;

@TDannhauer
Copy link
Contributor Author

Hi,

Thats so sad.. Another broken release....

I submitted this changes long ago. Then their CI was broken. They anounced to integrate it manually without PR... Obviously they didn't..

Whats up? This way it doesn't make fun to contribute...

Torben

Von unterwegs gesendet
Sent from mobile

Am 06.07.2016 um 22:52 schrieb PenguinSolutions notifications@github.com:

@leegarrett same here, still does not work out of the box with 9.0.3.
You have to edit 2 more files. (Thanks to @ianathompson who posted the solutions above)

--- apps/gallery/middleware/ORIG_envcheckmiddleware.php 2016-06-29 11:49:43.000000000 +0200
+++ apps/gallery/middleware/envcheckmiddleware.php 2016-07-02 23:37:34.559574315 +0200
@@ -312,7 +312,7 @@
private function checkSession($linkItem) {
// Not authenticated ?
if (!$this->session->exists('public_link_authenticated')

  •                   || $this->session->get('public_link_authenticated') !== $linkItem['id']
    
  •                   || $this->session->get('public_link_authenticated') !== (string)$linkItem['id']
            ) {
                    throw new CheckException("Missing password", Http::STATUS_UNAUTHORIZED);
            }
    
    --- apps/dav/lib/connector/ORIG_publicauth.php 2016-06-29 11:49:32.000000000 +0200
    +++ apps/dav/lib/connector/publicauth.php 2016-07-02 23:34:46.480420934 +0200
    @@ -89,7 +89,7 @@
    }
    return true;
    } else if (\OC::$server->getSession()->exists('public_link_authenticated')
  •                                   && \OC::$server->getSession()->get('public_link_authenticated') === $linkItem['id']) {
    
  •                                   && \OC::$server->getSession()->get('public_link_authenticated') === (string)$linkItem['id']) {
                                    return true;
                            } else {
                                    return false;
    


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@PVince81
Copy link
Contributor

PVince81 commented Jul 7, 2016

We did integrate your patch @TDannhauer here: #24956

While it was enough for your use case, it seems that there were other locations that needed it like gallery sharing (the public link share as shown from the gallery app) and apparently public webdav auth ?

Please note that we were never able to reproduce this issue initially, only people with some specific environments. Can someone provide details about how to setup an environment where this will surely happen ?

@PVince81 PVince81 reopened this Jul 7, 2016
@PVince81
Copy link
Contributor

PVince81 commented Jul 7, 2016

Okay, it looks like @TDannhauer submitted another PR to the gallery app too owncloud/gallery#652. The patches weren't linked so it was easy to miss.

Will get these into 9.0.4, sorry for the inconvenience.

@PVince81
Copy link
Contributor

PVince81 commented Jul 7, 2016

@PVince81 PVince81 modified the milestones: 9.0.4, 9.0.3 Jul 7, 2016
@PVince81
Copy link
Contributor

PVince81 commented Jul 7, 2016

Now thinking of it, the cases that use $share->getId() might not need casting because they use the share object. Only the cases without.

But the PRs above will add it still, to be on the safe side.

@PVince81
Copy link
Contributor

All parts of the fix was merged for the upcoming 9.0.4 and 9.1.0.

Would be good if anyone with the right env having this issue could do a quick test with tomorrow's daily build (either stable9 build or master build)

@esuntp
Copy link

esuntp commented Jul 20, 2016

problem solved for me by disabling Gallery+ App

@lock
Copy link

lock bot commented Aug 3, 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 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests