summaryrefslogtreecommitdiff
path: root/js/codeq/login.js
AgeCommit message (Expand)Author
2016-04-24Receive info about experiments from the serverTimotej Lazar
2016-03-30Improve error messages for login formTimotej Lazar
2016-02-26Replace several alerts with friendlier messagesTimotej Lazar
2016-02-26Use a consistent naming style for DOM IDsTimotej Lazar
2016-02-26Improve formsTimotej Lazar
2016-02-18Translate and improve "login failed" messageTimotej Lazar
2015-12-17added 'use strict', coirrected some errors which were revealed by it and fixe...Robert Zorko
2015-12-15Fixed the bug about the loss of problem solving screen state when entering a ...Aleš Smodiš
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-11-19Make language selection in login/signup tab-accessibleTimotej 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-20- iconsMarko Pušnik
2015-10-19hiding the change password buttons if the user logs in via samlRobert Zorko
2015-10-16added layout choise to the setting screen, the layout has also been added to ...Robert Zorko
2015-10-15using the same login function for both normal login and AAI loginRobert Zorko
2015-10-15profile page translationsMarko Pušnik
2015-10-15AAI login is moved to its own screen and js fileRobert Zorko
2015-10-14moved the cahnged pass popup to its own screen and enabled the change pass bt...Robert Zorko
2015-10-14moved the signup to its own screen (and file)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-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-12profile pageMarko 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-02moved gui language selection completely into the settings dropdown menu and (...root
2015-09-30Use $('a,b') instead of $('a').add('b')Timotej Lazar
2015-09-30Submit login form on enter keyTimotej Lazar
2015-09-30Fix indentation in login.jsTimotej Lazar
2015-09-30Bugfix login.js: sett was not declared, search for lan, not lang, in the retu...Aleš Smodiš
2015-09-29resolved merge conflictRobert Zorko
2015-09-29made login as modal with arnesaai button + modals beautified;Marko Pušnik
2015-09-29resolved merge conflictsRobert Zorko
2015-09-29added settings to the global codeq object and they are updated when the user ...Robert Zorko
2015-09-29logout, sign in + change password modals, setting drop-down, profile screenMarko Pušnik
2015-09-29login removed from navbarMarko Pušnik
2015-09-22enabled buttons in the navigation header (at least buttons on the left side o...Robert Zorko
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 imp...Robert Zorko
2015-09-15Remove the old code: old communication, separate prolog and python pages.Aleš Smodiš
2015-09-14Reimplemented communication with the server.Aleš Smodiš