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

Login popup appears if no albums created #1891

Closed
KarelWintersky opened this issue Jun 20, 2023 · 2 comments · Fixed by #2035
Closed

Login popup appears if no albums created #1891

KarelWintersky opened this issue Jun 20, 2023 · 2 comments · Fixed by #2035
Labels
bug Something isn't working Low Priority Low priority issues

Comments

@KarelWintersky
Copy link

Detailed description of the problem [REQUIRED]

When you enter the gallery page, in which no albums have been created (but it is indicated that the albums "last", "marked", "today" are allowed), you are prompted to log in.

This does not happen if at least one album has been created (even with 0 photos)

Looks like a bug.

image

Steps to reproduce the issue

Lychee installed 5 minutes ago.

Granted access:

image

Output of the diagnostics [REQUIRED]

root@winterskyru:/var/www/wintersky.gallery# php artisan lychee:diagnostics


Diagnostics
-----------
(some warnings skipped)
Foreign key: access_permissions.user_id     → users.id             : CASCADE
Foreign key: albums.parent_id               → albums.id            : RESTRICT
Foreign key: albums.id                      → base_albums.id       : RESTRICT
Foreign key: albums.cover_id                → photos.id            : CASCADE
Foreign key: base_albums.owner_id           → users.id             : RESTRICT
Foreign key: jobs_history.owner_id          → users.id             : RESTRICT
Foreign key: photos.album_id                → albums.id            : RESTRICT
Foreign key: photos.owner_id                → users.id             : RESTRICT
Foreign key: size_variants.photo_id         → photos.id            : RESTRICT
Foreign key: sym_links.size_variant_id      → size_variants.id     : RESTRICT
Foreign key: tag_albums.id                  → base_albums.id       : RESTRICT

System Information
------------------
Lychee Version (release):                4.9.2
DB Version:                              4.9.2

composer install:                        --no-dev
APP_ENV:                                 production
APP_DEBUG:                               false

System:                                  Linux
PHP Version:                             8.2.7
PHP User agent:                          Lychee/4 (https://lycheeorg.github.io/)
Timezone:                                Europe/Moscow
Max uploaded file size:                  2M
Max post size:                           8M
Max execution time:                      0
MySQL Version:                           10.5.19-MariaDB-0+deb11u2

exec() Available:                        yes
Imagick Available:                       1
Imagick Enabled:                         1
Imagick Version:                         1691
GD Version:                              2.3.3
Number of foreign key:                   11 found.

Config Information
------------------
version:                                 040902
check_for_updates:                       0
sorting_photos_col:                      taken_at
sorting_photos_order:                    ASC
sorting_albums_col:                      max_taken_at
sorting_albums_order:                    ASC
imagick:                                 1
skip_duplicates:                         0
small_max_width:                         0
small_max_height:                        360
medium_max_width:                        1920
medium_max_height:                       1080
lang:                                    ru
layout:                                  1
image_overlay_type:                      desc
default_license:                         CC-BY-NC-SA-4.0
compression_quality:                     80
grants_full_photo_access:                1
delete_imported:                         0
mod_frame_enabled:                       1
mod_frame_refresh:                       30
thumb_2x:                                1
small_2x:                                1
medium_2x:                               1
landing_page_enable:                     0
site_owner:                              Karel Wintersky
landing_title:                           Karel Wintersky
landing_subtitle:                        My photos
sm_facebook_url:                         
(skipped)
sm_youtube_url:                          
landing_background:                      
site_title:                              Wintersky::Gallery
footer_show_copyright:                   1
site_copyright_begin:                    2023
site_copyright_end:                      2023
footer_additional_text:                  
footer_show_social_media:                0
public_search:                           1
SL_enable:                               0
SL_for_admin:                            0
recent_age:                              1
grants_download:                         0
photos_wraparound:                       1
map_display:                             1
zip64:                                   1
map_display_public:                      1
map_provider:                            OpenStreetMap.org
force_32bit_ids:                         0
map_include_subalbums:                   0
update_check_every_days:                 3
has_exiftool:                            1
share_button_visible:                    0
import_via_symlink:                      0
has_ffmpeg:                              1
location_decoding:                       0
location_decoding_timeout:               30
location_show:                           1
location_show_public:                    1
rss_enable:                              0
rss_recent_days:                         7
rss_max_items:                           100
prefer_available_xmp_metadata:           0
editor_enabled:                          1
lossless_optimization:                   0
swipe_tolerance_x:                       150
swipe_tolerance_y:                       250
local_takestamp_video_formats:           .avi|.mov
log_max_num_line:                        1000
unlock_password_photos_with_url_param:   0
nsfw_visible:                            1
nsfw_blur:                               0
nsfw_warning:                            0
nsfw_warning_admin:                      0
nsfw_banner_override:                    
map_display_direction:                   1
album_subtitle_type:                     oldstyle
upload_processing_limit:                 4
public_photos_hidden:                    1
new_photos_notification:                 0
legacy_id_redirection:                   1
zip_deflate_level:                       6
SA_enabled:                              1
default_album_protection:                1
album_decoration:                        layers
album_decoration_orientation:            row
allow_username_change:                   1
auto_fix_orientation:                    1
use_job_queues:                          0
random_album_id:                         starred
use_last_modified_date_when_no_exif_date: 1

Browser and system

Server: Debian 11
Host: chrome / neon kde

@d7415
Copy link
Contributor

d7415 commented Jun 20, 2023

This sounds like it's by design. See #1005

@KarelWintersky
Copy link
Author

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Low Priority Low priority issues
Projects
None yet
3 participants