MrDraw/src
Gina Häußge 8aeac51124 Fixed an issue that cause user sessions to not be properly associated
Sessions could get duplicated, wrongly saved etc. The reason was not
persisting the actual user object to the internal session map (but the
LocalProxy instead). That could lead to multiple sessions being
created for one login, or the session user being set to an
anonymous user, or various other odd effects depending on timing.
2015-09-09 16:13:10 +02:00
..
octoprint Fixed an issue that cause user sessions to not be properly associated 2015-09-09 16:13:10 +02:00
octoprint_setuptools Re-added dependency_links option for create_plugin_setup_parameters 2015-07-22 22:10:31 +02:00