Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After upgrade to 9.0.0, "search" box in text file editor is missing #23055

Closed
ownclouduser42 opened this issue Mar 9, 2016 · 3 comments
Closed

Comments

@ownclouduser42
Copy link

Steps to reproduce

  1. Upgrade from any 8.x version to 9.0
  2. Create a text file
  3. Click the text file to open the text editor
  4. Observe the missing "search" box to search within the text file.

Expected behaviour

When opening a text file to edit from the web interface, there should be a search box to find within the contents, since ownCloud is deliberately breaking the in-browser search functionality (CTRL-F for all major browsers).

Actual behaviour

No search box, and CTRL-F still does not work.

Server configuration

Operating system: Ubuntu Server 14.04.4 LTS

Web server: Apache

Database: MySQL

PHP version: 5.5.9

ownCloud version: 9.0.0

Updated from an older ownCloud or fresh install: Upgraded from 8.2

Where did you install ownCloud from: SuSE build service repository

Signing status (ownCloud 9.0 and above):

No errors have been found.

List of activated apps:

Enabled:
  - activity: 2.2.1
  - calendar: true
  - comments: 0.2
  - contacts: true
  - dav: 0.1.5
  - documents: 0.12.0
  - federatedfilesharing: 0.1.0
  - federation: 0.0.4
  - files: 1.4.4
  - files_pdfviewer: 0.8
  - files_sharing: 0.9.1
  - files_texteditor: 2.1
  - files_trashbin: 0.8.0
  - files_versions: 1.2.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - gallery: 14.5.0
  - notes: 2.0.0
  - notifications: 0.2.3
  - systemtags: 0.2
  - tasks: 0.8.1
  - templateeditor: 0.1
  - updatenotification: 0.1.0
  - user_ldap: 0.8.0
Disabled:
  - encryption
  - external
  - files_external
  - provisioning_api
  - user_external

The content of config/config.php:

{
    "system": {
        "instanceid": "**REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "\/mnt\/owncloud\/data",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "9.0.0.19",
        "dbname": "owncloud",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "mail_from_address": "owncloud",
        "mail_smtpmode": "php",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "ldapIgnoreNamingRules": false,
        "maintenance": false,
        "loglevel": 1,
        "updatechecker": false,
        "trashbin_retention_obligation": "auto",
        "log_rotate_size": 104857600
    }
}

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: LDAP/ActiveDirectory

LDAP configuration (delete this part if not used)

+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Configuration                 |                                                                                                                                                                                                         |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| hasMemberOfFilterSupport      | 1                                                                                                                                                                                                       |
| hasPagedResultSupport         |                                                                                                                                                                                                         |
| homeFolderNamingRule          |                                                                                                                                                                                                         |
| lastJpegPhotoLookup           | 0                                                                                                                                                                                                       |
| ldapAgentName                 | CN=Owncloud App Account,OU=***REMOVED SENSITIVE VALUE***                                                                                                                                                |
| ldapAgentPassword             | ***                                                                                                                                                                                                     |
| ldapAttributesForGroupSearch  |                                                                                                                                                                                                         |
| ldapAttributesForUserSearch   |                                                                                                                                                                                                         |
| ldapBackupHost                | ***REMOVED SENSITIVE VALUE***                                                                                                                                                                           |
| ldapBackupPort                | 389                                                                                                                                                                                                     |
| ldapBase                      | ***REMOVED SENSITIVE VALUE***                                                                                                                                                                           |
| ldapBaseGroups                | ***REMOVED SENSITIVE VALUE***                                                                                                                                                                           |
| ldapBaseUsers                 | ***REMOVED SENSITIVE VALUE***                                                                                                                                                                           |
| ldapCacheTTL                  | 600                                                                                                                                                                                                     |
| ldapConfigurationActive       | 1                                                                                                                                                                                                       |
| ldapDynamicGroupMemberURL     |                                                                                                                                                                                                         |
| ldapEmailAttribute            | mail                                                                                                                                                                                                    |
| ldapExperiencedAdmin          | 0                                                                                                                                                                                                       |
| ldapExpertUUIDGroupAttr       |                                                                                                                                                                                                         |
| ldapExpertUUIDUserAttr        |                                                                                                                                                                                                         |
| ldapExpertUsernameAttr        |                                                                                                                                                                                                         |
| ldapGroupDisplayName          | cn                                                                                                                                                                                                      |
| ldapGroupFilter               | (&(|(objectclass=group))(|(cn=Owncloud Groups)(cn=Owncloud Users)))                                                                                                                                     |
| ldapGroupFilterGroups         | Owncloud Groups;Owncloud Users                                                                                                                                                                          |
| ldapGroupFilterMode           | 0                                                                                                                                                                                                       |
| ldapGroupFilterObjectclass    | group                                                                                                                                                                                                   |
| ldapGroupMemberAssocAttr      | member                                                                                                                                                                                                  |
| ldapHost                      | ***REMOVED SENSITIVE VALUE***                                                                                                                                                                           |
| ldapIgnoreNamingRules         |                                                                                                                                                                                                         |
| ldapLoginFilter               | ***REMOVED SENSITIVE VALUE***                                                                                                                                                                           |
| ldapLoginFilterAttributes     |                                                                                                                                                                                                         |
| ldapLoginFilterEmail          | 1                                                                                                                                                                                                       |
| ldapLoginFilterMode           | 0                                                                                                                                                                                                       |
| ldapLoginFilterUsername       | 1                                                                                                                                                                                                       |
| ldapNestedGroups              | 1                                                                                                                                                                                                       |
| ldapOverrideMainServer        |                                                                                                                                                                                                         |
| ldapPagingSize                | 500                                                                                                                                                                                                     |
| ldapPort                      | 389                                                                                                                                                                                                     |
| ldapQuotaAttribute            |                                                                                                                                                                                                         |
| ldapQuotaDefault              |                                                                                                                                                                                                         |
| ldapTLS                       | 0                                                                                                                                                                                                       |
| ldapUserDisplayName           | displayname                                                                                                                                                                                             |
| ldapUserDisplayName2          |                                                                                                                                                                                                         |
| ldapUserFilter                | (&(|(objectclass=user))(|(|(memberof=CN=Owncloud Users,OU=Owncloud,OU=Public Services,DC=***REMOVED SENSITIVE VALUE***)(primaryGroupID=1182))))                                                         |
| ldapUserFilterGroups          | Owncloud Users                                                                                                                                                                                          |
| ldapUserFilterMode            | 0                                                                                                                                                                                                       |
| ldapUserFilterObjectclass     | user                                                                                                                                                                                                    |
| ldapUuidGroupAttribute        | auto                                                                                                                                                                                                    |
| ldapUuidUserAttribute         | auto                                                                                                                                                                                                    |
| turnOffCertCheck              | 0                                                                                                                                                                                                       |
| useMemberOfToDetectMembership | 1                                                                                                                                                                                                       |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Client configuration

Browser: Firefox 44.0

Operating system: Linux

@LukasReschke
Copy link
Member

Could you reopen at https://github.com/owncloud/files_texteditor/issues? THX :)

@ownclouduser42
Copy link
Author

@lock
Copy link

lock bot commented Aug 5, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants