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

File preview for shared links broken depending on filename #25258

Closed
RenovatingDev opened this issue Jan 21, 2021 · 2 comments
Closed

File preview for shared links broken depending on filename #25258

RenovatingDev opened this issue Jan 21, 2021 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@RenovatingDev
Copy link

RenovatingDev commented Jan 21, 2021

Steps to reproduce

  1. create a new folder, e.g. "Test"
  2. place a videofile in the folder
  3. rename to videofile to some name which does contain a "&", e.g. "test&test.mp4"
  4. create a shareable link to that folder
  5. access the folder via the shareable link
  6. click on the videofile to watch the preview

Expected behaviour

The videofile gets played

Actual behaviour

There is an error: "Fehler beim Laden von test&test.mp4" (my nextcloud instance is set to german, translated: "Error while loading test&test.mp4").
The frontend tries to access "https://nextcloud.mydomain/s/d4CyRNGd3SGjjRM/download?path=/&files=test&test.mp4" and gets a 404 status code back.

This does only happen if one tries to preview the file via the shareable link. It does not occur when the file is watched as a logged in user on the normal folder view.

(Note: I replaced my actual domain with "nextcloud.mydomain".)

Server configuration detail

Operating system: Linux 4.15.0-123-generic #126-Ubuntu SMP Wed Oct 21 09:40:11 UTC 2020 x86_64

Webserver: nginx/1.19.6 (fpm-fcgi)

Database: mysql 10.5.8

PHP version:

7.4.14
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, pdo_sqlite, session, posix, readline, Reflection, standard, SimpleXML, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, bcmath, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache

Nextcloud version: 20.0.5 - 20.0.5.2

Updated from an older Nextcloud/ownCloud or fresh install: updated from older versions

Where did you install Nextcloud from: docker

Signing status

Array
(
)

List of activated apps
Enabled:
 - accessibility: 1.6.0
 - activity: 2.13.4
 - bruteforcesettings: 2.0.1
 - cloud_federation_api: 1.3.0
 - comments: 1.10.0
 - contactsinteraction: 1.1.0
 - dashboard: 7.0.0
 - dav: 1.16.2
 - federatedfilesharing: 1.10.2
 - federation: 1.10.1
 - files: 1.15.0
 - files_pdfviewer: 2.0.1
 - files_rightclick: 0.17.0
 - files_sharing: 1.12.2
 - files_trashbin: 1.10.1
 - files_versions: 1.13.0
 - files_videoplayer: 1.9.0
 - firstrunwizard: 2.9.0
 - integration_dropbox: 0.0.17
 - issuetemplate: 0.7.0
 - keeweb: 0.6.4
 - logreader: 2.5.0
 - lookup_server_connector: 1.8.0
 - nextcloud_announcements: 1.9.0
 - notifications: 2.8.0
 - oauth2: 1.8.0
 - password_policy: 1.10.1
 - photos: 1.2.3
 - privacy: 1.4.0
 - provisioning_api: 1.10.0
 - recommendations: 0.8.0
 - serverinfo: 1.10.0
 - settings: 1.2.0
 - sharebymail: 1.10.0
 - support: 1.3.0
 - survey_client: 1.8.0
 - systemtags: 1.10.0
 - text: 3.1.0
 - theming: 1.11.0
 - twofactor_backupcodes: 1.9.0
 - updatenotification: 1.10.0
 - user_status: 1.0.1
 - viewer: 1.4.0
 - weather_status: 1.0.0
 - workflowengine: 2.2.0
Disabled:
 - admin_audit
 - checksum
 - encryption
 - files_external
 - user_ldap

Configuration (config/config.php)
{
    "memcache.local": "\\OC\\Memcache\\APCu",
    "apps_paths": [
        {
            "path": "\/var\/www\/html\/apps",
            "url": "\/apps",
            "writable": false
        },
        {
            "path": "\/var\/www\/html\/custom_apps",
            "url": "\/custom_apps",
            "writable": true
        }
    ],
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "nextcloud.mydomain"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "20.0.5.2",
    "overwrite.cli.url": "http:\/\/localhost",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "",
    "mysql.utf8mb4": true,
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "mail_smtpmode": "smtp",
    "mail_smtpsecure": "tls",
    "mail_sendmailmode": "pipe",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpauthtype": "LOGIN",
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "587",
    "loglevel": 2,
    "maintenance": false,
    "theme": "",
    "overwriteprotocol": "https",
    "mail_smtpauth": 1,
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
}

Are you using external storage, if yes which one: no

Are you using encryption:

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

Client configuration

Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36

Operating system: Windows Version 20H2

Logs

Web server error log
No errors printed during these steps
Nextcloud log
Nothing is printed to the nextcloud log during these steps
Browser log

Some messages have been moved to the Issues panel.
main.js?v=04f0af2e-3:1 No OC found
t.getLanguage @ main.js?v=04f0af2e-3:1
value @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
n @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
n @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
n @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 JQMIGRATE: Migrate is installed, version 1.4.1
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
o @ files_client.js?v=04f0af2e-3:1
0 @ files_client.js?v=04f0af2e-3:1
n @ files_client.js?v=04f0af2e-3:1
671 @ files_client.js?v=04f0af2e-3:1
n @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
o @ files_client.js?v=04f0af2e-3:1
0 @ files_client.js?v=04f0af2e-3:1
n @ files_client.js?v=04f0af2e-3:1
671 @ files_client.js?v=04f0af2e-3:1
n @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ templates.js?v=04f0af2e-3:2
(anonymous) @ templates.js?v=04f0af2e-3:43
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ fileactions.js?v=04f0af2e-3:47
FileActions @ fileactions.js?v=04f0af2e-3:19
(anonymous) @ fileactions.js?v=04f0af2e-3:831
(anonymous) @ fileactions.js?v=04f0af2e-3:832
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ fileactions.js?v=04f0af2e-3:48
FileActions @ fileactions.js?v=04f0af2e-3:19
(anonymous) @ fileactions.js?v=04f0af2e-3:831
(anonymous) @ fileactions.js?v=04f0af2e-3:832
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ jquery.fileupload.js?v=04f0af2e-3:31
(anonymous) @ jquery.fileupload.js?v=04f0af2e-3:33
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ files_drop.js?v=04f0af2e-3:174
main.js?v=04f0af2e-3:1 Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ templates.js?v=04f0af2e-3:2
(anonymous) @ templates.js?v=04f0af2e-3:424
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ files.js?v=04f0af2e-3:507
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/core/js/dist/main.js.map: Unexpected token < in JSON at position 0
​ jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
(anonymous) @ ​
​ jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
(anonymous) @ ​
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/files_sharing/js/dist/main.js.map: Unexpected token < in JSON at position 0
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerAction @ ​
(anonymous) @ ​
registerHandler @ ​
(anonymous) @ ​
(anonymous) @ ​
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandlerAlias @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandlerAlias @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
main.js?v=04f0af2e-3:1 session heartbeat polling started
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ filelist.js?v=04f0af2e-3:3835
viewer-main.js?v=04f0af2e-3:403 Please do NOT wait for the DOMContentLoaded before registering your viewer handler
handlers @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
(anonymous) @ files_pdfviewer-main.js?v=04f0af2e-3:23
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
handlers @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
(anonymous) @ files_pdfviewer-main.js?v=04f0af2e-3:23
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
handlers @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
(anonymous) @ files_pdfviewer-main.js?v=04f0af2e-3:23
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
registerAction @ fileactions.js?v=04f0af2e-3:163
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
handlers @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
(anonymous) @ files_pdfviewer-main.js?v=04f0af2e-3:23
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
setDefault @ fileactions.js?v=04f0af2e-3:182
registerAction @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
registerHandler @ viewer-main.js?v=04f0af2e-3:403
handlers @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
(anonymous) @ files_pdfviewer-main.js?v=04f0af2e-3:23
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ publicpage.js?v=04f0af2e-3:25
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ publicpage.js?v=04f0af2e-3:29
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
register @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
n.registerFileActionFallback @ ​
(anonymous) @ ​
setTimeout (async)
t.documentReady @ ​
(anonymous) @ ​
i @ ​
(anonymous) @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerDefaultActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerDefaultActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
registerDefaultActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerDefaultActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerDefaultActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
registerAction @ ​
registerDefaultActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_notifyUpdateListeners @ ​
setDefault @ ​
registerDefaultActions @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_createSummary @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
render @ ​
FileSummary @ ​
_createSummary @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
BreadCrumb @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
BreadCrumb @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
_renderNewButton @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
setProgressBarText @ ​
render @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
setProgressBarText @ ​
render @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
setProgressBarText @ ​
render @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
setProgressBarText @ ​
render @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
setProgressBarText @ ​
render @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
init @ ​
OC.Uploader @ ​
initialize @ ​
FileList @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
​ $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ ​
get @ ​
initialize @ ​
(anonymous) @ ​
(anonymous) @ ​
setTimeout (async)
(anonymous) @ ​
(anonymous) @ ​
He @ ​
i @ ​
(anonymous) @ ​
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:133
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:137
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:139
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:139
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:147
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:148
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:119
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:119
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:130
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:131
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:130
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:131
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:164
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:194
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:194
setDirectory @ breadcrumb.js?v=04f0af2e-3:85
_setCurrentDir @ filelist.js?v=04f0af2e-3:1988
changeDirectory @ filelist.js?v=04f0af2e-3:1918
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
showMask @ filelist.js?v=04f0af2e-3:3149
reload @ filelist.js?v=04f0af2e-3:2065
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:295
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:306
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:311
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
initialize @ public.js?v=04f0af2e-3:323
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_bindShowTermsAction @ public.js?v=04f0af2e-3:344
initialize @ public.js?v=04f0af2e-3:331
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/core/js/dist/files_fileinfo.js.map: Unexpected token < in JSON at position 0
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
displayStorageWarnings @ files.js?v=04f0af2e-3:158
setTimeout (async)
initialize @ files.js?v=04f0af2e-3:317
initialize @ public.js?v=04f0af2e-3:99
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
displayStorageWarnings @ files.js?v=04f0af2e-3:159
setTimeout (async)
initialize @ files.js?v=04f0af2e-3:317
initialize @ public.js?v=04f0af2e-3:99
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
displayStorageWarnings @ files.js?v=04f0af2e-3:160
setTimeout (async)
initialize @ files.js?v=04f0af2e-3:317
initialize @ public.js?v=04f0af2e-3:99
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
displayStorageWarnings @ files.js?v=04f0af2e-3:161
setTimeout (async)
initialize @ files.js?v=04f0af2e-3:317
initialize @ public.js?v=04f0af2e-3:99
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
displayStorageWarnings @ files.js?v=04f0af2e-3:162
setTimeout (async)
initialize @ files.js?v=04f0af2e-3:317
initialize @ public.js?v=04f0af2e-3:99
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/files_pdfviewer/js/files_pdfviewer-public.js.map?v=03ce5620648cf05e5494: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/files_videoplayer/js/main.js.map: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/core/js/dist/files_client.js.map: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/text/js/viewer.js.map: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/files_pdfviewer/js/files_pdfviewer-main.js.map?v=c71840e2e6fb9213ea9c: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/viewer/js/viewer-main.js.map?v=d56069d96d7eb64da6cc: Unexpected token < in JSON at position 0
public.js?v=04f0af2e-3:23 GET https://nextcloud.mydomain/ocs/v2.php/apps/text/public/workspace?path=%2F&shareToken=d4CyRNGd3SGjjRM 404 (Not Found)
(anonymous) @ public.js?v=04f0af2e-3:23
e.exports @ public.js?v=04f0af2e-3:23
e.exports @ public.js?v=04f0af2e-3:23
Promise.then (async)
s.request @ public.js?v=04f0af2e-3:23
r.forEach.s. @ public.js?v=04f0af2e-3:23
(anonymous) @ public.js?v=04f0af2e-3:23
getFileInfo @ public.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:1
u @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
c @ public.js?v=04f0af2e-3:1
a @ public.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:1
mounted @ public.js?v=04f0af2e-3:1
Je @ vendor.js?v=addc3e387913818318a0:6
nn @ vendor.js?v=addc3e387913818318a0:6
(anonymous) @ vendor.js?v=addc3e387913818318a0:6
An.$mount @ vendor.js?v=addc3e387913818318a0:6
An.$mount @ vendor.js?v=addc3e387913818318a0:6
(anonymous) @ public.js?v=04f0af2e-3:23
Promise.then (async)
render @ public.js?v=04f0af2e-3:23
(anonymous) @ filelist.js?v=04f0af2e-3:461
setTimeout (async)
(anonymous) @ filelist.js?v=04f0af2e-3:460
initHeadersAndFooters @ filelist.js?v=04f0af2e-3:451
initialize @ filelist.js?v=04f0af2e-3:439
FileList @ filelist.js?v=04f0af2e-3:32
initialize @ public.js?v=04f0af2e-3:66
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/text/js/public.js.map: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://nextcloud.mydomain/apps/text/js/vendor.js.map?v=addc3e387913818318a0: Unexpected token < in JSON at position 0
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:119
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:119
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:130
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:131
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:130
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:131
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:164
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:194
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
render @ breadcrumb.js?v=04f0af2e-3:194
setDirectoryInfo @ breadcrumb.js?v=04f0af2e-3:92
reloadCallback @ filelist.js?v=04f0af2e-3:2132
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_getFile @ merged-template-prepend.js?v=04f0af2e-3:55
getIconUrl @ merged-template-prepend.js?v=04f0af2e-3:98
_getIconUrl @ filelist.js?v=04f0af2e-3:1447
_createRow @ filelist.js?v=04f0af2e-3:1458
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_getFile @ merged-template-prepend.js?v=04f0af2e-3:57
getIconUrl @ merged-template-prepend.js?v=04f0af2e-3:98
_getIconUrl @ filelist.js?v=04f0af2e-3:1447
_createRow @ filelist.js?v=04f0af2e-3:1458
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1491
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1534
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1547
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:215
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
_createRow @ filelist.js?v=04f0af2e-3:1550
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:228
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
_createRow @ filelist.js?v=04f0af2e-3:1550
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:232
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
_createRow @ filelist.js?v=04f0af2e-3:1550
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1561
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1586
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1587
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1616
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1673
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
formatDate @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1702
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1703
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1708
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_createRow @ filelist.js?v=04f0af2e-3:1709
fileList._createRow @ public.js?v=04f0af2e-3:205
_renderRow @ filelist.js?v=04f0af2e-3:1834
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:215
display @ fileactions.js?v=04f0af2e-3:520
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:228
display @ fileactions.js?v=04f0af2e-3:520
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:232
display @ fileactions.js?v=04f0af2e-3:520
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:215
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
display @ fileactions.js?v=04f0af2e-3:534
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:228
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
display @ fileactions.js?v=04f0af2e-3:534
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:232
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
display @ fileactions.js?v=04f0af2e-3:534
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
display @ fileactions.js?v=04f0af2e-3:546
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_makeActionLink @ fileactions.js?v=04f0af2e-3:340
_defaultRenderAction @ fileactions.js?v=04f0af2e-3:327
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
_renderInlineAction @ fileactions.js?v=04f0af2e-3:401
_renderMenuTrigger @ fileactions.js?v=04f0af2e-3:378
display @ fileactions.js?v=04f0af2e-3:575
_renderRow @ filelist.js?v=04f0af2e-3:1859
_nextPage @ filelist.js?v=04f0af2e-3:1289
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_nextPage @ filelist.js?v=04f0af2e-3:1308
setFiles @ filelist.js?v=04f0af2e-3:1392
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
setFiles @ filelist.js?v=04f0af2e-3:1401
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
setFiles @ filelist.js?v=04f0af2e-3:1403
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
reloadCallback @ filelist.js?v=04f0af2e-3:2150
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ filelist.js?v=04f0af2e-3:1405
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
setFiles @ filelist.js?v=04f0af2e-3:1404
reloadCallback @ filelist.js?v=04f0af2e-3:2139
(anonymous) @ files_client.js?v=04f0af2e-3:1
a @ files_client.js?v=04f0af2e-3:1
fireWith @ files_client.js?v=04f0af2e-3:1
Deferred.g.each.i. @ files_client.js?v=04f0af2e-3:1
(anonymous) @ files_client.js?v=04f0af2e-3:1
Promise.then (async)
getFolderContents @ files_client.js?v=04f0af2e-3:1
reload @ filelist.js?v=04f0af2e-3:2066
changeDirectory @ filelist.js?v=04f0af2e-3:1922
initialize @ public.js?v=04f0af2e-3:289
(anonymous) @ public.js?v=04f0af2e-3:480
(anonymous) @ main.js?v=04f0af2e-3:1
setTimeout (async)
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
He @ main.js?v=04f0af2e-3:1
i @ main.js?v=04f0af2e-3:1
(anonymous) @ public.js?v=04f0af2e-3:479
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
(anonymous) @ publicpage.js?v=04f0af2e-3:37
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_onClickFile @ filelist.js?v=04f0af2e-3:874
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:215
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
getCurrentDefaultFileAction @ fileactions.js?v=04f0af2e-3:269
_onClickFile @ filelist.js?v=04f0af2e-3:892
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:228
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
getCurrentDefaultFileAction @ fileactions.js?v=04f0af2e-3:269
_onClickFile @ filelist.js?v=04f0af2e-3:892
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
getActions @ fileactions.js?v=04f0af2e-3:232
getDefaultFileAction @ fileactions.js?v=04f0af2e-3:297
getCurrentDefaultFileAction @ fileactions.js?v=04f0af2e-3:269
_onClickFile @ filelist.js?v=04f0af2e-3:892
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
action @ fileactions.js?v=04f0af2e-3:133
_onClickFile @ filelist.js?v=04f0af2e-3:895
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
elementToFile @ filelist.js?v=04f0af2e-3:1231
getModelForFile @ filelist.js?v=04f0af2e-3:595
N @ viewer-main.js?v=04f0af2e-3:339
action @ fileactions.js?v=04f0af2e-3:136
_onClickFile @ filelist.js?v=04f0af2e-3:895
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_notifyUpdateListeners @ fileactions.js?v=04f0af2e-3:80
action @ fileactions.js?v=04f0af2e-3:139
_onClickFile @ filelist.js?v=04f0af2e-3:895
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
_onClickFile @ filelist.js?v=04f0af2e-3:903
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
viewer-main.js?v=04f0af2e-3:403 Opening viewer for file /test&test.mp4
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
t @ viewer-main.js?v=04f0af2e-3:283
mounted @ viewer-main.js?v=04f0af2e-3:403
He @ viewer-main.js?v=04f0af2e-3:14
Kt @ viewer-main.js?v=04f0af2e-3:14
insert @ viewer-main.js?v=04f0af2e-3:14
C @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
e._update @ viewer-main.js?v=04f0af2e-3:14
n @ viewer-main.js?v=04f0af2e-3:14
fr.get @ viewer-main.js?v=04f0af2e-3:14
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
set @ viewer-main.js?v=04f0af2e-3:14
pr.set @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
u @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
Promise.then (async)
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
Promise.then (async)
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
openFile @ viewer-main.js?v=04f0af2e-3:403
file @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
set @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
N @ viewer-main.js?v=04f0af2e-3:339
action @ fileactions.js?v=04f0af2e-3:136
_onClickFile @ filelist.js?v=04f0af2e-3:895
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
main.js?v=04f0af2e-3:1 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ main.js?v=04f0af2e-3:1
get @ main.js?v=04f0af2e-3:1
t @ viewer-main.js?v=04f0af2e-3:283
mounted @ viewer-main.js?v=04f0af2e-3:403
He @ viewer-main.js?v=04f0af2e-3:14
Kt @ viewer-main.js?v=04f0af2e-3:14
insert @ viewer-main.js?v=04f0af2e-3:14
C @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
e._update @ viewer-main.js?v=04f0af2e-3:14
n @ viewer-main.js?v=04f0af2e-3:14
fr.get @ viewer-main.js?v=04f0af2e-3:14
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
set @ viewer-main.js?v=04f0af2e-3:14
pr.set @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
u @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
Promise.then (async)
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
Promise.then (async)
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
openFile @ viewer-main.js?v=04f0af2e-3:403
file @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
set @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
N @ viewer-main.js?v=04f0af2e-3:339
action @ fileactions.js?v=04f0af2e-3:136
_onClickFile @ filelist.js?v=04f0af2e-3:895
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
download:1 GET https://nextcloud.mydomain/s/d4CyRNGd3SGjjRM/download?path=/&files=test&test.mp4 404 (Not Found)
viewer-main.js?v=04f0af2e-3:403 Error loading /test&test.mp4 CustomEvent {isTrusted: false, detail: {…}, type: "error", target: div.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--pip-supported.plyr--fullscreen-enabled.plyr--p…, currentTarget: div.viewer__file.viewer__file--active, …}
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
Ee @ viewer-main.js?v=04f0af2e-3:283
(anonymous) @ viewer-main.js?v=04f0af2e-3:283
error (async)
mounted @ viewer-main.js?v=04f0af2e-3:403
He @ viewer-main.js?v=04f0af2e-3:14
Kt @ viewer-main.js?v=04f0af2e-3:14
insert @ viewer-main.js?v=04f0af2e-3:14
C @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
e._update @ viewer-main.js?v=04f0af2e-3:14
n @ viewer-main.js?v=04f0af2e-3:14
fr.get @ viewer-main.js?v=04f0af2e-3:14
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
set @ viewer-main.js?v=04f0af2e-3:14
pr.set @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
u @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
Promise.then (async)
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
Promise.then (async)
ae @ viewer-main.js?v=04f0af2e-3:403
a @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
(anonymous) @ viewer-main.js?v=04f0af2e-3:403
openFile @ viewer-main.js?v=04f0af2e-3:403
file @ viewer-main.js?v=04f0af2e-3:403
fr.run @ viewer-main.js?v=04f0af2e-3:14
cr @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
Xe @ viewer-main.js?v=04f0af2e-3:14
Promise.then (async)
Ye @ viewer-main.js?v=04f0af2e-3:14
tt @ viewer-main.js?v=04f0af2e-3:14
(anonymous) @ viewer-main.js?v=04f0af2e-3:14
fr.update @ viewer-main.js?v=04f0af2e-3:14
le.notify @ viewer-main.js?v=04f0af2e-3:14
set @ viewer-main.js?v=04f0af2e-3:14
value @ viewer-main.js?v=04f0af2e-3:424
N @ viewer-main.js?v=04f0af2e-3:339
action @ fileactions.js?v=04f0af2e-3:136
_onClickFile @ filelist.js?v=04f0af2e-3:895
He @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
(anonymous) @ main.js?v=04f0af2e-3:1
dispatch @ main.js?v=04f0af2e-3:1
v.handle @ main.js?v=04f0af2e-3:1
d4CyRNGd3SGjjRM?dir=undefined&openfile=21490:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found.
download:1 GET https://nextcloud.mydomain/s/d4CyRNGd3SGjjRM/download?path=/&files=test&test.mp4 404 (Not Found)
​ OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ ​
(anonymous) @ ​
each @ ​
each @ ​
(anonymous) @ ​
setInterval (async)
se @ ​
(anonymous) @ ​

@RenovatingDev RenovatingDev added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Jan 21, 2021
@fefrei
Copy link

fefrei commented Feb 1, 2021

I'm experiencing the same issue for files containing a #, when playing the files directly from the web UI, without any sharing link involved. It appears the issue is older, here's a report I found in the forums: https://help.nextcloud.com/t/videoplayer-error-loading-filename-mp4/69269

@szaimen
Copy link
Contributor

szaimen commented Jun 23, 2021

I think this was just recently fixed in NC21.0.2. Please reopen if you should still experience this. Thanks!

@szaimen szaimen closed this as completed Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

3 participants