summaryrefslogtreecommitdiff
path: root/js/codeq/login.js
AgeCommit message (Collapse)Author
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 ↵Aleš Smodiš
setting handling.
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
(gui) language changes are now written to the DB once the save button is pressed
2015-09-30Use $('a,b') instead of $('a').add('b')Timotej Lazar
Improving my jQuery-fu…
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 ↵Aleš Smodiš
returned settings.
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
logs into the application
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 ↵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.