summaryrefslogtreecommitdiff
path: root/js/codeq/login.js
AgeCommit message (Collapse)Author
2015-09-29login removed from navbarMarko Pušnik
2015-09-22enabled buttons in the navigation header (at least buttons on the left side ↵Robert Zorko
of the bar), renamed stateMachine to navigation
2015-09-18Log errors to console.Aleš Smodiš
2015-09-18divided the login and problem chooser into two different screensRobert Zorko
2015-09-18added python and prolog into two different statesRobert Zorko
2015-09-17improvments to the state machine (states can now be registered) and those ↵Robert Zorko
improvments are now used for the existing two states (plus some code general code cleanup)
2015-09-15Remove the old code: old communication, separate prolog and python pages.Aleš Smodiš
2015-09-14Reimplemented communication with the server.Aleš Smodiš
* Using engine.io to use web sockets or long polling. * Changed to a single-page app.
2015-09-01Send the language as a request parameterTimotej Lazar
2015-08-31Get problem data for all languages in login.jsTimotej Lazar
2015-08-25Login now fetches the list of available problems from the server.Aleš Smodiš
Made the query work, so terminal interaction now works.
2015-08-24Introduced the Q promises library, created a basic login page to test prolog ↵Aleš Smodiš
examples, and started tying the terminal and editor activity to the REST services.