summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
AgeCommit message (Expand)Author
2016-02-25Add a screen to view own solutionsTimotej Lazar
2015-12-17fixed the session expired bugRobert Zorko
2015-12-17added 'use strict', coirrected some errors which were revealed by it and fixe...Robert Zorko
2015-12-15Implement codeq.comms.forceReset() to better handle possible timeouts and res...Aleš Smodiš
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-11-06Gui support for SAML account merge/upgrade upon first SAML-type login of an e...Marko Pušnik
2015-10-21global saml_logout has been disabled. A bug with the saml login timeout has b...Robert Zorko
2015-10-19Show attempted/solved status in problem listTimotej Lazar
2015-10-15added gui_lang to the saml_login requestRobert Zorko
2015-10-15added the web logic for the saml login, but it still needs testingRobert Zorko
2015-10-13disabled using the browser navigation button to jump back to a screen after l...Robert Zorko
2015-10-12logout bugfixMarko Pušnik
2015-10-12show basic user statistics on profile pageMarko Pušnik
2015-10-12signUp: added name and emailMarko Pušnik
2015-10-08Adapted to the reworked session handling on the server. Bugfixed the lang set...Aleš Smodiš
2015-10-05sign up, reset password and profile pages + related comm messagesMarko Pušnik
2015-10-05handle phonegap native mobile appMarko Pušnik
2015-10-04Adapted to changes in codeq-server: load_problem and end_problem upon enterin...Aleš Smodiš
2015-10-01Use codeq.templator() for hints. Support for images.Aleš Smodiš
2015-09-30Implemented GUI translations via the data-tkey tag attribute and res/*.json f...Aleš Smodiš
2015-09-29added the basic cahnge language handler and the support to send an 'settings'...Robert Zorko
2015-09-28Implement in-structure GUI translation for python and problem editing screens.Aleš Smodiš
2015-09-24Implemented: CodeQ event queue, basic translation infrastructure, reimplement...Aleš Smodiš
2015-09-24Add a few comments to index.html, so it is straightforward what are various f...Aleš Smodiš
2015-09-23Add support for loading static web resources through standard AJAX, implement...Aleš Smodiš
2015-09-22Add support for run/stop in the Python interfaceTimotej Lazar
2015-09-22Bugfix python terminal: unregister terminal_output on exit, declare the "line...Aleš Smodiš
2015-09-15Augmenting the console:Aleš Smodiš
2015-09-14Implemented async delivery of server events.Aleš Smodiš
2015-09-14Reimplemented communication with the server.Aleš Smodiš
2015-09-04Initial Python intepreter implementationTimotej Lazar
2015-08-28Add initial support for hintsTimotej Lazar
2015-08-27Add testing functionalityTimotej Lazar
2015-08-26Fixed sending of activities (traces and solutions).Aleš Smodiš
2015-08-25Work on sending activity trace.Aleš Smodiš
2015-08-25Login now fetches the list of available problems from the server.Aleš Smodiš
2015-08-24Introduced the Q promises library, created a basic login page to test prolog ...Aleš Smodiš