-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow users to ignore libraries #182
Comments
given that i want to isolate completely some library maybe we should take some time to talk about it. i'm not sure that the filter thing will achieve what i'd like to do, and maybe the work you will have to invest in it isn't worth it... so basically i'd like to have a way to completely remove acces to some of the configured library with my user (wich is an admin) so that their content does not show in any way on mangapie. that's why i talked about some sort of profiles, it would be the ideal solution because you could switch between them quickly without login out. |
So you need to have an admin account that cannot access all the libraries, correct? |
yes that's it. i believe that a simple way to do that is by removing any access to the libraries for the administrator role and you would need to add a second role to your user to access them. |
Okay, so my idea is just to migrate the current admin account to a super administrator role and overwrite the old administrator role so that it can access the admin panel but not interact with libraries they do not have permission to access from the super administrator.
That's what you're asking for, right? |
Actually no. it's more simple than that, if you want to keep an superadmin role that have access to everything at all time it's fine, but an admin role can grant access of anything to anyone including himself. so even if it remove access to some features to himself, it's not an issue since it can grant back thoses rights to himself if needed. Basicaly i'm fine with your proposal about the superadmin, but not with the need for admin to rely on superadmin for granting himself some rights, it should be able to do it himself. that being said that's just how i see things, and if you do as you proposed it will be good enough, as long as superadmin can give admin every right he has (if i tick all the options, admin should basically be a second superadmin) |
Okay, in this case I think it's just better to add a feature to ignore libraries in the user settings. Is that good for you? From my perspective it seems like you just want to filter libraries rather than access everything in the admin panel. |
exactly. i need the admin pannel to wipe cache folders and launch a manual scan of a library most of the time. an option in user panel to filter out some library is a good approach to do what i want. i'm fine with it. |
Okay. Let's keep this issue for a user setting to ignore libraries. |
Hey
Thanks for having made that so quickly!
So it filter library per library witch is useful as is but it is not what i expected.
first, it does not restrict the search wich return results on all library.
second, you cant filter more than one library. I wanted to be able to create a custom filter that you can name and, for exemple, make it show library 1 and 2 and not 3 and 4, then create another profile that will show library 3 and 4 and hide 1 and 2.
Thanks!
The text was updated successfully, but these errors were encountered: