summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-27Updates README with info about translation files managementCaio Carrara
See: #727
2016-06-27Adds contribution guide for translatorsCaio Carrara
See: #727
2016-06-27Sets initial config for transifex supportCaio Carrara
This change adds the transifex config file and also rename some directories to match correct language codes. See: #727
2016-06-26Updated handlebars to latest versionBruno Wagner
2016-06-26Removed deprecated options from requirements.txtBruno Wagner
2016-06-26Updated bower and fixed dist cleanBruno Wagner
2016-06-26Updated karma and requirejsBruno Wagner
Also changed reporter to dots, to decrease verbosity a little bit
2016-06-26Updated minifiers and packaging accordinglyBruno Wagner
2016-06-24 added dummy user attribute to SRPsession as the constructor changed -- ↵NavaL
fixing build -- Issue #694
2016-06-24Issue #694 add an admin restricted resource for user statsNavaL
2016-06-23[#619] Fix the failing testsTulio Casagrande
2016-06-23[#619] Fix some missing translation stringsTulio Casagrande
2016-06-23refactoring: renaming services factory methods to relate them to user ↵NavaL
services sessions
2016-06-23refactoring: moved Service factories to the service config fileNavaL
2016-06-21Issue #719: Search bar should accept non alphanumeric charsZara 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-17Issue #608: Fix lowercase attachment test to check the filenameTulio Casagrande
2016-06-17Issue #608: Add unit test for case-specific lookupFelix Hammerl
2016-06-16Fix UNNAMED attachment bugTulio Casagrande
Previously some attachments were being showed as UNNAMED. This change fix it and creates propers tests for attachments. See: #608
2016-06-16Stops filtering application/pgp-keys attachmentsTulio Casagrande
See: #608
2016-06-15we only have amd64 packagesChristoph 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-14pep8 ^^NavaL
2016-06-14starting 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-14Empty FEEDBACK_URL env variable should also disable feedbackNavaL
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-13Change blur to focusout on recipients_inputTulio Casagrande
Fix: #631
2016-06-07Update keymanager calls due api updateCaio Carrara
Some keymanager api was updated, so we needed to update some calls.
2016-06-02RootResource should return 503 during startup (#699)Blake Williams
Return 503 code while RootResource is in MODE_STARTUP
2016-06-02Revert "added custom c extension to set mutex locking for openssl rand ↵NavaL
generation" This reverts commit 6b528c26a05f1c3f969a9896328be408bcfd6064.
2016-06-01added custom c extension to set mutex locking for openssl rand generationNavaL
2016-05-31Remove unused session_idTulio Casagrande
2016-05-31Merge pull request #701 from shabbyrobe/fix-issue-695Christoph
Issue 695: Show all recipients in mail sent folder
2016-05-30Handle errors on started processTulio Casagrande
In single user-mode, the InvalidAuthTokenError may occur during initialization
2016-05-27Merge pull request #700 from shabbyrobe/twisted-wrong-methodBruno Wagner
Updated calls to addRawHeader to use setRawHeaders
2016-05-27Issue #695: Show all recipients in mail sent foldershabbyrobe
2016-05-26Updated calls to addRawHeader to use setRawHeadersshabbyrobe
2016-05-22accomodates the case where the email address is the data sent with the eventNavaL
- now username and user_id are mapped when the user logs in - Issue #686
2016-05-20adding event as first argument on invalid soledad register callback. ↵NavaL
register sends it too. Issue #686
2016-05-19issue #685 remove duplicated email recipientsmfrankie
2016-05-19remove duplicated mails, wipmfrankie
2016-05-19when invalid soledad auth token, it logs user out if multi-user and stops ↵NavaL
the reactor if single-user mode Issue #689
2016-05-18Issue #692 re-added logout back in the feature toggleNavaL
2016-05-18add Dockerfile description to readmeZara Gebru
2016-05-18use leap 0.9 deb repovarac
2016-05-13Issue #691: Move Twisted dependency to requirementsFelix Hammerl
2016-05-13Issue #691: Refactor to Twisted 16.1.1Felix Hammerl
2016-05-13Issue #691: Upgrade TwistedFelix Hammerl
2016-05-12Update maintenance arguments in docCaio Carrara
2016-05-12Change dispather mention in copyright to user agentCaio Carrara
2016-05-12Update ssl arguments descriptionCaio Carrara
The previous description were mentioning dispatcher use, but since we don't use it anymore, they were changed to refer to server-mode.
2016-05-12 we still need the ssl arguments, even in no-dispatcher-modeChristoph Kluenter
2016-05-11Remove dispatcher references from serviceCaio Carrara
Since we're not using dispatcher anymore, it doesn't make sense to keep dispatcher references and program flows that depend on it. For example, it doesn't make sense keep the flag --organization-mode, so it was removed as well.