Giter VIP home page Giter VIP logo

files_texteditor's Introduction

Texteditor

Build Status Scrutinizer Code Quality Code Coverage

The original text editor app for Nextcloud, based on Ace.

Features:

  • Syntax highlighting
  • Autosave
  • Syntax checking
  • Responsive design (optimised on mobile and desktop)

Install

Simply copy the files_texteditor folder into the apps directory and enable the app within the Nextcloud settings.

Usage

To use the editer, click on a supported file within the Files app and the file will be loaded into the editor. Saving is automatic, but can also be triggered manually with Ctrl+S or Cmd+S.

Contributors

Maintainer: Robin Appelman Past contributors: Thomas Müller Tom Needham Jörn Friedrich Dreyer Vincent Petry

Preview apps

Apps can add side-by-side previews to the app for certain file types by using the preview api

OCA.MYApp.Preview = function(){
    ...
}

OCA.MYApp.Preview.Prototype = {
    /**
     * Give the app the opportunity to load any resources it needs and prepare for rendering a preview
     */
    init: function() {
        ...
    },
    /**
     * @param {string} the text to create the preview for
     * @param {jQuery} the jQuery element to render the preview in
     */
    preview: function(text, previewElement) {
        ...
    }
}

OCA.Files_Texteditor.registerPreviewPlugin('text/markdown', new OCA.MYApp.Preview());

For styling of the preview, the preview element will have the id preview and the className will be set to the mimetype of the file being eddited with any slash replaced by dashes.

e.g. when editing a markdown file the preview element can be styled using the #preview.text-markdown css query.

files_texteditor's People

Contributors

artonge avatar bartv2 avatar butonic avatar come-nc avatar danxuliu avatar deepdiver1975 avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar emerzh avatar icewind1991 avatar j-ed avatar jancborchardt avatar juliushaertl avatar libasys avatar lukasreschke avatar mikeazo avatar morrisjobke avatar nextcloud-bot avatar nickvergessen avatar npmbuildbot[bot] avatar pvince81 avatar r0wi avatar rakekniven avatar rullzer avatar skjnldsv avatar thw26 avatar tomneedham avatar valdnet avatar vgezer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

files_texteditor's Issues

Cannot copy and paste from editor, middle click paste, and open text files without extension

Hello,

There are 3 issues with the text editor:
Cannot copy and paste from the editor. I have to basically download the file and open it with my operating system's text editor in order to copy text.

Middle clicking highlighted text from another program into the text editor causes gibberish characters to be pasted instead.

Opening text files without an extension (like unix documentation files) fails to open the text editor and instead asks the browser to download the file.

Latest Nextcloud 13 context menu

When on NextCloud 13, I noticed that Text-editor doesn't add the Edit options to the context menu, even though its there in editor.js

Unable to edit a .txt file by chinese(simplified) input method correctly

Steps to reproduce

1.Open an existed .txt file or create a new one.
2.Switch the input method from EN to CHN(chinese simplified).
3.type "nihao"(nihao is the pinyin of "你好" means hello) on the keyboard ended with a space subsequently.

Expected behaviour

Normally, two chinese characters "你好" should appear in the file.

Actual behaviour

In fact, still "nihao" in the file.
Futhermore,after I type the enter button,"你好" just appear after "nihao" and the cursor goes to the nextline.
error happens as we input chinese
I'd like to mention the differences between inputting Chinese and English.As we input chinese,we type the pinyin of chinese characters,then pick up the exact chinese characters we want,and then press space button.Cause different chinese characters may have a same pinyin.Thus, we need to pick the right one and press space button to confirm the inputting action.I guess ,the problem I'm encountering maybe has some relations with the input differences mentioned above.Hope somebody could help.

Server configuration

Operating system:
ubuntu 16.04

Web server:
apache

Database:
MariaDB 10.0.33

PHP version:
7.0.22

Nextcloud version: (see Nextcloud admin page)
12.0.5.3
Where did you install Nextcloud from:
download the archive file from nextcloud official website

List of activated apps:
Enabled:

  • activity: 2.5.2
  • comments: 1.2.0
  • dav: 1.3.1
  • federatedfilesharing: 1.2.0
  • federation: 1.2.0
  • files: 1.7.2
  • files_pdfviewer: 1.1.1
  • files_sharing: 1.4.0
  • files_texteditor: 2.4.1
  • files_trashbin: 1.2.0
  • files_versions: 1.5.0
  • files_videoplayer: 1.1.0
  • firstrunwizard: 2.1
  • gallery: 17.0.0
  • groupfolders: 1.2.0
  • logreader: 2.0.0
  • lookup_server_connector: 1.0.0
  • nextcloud_announcements: 1.1
  • notifications: 2.0.0
  • oauth2: 1.0.5
  • password_policy: 1.2.2
  • provisioning_api: 1.2.0
  • serverinfo: 1.2.0
  • sharebymail: 1.2.0
  • survey_client: 1.0.0
  • systemtags: 1.2.0
  • theming: 1.3.0
  • twofactor_backupcodes: 1.1.1
  • updatenotification: 1.2.0
  • workflowengine: 1.2.0
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

array ( 0 => 'localhost', 1 => '*', ), 'datadirectory' => '/var/www/nextcloud/data', 'overwrite.cli.url' => 'http://localhost', 'dbtype' => 'mysql', 'version' => '12.0.5.3', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'installed' => true, 'instanceid' => 'ocqdhmwxgm2i', 'maintenance' => false, 'theme' => '', 'loglevel' => 2, ); ### Client configuration **Browser:** **Operating system:** ### Logs #### Nextcloud log (data/owncloud.log) ``` Insert your Nextcloud log here ``` #### Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```

Russian text is displayed incorrectly

Russian text is displayed incorrectly in files created with notepad windows. If you create files in the Nextcloud panel is all right. How can this be corrected? I understand that the problem is somewhere in the encoding.

I think you need to make corrections to files:
FileHandlingController.php
PublicFileHandlingController.php

I do not understand what changes to make to read the encoding CP1251

[NC13B1] New files gets added twice in UI

Steps to reproduce

  1. Open Files app
  2. Click on + add a new file `test.txt
  3. add some text save and close popup

Expected behaviour

The text file is saved and displayed once in the UI.

Actual behaviour

Sometimes the files is shown twice in the UI (sometimes only after clicking on it again)

Server configuration

General server configuration

Operating system: Linux 4.5.7-std-3 #1 SMP Tue Jul 12 09:56:30 UTC 2016 x86_64

Web server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips (fpm-fcgi)

Database: mysql 5.5.56

PHP version: 7.1.10

PHP-modules loaded
 - Core
 - date
 - libxml
 - openssl
 - pcre
 - zlib
 - filter
 - hash
 - Reflection
 - SPL
 - session
 - standard
 - cgi-fcgi
 - apcu
 - bz2
 - calendar
 - ctype
 - curl
 - dom
 - mbstring
 - fileinfo
 - ftp
 - gd
 - gettext
 - gmp
 - iconv
 - igbinary
 - imap
 - intl
 - json
 - exif
 - mcrypt
 - mysqli
 - PDO
 - pdo_mysql
 - pdo_sqlite
 - Phar
 - posix
 - redis
 - shmop
 - SimpleXML
 - sockets
 - sqlite3
 - sysvmsg
 - sysvsem
 - sysvshm
 - tokenizer
 - xml
 - wddx
 - xmlreader
 - xmlwriter
 - xsl
 - zip
 - Zend OPcache

Nextcloud configuration

Nextcloud version: 13.0.0 Beta 1 - 13.0.0.6

Updated from an older Nextcloud/ownCloud or fresh install: updated from oc +- 6

Where did you install Nextcloud from: zip file

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

Are you using encryption: no

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

Enabled apps
 - activity: 2.6.1
 - apporder: 0.4.0
 - calendar: 1.5.6
 - comments: 1.3.0
 - contacts: 2.0.1
 - dav: 1.4.5
 - deck: 0.2.7
 - drawio: 0.8.8
 - federatedfilesharing: 1.3.1
 - federation: 1.3.0
 - files: 1.8.0
 - files_downloadactivity: 1.2.0
 - files_external: 1.4.1
 - files_pdfviewer: 1.2.0
 - files_sharing: 1.5.0
 - files_texteditor: 2.5.1
 - files_trashbin: 1.3.0
 - files_versions: 1.6.0
 - files_videoplayer: 1.2.0
 - gallery: 18.0.0
 - issuetemplate: 0.2.2
 - logreader: 2.0.0
 - lookup_server_connector: 1.1.0
 - mail: 0.7.4
 - news: 11.0.6
 - nextcloud_announcements: 1.2.0
 - notifications: 2.1.0
 - oauth2: 1.1.0
 - password_policy: 1.3.0
 - previewgenerator: 1.0.7
 - provisioning_api: 1.3.0
 - serverinfo: 1.3.0
 - sharebymail: 1.3.0
 - survey_client: 1.1.0
 - systemtags: 1.3.0
 - theming: 1.4.1
 - twofactor_backupcodes: 1.2.3
 - twofactor_totp: 1.3.1
 - updatenotification: 1.3.0
 - workflowengine: 1.3.0
Disabled apps
 - admin_audit
 - encryption
 - firstrunwizard
 - user_ldap
Content of config/config.php
{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
""
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "13.0.0.6",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "theme": "",
    "maintenance": false,
    "maxZipInputSize": 0,
    "allowZipDownload": true,
    "secret": "***REMOVED SENSITIVE VALUE***",
    "app.mail.server-side-cache.enabled": true,
    "trashbin_retention_obligation": "auto",
    "memcache.local": "\\OC\\Memcache\\Redis",
    "memcache.distributed": "\\OC\\Memcache\\Redis",
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 6379,
        "timeout": 0,
        "dbindex": 0
    },
    "preview_max_scale_factor": 1,
    "htaccess.RewriteBase": "\/",
    "loglevel": 2,
    "updater.release.channel": "beta",
    "mysql.utf8mb4": true
}

Client configuration

Browser: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Operating system: openSUSE 42.3

Logs

Browser log
Error: ace.edit can't find div #sidebar_editor
merged.js:20307:19
exports.edit
https://...be/js/files_texteditor/merged.js:20307:19
handlePreview/<
https://....be/js/files_texteditor/merged.js:752:18
then/</</<
https://....be/core/vendor/core.js:2:28292
j
https://....be/core/vendor/core.js:2:26920
fireWith
https:/....be/core/vendor/core.js:2:27738
x
https://.,..be/core/vendor/core.js:4:11251
b/<
https://....be/core/vendor/core.js:4:14765

schermafbeelding 2017-11-21 om 14 45 22
schermafbeelding 2017-11-21 om 14 45 09

"Access denied" trying to open .txt files

Steps to reproduce

  1. Click on a .txt file

Expected behaviour

The editor opens showing file content.

Actual behaviour

An "Access denied" message is shown.

  • Editor opens a newly created file.
  • Changing extension (e.g. from .txt to .xml) makes the editor able to open file.

Server configuration

Operating system:
Debian jessie
Web server:
Apache 2.4
Database:
mysql
PHP version:
5.6.29
Nextcloud version: (see Nextcloud admin page)
11.0.3
Where did you install Nextcloud from:

List of activated apps:

Enabled:

  • activity: 2.5.2
  • audioplayer: 2.0.1
  • bookmarks: 0.10.0
  • bruteforcesettings: 1.0.2
  • calendar: 1.5.3
  • comments: 1.2.0
  • contacts: 1.5.3
  • dav: 1.3.0
  • federatedfilesharing: 1.2.0
  • federation: 1.2.0
  • files: 1.7.2
  • files_pdfviewer: 1.1.1
  • files_sharing: 1.4.0
  • files_texteditor: 2.4.1
  • files_trashbin: 1.2.0
  • files_versions: 1.5.0
  • files_videoplayer: 1.1.0
  • firstrunwizard: 2.1
  • gallery: 17.0.0
  • logreader: 2.0.0
  • lookup_server_connector: 1.0.0
  • nextcloud_announcements: 1.1
  • notes: 2.2.0
  • notifications: 2.0.0
  • oauth2: 1.0.5
  • password_policy: 1.2.2
  • provisioning_api: 1.2.0
  • richdocuments: 1.12.31
  • serverinfo: 1.2.0
  • sharebymail: 1.2.0
  • spreed: 2.0.1
  • spreedme: 0.3.9
  • survey_client: 1.0.0
  • systemtags: 1.2.0
  • tasks: 0.9.5
  • theming: 1.3.0
  • twofactor_backupcodes: 1.1.1
  • updatenotification: 1.2.0
  • workflowengine: 1.2.0

link directly to file editor/preview

Can you support a link form which can be used to send links to team members and avoid the additional click on the file name to open it? would be even better if the cool new 3 mode option could be supported as we would share links in preview mode. i.e.:

/apps/files/?dir=/&fileid=102159&view=edit
/apps/files/?dir=/&fileid=102159&view=preview
/apps/files/?dir=/&fileid=102159&view=mixed

Currently we have to share with links such as this one

/apps/files/?dir=/&fileid=102159

  1. it requires an additional click to open which defaults to mixed mode
  2. another click to go to preview mode.

thanks!

Files Texteditor bug while editing the file during the auto-save

Hi there,
I'll get the following Error when I edit a text file.

{"reqId":" *** ","remoteAddr":" *** ","app":"files_texteditor","message":"File: /test.txt modified since opening.","level":3,"time":"2016-12-17T13:15:33+01:00","meth$

How to reproduce:

  1. Create a new .txt file
  2. Open the created .txt file
  3. Write something & save it (Strg + s)
  4. Edit the .txt file and dont stop to write/edit while nextcloud will auto-save the .txt file

Operating System:
Ubuntu 16.04 LTS
Apache 2.4.18
PHP 7.0.8
Nextcloud 11.0.0

redis-cache? Yes
--> config.php:

'memcache.distributed' => '\OC\Memcache\Redis',
'memcache.locking' => '\OC\Memcache\Redis',
'memcache.local' => '\OC\Memcache\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'timeout' => 0.0,
),

Are sync clients running? Yes

Is the file/folder shared? No

https://help.nextcloud.com/t/app-files-texteditor-bug/6353

Content Security Policy prevents ACE workers from being created

Since the update from ACE 1.2.5 to ACE 1.2.8 the workers, which are used for syntax checking, no longer work. The following error can be seen in Chromium JavaScript console:

Refused to create a worker from 'blob:http://127.0.0.1:8000/33b08d1a-f3ea-4a32-90b0-a77579f9a95c' because it violates the following Content Security Policy directive: "script-src 'nonce-SmdaNmhHM1JLeHU3dW5pNmFVY3IwekphTGRQQkRZMElwMW1YdFRJSktWMD06UjBFQ3dGV0dIa3JQd2pMS0x6ZHlpbXNBWmVYMVlMMWEzd0Q1MEY1aWN4az0=' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'script-src' is used as a fallback.

This happens in stable13 and current master branches.

Note that using return new Worker(workerUrl); (like it was done before) instead of return new Worker(blobURL); solves the problem (obviously that is not a fix; it just a little more information for whoever is going to fix this ;-) ).

Custom settings/editor keybindings (emacs, vim)

Hello,

Our Group4Layers developers use Emacs and Vim, and their keybindings in many of our software. We forked your repository and extended it to support these features for the stable14 branch. We have developed it in our local server with a vanilla nextcloud 14. We did "informal tests" (not automated) for every feature because it is not a complex workflow. Also, we tried to be as close as possible to your code style.

So far, we only provide es translations, besides the default english.

Would be great if we can integrate with the official repository. It is the first time we do something regarding Nextcloud, so, maybe it is not the best approach for an expert in php/nextcloud, but we tried our best in a few days. We encourage you to consider it. If it doesn't meet your requirements, please, provide the guidelines to be able to do it.

Also, this modification allows many contributions that appear in your issues, like custom mimetypes/modes, and others that we thought when using nextcloud, such as manually switching modes.

Forked: files_texteditor

Thank you,
nozalr

Edit:

  • Admin settings (global)
  • User settings
  • Editor for an user with vim keybindings

admin_settings
user_settings
editor

Do not replace spaces with tabs

Steps to reproduce

  1. Create a text file
  2. Enter some text containing one or more lines with four or more spaces in the beginning
  3. Wait until the file is saved and open it again

Expected behaviour

The editor leaves entered white spaces as they are.

Actual behaviour

When entering multiple spaces, the editor replaces them with tabs assuming tab stops every 4 spaces. This can cause confusion when opening the file somewhere else where the tab stops are 8 spaces and also when editing tables which are created to be readable even without a markdown formatter.

Server configuration detail

Operating system: Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64

Webserver: Apache (fpm-fcgi)

Database: mysql 10.0.34 (MariaDB)

PHP version: 7.0.25-0ubuntu0.16.04.1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, cgi-fcgi, mysqlnd, PDO, xml, apcu, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, imagick, imap, intl, json, exif, mcrypt, memcache, mysqli, pdo_mysql, pdo_sqlite, Phar, posix, pspell, readline, recode, shmop, SimpleXML, soap, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xmlreader, xmlrpc, xmlwriter, xsl, zip, Zend OPcache

Nextcloud version: 13.0.0 - 13.0.0.14

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

Where did you install Nextcloud from: nextcloud.com

List of activated apps
Enabled:
 - activity: 2.6.1
 - apporder: 0.4.1
 - bookmarks: 0.11.0
 - bruteforcesettings: 1.0.3
 - calendar: 1.6.1
 - caniupdate: 0.1.2
 - comments: 1.3.0
 - contacts: 2.1.2
 - dav: 1.4.6
 - deck: 0.3.1
 - defaultlinkopen: 1.0.0
 - drawio: 0.8.9
 - external: 3.0.2
 - federatedfilesharing: 1.3.1
 - federation: 1.3.0
 - files: 1.8.0
 - files_markdown: 2.0.4
 - files_pdfviewer: 1.2.0
 - files_sharing: 1.5.0
 - files_texteditor: 2.5.1
 - files_trashbin: 1.3.0
 - files_versions: 1.6.0
 - files_videoplayer: 1.2.0
 - firstrunwizard: 2.2.1
 - gallery: 18.0.0
 - gpxmotion: 0.0.6
 - groupfolders: 1.2.0
 - issuetemplate: 0.3.0
 - logreader: 2.0.0
 - lookup_server_connector: 1.1.0
 - mail: 0.7.10
 - nextcloud_announcements: 1.2.0
 - notifications: 2.1.2
 - oauth2: 1.1.0
 - password_policy: 1.3.0
 - provisioning_api: 1.3.0
 - richdocuments: 2.0.3
 - serverinfo: 1.3.0
 - sharebymail: 1.3.0
 - socialsharing_email: 1.0.3
 - spreed: 3.1.0
 - survey_client: 1.1.0
 - systemtags: 1.3.0
 - tasks: 0.9.6
 - theming: 1.4.1
 - theming_customcss: 1.0.0
 - twofactor_backupcodes: 1.2.3
 - updatenotification: 1.3.0
 - workflowengine: 1.3.0
Disabled:
 - admin_audit
 - encryption
 - files_external
 - onlyoffice
 - user_external
 - user_ldap

Configuration (config/config.php)
{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "nextcloud.0x0c.de"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "overwrite.cli.url": "https:\/\/nextcloud.0x0c.de",
    "dbtype": "mysql",
    "version": "13.0.0.14",
    "installed": true,
    "htaccess.RewriteBase": "\/",
    "maintenance": false,
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "memcache.local": "\\OC\\Memcache\\APCu",
    "knowledgebaseenabled": false,
    "theme": "",
    "loglevel": 2,
    "mysql.utf8mb4": false
}

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

Are you using encryption: no

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

Client configuration

Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Support for arduino files ?

Hello,
Would it be possible to add in the text editor support for the .ino extension as C++ by default ?

filetype["ino"] = "cpp";

Thanks
Gilles

Editing converts line endings to CR LF

Summary

Editing a .md file in the markdown editor automatically converts all line ending to Windows style (CR LF), even if the file is using Unix-style (LF only) line endings. Instead, the editor should analyze the file to find out which style it's using, create new lines with that style, and leave everything else unchanged.

To understand why the present behaviour is a problem, put a big Unix-style .md file into a git repo, put the repo into your Nextcloud, edit the file with the markdown editor, and then do "git diff".

(I originally reported this to the files_markdown repo (icewind1991/files_markdown#125). Was told it belongs here instead.)

Steps to reproduce

  1. Create a text file with Unix line endings (LF only) in your Nextcloud.
  2. Open the file in the app.
  3. Insert a single character.
  4. Wait until the app auto-saves the file.

Expected behaviour

The line endings in the file should still be LF only.

Actual behaviour

All line endings are converted to Windows style (CR LF).

Server configuration

Operating system:
Lubuntu

Web server:
nginx

Database:
MariaDB

PHP version:
Don't know but I don't think it matters

Nextcloud version: (see Nextcloud admin page)
15

Where did you install Nextcloud from:
Internet

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Client configuration

Browser:
Vivaldi, Chromium, Safari

Operating system:
macOS, Linux

Logs

Nextcloud log (data/owncloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

Can't enable the App

Steps to reproduce

  1. cloned the app
  2. Can't enable the app

Expected behaviour

The app should work.

Actual behaviour

This app cannot be installed because the following dependencies are not fulfilled:
Server version 13 or higher is required.

Server configuration

Operating system:
Ubuntu 16.04
Web server:
Apache2.4
Database:
Mysql
PHP version:
PHP 7.0.13-0ubuntu0.16.04.1 (cli) ( NTS )
Nextcloud version: (see Nextcloud admin page)
Nextcloud version 11.0.1
Where did you install Nextcloud from:
Digital Ocean oneclick app

List of activated apps:
Enabled:

  • admin_audit: 1.1.0
  • audioplayer: 2.0.2
  • calendar: 1.5.3
  • checksum: 0.3.5
  • comments: 1.1.0
  • dav: 1.1.1
  • deck: 0.2.1
  • direct_menu: 0.10.2
  • drawio: 0.8.8
  • federatedfilesharing: 1.1.1
  • federation: 1.1.1
  • files: 1.6.1
  • files_downloadactivity: 1.0.1
  • files_external: 1.1.2
  • files_markdown: 1.0.1
  • files_reader: 1.0.4
  • files_sharing: 1.1.1
  • files_trashbin: 1.1.0
  • files_versions: 1.4.0
  • lookup_server_connector: 1.0.0
  • mail: 0.6.4
  • metadata: 0.5.0
  • notes: 2.3.1
  • onlyoffice: 1.1.3
  • provisioning_api: 1.1.0
  • radio: 0.6.0
  • sharebymail: 1.0.1
  • spreed: 1.2.0
  • systemtags: 1.1.3
  • tasks: 0.9.5
  • theming: 1.1.1
  • twofactor_backupcodes: 1.0.0
  • updatenotification: 1.1.1
  • workflowengine: 1.1.1
    Disabled:
  • encryption
  • files_texteditor
  • richdocuments
  • testing
  • user_ldap
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "138.197.194.182",
            "10.46.0.5"
        ],
        "datadirectory": "\/var\/www\/nextcloud\/data",
        "overwrite.cli.url": "http:\/\/localhost",
        "dbtype": "mysql",
        "version": "11.0.1.2",
        "dbname": "cloud",
        "dbhost": "localhost",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "instanceid": "oc841rntuujj",
        "maintenance": false
    }
}
or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Client configuration

Browser:
Chrome Version 60.0.3112.101 (Official Build) (64-bit)
Operating system:
macOS 10.12.6

Logs

Nextcloud log (data/owncloud.log)

Insert your Nextcloud log here
{"reqId":"EyLUxTsxi3Hrn5UuUpwd","remoteAddr":"71.202.211.170","app":"PHP","message":"fopen(\/var\/www\/nextcloud\/data\/admin\/files\/Kindle Books\/\u6c99\u4e18\uff08\u7f8e\u56fd\u4e9a\u9a6c\u900a\u201c\u4e00\u751f\u5fc5\u8bfb\u7684100\u672c\u4e66\u201d\uff0c\u79d1\u5e7b\u5c0f\u8bf4\u53f2\u4e0a\u7684\u5fc5\u8bfb\u7ecf\u5178\u3002\u9996\u90e8\u540c\u65f6\u83b7\u5f97\u96e8\u679c\u5956\u4e0e\u661f\u4e91\u5956\u7684\u4f5c\u54c1\uff0c\u6458\u5f97\u8f68\u8ff9\u6742\u5fd7\u201c20\u4e16\u7eaa\u79d1\u5e7b\u5c0f\u8bf4\u201d\u6842\u51a0\u3002 \u4eba\u7c7b\u6bcf\u6b21\u6b63\u89c6\u81ea\u5df1\u7684\u6e3a\u5c0f\uff0c\u90fd_nodrm.azw3.ocTransferId456347074.part): failed to open stream: File name too long at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#287","level":3,"time":"2017-08-29T05:25:35+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kindle%20Books\/%E6%B2%99%E4%B8%98%EF%BC%88%E7%BE%8E%E5%9B%BD%E4%BA%9A%E9%A9%AC%E9%80%8A%E2%80%9C%E4%B8%80%E7%94%9F%E5%BF%85%E8%AF%BB%E7%9A%84100%E6%9C%AC%E4%B9%A6%E2%80%9D%EF%BC%8C%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4%E5%8F%B2%E4%B8%8A%E7%9A%84%E5%BF%85%E8%AF%BB%E7%BB%8F%E5%85%B8%E3%80%82%E9%A6%96%E9%83%A8%E5%90%8C%E6%97%B6%E8%8E%B7%E5%BE%97%E9%9B%A8%E6%9E%9C%E5%A5%96%E4%B8%8E%E6%98%9F%E4%BA%91%E5%A5%96%E7%9A%84%E4%BD%9C%E5%93%81%EF%BC%8C%E6%91%98%E5%BE%97%E8%BD%A8%E8%BF%B9%E6%9D%82%E5%BF%97%E2%80%9C20%E4%B8%96%E7%BA%AA%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4%E2%80%9D%E6%A1%82%E5%86%A0%E3%80%82%20%E4%BA%BA%E7%B1%BB%E6%AF%8F%E6%AC%A1%E6%AD%A3%E8%A7%86%E8%87%AA%E5%B7%B1%E7%9A%84%E6%B8%BA%E5%B0%8F%EF%BC%8C%E9%83%BD_nodrm.azw3","user":"admin","version":"11.0.1.2"}
{"reqId":"EyLUxTsxi3Hrn5UuUpwd","remoteAddr":"71.202.211.170","app":"webdav","message":"\\OC\\Files\\Filesystem::fopen() failed","level":3,"time":"2017-08-29T05:25:35+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kindle%20Books\/%E6%B2%99%E4%B8%98%EF%BC%88%E7%BE%8E%E5%9B%BD%E4%BA%9A%E9%A9%AC%E9%80%8A%E2%80%9C%E4%B8%80%E7%94%9F%E5%BF%85%E8%AF%BB%E7%9A%84100%E6%9C%AC%E4%B9%A6%E2%80%9D%EF%BC%8C%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4%E5%8F%B2%E4%B8%8A%E7%9A%84%E5%BF%85%E8%AF%BB%E7%BB%8F%E5%85%B8%E3%80%82%E9%A6%96%E9%83%A8%E5%90%8C%E6%97%B6%E8%8E%B7%E5%BE%97%E9%9B%A8%E6%9E%9C%E5%A5%96%E4%B8%8E%E6%98%9F%E4%BA%91%E5%A5%96%E7%9A%84%E4%BD%9C%E5%93%81%EF%BC%8C%E6%91%98%E5%BE%97%E8%BD%A8%E8%BF%B9%E6%9D%82%E5%BF%97%E2%80%9C20%E4%B8%96%E7%BA%AA%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4%E2%80%9D%E6%A1%82%E5%86%A0%E3%80%82%20%E4%BA%BA%E7%B1%BB%E6%AF%8F%E6%AC%A1%E6%AD%A3%E8%A7%86%E8%87%AA%E5%B7%B1%E7%9A%84%E6%B8%BA%E5%B0%8F%EF%BC%8C%E9%83%BD_nodrm.azw3","user":"admin","version":"11.0.1.2"}
{"reqId":"EyLUxTsxi3Hrn5UuUpwd","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 500 Could not write file contents\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('\\\\xE6\\\\xB2\\\\x99\\\\xE4\\\\xB8\\\\x98\\\\xEF\\\\xBC\\\\x88\\\\xE7\\\\xBE\\\\x8E\\\\xE5\\\\x9B\\\\xBD...', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('Kindle Books\\\/\\\\xE6\\\\xB2...', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":131,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:25:35+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kindle%20Books\/%E6%B2%99%E4%B8%98%EF%BC%88%E7%BE%8E%E5%9B%BD%E4%BA%9A%E9%A9%AC%E9%80%8A%E2%80%9C%E4%B8%80%E7%94%9F%E5%BF%85%E8%AF%BB%E7%9A%84100%E6%9C%AC%E4%B9%A6%E2%80%9D%EF%BC%8C%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4%E5%8F%B2%E4%B8%8A%E7%9A%84%E5%BF%85%E8%AF%BB%E7%BB%8F%E5%85%B8%E3%80%82%E9%A6%96%E9%83%A8%E5%90%8C%E6%97%B6%E8%8E%B7%E5%BE%97%E9%9B%A8%E6%9E%9C%E5%A5%96%E4%B8%8E%E6%98%9F%E4%BA%91%E5%A5%96%E7%9A%84%E4%BD%9C%E5%93%81%EF%BC%8C%E6%91%98%E5%BE%97%E8%BD%A8%E8%BF%B9%E6%9D%82%E5%BF%97%E2%80%9C20%E4%B8%96%E7%BA%AA%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4%E2%80%9D%E6%A1%82%E5%86%A0%E3%80%82%20%E4%BA%BA%E7%B1%BB%E6%AF%8F%E6%AC%A1%E6%AD%A3%E8%A7%86%E8%87%AA%E5%B7%B1%E7%9A%84%E6%B8%BA%E5%B0%8F%EF%BC%8C%E9%83%BD_nodrm.azw3","user":"admin","version":"11.0.1.2"}
{"reqId":"ZyPybwyLfM9ZfarARg+7","remoteAddr":"71.202.211.170","app":"PHP","message":"fopen(\/var\/www\/nextcloud\/data\/admin\/files\/Kindle Books\/\u795e\u4eec\u81ea\u5df1\uff08\u79d1\u5e7b\u5de8\u5320\u963f\u897f\u83ab\u592b\u672c\u4eba\u504f\u7231\u7684\u4f5c\u54c1\uff0c\u4e5f\u662f\u4ed6\u9996\u90e8\u5305\u63fd\u661f\u4e91\u5956\u3001\u96e8\u679c\u5956\u3001\u8f68\u8ff9\u5956\u4e09\u5956\u7684\u4f20\u5947\u4e4b\u4f5c\uff0c\u4e2d\u6587\u7248\u5168\u8bd1\u672c\u9996\u6b21\u5728\u56fd\u5185\u6210\u4e66\u51fa\u7248\u3002\uff09 (\u8bfb\u5ba2\u5168\u7403\u9876\u7ea7\u7545\u9500\u5c0f\u8bf4\u6587\u5e93 166)_nodrm.azw3.ocTransferId1991558581.part): failed to open stream: File name too long at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#287","level":3,"time":"2017-08-29T05:25:38+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kindle%20Books\/%E7%A5%9E%E4%BB%AC%E8%87%AA%E5%B7%B1%EF%BC%88%E7%A7%91%E5%B9%BB%E5%B7%A8%E5%8C%A0%E9%98%BF%E8%A5%BF%E8%8E%AB%E5%A4%AB%E6%9C%AC%E4%BA%BA%E5%81%8F%E7%88%B1%E7%9A%84%E4%BD%9C%E5%93%81%EF%BC%8C%E4%B9%9F%E6%98%AF%E4%BB%96%E9%A6%96%E9%83%A8%E5%8C%85%E6%8F%BD%E6%98%9F%E4%BA%91%E5%A5%96%E3%80%81%E9%9B%A8%E6%9E%9C%E5%A5%96%E3%80%81%E8%BD%A8%E8%BF%B9%E5%A5%96%E4%B8%89%E5%A5%96%E7%9A%84%E4%BC%A0%E5%A5%87%E4%B9%8B%E4%BD%9C%EF%BC%8C%E4%B8%AD%E6%96%87%E7%89%88%E5%85%A8%E8%AF%91%E6%9C%AC%E9%A6%96%E6%AC%A1%E5%9C%A8%E5%9B%BD%E5%86%85%E6%88%90%E4%B9%A6%E5%87%BA%E7%89%88%E3%80%82%EF%BC%89%20(%E8%AF%BB%E5%AE%A2%E5%85%A8%E7%90%83%E9%A1%B6%E7%BA%A7%E7%95%85%E9%94%80%E5%B0%8F%E8%AF%B4%E6%96%87%E5%BA%93%20166)_nodrm.azw3","user":"admin","version":"11.0.1.2"}
{"reqId":"ZyPybwyLfM9ZfarARg+7","remoteAddr":"71.202.211.170","app":"webdav","message":"\\OC\\Files\\Filesystem::fopen() failed","level":3,"time":"2017-08-29T05:25:38+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kindle%20Books\/%E7%A5%9E%E4%BB%AC%E8%87%AA%E5%B7%B1%EF%BC%88%E7%A7%91%E5%B9%BB%E5%B7%A8%E5%8C%A0%E9%98%BF%E8%A5%BF%E8%8E%AB%E5%A4%AB%E6%9C%AC%E4%BA%BA%E5%81%8F%E7%88%B1%E7%9A%84%E4%BD%9C%E5%93%81%EF%BC%8C%E4%B9%9F%E6%98%AF%E4%BB%96%E9%A6%96%E9%83%A8%E5%8C%85%E6%8F%BD%E6%98%9F%E4%BA%91%E5%A5%96%E3%80%81%E9%9B%A8%E6%9E%9C%E5%A5%96%E3%80%81%E8%BD%A8%E8%BF%B9%E5%A5%96%E4%B8%89%E5%A5%96%E7%9A%84%E4%BC%A0%E5%A5%87%E4%B9%8B%E4%BD%9C%EF%BC%8C%E4%B8%AD%E6%96%87%E7%89%88%E5%85%A8%E8%AF%91%E6%9C%AC%E9%A6%96%E6%AC%A1%E5%9C%A8%E5%9B%BD%E5%86%85%E6%88%90%E4%B9%A6%E5%87%BA%E7%89%88%E3%80%82%EF%BC%89%20(%E8%AF%BB%E5%AE%A2%E5%85%A8%E7%90%83%E9%A1%B6%E7%BA%A7%E7%95%85%E9%94%80%E5%B0%8F%E8%AF%B4%E6%96%87%E5%BA%93%20166)_nodrm.azw3","user":"admin","version":"11.0.1.2"}
{"reqId":"ZyPybwyLfM9ZfarARg+7","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 500 Could not write file contents\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('\\\\xE7\\\\xA5\\\\x9E\\\\xE4\\\\xBB\\\\xAC\\\\xE8\\\\x87\\\\xAA\\\\xE5\\\\xB7\\\\xB1\\\\xEF\\\\xBC\\\\x88...', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('Kindle Books\\\/\\\\xE7\\\\xA5...', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":131,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:25:38+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kindle%20Books\/%E7%A5%9E%E4%BB%AC%E8%87%AA%E5%B7%B1%EF%BC%88%E7%A7%91%E5%B9%BB%E5%B7%A8%E5%8C%A0%E9%98%BF%E8%A5%BF%E8%8E%AB%E5%A4%AB%E6%9C%AC%E4%BA%BA%E5%81%8F%E7%88%B1%E7%9A%84%E4%BD%9C%E5%93%81%EF%BC%8C%E4%B9%9F%E6%98%AF%E4%BB%96%E9%A6%96%E9%83%A8%E5%8C%85%E6%8F%BD%E6%98%9F%E4%BA%91%E5%A5%96%E3%80%81%E9%9B%A8%E6%9E%9C%E5%A5%96%E3%80%81%E8%BD%A8%E8%BF%B9%E5%A5%96%E4%B8%89%E5%A5%96%E7%9A%84%E4%BC%A0%E5%A5%87%E4%B9%8B%E4%BD%9C%EF%BC%8C%E4%B8%AD%E6%96%87%E7%89%88%E5%85%A8%E8%AF%91%E6%9C%AC%E9%A6%96%E6%AC%A1%E5%9C%A8%E5%9B%BD%E5%86%85%E6%88%90%E4%B9%A6%E5%87%BA%E7%89%88%E3%80%82%EF%BC%89%20(%E8%AF%BB%E5%AE%A2%E5%85%A8%E7%90%83%E9%A1%B6%E7%BA%A7%E7%95%85%E9%94%80%E5%B0%8F%E8%AF%B4%E6%96%87%E5%BA%93%20166)_nodrm.azw3","user":"admin","version":"11.0.1.2"}
{"reqId":"PpogX1jqWLTGZ5LFq1wb","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 1088 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('1920s', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('COC\\\/1920s', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:26:27+00:00","method":"PUT","url":"\/remote.php\/webdav\/COC\/1920s","user":"admin","version":"11.0.1.2"}
{"reqId":"maVUy3L3KSybcsbVNlpt","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 748 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('\\\\xE6\\\\x97\\\\xA5\\\\xE6\\\\x9C\\\\xAC', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('COC\\\/\\\\xE6\\\\x97\\\\xA5\\\\xE6\\\\x9C\\\\xAC', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:26:27+00:00","method":"PUT","url":"\/remote.php\/webdav\/COC\/%E6%97%A5%E6%9C%AC","user":"admin","version":"11.0.1.2"}
{"reqId":"xKc2CGpmugL7qJbHXuRB","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 1020 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('\\\\xE7\\\\x9F\\\\xAD\\\\xE6\\\\xA8\\\\xA1\\\\xE7\\\\xBB\\\\x84', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('COC\\\/\\\\xE7\\\\x9F\\\\xAD\\\\xE6\\\\xA8\\\\xA1\\\\xE7\\\\xBB\\\\x84', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:26:27+00:00","method":"PUT","url":"\/remote.php\/webdav\/COC\/%E7%9F%AD%E6%A8%A1%E7%BB%84","user":"admin","version":"11.0.1.2"}
{"reqId":"95BE5GZveglsS1EX5xs1","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 816 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('\\\\xE5\\\\x85\\\\xB6\\\\xE4\\\\xBB\\\\x96\\\\xE8\\\\xAE\\\\xBE\\\\xE5\\\\xAE\\\\x9A', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('COC\\\/\\\\xE5\\\\x85\\\\xB6\\\\xE4\\\\xBB\\\\x96\\\\xE8\\\\xAE\\\\xBE\\\\xE5\\\\xAE...', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:26:27+00:00","method":"PUT","url":"\/remote.php\/webdav\/COC\/%E5%85%B6%E4%BB%96%E8%AE%BE%E5%AE%9A","user":"admin","version":"11.0.1.2"}
{"reqId":"8UPEUaMIww2Ab4dPnqpF","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 204 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('COC\\\\xE7\\\\xA5\\\\x9E\\\\xE8\\\\xAF\\\\x9D\\\\xE6\\\\x95\\\\x85\\\\xE4\\\\xBA\\\\x8B...', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('COC\\\/COC\\\\xE7\\\\xA5\\\\x9E\\\\xE8\\\\xAF\\\\x9D\\\\xE6\\\\x95...', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:26:27+00:00","method":"PUT","url":"\/remote.php\/webdav\/COC\/COC%E7%A5%9E%E8%AF%9D%E6%95%85%E4%BA%8B%E9%9B%86","user":"admin","version":"11.0.1.2"}
{"reqId":"0UpIbdo2h94zEe3lAjm8","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 442 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('Horror on the O...', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('COC\\\/Horror on t...', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:26:27+00:00","method":"PUT","url":"\/remote.php\/webdav\/COC\/Horror%20on%20the%20Orient%20Express","user":"admin","version":"11.0.1.2"}
{"reqId":"4PUUXdnxoe9wfr4xPXjZ","remoteAddr":"71.202.211.170","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 306 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #82)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('\\\\xE4\\\\xBA\\\\xBA\\\\xE7\\\\x89\\\\xA9\\\\xE5\\\\x8D\\\\xA1\\\\xE5\\\\x92\\\\x8C\\\\xE5\\\\x85\\\\xB6...', Resource id #82)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('COC\\\/\\\\xE4\\\\xBA\\\\xBA\\\\xE7\\\\x89\\\\xA9\\\\xE5\\\\x8D\\\\xA1\\\\xE5\\\\x92...', Resource id #82, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"admin\"}","level":4,"time":"2017-08-29T05:26:27+00:00","method":"PUT","url":"\/remote.php\/webdav\/COC\/%E4%BA%BA%E7%89%A9%E5%8D%A1%E5%92%8C%E5%85%B6%E4%BB%96%E9%99%84%E4%BB%B6","user":"admin","version":"11.0.1.2"}
{"reqId":"npxE0ZJc+HaSP04QFSw4","remoteAddr":"117.185.27.114","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:57+00:00","method":"GET","url":"\/","user":"--","version":"11.0.1.2"}
{"reqId":"npxE0ZJc+HaSP04QFSw4","remoteAddr":"117.185.27.114","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:57+00:00","method":"GET","url":"\/","user":"--","version":"11.0.1.2"}
{"reqId":"5o4ySwTGYxrPHgMnaeXt","remoteAddr":"117.185.27.114","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:57+00:00","method":"GET","url":"\/index.php\/login","user":"--","version":"11.0.1.2"}
{"reqId":"5o4ySwTGYxrPHgMnaeXt","remoteAddr":"117.185.27.114","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:57+00:00","method":"GET","url":"\/index.php\/login","user":"--","version":"11.0.1.2"}
{"reqId":"gxn1jeflmrASlA0fr10o","remoteAddr":"117.185.27.114","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:58+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"--","version":"11.0.1.2"}
{"reqId":"gxn1jeflmrASlA0fr10o","remoteAddr":"117.185.27.114","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:58+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"--","version":"11.0.1.2"}
{"reqId":"+ViPITFaXrboDfMiF2m8","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:59+00:00","method":"GET","url":"\/?nsukey=4CHb230FTEQD02jPKFri92hwlFFDFDTZ%2FmL5hBNazNtjIbWpJ2g8rq0%2FIS%2B%2FChcxjOYMc%2FOEjUYayxUXg2j%2B15y3R%2BI9BHc3FpTkIjRD5UIJj19HdDtcmPg0H7auMLIpSKo%2FpdSikKr6alt1zCbJaVZsQs6QhZu0uzjNTPHTBi%2BXo00vVr4fyqRmivTElPqd","user":"--","version":"11.0.1.2"}
{"reqId":"+ViPITFaXrboDfMiF2m8","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:41:59+00:00","method":"GET","url":"\/?nsukey=4CHb230FTEQD02jPKFri92hwlFFDFDTZ%2FmL5hBNazNtjIbWpJ2g8rq0%2FIS%2B%2FChcxjOYMc%2FOEjUYayxUXg2j%2B15y3R%2BI9BHc3FpTkIjRD5UIJj19HdDtcmPg0H7auMLIpSKo%2FpdSikKr6alt1zCbJaVZsQs6QhZu0uzjNTPHTBi%2BXo00vVr4fyqRmivTElPqd","user":"--","version":"11.0.1.2"}
{"reqId":"l6VyIRrEPkJnFWL9S0nd","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:00+00:00","method":"GET","url":"\/index.php\/login","user":"--","version":"11.0.1.2"}
{"reqId":"l6VyIRrEPkJnFWL9S0nd","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:00+00:00","method":"GET","url":"\/index.php\/login","user":"--","version":"11.0.1.2"}
{"reqId":"TBADaecbaVXrk7fU\/Mtv","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:03+00:00","method":"GET","url":"\/index.php\/login?nsukey=SeR1%2FvMO7e5LWhp6QTzqnoLMTd84ai0DQ%2FPsDf4kAP5Y01Ytf%2Ft8a9GWb4zneJ4NLVSGS0i8t52O3a3AqJwDFPBtL2yhWiF3jRFqlAHTUPJgk5Yo%2BeRgwco8Z2eePUuZtWclrik2Kr2S9t6qhgM62t1cLB2VVL5Daf7abuPvwb8Q1PPwTp%2BT6MbTjuagI6EB","user":"--","version":"11.0.1.2"}
{"reqId":"TBADaecbaVXrk7fU\/Mtv","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:03+00:00","method":"GET","url":"\/index.php\/login?nsukey=SeR1%2FvMO7e5LWhp6QTzqnoLMTd84ai0DQ%2FPsDf4kAP5Y01Ytf%2Ft8a9GWb4zneJ4NLVSGS0i8t52O3a3AqJwDFPBtL2yhWiF3jRFqlAHTUPJgk5Yo%2BeRgwco8Z2eePUuZtWclrik2Kr2S9t6qhgM62t1cLB2VVL5Daf7abuPvwb8Q1PPwTp%2BT6MbTjuagI6EB","user":"--","version":"11.0.1.2"}
{"reqId":"XKdwAieEma+J8Y2cthp+","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:05+00:00","method":"GET","url":"\/index.php\/apps\/theming\/styles?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"XKdwAieEma+J8Y2cthp+","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:05+00:00","method":"GET","url":"\/index.php\/apps\/theming\/styles?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"bZiFKZwOE9JOPIGkht9r","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:05+00:00","method":"GET","url":"\/index.php\/apps\/direct_menu\/styles?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"bZiFKZwOE9JOPIGkht9r","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:05+00:00","method":"GET","url":"\/index.php\/apps\/direct_menu\/styles?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"NIPrbFfWTD4vsEdlWx1R","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:05+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"--","version":"11.0.1.2"}
{"reqId":"NIPrbFfWTD4vsEdlWx1R","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:05+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"--","version":"11.0.1.2"}
{"reqId":"AXLUqSB057ouDNOU9JbN","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:08+00:00","method":"GET","url":"\/index.php\/apps\/theming\/js\/theming?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"AXLUqSB057ouDNOU9JbN","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:08+00:00","method":"GET","url":"\/index.php\/apps\/theming\/js\/theming?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"0YSM5JV6VSgV+lke1hq9","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:09+00:00","method":"GET","url":"\/index.php\/apps\/theming\/logo?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"0YSM5JV6VSgV+lke1hq9","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:09+00:00","method":"GET","url":"\/index.php\/apps\/theming\/logo?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"huPtUhcDHPR5DXqhwpQ7","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:09+00:00","method":"GET","url":"\/cron.php","user":"--","version":"11.0.1.2"}
{"reqId":"huPtUhcDHPR5DXqhwpQ7","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:09+00:00","method":"GET","url":"\/cron.php","user":"--","version":"11.0.1.2"}
{"reqId":"78sGMdoFHzlLG\/ABkTt3","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:09+00:00","method":"GET","url":"\/index.php\/apps\/theming\/loginbackground?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"78sGMdoFHzlLG\/ABkTt3","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:09+00:00","method":"GET","url":"\/index.php\/apps\/theming\/loginbackground?v=7","user":"--","version":"11.0.1.2"}
{"reqId":"dYCuVw6yMtv0MZuafKTn","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:10+00:00","method":"GET","url":"\/index.php\/login","user":"--","version":"11.0.1.2"}
{"reqId":"dYCuVw6yMtv0MZuafKTn","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:10+00:00","method":"GET","url":"\/index.php\/login","user":"--","version":"11.0.1.2"}
{"reqId":"E+a1FZY3wq1GP4wheZgb","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:10+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"--","version":"11.0.1.2"}
{"reqId":"E+a1FZY3wq1GP4wheZgb","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:10+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"--","version":"11.0.1.2"}
{"reqId":"YWiC8UPjhbgbCppaC+Mi","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:16+00:00","method":"POST","url":"\/index.php\/login?nsukey=SeR1%2FvMO7e5LWhp6QTzqnoLMTd84ai0DQ%2FPsDf4kAP5Y01Ytf%2Ft8a9GWb4zneJ4NLVSGS0i8t52O3a3AqJwDFPBtL2yhWiF3jRFqlAHTUPJgk5Yo%2BeRgwco8Z2eePUuZtWclrik2Kr2S9t6qhgM62t1cLB2VVL5Daf7abuPvwb8Q1PPwTp%2BT6MbTjuagI6EB","user":"--","version":"11.0.1.2"}
{"reqId":"YWiC8UPjhbgbCppaC+Mi","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:16+00:00","method":"POST","url":"\/index.php\/login?nsukey=SeR1%2FvMO7e5LWhp6QTzqnoLMTd84ai0DQ%2FPsDf4kAP5Y01Ytf%2Ft8a9GWb4zneJ4NLVSGS0i8t52O3a3AqJwDFPBtL2yhWiF3jRFqlAHTUPJgk5Yo%2BeRgwco8Z2eePUuZtWclrik2Kr2S9t6qhgM62t1cLB2VVL5Daf7abuPvwb8Q1PPwTp%2BT6MbTjuagI6EB","user":"--","version":"11.0.1.2"}
{"reqId":"zT+kSHq9NV+IaJJYja0x","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:17+00:00","method":"GET","url":"\/index.php\/apps\/files\/","user":"mengd","version":"11.0.1.2"}
{"reqId":"zT+kSHq9NV+IaJJYja0x","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:17+00:00","method":"GET","url":"\/index.php\/apps\/files\/","user":"mengd","version":"11.0.1.2"}
{"reqId":"EnJ9Scle3EBr62CYCvuY","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:19+00:00","method":"GET","url":"\/index.php\/apps\/files\/?nsukey=BmU9G8mFeRlIbegGnx%2Fu8vN7Ev5FmNVg0xWtNGN28N4qrGy%2FDfOm313czQXNi%2BzIoApkNnOjgOdSy9zy4Q3zj524r3NR9V3A20pFoIVMvqAnCRBkHCatoakM%2BkAk%2FAX961H%2FzFyul5mJTRMwkMfSZdAcSn5zmfvU535qH4SIDWRmZCYOxc5lfUhI0%2FUgaVLa","user":"mengd","version":"11.0.1.2"}
{"reqId":"EnJ9Scle3EBr62CYCvuY","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:19+00:00","method":"GET","url":"\/index.php\/apps\/files\/?nsukey=BmU9G8mFeRlIbegGnx%2Fu8vN7Ev5FmNVg0xWtNGN28N4qrGy%2FDfOm313czQXNi%2BzIoApkNnOjgOdSy9zy4Q3zj524r3NR9V3A20pFoIVMvqAnCRBkHCatoakM%2BkAk%2FAX961H%2FzFyul5mJTRMwkMfSZdAcSn5zmfvU535qH4SIDWRmZCYOxc5lfUhI0%2FUgaVLa","user":"mengd","version":"11.0.1.2"}
{"reqId":"aWYeRevWHhDq3YxrFYET","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:21+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"mengd","version":"11.0.1.2"}
{"reqId":"aWYeRevWHhDq3YxrFYET","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:21+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"mengd","version":"11.0.1.2"}
{"reqId":"ICFuD7Bo663EDUvwqXDP","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/cron.php","user":"mengd","version":"11.0.1.2"}
{"reqId":"ICFuD7Bo663EDUvwqXDP","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/cron.php","user":"mengd","version":"11.0.1.2"}
{"reqId":"8lhDFOqoiPLdug3TUI3t","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/richdocuments\/ajax\/settings.php","user":"mengd","version":"11.0.1.2"}
{"reqId":"8lhDFOqoiPLdug3TUI3t","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/richdocuments\/ajax\/settings.php","user":"mengd","version":"11.0.1.2"}
{"reqId":"oY2ExCTRLZcq9IHNLrDI","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/drawio\/ajax\/settings","user":"mengd","version":"11.0.1.2"}
{"reqId":"oY2ExCTRLZcq9IHNLrDI","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/drawio\/ajax\/settings","user":"mengd","version":"11.0.1.2"}
{"reqId":"EkVL3eaIwZth7Sov8JID","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/","user":"mengd","version":"11.0.1.2"}
{"reqId":"EkVL3eaIwZth7Sov8JID","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/","user":"mengd","version":"11.0.1.2"}
{"reqId":"EkVL3eaIwZth7Sov8JID","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/","user":"mengd","version":"11.0.1.2"}
{"reqId":"MlICNkBx5gQATEHzzLQq","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/systemtags\/lastused","user":"mengd","version":"11.0.1.2"}
{"reqId":"MlICNkBx5gQATEHzzLQq","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/systemtags\/lastused","user":"mengd","version":"11.0.1.2"}
{"reqId":"1VE1bZuYMgSvsHqw1DmS","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/files_sharing\/api\/externalShares","user":"mengd","version":"11.0.1.2"}
{"reqId":"1VE1bZuYMgSvsHqw1DmS","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:26+00:00","method":"GET","url":"\/index.php\/apps\/files_sharing\/api\/externalShares","user":"mengd","version":"11.0.1.2"}
{"reqId":"ztdhs+u\/iHxUtF6koO\/j","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:27+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=%2F","user":"mengd","version":"11.0.1.2"}
{"reqId":"ztdhs+u\/iHxUtF6koO\/j","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:27+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=%2F","user":"mengd","version":"11.0.1.2"}
{"reqId":"hHuD2qksMj2ul263kZdH","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:27+00:00","method":"GET","url":"\/ocs\/v1.php\/apps\/files_external\/api\/v1\/mounts?format=json","user":"mengd","version":"11.0.1.2"}
{"reqId":"hHuD2qksMj2ul263kZdH","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:27+00:00","method":"GET","url":"\/ocs\/v1.php\/apps\/files_external\/api\/v1\/mounts?format=json","user":"mengd","version":"11.0.1.2"}
{"reqId":"gzdlWOhEfUKz7ox07YXK","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:27+00:00","method":"GET","url":"\/index.php\/apps\/files","user":"--","version":"11.0.1.2"}
{"reqId":"gzdlWOhEfUKz7ox07YXK","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:27+00:00","method":"GET","url":"\/index.php\/apps\/files","user":"--","version":"11.0.1.2"}
{"reqId":"Hv5zCGcDNm5jgmf0bH+7","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:28+00:00","method":"GET","url":"\/index.php\/core\/preview.png?file=%2Faccs.md&c=edaf1388c05626959211fd5cc9a3cbbb&x=96&y=96&forceIcon=0","user":"mengd","version":"11.0.1.2"}
{"reqId":"Hv5zCGcDNm5jgmf0bH+7","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:28+00:00","method":"GET","url":"\/index.php\/core\/preview.png?file=%2Faccs.md&c=edaf1388c05626959211fd5cc9a3cbbb&x=96&y=96&forceIcon=0","user":"mengd","version":"11.0.1.2"}
{"reqId":"X3NNhfx6cqo4YsUrWzTw","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:28+00:00","method":"GET","url":"\/index.php\/core\/preview.png?file=%2Fwelcome.txt&c=9753321b7dc50b0db78507ea7d5d3b39&x=96&y=96&forceIcon=0","user":"mengd","version":"11.0.1.2"}
{"reqId":"X3NNhfx6cqo4YsUrWzTw","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:28+00:00","method":"GET","url":"\/index.php\/core\/preview.png?file=%2Fwelcome.txt&c=9753321b7dc50b0db78507ea7d5d3b39&x=96&y=96&forceIcon=0","user":"mengd","version":"11.0.1.2"}
{"reqId":"iIxjr8Ibd1SVrV2jhf\/S","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:29+00:00","method":"GET","url":"\/index.php\/apps\/theming\/img\/core\/filetypes\/text.svg?v=7","user":"mengd","version":"11.0.1.2"}
{"reqId":"iIxjr8Ibd1SVrV2jhf\/S","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:29+00:00","method":"GET","url":"\/index.php\/apps\/theming\/img\/core\/filetypes\/text.svg?v=7","user":"mengd","version":"11.0.1.2"}
{"reqId":"m4CxRKHHwHqp3ukE565K","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:37+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares?format=json&path=%2Faccs.md&reshares=true","user":"mengd","version":"11.0.1.2"}
{"reqId":"m4CxRKHHwHqp3ukE565K","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:37+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares?format=json&path=%2Faccs.md&reshares=true","user":"mengd","version":"11.0.1.2"}
{"reqId":"m4CxRKHHwHqp3ukE565K","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:37+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares?format=json&path=%2Faccs.md&reshares=true","user":"mengd","version":"11.0.1.2"}
{"reqId":"0xwXCsMlz\/d2MyzIjl1y","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares?format=json&path=%2Faccs.md&shared_with_me=true","user":"mengd","version":"11.0.1.2"}
{"reqId":"0xwXCsMlz\/d2MyzIjl1y","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares?format=json&path=%2Faccs.md&shared_with_me=true","user":"mengd","version":"11.0.1.2"}
{"reqId":"7\/mp8oeiildRhvxoAcn5","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/systemtags-relations\/files\/70","user":"mengd","version":"11.0.1.2"}
{"reqId":"7\/mp8oeiildRhvxoAcn5","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"PROPFIND","url":"\/remote.php\/dav\/systemtags-relations\/files\/70","user":"mengd","version":"11.0.1.2"}
{"reqId":"kl7n14nQHwGg7s4qFZ+Y","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/remote.php\/files\/accs.md","user":"mengd","version":"11.0.1.2"}
{"reqId":"kl7n14nQHwGg7s4qFZ+Y","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/remote.php\/files\/accs.md","user":"mengd","version":"11.0.1.2"}
{"reqId":"jjyobDYNz1rHf9mx7JFV","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/index.php\/avatar\/admin\/96","user":"mengd","version":"11.0.1.2"}
{"reqId":"jjyobDYNz1rHf9mx7JFV","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/index.php\/avatar\/admin\/96","user":"mengd","version":"11.0.1.2"}
{"reqId":"H6c48UGfY3wf2n+8M5AT","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=7","user":"mengd","version":"11.0.1.2"}
{"reqId":"H6c48UGfY3wf2n+8M5AT","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:42:38+00:00","method":"GET","url":"\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=7","user":"mengd","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt2.gmail-smtp-in.l.google.com:143 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:42:52+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt2.gmail-smtp-in.l.google.com:585 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:43:02+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"URLvo9SEWP5vIish2CbF","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:43:12+00:00","method":"GET","url":"\/index.php\/apps\/richdocuments\/index?fileId=77&requesttoken=UkVJTfm%2Bz%2FoQQc5zu4OkT3hbQt2p3Ap9GrItCRd8%2B5I%3D%3AOSwFIJGPt4JjdflB0%2BrOfywYFrbouH0aWPVUbCIlnPw%3D","user":"mengd","version":"11.0.1.2"}
{"reqId":"URLvo9SEWP5vIish2CbF","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:43:12+00:00","method":"GET","url":"\/index.php\/apps\/richdocuments\/index?fileId=77&requesttoken=UkVJTfm%2Bz%2FoQQc5zu4OkT3hbQt2p3Ap9GrItCRd8%2B5I%3D%3AOSwFIJGPt4JjdflB0%2BrOfywYFrbouH0aWPVUbCIlnPw%3D","user":"mengd","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt2.gmail-smtp-in.l.google.com:993 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:43:12+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"lQS\/QMaTc22ykL3xAuIJ","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:43:12+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"mengd","version":"11.0.1.2"}
{"reqId":"lQS\/QMaTc22ykL3xAuIJ","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:43:12+00:00","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=cb49329532687706983dd25625d1af29","user":"mengd","version":"11.0.1.2"}
{"reqId":"KEObqw92c4WS1BAqyAB6","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:43:13+00:00","method":"GET","url":"\/cron.php","user":"mengd","version":"11.0.1.2"}
{"reqId":"KEObqw92c4WS1BAqyAB6","remoteAddr":"183.184.158.214","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:43:13+00:00","method":"GET","url":"\/cron.php","user":"mengd","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to gmail-smtp-in.l.google.com:143 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:43:22+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to gmail-smtp-in.l.google.com:585 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:43:32+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to gmail-smtp-in.l.google.com:993 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:43:42+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt4.gmail-smtp-in.l.google.com:143 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:43:53+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt4.gmail-smtp-in.l.google.com:585 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:44:03+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt4.gmail-smtp-in.l.google.com:993 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:44:13+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt3.gmail-smtp-in.l.google.com:143 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:44:23+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt3.gmail-smtp-in.l.google.com:585 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:44:33+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt3.gmail-smtp-in.l.google.com:993 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:44:43+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt1.gmail-smtp-in.l.google.com:143 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:44:53+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt1.gmail-smtp-in.l.google.com:585 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:45:03+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to alt1.gmail-smtp-in.l.google.com:993 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:45:13+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to gmail.com:143 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:45:23+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to gmail.com:585 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:45:33+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to gmail.com:993 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:45:43+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to imap.gmail.com:143 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:45:53+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"geS4XbB8fUUlU+F4qJyJ","remoteAddr":"71.202.211.170","app":"PHP","message":"fsockopen(): unable to connect to imap.gmail.com:585 (Connection timed out) at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/AutoConfig\/ConnectivityTester.php#45","level":3,"time":"2017-08-29T05:46:03+00:00","method":"POST","url":"\/index.php\/apps\/mail\/accounts","user":"admin","version":"11.0.1.2"}
{"reqId":"C6YfDeptgZwrINfJZQaY","remoteAddr":"71.202.211.170","app":"PHP","message":"Undefined variable: SQL at \/var\/www\/nextcloud\/apps\/audioplayer\/lib\/Controller\/CategoryController.php#129","level":3,"time":"2017-08-29T05:46:07+00:00","method":"GET","url":"\/index.php\/apps\/audioplayer\/getcategory?category=play","user":"admin","version":"11.0.1.2"}
{"reqId":"EBc7eUS2VHVTbLte5hGv","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:49:40+00:00","method":"GET","url":"\/index.php\/apps\/files\/?nsukey=BmU9G8mFeRlIbegGnx%2Fu8vN7Ev5FmNVg0xWtNGN28N4qrGy%2FDfOm313czQXNi%2BzIoApkNnOjgOdSy9zy4Q3zj524r3NR9V3A20pFoIVMvqAnCRBkHCatoakM%2BkAk%2FAX961H%2FzFyul5mJTRMwkMfSZdAcSn5zmfvU535qH4SIDWRmZCYOxc5lfUhI0%2FUgaVLa","user":"--","version":"11.0.1.2"}
{"reqId":"EBc7eUS2VHVTbLte5hGv","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:49:40+00:00","method":"GET","url":"\/index.php\/apps\/files\/?nsukey=BmU9G8mFeRlIbegGnx%2Fu8vN7Ev5FmNVg0xWtNGN28N4qrGy%2FDfOm313czQXNi%2BzIoApkNnOjgOdSy9zy4Q3zj524r3NR9V3A20pFoIVMvqAnCRBkHCatoakM%2BkAk%2FAX961H%2FzFyul5mJTRMwkMfSZdAcSn5zmfvU535qH4SIDWRmZCYOxc5lfUhI0%2FUgaVLa","user":"--","version":"11.0.1.2"}
{"reqId":"o\/yES8crB5R+t8QlcTGG","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/core\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:51:24+00:00","method":"GET","url":"\/index.php\/apps\/richdocuments\/index?fileId=77&requesttoken=UkVJTfm%2Bz%2FoQQc5zu4OkT3hbQt2p3Ap9GrItCRd8%2B5I%3D%3AOSwFIJGPt4JjdflB0%2BrOfywYFrbouH0aWPVUbCIlnPw%3D","user":"--","version":"11.0.1.2"}
{"reqId":"o\/yES8crB5R+t8QlcTGG","remoteAddr":"117.185.27.115","app":"l10n","message":"Failed to load \/var\/www\/nextcloud\/apps\/files\/l10n\/zh_CN.json - json error code: 3","level":2,"time":"2017-08-29T05:51:24+00:00","method":"GET","url":"\/index.php\/apps\/richdocuments\/index?fileId=77&requesttoken=UkVJTfm%2Bz%2FoQQc5zu4OkT3hbQt2p3Ap9GrItCRd8%2B5I%3D%3AOSwFIJGPt4JjdflB0%2BrOfywYFrbouH0aWPVUbCIlnPw%3D","user":"--","version":"11.0.1.2"}

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

Cannot edit powershell file (will be downloaded instead)

Cannot edit powershell scripts... they should be editable according to this list:

filetype["ps1"] = "powershell";

Steps to reproduce

  1. Upload a PowerShell script (.ps1-file)
  2. Click on it

Expected behaviour

Editor should open...

Actual behaviour

File is downloaded...

Server configuration

Operating system: CentOS 7.5

Web server: Apache

Database: MariaDB

PHP version: 7.1

Nextcloud version: (see Nextcloud admin page) 13.0.5

Where did you install Nextcloud from: nextcloud.com --> download archive

Add a Spell Check Function

Spelling check?? Either built-in or enabling the use of browser spell-check function would be so useful, and especially so for apps based on this one, such as Markdown Editor.

The text editor appears behind the sidebar

Due to the layout changes in server for Nextcloud 14 the text editor appears behind the sidebar.

The sidebar is now a sibling of #app-content instead of a child. As the sidebar has a higher z-index (1500) than #app-content (1000) every child of #app-content, no matter its z-index, will appear behind the sidebar.

When the children are kept inside the bounds of the #app-content that does not matter, but when it overflows them (like the text editor, which is shown in a sort of modal dialog) the result is buggy:

sidebar-overlaps-text-editor

In order to keep the same behaviour for the text editor:

  • In the server z-index of the sidebar is made lower than the z-index of the #app-content (if it were equal the issue would exist anyway due to the sidebar appearing in the DOM after the app content).
  • The text editor is appended to the content instead of the app content, so it is not bound to its z-index.
  • More options I have not thought of :-)

Another approach, of course, would be to change the behaviour of the text editor to not use a modal dialog anymore, but that would need a lot more work to decide the new behaviour and implement it.

@nextcloud/designers

Please update Ace to latest to solve Chinese input bug

Hello, the ace editor have a Chinese input bug: ajaxorg/ace#3099
This bug has been resolved on latest ace version.
So, I hope you can update ace dependence to latest version to resolved this bug.

See also:
icewind1991/files_markdown#48
nextcloud/notes#59


Steps to reproduce

  1. Create a blank text file
  2. type Chinese

Expected behaviour (The picture is from ace, but you text editor have same issue)

Actual behaviour (The picture is from ace, but you text editor have same issue)

Client configuration

Browser: Chrome 59.0.3071.115

PHP error occurred when editing text

Steps to reproduce

1.Create new text file or Open existing text file.
2.Edit a little
3.View administrator logging of the settings.

Expected behaviour

No error is output.

Actual behaviour

An error is output by PHP and files-texteditor.
*This did not occur before ver.12.0.2.

Server configuration

Operating system:
CentOS 7.3
Web server:
nginx 1.11.13
Database:
MariaDB 5.5.56
PHP version:
7.1.9
Nextcloud version: (see Nextcloud admin page)
12.0.3
Where did you install Nextcloud from:
I downloaded the source from nextcloud.com.

List of activated apps:

  - activity: 2.5.2
  - admin_audit: 1.2.0
  - apporder: 0.4.0
  - bruteforcesettings: 1.0.2
  - calendar: 1.5.5
  - comments: 1.2.0
  - contacts: 1.5.3
  - dav: 1.3.0
  - deck: 0.2.2
  - encryption: 1.6.0
  - federatedfilesharing: 1.2.0
  - federation: 1.2.0
  - files: 1.7.2
  - files_automatedtagging: 1.2.2
  - files_clipboard: 0.6.4
  - files_external: 1.3.0
  - files_pdfviewer: 1.1.1
  - files_sharing: 1.4.0
  - files_texteditor: 2.4.1
  - files_trashbin: 1.2.0
  - files_versions: 1.5.0
  - files_videoplayer: 1.1.0
  - gallery: 17.0.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.0.0
  - mail: 0.7.3
  - nextcloud_announcements: 1.1
  - notes: 2.3.1
  - notifications: 2.0.0
  - oauth2: 1.0.5
  - password_policy: 1.2.2
  - provisioning_api: 1.2.0
  - ransomware_protection: 1.0.4
  - richdocuments: 1.12.34
  - serverinfo: 1.2.0
  - sharebymail: 1.2.0
  - sharepoint: 1.0.2
  - survey_client: 1.0.0
  - systemtags: 1.2.0
  - tasks: 0.9.5
  - theming: 1.3.0
  - twofactor_backupcodes: 1.1.1
  - updatenotification: 1.2.0
  - workflowengine: 1.2.0
Disabled:
  - bookmarks
  - firstrunwizard
  - user_external
  - user_ldap

Nextcloud configuration:

<?php
$CONFIG = array (
  'instanceid' => 'oc91??????',
  'passwordsalt' => 'PASSWORDSALT',
  'secret' => 'SECRET',
  'trusted_domains' => 
  array (
    0 => 'MY-DOMAIN',
  ),
  'datadirectory' => '/NEXTCLOUD/data',
  'overwrite.cli.url' => 'https://MY-DOMAIN',
  'dbtype' => 'mysql',
  'version' => '12.0.3.3',
  'dbname' => 'NC-DB',
  'dbhost' => 'localhost:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'NC-DBUSER',
  'dbpassword' => 'DBPASSWORD',
  'installed' => true,
  'log_type' => 'owncloud',
  'logfile' => 'nextcloud.log',
  'loglevel' => 3,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'filelocking.enabled' => true,
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'localhost',
    'port' => 6379,
    'password' => 'PASSWORD',
  ),
  'mail_smtpmode' => 'smtp',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpsecure' => 'ssl',
  'mail_from_address' => 'MAILNAME',
  'mail_domain' => 'MAILDOMAIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'smtp.MAILDOMAIN',
  'mail_smtpport' => '465',
  'mail_smtpname' => 'MAILADDRESS',
  'mail_smtppassword' => 'MAILPASSWORD',
  'maintenance' => false,
  'auth.bruteforce.protection.enabled' => false,
  'versions_retention_obligation' => '7,auto',
  'trashbin_retention_obligation' => 'auto',
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\PNG',
    1 => 'OC\\Preview\\JPEG',
    2 => 'OC\\Preview\\GIF',
    3 => 'OC\\Preview\\BMP',
    4 => 'OC\\Preview\\XBitmap',
    5 => 'OC\\Preview\\MP3',
    6 => 'OC\\Preview\\TXT',
    7 => 'OC\\Preview\\MarkDown',
  ),
  'defaultapp' => 'mail',
);

Client configuration

Browser:
Firefox or Vivaldi
Operating system:
Windows 10 64bit Pro/Home

Logs

Nextcloud log (data/owncloud.log)

Error | files_texteditor | File: /Notes/SAMPLE.txt modified since opening.
Error | PHP | call_user_func() expects parameter 1 to be a valid callback, class 'OCA\Richdocuments\Storage' not found at /NEXTCLOUD/lib/private/legacy/hook.php#106

(*The following may not be related)
Error | appstoreFetcher | GuzzleHttp\Exception\ConnectException: cURL error 28: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received

> Error | files_texteditor | File: /Notes/SAMPLE.txt modified since opening.
This is a considerable amount in a row. Perhaps there is an automatic save.

Manage the file extensions associated with texteditor

I would really appreciate to have the possibility to change the file extensions associated with texteditor.

Up to now I often click on some files that I would like to edit within Nextcloud and the only possibility offered is to download them.

Read-Only Tag Clipped on texteditor

Steps to reproduce

  1. How To Know the file permissions

Expected behaviour

Tell us what should happen
In Editor, file name along with the read-only clipped message. Because of file permission was read-only.

Actual behaviour

Tell us what happens instead
No Way to know file had the only view permission

Server configuration

Operating system:

Web server:

Database:

PHP version:

Nextcloud version: 15.05

Where did you install Nextcloud from:

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Client configuration

Browser:

Operating system:

Logs

Nextcloud log (data/owncloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

NC14.0.1 & files_texteditor 2.6.0: "App is not compliant"

occ app:check-code files_texteditor

Analysing /var/www/html/apps/files_texteditor/appinfo/app.php
 1 errors
    line   19: OC_Util - Static method of private class must not be called
Invalid appinfo.xml file found: Element 'description': This element is not expected. Expected is one of ( name, summary ).

App is not compliant

What does this mean?
Thank you!

ctrl+l keyboard shortcut overrides browser keyboard shortcut

There is a ctrl+l keyboard shortcut that opens up an input box where you may enter a line number to jump to.

However, the same keyboard shortcut is used by some/most browsers (Firefox, Chrome), to bring the focus to the URL/input field that allows for navigation to a website. If the editor is open ctrl+l is taken over by the editor and cannot be used to bring the focus to the URL bar.

Suggestion: Use another keyboard shortcut to go to a particular line.

txt(gbk_ansi) file preview have garbled

Steps to reproduce

  1. upload test txt file
  2. preview txt file

Expected behaviour

display right.

Actual behaviour

test file title is right, content have garbled.
txt create by windows default encoding is cp936(gbk)_ansi.
if I change file encoding to utf-8, it display right.

cp936(gbk)_ansi file:
1

utf-8 file:
2

test_file:
test_file.zip

Server configuration

docker nextcloud:latest
ubuntu 16.04
sqlite

open the file by gvim in windows10 or vim in ubuntu 16.04, the file encoding is "cp936(gbk)"

vimrc setting:

set encoding=utf-8
set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1

ansi

use file --mime-type --mime-encoding, result is text/plain; charset=iso-8859-1

Middle click paste support

Using text editor to grab records of commands issued in a console - but middle click paste (FF50) doesn't work, generates some of character that doesn't appear to be in the file in a normal sense, more of a visual artefact, with its own cursor associated:
image

Select to copy does not seem to work either.

Show full text file instead of snippet

For rullzer/dropit#2 we would like to have a possibility to show the full content of a file instead of only a snippet.
I am not a server dev, but maybe some kind of option with default to current snippet length would be possible?

Search box not displaying on key commands

Steps to reproduce

  1. Open any file applicable to the Texteditor
  2. Use the keyboard shortcut Command-F or Ctrl-F

Expected behaviour

The find/ search box menu should appear

Actual behaviour

Error occurs in the console saying the /index.php/apps/files/ext-searchbox.js because non script MIME types are not allowed wen 'X-Content-Type: no sniff' is given.

Server configuration

Operating system:
macOS Sierra 10.12.6
Server 5.3.1

Web server:
Apache2

Database:
10.1.24-MariaDB - Homebrew

PHP version:
5.6.30

Nextcloud version: (see Nextcloud admin page)
12.0.4

Where did you install Nextcloud from:
nextcloud.com

List of activated apps:

Enabled:

  • activity: 2.5.2
  • admin_audit: 1.2.0
  • admin_notifications: 1.0.1
  • announcementcenter: 3.1.1
  • apporder: 0.4.1
  • audioplayer: 2.2.1
  • bruteforcesettings: 1.0.2
  • calendar: 1.5.7
  • checksum: 0.3.5
  • circles: 0.13.6
  • comments: 1.2.0
  • contacts: 2.0.1
  • dashboard: 4.0.5
  • dav: 1.3.0
  • drawio: 0.8.8
  • external: 2.0.3
  • federatedfilesharing: 1.2.0
  • federation: 1.2.0
  • files: 1.7.2
  • files_accesscontrol: 1.2.5
  • files_automatedtagging: 1.2.2
  • files_downloadactivity: 1.1.1
  • files_external: 1.3.0
  • files_markdown: 2.0.1
  • files_pdfviewer: 1.1.1
  • files_retention: 1.1.2
  • files_sharing: 1.4.0
  • files_texteditor: 2.4.1
  • files_trashbin: 1.2.0
  • files_versions: 1.5.0
  • files_videoplayer: 1.1.0
  • gallery: 17.0.0
  • groupfolders: 1.1.0
  • logreader: 2.0.0
  • lookup_server_connector: 1.0.0
  • nextcloud_announcements: 1.1
  • notes: 2.3.2
  • notifications: 2.0.0
  • oauth2: 1.0.5
  • ojsxc: 3.3.2
  • previewgenerator: 1.0.7
  • provisioning_api: 1.2.0
  • quota_warning: 1.1.1
  • rainloop: 5.0.6
  • serverinfo: 1.2.0
  • sharebymail: 1.2.0
  • survey_client: 1.0.0
  • systemtags: 1.2.0
  • tasks: 0.9.5
  • theming: 1.3.0
  • theming_customcss: 1.0.0
  • twofactor_backupcodes: 1.1.1
  • unsplash: 1.0.5
  • updatenotification: 1.2.0
  • user_ldap: 1.2.1
  • workflowengine: 1.2.0
  • workin2gether: 0.9.6
    Disabled:
  • activitylog
  • defaultgroup
  • direct_menu
  • encryption
  • firstrunwizard
  • password_policy
  • templateeditor
  • user_external

Nextcloud configuration:

{
"system": {
"instanceid": "ocz44zrckg1n",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"dev.endlesss.cloud",
"beta.endlesss.cloud"
],
"datadirectory": "/Volumes/My-Book-Pro/Users",
"overwrite.cli.url": "https://dev.endlesss.cloud",
"dbtype": "mysql",
"version": "12.0.4.3",
"dbname": "endlesss-cloud_dev",
"dbhost": "server.endlesss.co",
"dbport": "3306",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "America/Chicago",
"installed": true,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "\OCA\User_LDAP\LDAPProviderFactory",
"mail_from_address": "cloud",
"mail_smtpmode": "php",
"mail_domain": "dev.endlesss.cloud",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "mail.endlesss.co",
"mail_smtpport": "587",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "tls",
"maintenance": false,
"loglevel": 0,
"theme": "",
"debug": false,
"updater.secret": "REMOVED SENSITIVE VALUE"
},
"apps": {
"activity": {
"enabled": "yes",
"installed_version": "2.5.2",
"types": "filesystem"
},
"activitylog": {
"enabled": "no",
"installed_version": "0.0.1",
"types": ""
},
"admin_audit": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "logging"
},
"admin_notifications": {
"enabled": "yes",
"installed_version": "1.0.1",
"types": "logging"
},
"announcementcenter": {
"enabled": "yes",
"installed_version": "3.1.1",
"types": "logging"
},
"apporder": {
"enabled": "yes",
"installed_version": "0.4.1",
"ocsid": "174715",
"order": "["/index.php/apps/files/","/index.php/apps/gallery/","/index.php/apps/notes/","/index.php/apps/audioplayer/","/index.php/apps/rainloop/","/index.php/apps/activity/","/index.php/apps/external/1","/index.php/apps/external/2","/index.php/apps/announcementcenter/","/index.php/apps/circles/","/index.php/apps/dashboard/"]",
"types": ""
},
"audioplayer": {
"enabled": "yes",
"installed_version": "2.2.1",
"types": "filesystem"
},
"backgroundjob": {
"lastjob": "26"
},
"bruteforcesettings": {
"enabled": "yes",
"installed_version": "1.0.2",
"types": ""
},
"calendar": {
"enabled": "["admin","computerscience","webteam","family","photography","dev131"]",
"installed_version": "1.5.7",
"types": ""
},
"checksum": {
"enabled": "yes",
"installed_version": "0.3.5",
"types": "filesystem"
},
"circles": {
"allow_federated": "0",
"allow_linked_groups": "1",
"enabled": "yes",
"installed_version": "0.13.6",
"types": ""
},
"comments": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "logging"
},
"contacts": {
"enabled": "["admin","computerscience","webteam","family","photography","dev131"]",
"installed_version": "2.0.1",
"ocsid": "168708",
"types": ""
},
"core": {
"backgroundjobs_mode": "ajax",
"installed.bundles": "["CoreBundle","CoreBundle"]",
"installedat": "1485043848.1843",
"lastcron": "1512949167",
"lastupdateResult": "[]",
"lastupdatedat": "1512949160",
"moveavatarsdone": "yes",
"oc.integritycheck.checker": "{"core":{"INVALID_HASH":{".htaccess":{"expected":"da8e0075f23227b107fc705aa1b20378107d3a1c195d96ed13e5f4f25c38d6c660aab75be183ae5799a4ff7eae0ea739a14c944430ee8bb9e9a824235aa136eb","current":"fe5df73dc3f0b4af210bb23b69b594ad431942da9ad261c3bace5dbdb758720cf2c9093f0d1c8c49da22a8f40d81c03e5c464ab20cb211e7e0c4b15d4f1570d3"}}}}",
"previewsCleanedUp": "1",
"public_files": "files_sharing/public.php",
"public_webdav": "dav/appinfo/v1/publicwebdav.php",
"repairlegacystoragesdone": "yes",
"scss.variables": "d3478778099568952ac38928437df7aa",
"umgmt_show_email": "true",
"umgmt_show_last_login": "true",
"updater.secret.created": "1512851911",
"vendor": "nextcloud"
},
"dashboard": {
"enabled": "["admin","computerscience","webteam","family","photography","dev131"]",
"installed_version": "4.0.5",
"types": ""
},
"dav": {
"buildCalendarSearchIndex": "yes",
"enabled": "yes",
"installed_version": "1.3.0",
"types": "filesystem"
},
"defaultgroup": {
"enabled": "no",
"installed_version": "0.3.0",
"types": "prevent_group_restriction"
},
"direct_menu": {
"enabled": "no",
"installed_version": "0.10.2",
"ocsid": "169148",
"types": ""
},
"drawio": {
"DrawioLang": "auto",
"DrawioTheme": "kennedy",
"DrawioUrl": "https://www.draw.io",
"DrawioXml": "yes",
"enabled": "yes",
"installed_version": "0.8.8",
"types": "filesystem"
},
"external": {
"enabled": "yes",
"installed_version": "2.0.3",
"max_site": "2",
"sites": "{"1":{"icon":"external.png","lang":"","type":"link","device":"","id":1,"name":"Password Change","url":"https:\/\/server.endlesss.co\/changepassword"}}",
"types": ""
},
"federatedfilesharing": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": ""
},
"federation": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "authentication"
},
"files": {
"cronjob_scan_files": "500",
"enabled": "yes",
"installed_version": "1.7.2",
"types": "filesystem"
},
"files_accesscontrol": {
"enabled": "yes",
"installed_version": "1.2.5",
"types": "filesystem"
},
"files_automatedtagging": {
"enabled": "yes",
"installed_version": "1.2.2",
"types": "filesystem"
},
"files_downloadactivity": {
"enabled": "yes",
"installed_version": "1.1.1",
"types": "filesystem"
},
"files_external": {
"allow_user_mounting": "yes",
"enabled": "yes",
"installed_version": "1.3.0",
"ocsid": "166048",
"types": "filesystem",
"user_mounting_backends": "ftp,dav,owncloud,sftp,amazons3,dropbox,googledrive,swift,\OC\Files\Storage\SFTP_Key"
},
"files_markdown": {
"enabled": "yes",
"installed_version": "2.0.1",
"types": ""
},
"files_pdfviewer": {
"enabled": "yes",
"installed_version": "1.1.1",
"ocsid": "166049",
"types": ""
},
"files_retention": {
"enabled": "yes",
"installed_version": "1.1.2",
"types": "filesystem"
},
"files_sharing": {
"enabled": "yes",
"installed_version": "1.4.0",
"types": "filesystem"
},
"files_texteditor": {
"enabled": "yes",
"installed_version": "2.4.1",
"ocsid": "166051",
"types": ""
},
"files_trashbin": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "filesystem"
},
"files_versions": {
"enabled": "yes",
"installed_version": "1.5.0",
"types": "filesystem"
},
"files_videoplayer": {
"enabled": "yes",
"installed_version": "1.1.0",
"types": ""
},
"firstrunwizard": {
"enabled": "no",
"installed_version": "2.1",
"types": "logging"
},
"gallery": {
"enabled": "yes",
"installed_version": "17.0.0",
"types": ""
},
"groupfolders": {
"enabled": "yes",
"installed_version": "1.1.0",
"types": "filesystem"
},
"logreader": {
"enabled": "["admin"]",
"installed_version": "2.0.0",
"levels": "01111",
"ocsid": "170871",
"types": ""
},
"lookup_server_connector": {
"enabled": "yes",
"installed_version": "1.0.0",
"types": "authentication"
},
"nextcloud_announcements": {
"enabled": "yes",
"installed_version": "1.1",
"pub_date": "Sat, 10 Dec 2016 00:00:00 +0100",
"types": "logging"
},
"notes": {
"enabled": "["admin","computerscience","webteam","family","photography","dev131"]",
"installed_version": "2.3.2",
"ocsid": "174554",
"types": ""
},
"notifications": {
"enabled": "yes",
"installed_version": "2.0.0",
"types": "logging"
},
"oauth2": {
"enabled": "yes",
"installed_version": "1.0.5",
"types": "authentication"
},
"ojsxc": {
"apiSecret": "dJY1SZ6u6wjTM5pRT7euHmF",
"boshUrl": "",
"chromeExtension": "",
"enabled": "yes",
"externalServices": "",
"firefoxExtension": "",
"iceCredential": "",
"iceSecret": "",
"iceTtl": "",
"iceUrl": "",
"iceUsername": "",
"installed_version": "3.3.2",
"ocsid": "162257",
"serverType": "internal",
"timeLimitedToken": "false",
"types": "prelogin",
"xmppDomain": "",
"xmppOverwrite": "false",
"xmppPreferMail": "false",
"xmppResource": "",
"xmppStartMinimized": "true"
},
"onlyoffice": {
"enabled": "no",
"installed_version": "1.1.3",
"ocsid": "174798",
"skey": "1496236299300",
"types": "filesystem"
},
"orcid": {
"enabled": "no",
"installed_version": "0.9.1",
"types": ""
},
"password_policy": {
"enabled": "no",
"installed_version": "1.2.2",
"types": ""
},
"previewgenerator": {
"enabled": "yes",
"installed_version": "1.0.7",
"lastActivity": "1512746104",
"types": "filesystem"
},
"provisioning_api": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "prevent_group_restriction"
},
"quota_warning": {
"alert_email": "yes",
"enabled": "yes",
"info_email": "yes",
"installed_version": "1.1.1",
"types": "filesystem",
"warning_email": "yes"
},
"rainloop": {
"enabled": "["admin","computerscience","webteam","dev131","photography","family"]",
"installed_version": "5.0.6",
"ocsid": "165254",
"rainloop-autologin": "1",
"types": ""
},
"richdocuments": {
"enabled": "no",
"installed_version": "1.12.34",
"types": "prevent_group_restriction"
},
"serverinfo": {
"enabled": "["admin"]",
"installed_version": "1.2.0",
"types": ""
},
"sharebymail": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "filesystem"
},
"spreed": {
"enabled": "no",
"installed_version": "2.0.2",
"types": "prevent_group_restriction"
},
"survey_client": {
"enabled": "["admin"]",
"installed_version": "1.0.0",
"last_report": "{"id":"ocz44zrckg1n","items":[["server","version","12.0.3.3"],["server","code","other"],["server","enable_avatars","yes"],["server","enable_previews","yes"],["server","memcache.local","none"],["server","memcache.distributed","none"],["server","asset-pipeline.enabled","no"],["server","filelocking.enabled","yes"],["server","memcache.locking","none"],["server","debug","no"],["server","cron","cron"],["php","version","5.6.30"],["php","memory_limit",134217728],["php","max_execution_time",0],["php","upload_max_filesize",10737418240],["database","type","mysql"],["database","version","10.1.24"],["database","size",15860383744],["apps","activity","2.5.2"],["apps","activitylog","disabled"],["apps","admin_audit","1.2.0"],["apps","admin_notifications","1.0.0"],["apps","announcementcenter","3.1.0"],["apps","apporder","0.4.0"],["apps","audioplayer","2.2.0"],["apps","bruteforcesettings","disabled"],["apps","calendar","1.5.6"],["apps","checksum","0.3.5"],["apps","circles","0.13.6"],["apps","comments","1.2.0"],["apps","contacts","2.0.1"],["apps","dashboard","4.0.5"],["apps","dav","1.3.0"],["apps","defaultgroup","disabled"],["apps","direct_menu","disabled"],["apps","drawio","0.8.8"],["apps","external","2.0.3"],["apps","federatedfilesharing","1.2.0"],["apps","federation","1.2.0"],["apps","files","1.7.2"],["apps","files_accesscontrol","1.2.5"],["apps","files_automatedtagging","1.2.2"],["apps","files_downloadactivity","1.1.1"],["apps","files_external","1.3.0"],["apps","files_markdown","2.0.1"],["apps","files_pdfviewer","1.1.1"],["apps","files_retention","1.1.2"],["apps","files_sharing","1.4.0"],["apps","files_texteditor","2.4.1"],["apps","files_trashbin","1.2.0"],["apps","files_versions","1.5.0"],["apps","files_videoplayer","1.1.0"],["apps","firstrunwizard","disabled"],["apps","gallery","17.0.0"],["apps","groupfolders","1.1.0"],["apps","logreader","2.0.0"],["apps","lookup_server_connector","1.0.0"],["apps","nextcloud_announcements","1.1"],["apps","notes","2.3.1"],["apps","notifications","2.0.0"],["apps","oauth2","1.0.5"],["apps","ojsxc","3.3.1"],["apps","onlyoffice","disabled"],["apps","orcid","disabled"],["apps","password_policy","disabled"],["apps","previewgenerator","1.0.7"],["apps","provisioning_api","1.2.0"],["apps","quota_warning","1.1.1"],["apps","rainloop","5.0.3"],["apps","richdocuments","disabled"],["apps","serverinfo","1.2.0"],["apps","sharebymail","1.2.0"],["apps","spreed","disabled"],["apps","survey_client","1.0.0"],["apps","systemtags","1.2.0"],["apps","tasks","0.9.5"],["apps","templateeditor","disabled"],["apps","theming","1.3.0"],["apps","theming_customcss","1.0.0"],["apps","twofactor_backupcodes","1.1.1"],["apps","unsplash","1.0.5"],["apps","updatenotification","1.2.0"],["apps","user_ldap","1.2.1"],["apps","user_saml","1.3.2"],["apps","workflowengine","1.2.0"],["apps","workin2gether","0.9.6"],["apps","zenodo","disabled"],["stats","num_files",15043059],["stats","num_users",18],["stats","num_storages",162],["stats","num_storages_local",18],["stats","num_storages_home",72],["stats","num_storages_other",72],["stats","num_comments",1],["stats","num_comment_markers",1],["stats","num_systemtags",2],["stats","num_systemtags_mappings",13],["files_sharing","num_shares",83],["files_sharing","num_shares_user",25],["files_sharing","num_shares_groups",3],["files_sharing","num_shares_link",5],["files_sharing","num_shares_link_no_password",5],["files_sharing","num_fed_shares_sent",0],["files_sharing","num_fed_shares_received",0],["files_sharing","permissions_3_1","3"],["files_sharing","permissions_4_1","44"],["files_sharing","permissions_3_4","1"],["files_sharing","permissions_0_5","1"],["files_sharing","permissions_3_15","1"],["files_sharing","permissions_4_15","3"],["files_sharing","permissions_0_17","9"],["files_sharing","permissions_0_19","2"],["files_sharing","permissions_0_21","2"],["files_sharing","permissions_0_31","11"],["files_sharing","permissions_1_31","3"],["files_sharing","permissions_2_31","3"],["encryption","enabled","no"],["encryption","default_module","no"]]}",
"last_sent": "1511242209",
"types": ""
},
"systemtags": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "logging"
},
"tasks": {
"enabled": "["admin","computerscience","webteam","family","photography","dev131"]",
"installed_version": "0.9.5",
"types": ""
},
"templateeditor": {
"enabled": "no",
"installed_version": "0.2",
"types": ""
},
"theming": {
"cachebuster": "47",
"color": "#4483C7",
"enabled": "yes",
"installed_version": "1.3.0",
"name": "Endlesss Cloud",
"slogan": "Web Design and Development",
"types": "logging",
"url": "https://endlesss.cloud"
},
"theming_customcss": {
"cachebuster": "1512355801891",
"customcss": "#body-login input.primary {\nbackground-color: rgba(255, 255, 255, .5) !important;\nborder: 1px solid rgba(240,240,240,.9);\n}\n#header .logo,#header .logo-icon {\n background-image:url(//endlesss.cloud/core/img/logo.svg?v=36)\n}",
"enabled": "["admin"]",
"installed_version": "1.0.0",
"types": ""
},
"twofactor_backupcodes": {
"enabled": "yes",
"installed_version": "1.1.1",
"types": ""
},
"unsplash": {
"enabled": "yes",
"installed_version": "1.0.5",
"types": "authentication"
},
"updatenotification": {
"admin_notifications": "1.0.1",
"announcementcenter": "3.1.1",
"apporder": "0.4.1",
"audioplayer": "2.2.1",
"calendar": "1.5.6",
"checksum": "0.3.5",
"circles": "0.13.6",
"contacts": "2.0.1",
"core": "12.0.4.3",
"defaultgroup": "0.3.0",
"direct_menu": "0.10.2",
"enabled": "["admin"]",
"files_accesscontrol": "1.2.5",
"files_markdown": "2.0.1",
"installed_version": "1.2.0",
"notes": "2.3.2",
"ojsxc": "3.3.2",
"previewgenerator": "1.0.7",
"quota_warning": "1.1.1",
"rainloop": "5.0.6",
"richdocuments": "1.11.34",
"types": "",
"update_check_errors": "0"
},
"user_ldap": {
"enabled": "yes",
"has_memberof_filter_support": "",
"home_folder_naming_rule": "",
"installed_version": "1.2.1",
"last_jpegPhoto_lookup": "0",
"ldap_agent_password": "REMOVED SENSITIVE VALUE",
"ldap_attributes_for_group_search": "",
"ldap_attributes_for_user_search": "",
"ldap_backup_host": "",
"ldap_backup_port": "",
"ldap_base": "dc=server,dc=endlesss,dc=co",
"ldap_base_groups": "dc=server,dc=endlesss,dc=co",
"ldap_base_users": "dc=server,dc=endlesss,dc=co",
"ldap_cache_ttl": "600",
"ldap_configuration_active": "1",
"ldap_default_ppolicy_dn": "",
"ldap_display_name": "cn",
"ldap_dn": "",
"ldap_dynamic_group_member_url": "",
"ldap_email_attr": "mail",
"ldap_experienced_admin": "0",
"ldap_expert_username_attr": "uid",
"ldap_expert_uuid_group_attr": "",
"ldap_expert_uuid_user_attr": "",
"ldap_gid_number": "gidNumber",
"ldap_group_display_name": "cn",
"ldap_group_filter": "(&(|(objectclass=apple-group)(objectclass=posixGroup))(|(cn=computerscience)(cn=computerscienceadmin)(cn=csc215)(cn=dev131)(cn=family)(cn=leeandheatherwedding)(cn=photography)(cn=staff)(cn=viewfindereditors)(cn=viewfinderweb)(cn=webteam)(cn=workgroup)))",
"ldap_group_filter_mode": "0",
"ldap_group_member_assoc_attribute": "memberUid",
"ldap_groupfilter_groups": "computerscience\ncomputerscienceadmin\ncsc215\ndev131\nfamily\nleeandheatherwedding\nphotography\nstaff\nviewfindereditors\nviewfinderweb\nwebteam\nworkgroup",
"ldap_groupfilter_objectclass": "apple-group\nposixGroup",
"ldap_host": "ldaps://server.endlesss.co",
"ldap_login_filter": "(&(|(objectclass=inetOrgPerson))(uid=%uid))",
"ldap_login_filter_mode": "0",
"ldap_loginfilter_attributes": "",
"ldap_loginfilter_email": "0",
"ldap_loginfilter_username": "1",
"ldap_nested_groups": "1",
"ldap_override_main_server": "",
"ldap_paging_size": "500",
"ldap_port": "636",
"ldap_quota_attr": "",
"ldap_quota_def": "",
"ldap_tls": "0",
"ldap_turn_off_cert_check": "0",
"ldap_turn_on_pwd_change": "0",
"ldap_user_display_name_2": "",
"ldap_user_filter_mode": "1",
"ldap_userfilter_groups": "",
"ldap_userfilter_objectclass": "inetOrgPerson",
"ldap_userlist_filter": "(|(objectclass=inetOrgPerson))",
"s01has_memberof_filter_support": "0",
"s01home_folder_naming_rule": "",
"s01last_jpegPhoto_lookup": "0",
"s01ldap_agent_password": "",
"s01ldap_attributes_for_group_search": "",
"s01ldap_attributes_for_user_search": "",
"s01ldap_backup_host": "",
"s01ldap_backup_port": "",
"s01ldap_base": "",
"s01ldap_base_groups": "",
"s01ldap_base_users": "",
"s01ldap_cache_ttl": "600",
"s01ldap_configuration_active": "0",
"s01ldap_display_name": "displayName",
"s01ldap_dn": "",
"s01ldap_dynamic_group_member_url": "",
"s01ldap_email_attr": "",
"s01ldap_experienced_admin": "0",
"s01ldap_expert_username_attr": "",
"s01ldap_expert_uuid_group_attr": "",
"s01ldap_expert_uuid_user_attr": "",
"s01ldap_group_display_name": "cn",
"s01ldap_group_filter": "",
"s01ldap_group_filter_mode": "0",
"s01ldap_group_member_assoc_attribute": "uniqueMember",
"s01ldap_groupfilter_groups": "",
"s01ldap_groupfilter_objectclass": "",
"s01ldap_host": "",
"s01ldap_login_filter": "",
"s01ldap_login_filter_mode": "0",
"s01ldap_loginfilter_attributes": "",
"s01ldap_loginfilter_email": "0",
"s01ldap_loginfilter_username": "1",
"s01ldap_nested_groups": "0",
"s01ldap_override_main_server": "",
"s01ldap_paging_size": "500",
"s01ldap_port": "",
"s01ldap_quota_attr": "",
"s01ldap_quota_def": "",
"s01ldap_tls": "0",
"s01ldap_turn_off_cert_check": "0",
"s01ldap_turn_on_pwd_change": "0",
"s01ldap_user_display_name_2": "",
"s01ldap_user_filter_mode": "0",
"s01ldap_userfilter_groups": "",
"s01ldap_userfilter_objectclass": "",
"s01ldap_userlist_filter": "",
"s01use_memberof_to_detect_membership": "1",
"types": "authentication",
"use_memberof_to_detect_membership": "1"
},
"user_saml": {
"general-use_saml_auth_for_desktop": "1",
"installed_version": "1.3.2",
"type": "saml",
"types": "authentication"
},
"workflowengine": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": "filesystem"
},
"workin2gether": {
"enabled": "yes",
"extended": "1",
"installed_version": "0.9.6",
"suffix": "rule_displayname",
"types": ""
},
"zenodo": {
"enabled": "no",
"installed_version": "0.9.3",
"types": ""
}
}
}

Client configuration

Browser:
Chrome, Safari

Operating system:
macOS High Sierra, Windows 10

Extend available Syntax Highlighters

Up to now Syntax Highlighting is offered only for some programming languages.

It would be great if the list of programming language is extendable or configurable.

Before doing that it would be great to add to the defaults the few missing languages in the upper right corner of the graph here

As far as I managed to understand the list of languages is defined in files_texteditor/js/editor.js

/** Sets the syntax highlighting for the editor based on the file extension */
setEditorSyntaxMode: function(extension) {
// Loads the syntax mode files and tells the editor
var filetype = [];
// add file extensions like this: filetype["extension"] = "filetype":
filetype["h"] = "c_cpp";
filetype["c"] = "c_cpp";
filetype["clj"] = "clojure";
filetype["coffee"] = "coffee"; // coffescript can be compiled to javascript
filetype["coldfusion"] = "cfc";
filetype["cpp"] = "c_cpp";
filetype["cs"] = "csharp";
filetype["css"] = "css";
filetype["groovy"] = "groovy";
filetype["haxe"] = "hx";
filetype["htm"] = "html";
filetype["html"] = "html";
filetype["tt"] = "html";
filetype["java"] = "java";
filetype["js"] = "javascript";
filetype["jsm"] = "javascript";
filetype["json"] = "json";
filetype["latex"] = "latex";
filetype["tex"] = "latex";
filetype["less"] = "less";
filetype["ly"] = "latex";
filetype["ily"] = "latex";
filetype["lua"] = "lua";
filetype["markdown"] = "markdown";
filetype["md"] = "markdown";
filetype["mdown"] = "markdown";
filetype["mdwn"] = "markdown";
filetype["mkd"] = "markdown";
filetype["ml"] = "ocaml";
filetype["mli"] = "ocaml";
filetype["pl"] = "perl";
filetype["php"] = "php";
filetype["powershell"] = "ps1";
filetype["py"] = "python";
filetype["rb"] = "ruby";
filetype["scad"] = "scad"; // seems to be something like 3d model files printed with e.g. reprap
filetype["scala"] = "scala";
filetype["scss"] = "scss"; // "sassy css"
filetype["sh"] = "sh";
filetype["sql"] = "sql";
filetype["svg"] = "svg";
filetype["textile"] = "textile"; // related to markdown
filetype["xml"] = "xml";

Wrong l10n code for Czech language

Czech language has wrong code cs_CZ. Nextcloud (and browsers) work with cs only. This results in missing translations for files_texteditor. Tested in Nextcloud 11.0.3 and 12.0.0.

Perl mimetype

Hello,

  1. Create "foo.pl" in Nextcloud, write some code, close it.
  2. Open it again, its not open in the editor but propose to download

Expected behaviour

Perl script should be opened with the editor

Actual behaviour

Perl script is just proposed to download

Server configuration

Operating system:
Archlinux
Web server:
Apache
Database:
Mariadb
PHP version:
7.1
Nextcloud version: (see Nextcloud admin page)
12.0.1
Where did you install Nextcloud from:
from nextcloud.com

Possible resolution

https://github.com/nextcloud/files_texteditor/blob/master/js/editor.js#L250

Changing 'application/x-pearl', to 'application/x-perl', seems to fix the issue, maybe just a typo ?

Thanks,
Trevelian.

Cannot save file

Typing normally into the text editor can cause the error, "Cannot save file as it has been modified since opening". This issue is intermittent, and the message can pop up before clearing. However, in several cases so far, the editor has become locked in a position where it refuses to save, either by the autosave timer or by hitting Ctrl-S. Network issues are suspected but cannot be definitively fingered.

Files are not shared and have only a single editor. Running version 2.4.1 on Nextcloud 12, but issue existed under NC11. Operating on a hosted virtual server through DigitalOcean.

Server configuration

Operating system: Linux 3.13.0-117-generic #164-Ubuntu SMP Fri Apr 7 11:05:26 UTC 2017 x86_64

Web server: Apache/2.4.7 (Ubuntu) (apache2handler)

Database: mysql 5.5.55

PHP version: 7.0.19-1+deb.sury.org~trusty+1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, json, exif, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache

Nextcloud version: 12.0.0 - 12.0.0.29

Updated from an older Nextcloud/ownCloud or fresh install: Upgrade

Where did you install Nextcloud from: Automatic updater whenever possible

App list
Enabled:
 - admin_audit: 1.2.0
 - bruteforcesettings: 1.0.2
 - calendar: 1.5.3
 - dav: 1.3.0
 - drawio: 0.8.8
 - external: 2.0.3
 - federatedfilesharing: 1.2.0
 - federation: 1.2.0
 - files: 1.7.2
 - files_pdfviewer: 1.1.1
 - files_reader: 1.0.4
 - files_sharing: 1.4.0
 - files_texteditor: 2.4.1
 - files_trashbin: 1.2.0
 - files_videoplayer: 1.1.0
 - firstrunwizard: 2.1
 - gallery: 17.0.0
 - issuetemplate: 0.2.1
 - logreader: 2.0.0
 - lookup_server_connector: 1.0.0
 - nextcloud_announcements: 1.1
 - notes: 2.2.0
 - notifications: 2.0.0
 - oauth2: 1.0.5
 - password_policy: 1.2.2
 - provisioning_api: 1.2.0
 - serverinfo: 1.2.0
 - sharebymail: 1.2.0
 - socialsharing_facebook: 1.0.1
 - socialsharing_twitter: 1.0.1
 - spreed: 2.0.1
 - tasks: 0.9.5
 - theming: 1.3.0
 - twofactor_backupcodes: 1.1.1
 - updatenotification: 1.2.0
 - workflowengine: 1.2.0

Disabled:
 - activity
 - comments
 - documents
 - encryption
 - files_external
 - files_versions
Nextcloud configuration

{
"system": {
"updatechecker": false,
"instanceid": "ocf6sclickns",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE"
],
"datadirectory": "/var/www/owncloud/data",
"overwrite.cli.url": "http://localhost",
"dbtype": "mysql",
"version": "12.0.0.29",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "fcg",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"appstoreenabled": true,
"appstoreurl": "https://api.owncloud.com/v1",
"appstore.experimental.enabled": true,
"maintenance": false,
"loglevel": 2,
"htaccess.RewriteBase": "/",
"has_internet_connection": true,
"updater.server.url": "https://updates.nextcloud.com/updater_server/",
"updater.release.channel": "stable",
"theme": ""
}
}

Client configuration

Browser: Chrome

Operating system: Windows 10

Nextcloud log contains many copies of the following (with different request IDs):
{"reqId":"4bBBcQoU0sqFFWFBNont", "level":3, "time":"2017-06-08T17:41:12+00:00", "remoteAddr":"---", "user":"---", "app":"files_texteditor", "method":"PUT", "url":"/apps/files_texteditor/ajax/savefile", "message":"File: /testfile.txt modified since opening.", "userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36","version":"12.0.0.29"}

Open any file reguardless of extension

Not really an issue per-se, but it would be nice if i would be able to force any file to open, and with forcing a file to open use the text mode, i'm editing editor.js, but i'm not quite sure how to do it.

Nextcloud 15, code folding not working (TypeError: ace.require(...) is undefined)

Steps to reproduce

  1. Upgrade to nextcloud 15
  2. Open an xml file with outline elements

Expected behaviour

Code folding arrows should appear next to elements in xml file

Actual behaviour

No code folding marks appear, javascript throws an error "TypeError: ace.require(...) is undefined" in index.php/js/files_texteditor/merged.js:547:12

Make autosave timer configurable

It would be great if one could adjust the autosave timer to his own needs.

One problem I ran into was that my version history got spammed with the default 5 s autosave mode. I have not tested that yet but I assume editing large documents when on a mobile network won't be fun either - especially when you only have a limited amount of monthly traffic available.

I would suggest following options:

  • Enable Autosave (true/false) - if false, show a "save" button
  • Autosave interval (in seconds)

The options could be set directly in the text editor next to the file name and saved as a per-user settings.

Any thoughts?

CTRL+F in a text file does not seem to work any more

Original: nextcloud/server#5198

Steps to reproduce

  1. Go to a text file and open it with the Nextcloud server web interface editor (url like https://nextcloud.example.org/index.php/apps/files/?dir=/directory&fileid=11118#editor )
  2. Press CTRL+F (Chrome, reproduced with Firefox, Mac / Windows / Linux)
  3. Nothing happens

Expected behaviour

  1. Go to a text file and open it with the editor
  2. Press CTRL+F
  3. Get a "find" feature (either the browser's built-in find feature, or a custom Nextcloud's web interface editor find feature)

Actual behaviour

The editor seems to hijack the CTRL+F binding and prevents the browser built-in find feature from working.

The editor does not replace this with its own find feature.

Should be easy enough to reproduce, tested with very different configs by different people who could reproduce (Windows, Mac, etc.).

Nextcloud version: 12.0.0.29
Texteditor version: 2.4.1

Manual Save of Edited.txt*

Auto-save functionality fails occasionally and I'm wondering if a manual save option could implemented, perhaps by clicking on the asterisk (*) symbol displayed by a file name with unsaved changes.

Android keyboard (Gboard) adds backspace to some keystrokes when editing a file

Steps to reproduce

  1. Open a text file (not in Android) from your nextcloud
  2. On a new line type "abcd1234AbcdABCD" (use shift and capslock)
  3. Open the same file in Android
  4. On a new line type "abcd1234AbcdABCD" (use shift and shiftlock)

As you type you can see the backspace happening. The backspace is inserted first.
I have noticed shift, new line/enter inserts one backspace and shiftlock inserts two - you have to hit shift twice to activate shiftlock.

Expected behaviour

2 new lines are in the file
abcd1234AbcdABCD
abcd1234AbcdABCD

Actual behaviour

2 new lines are added
abcd1234AbcdABCD
abcd123AbABCD

Server configuration

Ubuntu 16
nginx
Postgres
PHP 7
Nextcloud 13
Installed from binaries
--Will update versions

List of activated apps:
Will update (typing on Android and don't have access to command line)

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Client configuration

Chrome 66.0.3359.158
Android 7
Android 8.1

Make line ending configurable

The current version of the texteditor uses Unix line endings. For many Windows users this is disturbing.

Therefore I suggest the following:

  1. Auto detect line ending if we open an existing file and continue to use the same line ending for this file.

  2. For new files we should have a config.php switch to define the default.

clipboard operations not working

Steps to reproduce

A) select text in editor

B) select text, press ctrl+c

C1) have a text in clipboard ready
C2) press middle mouse button

D1) have a text in clipboard ready
D2) press ctrl-v

Expected behaviour

A) selected text should appear in clipboard
B) selected text should appear in clipboard
C) text from clipboard should be pasted to editor
D) text from clipboard should be pasted to editor

Actual behaviour

A+B) clipboard contains a strange UTF symbol (
U+2028 I think, I can't paste it anywhere to test except terminal where it says literally '<2028>')
C) nothing happens
D) works as expected

Server configuration

Operating system: Linux

Web server: Nginx

Database: Percona

PHP version: 7.0

Nextcloud version: 13.0.0

Where did you install Nextcloud from: NextCloud stable channel (zip)

List of activated apps: Is this relevant?

Nextcloud configuration: Is this relevant?

Client configuration

Browser: Firefox 59 and Chromium 65

Operating system: Arch Linux

Logs

Nothing relevant in logs.

Additional info:

I have installed the Markdown extension but the behaviour is the same whether the extension is enabled or not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.