Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | [style] improve readability | Kali Kaneko | |
2017-01-26 | [bug] check if 'enabled' field exist in the Identity document | Ruben Pollan | |
- Related: #7961 | |||
2016-03-11 | [bug] Check if the account is enabled | Ruben Pollan | |
- Resolves: #7961 | |||
2015-12-09 | [feat] postfix lookup against couchdb for client smtp fingerprint | Ruben Pollan | |
- Resolves: #4285 | |||
2015-11-12 | [feat] update leap.mx usage of soledad CouchDatabase | Ruben Pollan | |
- Related: #7565 | |||
2015-09-15 | [test] add test infrastructure | Ruben Pollan | |
Some refactor on the couchdb usage was needed to be able to mock couchdb. - Resolves: #7435 | |||
2015-04-16 | [bug] return uuid as result of alias resolver | drebs | |
This fixes a bug introduced on b0ef529cc882a96903597fb5279919969fa286c3, when the alias resolver was modified to return the user's address instead of the uuid. In order to fix this, I had to revert one of the changes made by the commit above, which is to don't make use of reduced view for the uuid query. The pgp public key query remains reduced, as implemented in the commit above. We also refactor the code a bit to allow for log messages specific to each of tcp map's sublasses. Related: #6858. | |||
2015-04-09 | [refactor] use couch reduced views for lookups | drebs | |
The way uuid and pgp key were being queried by means of couch views was not efficient because they weren't using the reduce function and were filtering the views results in the python code. Also, the uuid is not actually needed to find out either if the address exists or if there's a pgp public key for that address. This commit refactors the couch helper to make use of the reduce functions in queried views and to get rid of the intermediate uuid querying. | |||
2014-09-04 | Leap mx will not stop working for everyone if an user is inconsistent | Bruno Wagner Goncalves | |
2013-10-28 | Make the mail received callback more robust and add support for ml | Tomás Touceda | |
2013-10-15 | pep8 and sphinx format | Kali Kaneko | |
2013-08-20 | Migrate mx to work with the new couchdb structure and views | Tomás Touceda | |
2013-05-03 | Add setup script and init.d script | Tomas Touceda | |
Also, some pep8 fixes | |||
2013-05-02 | Several fixes according to the review comments | Tomas Touceda | |
2013-04-25 | Catch the case where there's no pubkey for a user | Tomas Touceda | |
2013-04-24 | Improve the rest and start everything from start_mx | Tomas Touceda | |
2013-04-23 | Add pubkey retrieving | Tomas Touceda | |
2013-04-22 | More fixes | Tomas Touceda | |