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-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-15 | added gui_lang to the saml_login request | Robert Zorko | |
2015-10-15 | Don't mess with whitespace in HTML templates | Timotej Lazar | |
2015-10-13 | Remove codeq.getLang function | 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-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-05 | handle phonegap native mobile app | Marko Pušnik | |
2015-10-05 | Fix iteration order in codeq.codePointCount | Timotej Lazar | |
2015-10-05 | Move makeActivityHandler to core.js | Timotej Lazar | |
There were three identical copies for {prolog,python,robot}.js. | |||
2015-10-02 | Remove the deprecated codeq.chooseTranslation(). | Aleš Smodiš | |
2015-10-02 | Bugfix: don't remove [\n\r\t] from templates. | Aleš Smodiš | |
2015-10-01 | Add support for @img in templates. | Aleš Smodiš | |
2015-10-01 | Bugfix core.js: fallback JSONization function, resource resolving function. | Aleš Smodiš | |
2015-10-01 | Use codeq.templator() for hints. Support for images. | Aleš Smodiš | |
2015-09-30 | Implemented GUI translations via the data-tkey tag attribute and res/*.json ↵ | Aleš Smodiš | |
files. | |||
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 | |
logs into the application | |||
2015-09-29 | logout, sign in + change password modals, setting drop-down, profile screen | Marko Pušnik | |
2015-09-26 | Reimplemented translation support: leave the DOM structure intact, upon ↵ | Aleš Smodiš | |
display language switch only replace language-dependent content. | |||
2015-09-24 | Make browser autodetection a little more resilient. | Aleš Smodiš | |
2015-09-24 | Implemented: CodeQ event queue, basic translation infrastructure, ↵ | Aleš Smodiš | |
reimplemented problem index from JSON data. | |||
2015-09-24 | Reimplemented language selection with simple links. Removed unused ↵ | Aleš Smodiš | |
startup.js, moved the boot sequence to core.js. | |||
2015-09-23 | Refactored code from js/codeq.js into js/codeq/core.js. | Aleš Smodiš | |
2015-08-25 | Login now fetches the list of available problems from the server. | Aleš Smodiš | |
Made the query work, so terminal interaction now works. | |||
2015-08-24 | Introduced 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. |