Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-16 | Logging improvements in the SAML daemon. | Aleš Smodiš | |
2015-10-16 | Record solved problems in database | Timotej Lazar | |
2015-10-16 | added gui_layout to the settings of the user | Robert Zorko | |
2015-10-15 | Server-side support for SAML logout, sessions are destroyed only using an ↵ | Aleš Smodiš | |
AJAX call. | |||
2015-10-15 | Implemented python login using authenticated SAML credentials. | Aleš Smodiš | |
2015-10-15 | Process user stats in Python instead of SQL | Timotej Lazar | |
Since we ultimately want to include events from traces (hints, tests) in statistics, SQL will be insufficient. | |||
2015-10-15 | Store identifiers instead of IDs in Problem model | Timotej Lazar | |
2015-10-15 | Implemented minimum support for authentication via SAML with an addition of ↵ | Aleš Smodiš | |
a new daemon. TODO: python login with SAML credentials. | |||
2015-10-15 | Remove terminator instructions from readme | Timotej Lazar | |
2015-10-15 | Sort rows by language and group in Problem.list | Timotej Lazar | |
2015-10-15 | Add missing commit() calls for DB connections | Timotej Lazar | |
2015-10-14 | Use sandbox for testing Python programs | Timotej Lazar | |
Use interpreter.py for running tests as well as interactive sessions. Signals are now sent with "sandbox <user> kill", so terminator is not needed anymore. | |||
2015-10-14 | Add support for command arguments to sandbox | Timotej Lazar | |
2015-10-13 | Move monkey/monkey.py to monkey/__init__.py | Timotej Lazar | |
2015-10-13 | Remove unused code from monkey.action | Timotej Lazar | |
2015-10-13 | Update create.sql and add a migration script | Timotej Lazar | |
2015-10-13 | Update Prolog actions in sqlite_to_pg.py | Timotej Lazar | |
2015-10-13 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-server | Robert Zorko | |
2015-10-13 | slight changes to the logout functionality, so it won't request a reset anymore | Robert Zorko | |
2015-10-13 | Fix: add a missing comma | Timotej Lazar | |
2015-10-13 | Use identifiers instead of names in get_stat | Timotej Lazar | |
Names have been removed from the database. This code will be updated when we decide what statistics to present to the user. | |||
2015-10-13 | Add the websocket server for the robot | Timotej Lazar | |
2015-10-13 | Store robot's address in settings | Timotej Lazar | |
2015-10-12 | Rename lang setting to gui_lang | Timotej Lazar | |
2015-10-12 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-server | Marko Pušnik | |
2015-10-12 | get basic user statistics | Marko Pušnik | |
2015-10-12 | Add the express web framework to the node server. | Aleš Smodiš | |
2015-10-12 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-server | Marko Pušnik | |
2015-10-12 | attributes for profile page | Marko Pušnik | |
2015-10-12 | Update TODO. It is now empty. We can go home. | Timotej Lazar | |
2015-10-12 | Drop name column from language/group/problem tables | Timotej Lazar | |
2015-10-12 | Remove unused server.problems.list_problems | Timotej Lazar | |
2015-10-12 | Drop is_visible column from problem table | Timotej Lazar | |
2015-10-12 | signup: +name +email | Marko Pušnik | |
2015-10-10 | Use a selector instead of polling Python interpreter | Timotej Lazar | |
2015-10-10 | Sandbox: setgid before setuid | Timotej Lazar | |
2015-10-10 | Rebuild sandbox binaries when deploying | Timotej Lazar | |
2015-10-09 | Added exception handling to get_tokens functions. | Martin | |
2015-10-08 | Reworked session handling. | Aleš Smodiš | |
* All requests have a session ID, except for the initial create_session system messages. * User session can be in an authenticated or anonymous state. * In anonymous state it is not possible to perform user actions. * Logout has been implemented. * Sessions timeout and are cleared after a period of inactivity (1 hour). * Bugfixed the lang setting handling. * Renamed get_problem -> get_current_solution, return only the user's current solution, not the whole problem data. | |||
2015-10-08 | Make the Python interpreter even more unbuffered | Timotej Lazar | |
2015-10-08 | Get problems from files in build_web_resources | Timotej Lazar | |
The script now gets the list of languages, groups and problems from the filesystem and inserts missing IDs in the database. | |||
2015-10-08 | Bugfix refresh-deploy script: use = instead of == to test for equality. | Aleš Smodiš | |
2015-10-07 | Bugfix: make the as yet unimplemented meta protocol not generate errors on ↵ | Aleš Smodiš | |
the Python side. | |||
2015-10-07 | Fix a typo | Timotej Lazar | |
2015-10-07 | Update .gitignore | Timotej Lazar | |
2015-10-07 | Add a sandbox for Python interpreter | Timotej Lazar | |
Switch to user "nobody" and set additional limits. | |||
2015-10-07 | Use 'forkserver' method for multiprocessing | Timotej Lazar | |
Weird things happen when forking multithreaded programs without this. | |||
2015-10-07 | Implemented the refresh-and-deploy shell script. | Aleš Smodiš | |
2015-10-07 | Add init scripts for sysvinit. | Aleš Smodiš | |
2015-10-06 | Test user's program before looking for hints | Timotej Lazar | |