index
:
codeq-web.git
master
release
CodeQ web client
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
codeq
/
login.js
Age
Commit message (
Expand
)
Author
2015-09-30
Use $('a,b') instead of $('a').add('b')
Timotej Lazar
2015-09-30
Submit login form on enter key
Timotej Lazar
2015-09-30
Fix indentation in login.js
Timotej Lazar
2015-09-30
Bugfix login.js: sett was not declared, search for lan, not lang, in the retu...
Aleš Smodiš
2015-09-29
resolved merge conflict
Robert Zorko
2015-09-29
made login as modal with arnesaai button + modals beautified;
Marko Pušnik
2015-09-29
resolved merge conflicts
Robert Zorko
2015-09-29
added settings to the global codeq object and they are updated when the user ...
Robert Zorko
2015-09-29
logout, sign in + change password modals, setting drop-down, profile screen
Marko Pušnik
2015-09-29
login removed from navbar
Marko Pušnik
2015-09-22
enabled buttons in the navigation header (at least buttons on the left side o...
Robert Zorko
2015-09-18
Log errors to console.
Aleš Smodiš
2015-09-18
divided the login and problem chooser into two different screens
Robert Zorko
2015-09-18
added python and prolog into two different states
Robert Zorko
2015-09-17
improvments to the state machine (states can now be registered) and those imp...
Robert Zorko
2015-09-15
Remove the old code: old communication, separate prolog and python pages.
Aleš Smodiš
2015-09-14
Reimplemented communication with the server.
Aleš Smodiš
2015-09-01
Send the language as a request parameter
Timotej Lazar
2015-08-31
Get problem data for all languages in login.js
Timotej Lazar
2015-08-25
Login now fetches the list of available problems from the server.
Aleš Smodiš
2015-08-24
Introduced the Q promises library, created a basic login page to test prolog ...
Aleš Smodiš