summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2015-10-16added layout choise to the setting screen, the layout has also been added to ↵Robert Zorko
the codeq.settings (codeq-server and database has been updated as well)
2015-10-16added an error msg ot the settings screen if something goes wrong and moved ↵Robert Zorko
the redirect to only happen if the update request is successful. Also tested validation - the auto validation works, but the regex might need tweaking
2015-10-16added a transition to the original login state if the saml login failsRobert Zorko
2015-10-16moved settings to its own page and changed the 'save' button from a normal ↵Robert Zorko
button to a form submit
2015-10-15Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-10-15lepšanje ali gršanje :)Marko Pušnik
2015-10-15using the same login function for both normal login and AAI loginRobert Zorko
2015-10-15added gui_lang to the saml_login requestRobert Zorko
2015-10-15Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-10-15profile page translationsMarko Pušnik
2015-10-15fixed some bugs with the AAI login after testingRobert Zorko
2015-10-15Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-10-15added the web logic for the saml login, but it still needs testingRobert Zorko
2015-10-15Don't mess with whitespace in HTML templatesTimotej Lazar
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 ↵Robert Zorko
btn in the profile screen
2015-10-14moved the signup to its own screen (and file)Robert Zorko
2015-10-14fixed the logout bug when the user logs out while in the problem screen - ↵Robert Zorko
the transition to the login screen must be performed before the logout happens
2015-10-13disabled using the browser navigation button to jump back to a screen after ↵Robert Zorko
logout and fixed a small display error where the banner would say 'signed in' twice
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
Conflicts: index.html
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
button
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 ↵Aleš Smodiš
setting handling.
2015-10-06wssMarko Pušnik
2015-10-06Rename state 'problem' to problem_listTimotej Lazar
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page.
2015-10-06Fix: correctly check if blinkTimer is not nullTimotej Lazar
2015-10-06Refactor renderLineTimotej Lazar
Hide the cursor when console is blurred. Do not change the color of character under cursor when cursor is in the unblinked phase.
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
So we can resynchronize if something goes wrong.
2015-10-05Record all user activity in traceTimotej Lazar
New generic actions: open(time), close plan hint(feedback), test(feedback) New Prolog actions: prolog_solve(query), prolog_next, prolog_end New Python actions: python_run(program), python_stop, python_input(text) New robot actions: robot_run(program), robot_stop(program)
2015-10-05Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik