Login Page / Login Prompt
Currently, depending on how perms are set up with the instance, multi-user mode can result in a page with no models (pictured)
Of course, if they log in, this is filled, but at the moment the only prompt to log in is a small button in the corner.
Is your feature request related to a problem? Please describe. I've had a few users be confused as to where to sign in/why they can't see anything.
Describe the solution you'd like Perhaps a toggle in the admin settings to make user accounts required, mandating a login before the page? not sure.
That is a very good point! Thanks :)
This would indeed be a great thing to have! I was confused myself when switching to multiuser-mode. I would like to see models even when users are not logged in. Is there a switch somewhere? Thanks! :)
To see models when not logged in, you can set public view permissions as the default, but it will need applying to all existing models. Batch setting of that is coming soon in #2618.
Currently, activities list is created in the controller, but filtered in the partials. I think we should filter it in the controller instead, so we can display a message if it is empty or not.
Moving the filters directly would help but it feels like an ugly hack to have all the conditions in the action.
Maybe being able to filter the Timeline with a scope taking the user as parameter ?
That makes a lot of sense, yes. It's messy at the moment, it's very much "evolved" not "designed". Refactor at will!