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

Default owner for browsing #3

Closed
aelfwine88 opened this issue May 13, 2013 · 3 comments · Fixed by #163
Closed

Default owner for browsing #3

aelfwine88 opened this issue May 13, 2013 · 3 comments · Fixed by #163
Labels
enhancement Enhancements and improvements, nice to haves for a next release but never mandatory.
Milestone

Comments

@aelfwine88
Copy link

Hello,

I try to configure a multiuser setup here with 1 admin and 1 guest account right now. All the movies owned by the admin per default. If the guest go to default.php he always got the owner filter on Guest and he always need to set it to Any if he wants to see the movies. Can I force Any as the default owner filter in the browser area somehow?

Best regards,
Laszlo

@aelfwine88
Copy link
Author

Hello,
Can you look into this enhancement as well? :)
Thanks!

@aelfwine88
Copy link
Author

Bump

@aelfwine88
Copy link
Author

Workaround in index.php (in search.php, show.php and stats.php as well) ^^:
// owner selection for multiuser mode- by default this is the logged in user
// any user has automatically read permissions for his personal data
//if ($config['multiuser'])
if ($config['multiuser_I_WANT_THE_ANY_OPTION_ACTIVE'])

@ramndump ramndump mentioned this issue Jun 2, 2014
robelix pushed a commit to robelix/videodb that referenced this issue Jan 17, 2020
andig pushed a commit that referenced this issue Mar 7, 2020
fix imdb search, interactive search list, remove old code
andig pushed a commit that referenced this issue May 6, 2021
…mes (#3) (#129)

* Fix to be more generic to find and process js files as IMDB continually keep changing js file names.

* Fix to find all js files as IMDB continually keep changing js file names.

* improve performance by removing duplicate js file names from matches
johanneskonst added a commit to johanneskonst/videodb that referenced this issue Dec 13, 2022
Little poc for a default owner for browsing problem as described in andig#3
This is an issue when you have 'guest'  users, when they log in they first see blank page and always have to select <any> owner from filter before viewing anything. This code fixes that in when a user has zero entries themselves the default owner filter will be set to lang_filter_any instead of their username. This works without bc breaks.
@johanneskonst johanneskonst linked a pull request Dec 13, 2022 that will close this issue
@johanneskonst johanneskonst added this to the 4.2 milestone Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancements and improvements, nice to haves for a next release but never mandatory.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants