summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2015-10-14fixed the logout bug when the user logs out while in the problem screen - the...Robert Zorko
2015-10-13disabled using the browser navigation button to jump back to a screen after l...Robert Zorko
2015-10-13hiding the meni dropdowns in the login screenRobert Zorko
2015-10-13Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-10-13login, sinup and change password modals translationsMarko Pušnik
2015-10-13Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-10-13moved login from a popup to its own page and made some changes to the logout ...Robert Zorko
2015-10-13Simplify settings handlingTimotej Lazar
2015-10-13Remove codeq.getLang functionTimotej Lazar
2015-10-13Remove unused statusbar stuffTimotej Lazar
2015-10-13Store robot's address in settingsTimotej Lazar
2015-10-12Rename lang setting to gui_lang and store it in codeq.settingsTimotej Lazar
2015-10-12Fix: $.extend instead of $.merge settings objectTimotej Lazar
2015-10-12logout bugfixMarko Pušnik
2015-10-12show basic user statistics on profile pageMarko Pušnik
2015-10-12profile pageMarko Pušnik
2015-10-12ResetPassword: form validationMarko Pušnik
2015-10-12signUp: added name and emailMarko Pušnik
2015-10-10Console: do not add empty lines to historyTimotej Lazar
2015-10-10Console: scroll to bottom when editing input lineTimotej Lazar
2015-10-10Make backspace work with shift pressedTimotej Lazar
2015-10-09Fix console cursor display in ChromeTimotej Lazar
2015-10-09Fix setting the resources var in boot sequenceTimotej Lazar
2015-10-08Adapted to the reworked session handling on the server. Bugfixed the lang set...Aleš Smodiš
2015-10-06wssMarko Pušnik
2015-10-06Rename state 'problem' to problem_listTimotej Lazar
2015-10-06Fix: correctly check if blinkTimer is not nullTimotej Lazar
2015-10-06Refactor renderLineTimotej Lazar
2015-10-05Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-10-05sign up, reset password and profile pages + related comm messagesMarko Pušnik
2015-10-05Save current program in trace with each 'open' actionTimotej Lazar
2015-10-05Record all user activity in traceTimotej Lazar
2015-10-05Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-10-05handle phonegap native mobile appMarko Pušnik
2015-10-05Remove some stale commentsTimotej Lazar
2015-10-05Update robot.js to use websockets (WIP)Timotej Lazar
2015-10-05Oops, did not want to remove this yetTimotej Lazar
2015-10-05Fix editor activity reportingTimotej Lazar
2015-10-05Fix iteration order in codeq.codePointCountTimotej Lazar
2015-10-05Move makeActivityHandler to core.jsTimotej Lazar
2015-10-04Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webAleš Smodiš
2015-10-04Adapted to changes in codeq-server: load_problem and end_problem upon enterin...Aleš Smodiš
2015-10-02moved gui language selection completely into the settings dropdown menu and (...root
2015-10-02Remove the deprecated codeq.chooseTranslation().Aleš Smodiš
2015-10-02Bugfix: don't remove [\n\r\t] from templates.Aleš Smodiš
2015-10-02Bugfix: consider common and problem-specific hint types independently from co...Aleš Smodiš
2015-10-02Bugfix: default hint translations weren't composed correctly.Aleš Smodiš
2015-10-02Prepend instead of append new hints and bold the first shown hint.Aleš Smodiš
2015-10-02Define default translations for the "more" button in multi-part hints.Aleš Smodiš
2015-10-02Remove deprecated files.Aleš Smodiš