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

Logo not Displayed anymore (Login) Weekly 07 25 / Weekly 08 25 #102

Open
JPRuehmann opened this issue Feb 17, 2025 · 2 comments
Open

Logo not Displayed anymore (Login) Weekly 07 25 / Weekly 08 25 #102

JPRuehmann opened this issue Feb 17, 2025 · 2 comments

Comments

@JPRuehmann
Copy link

JPRuehmann commented Feb 17, 2025

Ich habe gerade auf das aktuelle weekly-2025.07.1/weekly-2025.08.1 upgedatet.
Im Anmeldefenster wird jetzt das Logo nicht mehr angezeigt.
Wie kriege ich das Zurück?

danke,

Image

@JPRuehmann
Copy link
Author

Wir hattebn das Problem schonmal vor ein paar jahren. Damals hat eine änderung an der .htaccess das Problem gelöst. Ich weiss aber nicht mehr welche.

Anbei meine .htaccess

DirectoryIndex index.php

Header always set X-Content-Type-Options nosniff
Header set  Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
Header set X-Frame-Options SAMEORIGIN
Header unset Content-Security-Policy
Header always set Content-Security-Policy "default-src https: data: 'unsafe-inline' 'unsafe-eval'"
Header unset X-Content-Security-Policy
Header add X-Content-Security-Policy "default-src 'self'"
Header unset X-WebKit-CSP
Header add X-WebKit-CSP "default-src 'self'"
Header set X-XSS-Protection: "1;mode=block"

SetEnvIf Content-Length "(.*)" HTTP_CONTENT_LENGTH=$1

#<IfModule mod_php5.c>
#      Define PHP_MODULE_INSTALLED
#</IfModule>

<IfModule mod_php7.4.c>
      Define PHP_MODULE_INSTALLED
</IfModule>

<IfDefine PHP_MODULE_INSTALLED>
    php_value max_input_time 120
    php_value session.gc_maxlifetime 86400
    php_value memory_limit 128M
    php_value upload_max_filesize 20M
    php_value post_max_size 20M
    php_value safe_mode off
    php_flag display_errors off
    php_flag log_errors on
    php_flag magic_quotes_gpc off
    php_flag magic_quotes_runtime off
    php_flag register_globals off
    php_value max_execution_time 90
</IfDefine>

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    RewriteRule ^index(.*)                   index.php
    # ActiveSync
    RewriteRule ^Microsoft-Server-ActiveSync index.php?frontend=activesync         [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]

    # OpenID
    RewriteRule ^users/(.*)                  index.php?frontend=openid&username=$1 [L,QSA]

    # Tine's nginx config mentiones: see #177979: [VS] rewrite rule für webdav auf / (root folder)
    # iPhone + only office + other broken clients
    RewriteCond "%{HTTP_USER_AGENT}" "^Documents/" [OR]
    RewriteCond "%{HTTP_USER_AGENT}" "^Dokumente/.*CFNetwork/" [OR]
    RewriteCond "%{HTTP_USER_AGENT}" "^okhttp/" [OR]
    # FIX 2: Force webdav for Gnome Virtual File System
    RewriteCond "%{HTTP_USER_AGENT}" "^gvfs/" [OR]
    # FIX 3: Force webdav for Windows Clients and those pretending (therefore without '^')
    RewriteCond "%{HTTP_USER_AGENT}" "Microsoft-WebDAV-MiniRedir/" [OR]
    RewriteCond "%{HTTP_USER_AGENT}" "^Dalvik/"
    RewriteRule ^.*$                         index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]

    # WebDAV / CalDAV / CardDAV
    RewriteCond %{REQUEST_METHOD} !^(GET|POST|HEAD)$
    RewriteRule ^.*$                         index.php?frontend=webdav             [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]

    RewriteRule ^addressbooks                index.php?frontend=webdav             [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
    RewriteRule ^calendars                   index.php?frontend=webdav             [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
    RewriteRule ^webdav                      index.php?frontend=webdav             [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
    RewriteRule ^principals                  index.php?frontend=webdav             [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
    RewriteRule ^remote.php                  index.php?frontend=webdav             [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]

    # Anonymous downloads
    RewriteRule ^download/get/(.*)           index.php?method=Download.downloadNode&path=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
    RewriteRule ^download/show/(.*)          index.php?method=Download.displayNode&path=$1  [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]

    # Routing
#    <Location />
        RewriteCond %{REQUEST_FILENAME} -s [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]
        RewriteRule ^.*$ index.php?doRouting=1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
#     </Location>
</IfModule>

<IfModule mod_expires.c>
    ExpiresActive on

    ExpiresByType image/gif "access plus 1 month 1 days"
    ExpiresByType image/jpeg "access plus 1 month 1 days"
    ExpiresByType image/png "access plus 1 month 1 days"
</IfModule>

vielleicht hilft das weiter.

Danke

@JPRuehmann
Copy link
Author

JPRuehmann commented Feb 23, 2025

Er sucht folgendes Bild.

https://tine20.ruehmann.name/logo/i/300x100/image%2Fsvg%2Bxml/dark

Einen Ordner Logo gibt es aber nicht.

@JPRuehmann JPRuehmann changed the title Logo not Displayed anymore (Login) Weekly 07 25 Logo not Displayed anymore (Login) Weekly 07 25 / Weekly 08 25 Feb 25, 2025
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

1 participant