summaryrefslogtreecommitdiff
path: root/server/user_session.py
AgeCommit message (Expand)Author
2016-04-24Return info about experiments to the clientTimotej Lazar
2016-03-01Support experiments field for SAML loginsTimotej Lazar
2016-02-28Add experiments column to codeq_userTimotej Lazar
2016-02-25Add a get_solutions(problem_ids) API functionTimotej Lazar
2015-12-11Add is_admin attribute to UserSessionTimotej Lazar
2015-12-11Return is_admin field on loginTimotej Lazar
2015-12-10Add copyright infoTimotej Lazar
2015-11-09Bugfix: SAML login method did not return correct field for the e-mail.Aleš Smodiš
2015-11-06Fix SAML login: account upgrading is done via the email attribute, username i...Aleš Smodiš
2015-11-02Modified the python server to support SAML account merge/upgrade upon first S...Aleš Smodiš
2015-10-19Add method to return attempted/solved problems for given languageTimotej Lazar
2015-10-16Record solved problems in databaseTimotej Lazar
2015-10-16added gui_layout to the settings of the userRobert Zorko
2015-10-15Server-side support for SAML logout, sessions are destroyed only using an AJA...Aleš Smodiš
2015-10-15Implemented python login using authenticated SAML credentials.Aleš Smodiš
2015-10-15Process user stats in Python instead of SQLTimotej Lazar
2015-10-13Use identifiers instead of names in get_statTimotej Lazar
2015-10-13Store robot's address in settingsTimotej Lazar
2015-10-12Rename lang setting to gui_langTimotej Lazar
2015-10-12get basic user statisticsMarko Pušnik
2015-10-12attributes for profile pageMarko Pušnik
2015-10-12signup: +name +emailMarko Pušnik
2015-10-08Reworked session handling.Aleš Smodiš
2015-10-06sign up, update last_loginMarko Pušnik
2015-10-06change passwordMarko Pušnik
2015-10-04Unification of language session implementations. Added load_problem and end_p...Aleš Smodiš
2015-09-30Add RobotSessionTimotej Lazar
2015-09-29removed some debug output and actually enabled writing into the DBRobert Zorko
2015-09-29added support to save settings, currently only 'lang' will actually be saved,...Robert Zorko
2015-09-29added settings to the user session and the login function now also returns th...Robert Zorko
2015-09-18Send the plan definition in get_problem_dataTimotej Lazar
2015-09-16Implement async. comm. with Python interpreterTimotej Lazar
2015-09-14Add SID to JSON object in UserSession.sendTimotej Lazar
2015-09-14Reimplemented communication with the client side.Aleš Smodiš
2015-09-03Use multiprocessing.managers for the Python runnerTimotej Lazar
2015-09-01Change hard-coded language to Slovene for testingTimotej Lazar
2015-09-01Add Python support to wsgi_server.{Hint,Test}Timotej Lazar
2015-08-28Add a hint service for PrologTimotej Lazar
2015-08-28Fix SQL in UserSession.update_solutionTimotej Lazar
2015-08-28Add Python session supportTimotej Lazar
2015-08-27Fix a typoTimotej Lazar
2015-08-26Implemented activity service (auto-saving of traces and solutions).Aleš Smodiš
2015-08-25Work on handling activity trace.Aleš Smodiš
2015-08-25Implemented methods to fetch a list of available problems and the problem des...Aleš Smodiš
2015-08-25Fix a typo.Aleš Smodiš
2015-08-24Split the development into daemon and wsgi_server.Aleš Smodiš