Name link-shares online or with desktop client

Dear nextcloud-community,
since I am new, I searched the forum, but could not find anything regarding my problem. Hope to be correct here.
I just migrated my owncloud to nextcloud and it is working great! But if i compare the link-sharing some function is missing.

Nextcloud version (eg, 12.0.2): 15.0.7
Operating system and version (eg, Ubuntu 17.04): I don’t know
Apache or nginx version (eg, Apache 2.4.25): I don’t know
PHP version (eg, 7.1): 7.3.4
File sharing app: 1.7.0
Desktop client: 2.5.2git (built 20190319)

The issue you are facing:
If I create a public link to share a file or folder I have no possibility to set any title or see which links already exist. That is a nice function to have a better overview of all shared links. Do I miss something or is this function not available on nextcloud?
Since I still have the owncloud desktop client on my tablet, there is such a function available.
Thanks a lot for helping.

Is this the first time you’ve seen this error? (Y/N): Y

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Share any folder or file.
  2. Add link.

The output of your Nextcloud log in Admin > Logging:

empty

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'instanceid' => '***',
  'passwordsalt' => '***',
  'secret' => '***',
  'trusted_domains' => 
  array (
    0 => '***',
  ),
  'datadirectory' => '/var/www/clients/***',
  'dbtype' => 'mysql',
  'version' => '15.0.7.0',
  'overwrite.cli.url' => '***',
  'dbname' => '***',
  'dbhost' => '***',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => '***',
  'dbpassword' => '***',
  'installed' => true,
  'mail_smtpmode' => 'smtp',
  'mail_from_address' => '***',
  'mail_domain' => '***',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '***.de',
  'mail_smtpname' => '***',
  'mail_smtppassword' => '***',
  'maintenance' => false,
  'mysql.utf8mb4' => true,
);

The output of your Apache/nginx/system log in /var/log/____:

I have no access.