Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-21 | global saml_logout has been disabled. A bug with the saml login timeout has ↵ | Robert Zorko | |
been fixed (if the user entered the saml login screen and went back he would later get the timeout error) | |||
2015-10-20 | - icons | Marko Pušnik | |
- any state marker from the URL before everything else loads removed - settings dropdown separator visibility in case of saml login fixed - profile screen: - go back button refactored - name, email field - phone, browser and platform type detection (misc.js) added - mobile apps: - meta viewport and add HandheldFriendly changed - style @-ms-viewport defined - ajaxPrefix and eioHost temporary changed to dev server - android: phonegap whitelistening in config.xml fixed - ios: add hide status bar to config.xml TODO: - WP8 mobile app: test - iOS mobile app: saml login solution (iframe cross domain url not allowed) - "No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin." | |||
2015-10-19 | Show attempted/solved status in problem list | Timotej Lazar | |
2015-10-19 | hiding the change password buttons if the user logs in via saml | Robert Zorko | |
2015-10-16 | Improve (hopefully) the problem list screen | Timotej Lazar | |
2015-10-16 | added 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-16 | added 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-16 | added a transition to the original login state if the saml login fails | Robert Zorko | |
2015-10-16 | moved settings to its own page and changed the 'save' button from a normal ↵ | Robert Zorko | |
button to a form submit | |||
2015-10-15 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik | |
2015-10-15 | lepšanje ali gršanje :) | Marko Pušnik | |
2015-10-15 | using the same login function for both normal login and AAI login | Robert Zorko | |
2015-10-15 | added gui_lang to the saml_login request | Robert Zorko | |
2015-10-15 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik | |
2015-10-15 | profile page translations | Marko Pušnik | |
2015-10-15 | fixed some bugs with the AAI login after testing | Robert Zorko | |
2015-10-15 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko | |
2015-10-15 | added the web logic for the saml login, but it still needs testing | Robert Zorko | |
2015-10-15 | Don't mess with whitespace in HTML templates | Timotej Lazar | |
2015-10-15 | AAI login is moved to its own screen and js file | Robert Zorko | |
2015-10-14 | moved the cahnged pass popup to its own screen and enabled the change pass ↵ | Robert Zorko | |
btn in the profile screen | |||
2015-10-14 | moved the signup to its own screen (and file) | Robert Zorko | |
2015-10-14 | fixed 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-13 | disabled 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-13 | hiding the meni dropdowns in the login screen | Robert Zorko | |
2015-10-13 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik | |
Conflicts: index.html | |||
2015-10-13 | login, sinup and change password modals translations | Marko Pušnik | |
2015-10-13 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko | |
2015-10-13 | moved login from a popup to its own page and made some changes to the logout ↵ | Robert Zorko | |
button | |||
2015-10-13 | Simplify settings handling | Timotej Lazar | |
2015-10-13 | Remove codeq.getLang function | Timotej Lazar | |
2015-10-13 | Remove unused statusbar stuff | Timotej Lazar | |
2015-10-13 | Store robot's address in settings | Timotej Lazar | |
2015-10-12 | Rename lang setting to gui_lang and store it in codeq.settings | Timotej Lazar | |
2015-10-12 | Fix: $.extend instead of $.merge settings object | Timotej Lazar | |
2015-10-12 | logout bugfix | Marko Pušnik | |
2015-10-12 | show basic user statistics on profile page | Marko Pušnik | |
2015-10-12 | profile page | Marko Pušnik | |
2015-10-12 | ResetPassword: form validation | Marko Pušnik | |
2015-10-12 | signUp: added name and email | Marko Pušnik | |
2015-10-10 | Console: do not add empty lines to history | Timotej Lazar | |
2015-10-10 | Console: scroll to bottom when editing input line | Timotej Lazar | |
2015-10-10 | Make backspace work with shift pressed | Timotej Lazar | |
2015-10-09 | Fix console cursor display in Chrome | Timotej Lazar | |
2015-10-09 | Fix setting the resources var in boot sequence | Timotej Lazar | |
2015-10-08 | Adapted to the reworked session handling on the server. Bugfixed the lang ↵ | Aleš Smodiš | |
setting handling. | |||
2015-10-06 | wss | Marko Pušnik | |
2015-10-06 | Rename state 'problem' to problem_list | Timotej Lazar | |
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page. | |||
2015-10-06 | Fix: correctly check if blinkTimer is not null | Timotej Lazar | |
2015-10-06 | Refactor renderLine | Timotej Lazar | |
Hide the cursor when console is blurred. Do not change the color of character under cursor when cursor is in the unblinked phase. |