Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-06 | Chancing icon size and margin | Tiago Queiroz | |
2016-07-05 | #718 | Carol Guillen | |
2016-07-05 | change github url in setup.py to new one | Zara Gebru | |
2016-07-04 | Remove transifex wrong translations | Tulio Casagrande | |
2016-07-04 | Issue #738: Bypass cookie validation for sandbox | Felix Hammerl | |
2016-06-30 | Implement nodejs provisioning based on package mnaging | Caio Carrara | |
This change is based on official node instructions. | |||
2016-06-30 | Merge pull request #736 from repat/master | Felix Hammerl | |
exchanged paper-plane icon for sent icon, fixes #717 | |||
2016-06-30 | Issue #733: cache feedback content | NavaL | |
2016-06-30 | typo in README | repat | |
2016-06-29 | Increase timeout report on karma | Tulio Casagrande | |
We have some tests running around 600 ms. We changed the report value for slower tests to 1 sec. This eliminates the last warnings on js tests. | |||
2016-06-29 | Fix sandbox.html request warning on js tests | Tulio Casagrande | |
We added a proxy to serve the sandbox.html. This removes warnings from js tests | |||
2016-06-29 | Fix mispelling on modernizr import | Tulio Casagrande | |
2016-06-29 | Add jasmine-ajax to mock ajax calls on tests | Tulio Casagrande | |
We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests. | |||
2016-06-29 | Update information about translation contribution | Tulio Casagrande | |
See: #727 | |||
2016-06-29 | exchanged paper-plane icon for sent icon, fixes #717 | repat | |
2016-06-29 | Sync transifex | Tulio Casagrande | |
2016-06-29 | Revert "Don't use rsync on windows/vagrant by default" | varac | |
This reverts commit dd1c1ee473364e2b298ee4fbdf11abc2894932d8. | |||
2016-06-29 | Synchronize translation files with transifex | Tulio Casagrande | |
2016-06-29 | Remove old i18n keys | Tulio Casagrande | |
2016-06-28 | Normalize i18n keys | Tulio Casagrande | |
2016-06-28 | Added remaining translations strings | Tulio Casagrande | |
2016-06-28 | ship our local copy of phantomjs | varac | |
2016-06-27 | Sync traslation files with transifex | Caio Carrara | |
2016-06-27 | Updates pt_BR translations | Caio Carrara | |
2016-06-27 | Fix typo making tests broke | Caio Carrara | |
2016-06-27 | Update use of interpolation on translations | Caio Carrara | |
See: #727 | |||
2016-06-27 | Initialize specific i18next for tests | Caio Carrara | |
This change is necessary due translation file loading and paths. | |||
2016-06-27 | Explicitly use POST to test csrf | Caio Carrara | |
2016-06-27 | Csrf not being enforced on GET | Caio Carrara | |
2016-06-27 | Updates the i18next to latest version | Caio Carrara | |
See: #727 | |||
2016-06-27 | Uses browser set on karma conf file | Caio Carrara | |
2016-06-27 | Fix xsrf-token verification in async calls | Caio Carrara | |
The previous behaviour only checked xsrf-token in headers, but it can be informed in a token as well. | |||
2016-06-27 | Changes fallback language code to en_US | Caio Carrara | |
The previous used code was only 'en'. However, as we updated the codes with Transifex changes, it's also necessary update this fallback. See: #727 | |||
2016-06-27 | Creates Spanish translation file | Caio Carrara | |
It was added without any translation See: #727 | |||
2016-06-27 | Creates Germany translation file | Caio Carrara | |
It was added without any translation. See: #727 | |||
2016-06-27 | Update Swedish language code from sv to sv_SE | Caio Carrara | |
See: #727 | |||
2016-06-27 | Changes source language from en to en_US | Caio Carrara | |
See: #727 | |||
2016-06-27 | Updates README with info about translation files management | Caio Carrara | |
See: #727 | |||
2016-06-27 | Adds contribution guide for translators | Caio Carrara | |
See: #727 | |||
2016-06-27 | Sets initial config for transifex support | Caio Carrara | |
This change adds the transifex config file and also rename some directories to match correct language codes. See: #727 | |||
2016-06-26 | Updated handlebars to latest version | Bruno Wagner | |
2016-06-26 | Removed deprecated options from requirements.txt | Bruno Wagner | |
2016-06-26 | Updated bower and fixed dist clean | Bruno Wagner | |
2016-06-26 | Updated karma and requirejs | Bruno Wagner | |
Also changed reporter to dots, to decrease verbosity a little bit | |||
2016-06-26 | Updated minifiers and packaging accordingly | Bruno Wagner | |
2016-06-24 | added dummy user attribute to SRPsession as the constructor changed -- ↵ | NavaL | |
fixing build -- Issue #694 | |||
2016-06-24 | Issue #694 add an admin restricted resource for user stats | NavaL | |
2016-06-23 | [#619] Fix the failing tests | Tulio Casagrande | |
2016-06-23 | [#619] Fix some missing translation strings | Tulio Casagrande | |
2016-06-23 | refactoring: renaming services factory methods to relate them to user ↵ | NavaL | |
services sessions |