Custom Menu doesn't work for guest-users #224

Closed
opened 2023-02-20 17:43:38 +01:00 by chrismy · 5 comments

Environment

  • Custom menu version: 3.6.4
  • Nextcloud version: 25.0.3
  • PHP version: 7.4.33
  • Web server (Nginx, Apache2): Apache2
  • Web browser and version (Firefox 80, Google Chrome 74, etc): Firefox 110.0

I have created a guest-Account with the App "Guests" installed. This guest doesn't see the custom menu and can't access any file.

For normal users the custom menu works fine.

Configuration

{
  ...
}

Steps to reproduce

I have created a guest-Account with the App "Guests" installed. Login in as this guest, one doesn't see the custom menu and can't access any file.

For normal users the custom menu works fine.

Observed Results

I have created a guest-Account with the App "Guests" installed. Login in as this guest, one doesn't see the custom menu and can't access any file.

For normal users the custom menu works fine.

Expected Results

No response

More informations

No response

### Environment * Custom menu version: 3.6.4 * Nextcloud version: 25.0.3 * PHP version: 7.4.33 * Web server (Nginx, Apache2): Apache2 * Web browser and version (Firefox 80, Google Chrome 74, etc): Firefox 110.0 I have created a guest-Account with the App "Guests" installed. This guest doesn't see the custom menu and can't access any file. For normal users the custom menu works fine. ### Configuration ``` { ... } ``` ### Steps to reproduce I have created a guest-Account with the App "Guests" installed. Login in as this guest, one doesn't see the custom menu and can't access any file. For normal users the custom menu works fine. ### Observed Results I have created a guest-Account with the App "Guests" installed. Login in as this guest, one doesn't see the custom menu and can't access any file. For normal users the custom menu works fine. ### Expected Results _No response_ ### More informations _No response_
chrismy added the
bug
label 2023-02-20 17:43:38 +01:00
Owner

Can you export, copy and paste your configuration please (documentation)?

Can you export, copy and paste your configuration please ([documentation](https://deblan.gitnet.page/side_menu_doc/tips/#export-the-configuration))?
Author
{
    "add-logo-link": "1",
    "always-displayed": "0",
    "apps-categories-custom": "{\"dashboard\":\"dashboard\",\"files\":\"files\"}",
    "apps-order": "[]",
    "background-color": "#0068a1",
    "background-color-opacity": "100",
    "background-color-to": "#0068a1",
    "big-menu": "1",
    "big-menu-hidden-apps": "[]",
    "categories-custom": "[]",
    "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]",
    "categories-order-type": "default",
    "current-app-background-color": "#005b8d",
    "dark-mode-background-color": "#0068a1",
    "dark-mode-background-color-opacity": "100",
    "dark-mode-background-color-to": "#0068a1",
    "dark-mode-current-app-background-color": "#005b8d",
    "dark-mode-icon-invert-filter": "0",
    "dark-mode-icon-opacity": "100",
    "dark-mode-loader-color": "#ffffff",
    "dark-mode-opener": "side-menu-opener",
    "dark-mode-text-color": "#ffffff",
    "default-enabled": "1",
    "display-logo": "0",
    "enabled": "yes",
    "force": "0",
    "hide-when-no-apps": "0",
    "icon-invert-filter": "0",
    "icon-opacity": "100",
    "installed_version": "3.6.0",
    "loader-color": "#339bd4",
    "loader-enabled": "1",
    "opener": "side-menu-opener-hamburger-2",
    "opener-hover": "0",
    "opener-only": "1",
    "opener-position": "before",
    "show-settings": "0",
    "side-with-categories": "0",
    "size-icon": "normal",
    "size-text": "normal",
    "target-blank-apps": "[]",
    "text-color": "#ffffff",
    "top-menu-apps": "[]",
    "top-menu-mouse-over-hidden-label": "0",
    "top-side-menu-apps": "[]",
    "types": "",
    "use-avatar": "1"
}
``` { "add-logo-link": "1", "always-displayed": "0", "apps-categories-custom": "{\"dashboard\":\"dashboard\",\"files\":\"files\"}", "apps-order": "[]", "background-color": "#0068a1", "background-color-opacity": "100", "background-color-to": "#0068a1", "big-menu": "1", "big-menu-hidden-apps": "[]", "categories-custom": "[]", "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]", "categories-order-type": "default", "current-app-background-color": "#005b8d", "dark-mode-background-color": "#0068a1", "dark-mode-background-color-opacity": "100", "dark-mode-background-color-to": "#0068a1", "dark-mode-current-app-background-color": "#005b8d", "dark-mode-icon-invert-filter": "0", "dark-mode-icon-opacity": "100", "dark-mode-loader-color": "#ffffff", "dark-mode-opener": "side-menu-opener", "dark-mode-text-color": "#ffffff", "default-enabled": "1", "display-logo": "0", "enabled": "yes", "force": "0", "hide-when-no-apps": "0", "icon-invert-filter": "0", "icon-opacity": "100", "installed_version": "3.6.0", "loader-color": "#339bd4", "loader-enabled": "1", "opener": "side-menu-opener-hamburger-2", "opener-hover": "0", "opener-only": "1", "opener-position": "before", "show-settings": "0", "side-with-categories": "0", "size-icon": "normal", "size-text": "normal", "target-blank-apps": "[]", "text-color": "#ffffff", "top-menu-apps": "[]", "top-menu-mouse-over-hidden-label": "0", "top-side-menu-apps": "[]", "types": "", "use-avatar": "1" } ```
Owner

Have you allowed applications to be used by guest users?

Have you allowed applications to be used by guest users?
deblan added the
not reproduced
label 2023-02-20 18:31:11 +01:00
Author

Thanks. After activating the app side-menu for guests, the custom menu works.
As the menu-function is a core-function to use nextcloud, the custom menu should not be deactivated at all. If one works with custom menu, there is no reason to deactivate this app for guests.

Thanks. After activating the app side-menu for guests, the custom menu works. As the menu-function is a core-function to use nextcloud, the custom menu should not be deactivated at all. If one works with custom menu, there is no reason to deactivate this app for guests.
Owner

Custom menu is not an core app and this is not developed by Nextcloud. That's why it must be enabled.

Custom menu is not an core app and this is not developed by Nextcloud. That's why it must be enabled.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: deblan/side_menu#224
No description provided.