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

Share tags #3327

Closed
laurentdinclaux opened this issue Jan 30, 2017 · 2 comments
Closed

Share tags #3327

laurentdinclaux opened this issue Jan 30, 2017 · 2 comments

Comments

@laurentdinclaux
Copy link

Steps to reproduce

  1. Tag photos (from files as the gallery app doesn't support tagging yet )
  2. Go to files < tags, search for a tag

Expected behaviour

An option to share the tag should be available

Actual behaviour

There is no option to share a tag

Server configuration

Operating system: Ubuntu 16.04

Web server: Nginx

Database: MySQL

PHP version: 7.0.x

Nextcloud version: 11.01

Updated from an older Nextcloud/ownCloud or fresh install: update from NC 10

Where did you install Nextcloud from: official download, manual install

No errors have been found.

List of activated apps:

App list
Enabled:
  - activity: 2.4.1
  - admin_audit: 1.1.0
  - audioplayer: 1.4.1
  - calendar: 1.5.0
  - comments: 1.1.0
  - contacts: 1.5.2
  - dav: 1.1.1
  - direct_menu: 0.10.0
  - external: true
  - federatedfilesharing: 1.1.1
  - federation: 1.1.1
  - files: 1.6.1
  - files_accesscontrol: 1.1.2
  - files_external: 1.1.2
  - files_pdfviewer: 1.0.1
  - files_retention: 1.0.1
  - files_sharing: 1.1.1
  - files_texteditor: 2.2
  - files_trashbin: 1.1.0
  - files_versions: 1.4.0
  - files_videoplayer: 1.0.0
  - firstrunwizard: 2.0
  - gallery: 16.0.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.0.0
  - nextcloud_announcements: 1.0
  - notes: 2.2.0
  - notifications: 1.0.1
  - password_policy: 1.1.0
  - previewgenerator: 1.0.1
  - provisioning_api: 1.1.0
  - rainloop: 4.26.0
  - richdocuments: 1.1.25
  - serverinfo: 1.1.1
  - sharebymail: 1.0.1
  - spreed: 1.2.0
  - survey_client: 0.1.5
  - systemtags: 1.1.3
  - tasks: 0.9.4
  - templateeditor: 0.2
  - theming: 1.1.1
  - twofactor_backupcodes: 1.0.0
  - twofactor_totp: 1.0.0
  - updatenotification: 1.1.1
  - user_ldap: 1.1.1
  - workflowengine: 1.1.1
Disabled:
  - bookmarks
  - encryption
  - files_automatedtagging
  - nextant
  - ocr
  - ocsms
  - ojsxc
  - user_external
  - user_saml

The content of config/config.php:

Config report
{
    "system": {
        "instanceid": "ocxqcnu4i3nc",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "domain.com"
        ],
        "datadirectory": "\/srv\/www\/nextcloud\/data",
        "overwrite.cli.url": "https:\/\/domain.com\/nextcloud",
        "dbtype": "mysql",
        "version": "11.0.1.2",
        "dbname": "cloudnext",
        "dbhost": "localhost",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "Pacific\/Noumea",
        "installed": true,
        "filelocking.enabled": true,
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "redis": {
            "host": "localhost",
            "port": 6379
        },
        "trusted_proxies": [
            "10.0.4.10"
        ],
        "overwritehost": "domain.com",
        "overwriteprotocol": "https",
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "loglevel": 0,
        "log_rotate_size": 52428800,
        "appstore.experimental.enabled": true,
        "mail_from_address": "nextcloud",
        "mail_smtpmode": "php",
        "mail_domain": "domain.com",
        "ldapUserCleanupInterval": 30,
        "maintenance": false,
        "updater.release.channel": "stable",
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

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

@MorrisJobke
Copy link
Member

First of all we need to do some refinements to the tagging - see #1465 for this. Maybe then we look into a way to extract tags from other files. I will close this here for now, because this is a long way to go and also already on our agenda. Sorry to say so, but this is also something we want to have, but it takes some time until the groundwork for this is done.

@MorrisJobke
Copy link
Member

Thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants