owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.36k stars 2.06k forks source link

/core/templates/filetemplates/template{odt,ods,odp} Author Thomas Müller #24655

Closed ArnoldSchiller closed 8 years ago

ArnoldSchiller commented 8 years ago
### Steps to reproduce 1. Open new Document and save 2. Look at Menu File in Libreoffice ("Eigenschaften") 3. Author 18.08.2013 Thomas Müller ### Expected behaviour No author or the real author ### Actual behaviour Author of all documents is Thomas Müller ### Server configuration **Operating system**: Ubuntu 14.04 **Web server:** Apache2 **Database:** Mysql **PHP version:** 5.5.9-1ubuntu4.16 **ownCloud version:** 9.0.2 (stable) **Updated from an older ownCloud or fresh install:** **Where did you install ownCloud from:** git **Signing status (ownCloud 9.0 and above):** ``` Login as admin user into your ownCloud and access http://example.com/index.php/settings/integrity/failed paste the results here. No errors have been found. **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 ownCloud installation folder ``` - activity: 2.2.1 - announcementcenter: 1.1.2 - bookmarks: 0.7 - calendar: 1.1 - comments: 0.2 - contacts: 1.2.0.0 - dav: 0.1.6 - documents: 0.12.0 - encryption: 1.2.0 - federatedfilesharing: 0.1.0 - federation: 0.0.4 - files: 1.4.4 - files_external: 0.5.2 - files_odfviewer: 0.1 - files_pdfviewer: 0.8.1 - files_sharing: 0.9.1 - files_texteditor: 2.1 - files_trashbin: 0.8.0 - files_versions: 1.2.0 - files_videoplayer: 0.9.8 - files_videoviewer: 0.1.3 - firstrunwizard: 1.1 - gallery: 14.5.0 - impress: 1.0 - mail: 0.4.4 - notifications: 0.2.3 - ojsxc: 3.0.0 - provisioning_api: 0.4.1 - richdocuments: 0.15.0 - systemtags: 0.2 - templateeditor: 0.1 - updatenotification: 0.1.0 - user_external: 0.4 - user_ldap: 0.8.0 **The content of config/config.php:** ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your ownCloud installation folder { "system": { "updatechecker": false, "passwordsalt": "**_REMOVED SENSITIVE VALUE**_", "secret": "**_REMOVED SENSITIVE VALUE**_", "trusted_domains": [ "bgeserver.de", "localhost" ], "default_language": "de", "theme": "bgeserver", "allow_user_to_change_display_name": true, "datadirectory": "\/var\/oc_data", "overwriteprotocol": "https", "preview_libreoffice_path": "\/usr\/bin\/libreoffice", "preview_office_cl_parameters": " --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ", "enabledPreviewProviders": [ "OC\Preview\PNG", "OC\Preview\JPEG", "OC\Preview\GIF", "OC\Preview\BMP", "OC\Preview\XBitmap", "OC\Preview\MP3", "OC\Preview\TXT", "OC\Preview\MarkDown", "OC\Preview\OpenDocument", "OC\Preview\PDF", "OC\Preview\MSOfficeDoc" ], "overwrite.cli.url": "https:\/\/bgeserver.de\/owncloud", "dbtype": "mysql", "version": "9.0.2.2", "dbname": "owncloud", "dbhost": "localhost", "dbtableprefix": "oc_", "dbuser": "**_REMOVED SENSITIVE VALUE**_", "dbpassword": "**_REMOVED SENSITIVE VALUE**_", "logtimezone": "UTC", "installed": true, "ldapIgnoreNamingRules": false, "mail_smtpmode": "smtp", "mail_smtphost": "localhost", "mail_smtpport": "25", "lost_password_link": "https:\/\/bgeserver.de\/register\/newpasswort.php", "enable_previews": true, "memcache.local": "\OC\Memcache\APCu", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "localhost", "port": 6379 }, "mail_smtpauthtype": "LOGIN", "appstore.experimental.enabled": true } } Insert your config.php content here (Without the database password, passwordsalt and secret) ``` **Are you using external storage, if yes which one:** local/smb/sftp/... **Are you using encryption:** yes/no **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... #### LDAP configuration (delete this part if not used) ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your ownCloud installation folder +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Configuration | | +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | hasMemberOfFilterSupport | 0 | | hasPagedResultSupport | | | homeFolderNamingRule | attr:sn | | lastJpegPhotoLookup | 0 | | ldapAgentName | cn=saml,dc=bgeserver,dc=de | | ldapAgentPassword | **\* | | ldapAttributesForGroupSearch | ou;cn;description | | ldapAttributesForUserSearch | cn;description;displayName;mail;uid;sn | | ldapBackupHost | | | ldapBackupPort | | | ldapBase | dc=bgeserver,dc=de | | ldapBaseGroups | dc=bgeserver,dc=de | | ldapBaseUsers | ou=accounts,dc=bgeserver,dc=de | | ldapCacheTTL | 600 | | ldapConfigurationActive | 1 | | ldapDynamicGroupMemberURL | | | ldapEmailAttribute | mail | | ldapExperiencedAdmin | 1 | | ldapExpertUUIDGroupAttr | ou | | ldapExpertUUIDUserAttr | uid | | ldapExpertUsernameAttr | sn | | ldapGroupDisplayName | ou | | ldapGroupFilter | (&(|(objectclass=organizationalUnit))) | | ldapGroupFilterGroups | | | ldapGroupFilterMode | 0 | | ldapGroupFilterObjectclass | organizationalUnit | | ldapGroupMemberAssocAttr | uniqueMember | | ldapHost | ldap1.bgeserver.de | | ldapIgnoreNamingRules | | | ldapLoginFilter | (&(|(objectclass=organizationalPerson))(|(uid=%uid)(|(mailPrimaryAddress=%mail)(mail=%mail))(|(displayName=%displayName)(givenName=%givenName)(sn=%sn)(uid=%uid)))) | | ldapLoginFilterAttributes | displayName;givenName;sn;uid | | ldapLoginFilterEmail | 1 | | ldapLoginFilterMode | 0 | | ldapLoginFilterUsername | 1 | | ldapNestedGroups | 0 | | ldapOverrideMainServer | | | ldapPagingSize | 500 | | ldapPort | 389 | | ldapQuotaAttribute | | | ldapQuotaDefault | | | ldapTLS | 1 | | ldapUserDisplayName | displayName | | ldapUserDisplayName2 | givenname | | ldapUserFilter | (|(objectclass=organizationalPerson)) | | ldapUserFilterGroups | | | ldapUserFilterMode | 0 | | ldapUserFilterObjectclass | organizationalPerson | | ldapUuidGroupAttribute | auto | | ldapUuidUserAttribute | auto | | turnOffCertCheck | 0 | | useMemberOfToDetectMembership | 1 | +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT \* FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ``` ### Client configuration **Browser:** **Operating system:** ### Logs #### Web server error log ``` Insert your webserver log here ``` #### ownCloud log (data/owncloud.log) ``` Insert your ownCloud log here ``` #### Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ``` ```
ArnoldSchiller commented 8 years ago

I send Thomas Müller templates without an author, because I can't attach them here.

lock[bot] commented 5 years ago

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.