Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-06-23 | refactoring: moved Service factories to the service config file | NavaL | |
2016-06-21 | Issue #719: Search bar should accept non alphanumeric chars | Zara Gebru | |
Revert "Issue #617: Allow only >=3 alphanumeric characters in search field" This reverts commit d2d6fb98b909021efa435411ec95f554769fa9c9. Revert "Issue #617: Restrict searching to alphanumeric characters" This reverts commit 2b41494b1472049cc056959cb093411c96370145. | |||
2016-06-17 | Issue #608: Fix lowercase attachment test to check the filename | Tulio Casagrande | |
2016-06-17 | Issue #608: Add unit test for case-specific lookup | Felix Hammerl | |
2016-06-16 | Fix UNNAMED attachment bug | Tulio Casagrande | |
Previously some attachments were being showed as UNNAMED. This change fix it and creates propers tests for attachments. See: #608 | |||
2016-06-16 | Stops filtering application/pgp-keys attachments | Tulio Casagrande | |
See: #608 | |||
2016-06-15 | we only have amd64 packages | Christoph Kluenter | |
this change ensures people do not get an error from 'apt-get update' if they have more architectures configured (e.g. ubuntu) | |||
2016-06-14 | pep8 ^^ | NavaL | |
2016-06-14 | starting the server when the reactor is running and adding proper error ↵ | NavaL | |
handling during multi-user boostrap - reactor.stop will not work if the reactor is not running. This will make sure it will be stopped on bootstrap errors now. - added a wrapper that returns a defer.fail for exceptions thrown during the multi-user boostrap - Issue #535 | |||
2016-06-14 | Empty FEEDBACK_URL env variable should also disable feedback | NavaL | |
This is needed as we need to provide empty FEEDBACK_URL, just to remind that it can be set if desired Issue #710 | |||
2016-06-13 | Change blur to focusout on recipients_input | Tulio Casagrande | |
Fix: #631 | |||
2016-06-07 | Update keymanager calls due api update | Caio Carrara | |
Some keymanager api was updated, so we needed to update some calls. | |||
2016-06-02 | RootResource should return 503 during startup (#699) | Blake Williams | |
Return 503 code while RootResource is in MODE_STARTUP | |||
2016-06-02 | Revert "added custom c extension to set mutex locking for openssl rand ↵ | NavaL | |
generation" This reverts commit 6b528c26a05f1c3f969a9896328be408bcfd6064. | |||
2016-06-01 | added custom c extension to set mutex locking for openssl rand generation | NavaL | |
2016-05-31 | Remove unused session_id | Tulio Casagrande | |
2016-05-31 | Merge pull request #701 from shabbyrobe/fix-issue-695 | Christoph | |
Issue 695: Show all recipients in mail sent folder | |||
2016-05-30 | Handle errors on started process | Tulio Casagrande | |
In single user-mode, the InvalidAuthTokenError may occur during initialization | |||
2016-05-27 | Merge pull request #700 from shabbyrobe/twisted-wrong-method | Bruno Wagner | |
Updated calls to addRawHeader to use setRawHeaders | |||
2016-05-27 | Issue #695: Show all recipients in mail sent folder | shabbyrobe | |
2016-05-26 | Updated calls to addRawHeader to use setRawHeaders | shabbyrobe | |
2016-05-22 | accomodates the case where the email address is the data sent with the event | NavaL | |
- now username and user_id are mapped when the user logs in - Issue #686 | |||
2016-05-20 | adding event as first argument on invalid soledad register callback. ↵ | NavaL | |
register sends it too. Issue #686 | |||
2016-05-19 | issue #685 remove duplicated email recipients | mfrankie | |
2016-05-19 | remove duplicated mails, wip | mfrankie | |
2016-05-19 | when invalid soledad auth token, it logs user out if multi-user and stops ↵ | NavaL | |
the reactor if single-user mode Issue #689 | |||
2016-05-18 | Issue #692 re-added logout back in the feature toggle | NavaL | |
2016-05-18 | add Dockerfile description to readme | Zara Gebru | |
2016-05-18 | use leap 0.9 deb repo | varac | |
2016-05-13 | Issue #691: Move Twisted dependency to requirements | Felix Hammerl | |
2016-05-13 | Issue #691: Refactor to Twisted 16.1.1 | Felix Hammerl | |