Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-28 | Merge pull request #407 from schaffer/floatlabel_for_compose | Jefferson Stachelski | |
Trying to fix issue #384 | |||
2015-07-23 | the maintainer of the debian package is not thoughtworks but pixelated | Christoph Kluenter | |
2015-07-05 | Merge branch 'master' into floatlabel_for_compose | Leonardo Schäffer | |
2015-07-05 | Moved floatlabel function to a mixin | Leonardo Schäffer | |
2015-07-01 | #346 pep8 fixed | Jefferson Stachelski | |
2015-07-01 | #346 Added a password parameter for script use | Jefferson Stachelski | |
2015-06-25 | Renamed css div class 'compose' to 'floatlabel' | Leonardo Schäffer | |
2015-06-25 | Merge branch 'master' into floatlabel_for_compose | Leonardo Schäffer | |
2015-06-24 | #412 Added a sleep to get a enought time to soledad sync the added mails | Jefferson Stachelski | |
2015-06-19 | [refactor] Use auth for fewer parameters | Victor Shyba | |
2015-06-18 | SMTP should be getting up properly again | Bruno Wagner | |
The latest changes on the platform caused the user agent to be unable to download the smtp client certificate, receiving a 401 in response. I added the authorization header to the call on the user agent so that is fixed. | |||
2015-06-17 | fix missing import | Victor Shyba | |
2015-06-17 | clean up unused variables (flake8 violations) | Victor Shyba | |
2015-06-16 | Explicit is better than implicit. | Victor Shyba | |
Trying to apply a little of this: https://www.python.org/dev/peps/pep-0020/ False doesnt point out what is being disabled. The other argument changed only because of arguments order. | |||
2015-06-15 | Put False on maintenance to not use organization mode on intialise_leap | Jefferson Stachelski | |
2015-06-15 | [doc] removing constructor docstring, since the one present on class is ↵ | Victor Shyba | |
already explaining this | |||
2015-06-15 | key generation isnt a side effect of start background jobs | Victor Shyba | |
2015-06-15 | [doc] LeapSession docstring now matches reality | Victor Shyba | |
2015-06-15 | Register now understands fingerprint and certificate arguments again | Bruno Wagner | |
2015-06-15 | SMTP now runs with the rest of the background jobs, that means register no ↵ | Bruno Wagner | |
longer starts the smtp server | |||
2015-06-13 | [rename] tested app_factory code is now on application module | Victor Shyba | |
2015-06-13 | [tests] Enabling 2 skipped tests | Victor Shyba | |
Adapted to run on current application module | |||
2015-06-12 | [refactor] dont access private soledad instance | Victor Shyba | |
Get soledad from soledad_session, instead of using the private one from Account. | |||
2015-06-12 | [refactor] use flags property on mail | Victor Shyba | |
Use it instead of reapeating fdoc.content[flags] | |||
2015-06-12 | fixes last commit typo, soledad_querier doesnt come from self | Victor Shyba | |
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-12 | Added missing import for AsyncHTTPClient | Folker Bernitt | |
- accidentally removed in previous commit | |||
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-06-10 | checking keys is a session responsability | Victor Shyba | |
2015-06-10 | Fix bug when not passing leap certificate nor fingerprint | rafael lisboa | |
2015-06-10 | Provider web certificate will always be bytestring now, requests complains ↵ | Bruno Wagner | |
otherwise | |||
2015-06-09 | Broke initialization of services down by parts | Bruno Wagner | |
2015-06-09 | Extracted services setup in a separate class | Bruno Wagner | |
We removed app factory and moved root resource initialization to application.py | |||
2015-06-09 | AttachmentsResource don't need querier anymore, RootResource doesn't need it too | Bruno Wagner | |
2015-06-09 | Run server is not used anymore | Bruno Wagner | |
2015-06-09 | clean unused imports after certs and app cleanup | Victor Shyba | |
2015-06-09 | Removed triplicated code to concatenate user mail | Victor Shyba | |
2015-06-09 | Added extensions to setup.py package | Bruno Wagner | |
2015-06-09 | pin python-sqlcipher to our version | Christoph Kluenter | |
Problem is, that the debian version is linked against a broken sqlcipher. Our version is statically linked against a version of sqlcipher that comes with python-sqlcipher. See https://github.com/pixelated-project/project-issues/issues/110 | |||
2015-06-08 | Heavy rework on certs, removed most of it, simplified the logic | Bruno Wagner | |
2015-06-08 | Moved initialization, fingerprint and cert inside LeapCertificate class | Bruno Wagner | |
2015-06-08 | Removed which_bootstrap_ca_bundle | Bruno Wagner | |
2015-06-08 | Fixed certificates initialization and removed which_api_bundle | Bruno Wagner | |
2015-06-08 | move leap certs initialization to the certs module | rafael lisboa | |
2015-06-07 | Fixed quotes in javascript files | Leonardo Schäffer | |
2015-06-07 | Implemented floatlabels for input fields when composing email | Leonardo Schäffer | |
2015-06-07 | fixes tests for smtp gateway | Victor Shyba | |
2015-06-07 | events server can also run on random port | Victor Shyba | |
With this last change, it is now possible to run more than one user agent on same pc without docker. With a fixed one it would raise port already in use and it is not configurable, making it impossible to run multiple activist UA. | |||
2015-06-07 | smtp with better variable naming and random port | Victor Shyba | |
2015-06-06 | maintenance was broken, arguments parser changed | Victor Shyba | |