Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-21 | Re-raise the same exception to keep context | Tulio Casagrande | |
2017-01-21 | Make registering of events for fresh accounts a bit more robust by replacing ↵ | Ola Bini | |
the old events if they were not cleaned up after previous errors | |||
2017-01-20 | Merge pull request #920 from olabini/initial-errors2 | Tulio Casagrande | |
Rebase previous PR on current master - see PR #915 for details | |||
2017-01-20 | Rebase previous PR on current master - see PR #915 for details | Ola Bini | |
2017-01-20 | Merge pull request #903 from annacruz/remove-refresh-button | Anike Arni | |
Removing refresh in mail page - issue #838 | |||
2017-01-20 | Merge pull request #912 from pixelated/tooltip-labels | thaissiqueira | |
[#828] Adds tooltips for encrypt and sign labels | |||
2017-01-20 | Removing other refresh trigger references | Anna Cruz | |
2017-01-20 | Removing refresh button references from hbs | Anna Cruz | |
2017-01-20 | Removing refresh_trigger from templates and references to it | Anna Cruz | |
2017-01-20 | Merge pull request #916 from olabini/fix-broken-assert-welcome-email | Tulio Casagrande | |
Fix broken test for default language for user | |||
2017-01-19 | Merge pull request #917 from olabini/fix-copyright-on-python-files | Anike Arni | |
Add copyright statements to all Python files that doesn't have it | |||
2017-01-19 | [#828] Changes color and size of tooltip | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Refactoring checkEncrypted and checkSigned functions | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Adds Portuguese translation for encrypted and signed tooltips | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Replaced plain text to translation properties | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Adds tooltips for encrypt and sign labels | Thais Siqueira | |
We added a tooltip on the "encrypted" and "signed" label to inform the user what these flags mean. And we did some refactoring. With @tayanefernandes | |||
2017-01-19 | Add copyright statements to all Python files that doesn't have it | Ola Bini | |
2017-01-19 | Fix broken test for default language for user | Ola Bini | |
2017-01-19 | Merge pull request #914 from olabini/cleanup-makefiles | Tulio Casagrande | |
Clean up Makefile by unifying all phone targets, and removing a bunch… | |||
2017-01-19 | Clean up Makefile by unifying all phone targets, and removing a bunch of ↵ | Ola Bini | |
redundant printing | |||
2017-01-18 | Adds link for Managing Translations page | thaissiqueira | |
2017-01-18 | Merge pull request #911 from pixelated/login-unicode | thaissiqueira | |
Encodes user_uuid and passphrase to allow utf-8 characteres | |||
2017-01-18 | Merge pull request #910 from pixelated/remove-deb-gnupg | Anike Arni | |
Remove python-gnupg debian package as dependency | |||
2017-01-17 | [#885] Adds test to ensure the right type for user_uuid and passphrase | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-17 | [#885]Encodes user_uuid and passphrase to allow utf-8 characteres | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-16 | Remove python-gnupg debian package as dependency | Tulio Casagrande | |
2017-01-16 | Merge pull request #909 from pixelated/watch-js | Anike Arni | |
Adds js to watch command | |||
2017-01-13 | Adds js to watch command so that dev is faster in js | Anike Arni | |
2017-01-13 | Fix js setup for vagrant | Tulio Casagrande | |
2017-01-13 | Merge pull request #906 from pixelated/key_expiry | Tulio Casagrande | |
Close session when UploadKeyError occurs | |||
2017-01-13 | Mock register events to not complain about zmq certs | Tulio Casagrande | |
Related with: #815 | |||
2017-01-12 | Re-raise the exception after closing the session | Tayane Fernandes | |
We were trying to setup services even after closing the session. We fixed it and added unit test. Related with: #815 | |||
2017-01-11 | Close session when UploadKeyError occurs | Tayane Fernandes | |
When the upload of the user key fails (i.e. Timeout), the session was being held in memory, preventing the user from trying again. Related with: #815, #889 | |||
2017-01-10 | Change the logger.info to logger.debug | Tayane Fernandes | |
Given that we don't need to expose the user fingerprint every time we login, we changed to log it only on debug mode. See #815 | |||
2017-01-10 | Check if key is synchronized with server at every login | Tulio Casagrande | |
This is a temporary solution when uploading a regenerated key fails. It's going to attempt the upload again on the subsequent logins. The drawback with this solution, is that the fetch remote can increase the login time, specially with multiple users. See: #815 | |||
2017-01-10 | Fix regenerate keys test flow | Tulio Casagrande | |
The regenerate key test was not checking if the UploadKeyError exception was raised Related with: #815 | |||
2017-01-10 | Merge pull request #899 from bwagnerr/make | Anike Arni | |
Creates a unified makefile for pixelated client and web-ui | |||
2017-01-09 | Moved source to . so we are compatible with sh | Bruno Wagner | |
Snap uses sh directly to run the build, so we cannot expect bash. I changed everything to . so that the make runs more broadly | |||
2017-01-09 | Added special bundled requirements for pysqlcipher | Bruno Wagner | |
The build breaks without it, with it most machines can run the tests | |||
2017-01-09 | Added error message in case virtualenv doesn't exist | Bruno Wagner | |
2017-01-09 | Functional tests and linters can now be ran standalone | Bruno Wagner | |
Also adapted the README to use the makefile for instructions | |||
2017-01-09 | Log user's current key for easier debug | Tulio Casagrande | |
Related with: #815 | |||
2017-01-06 | Raise exception when sending a renerated key fails | Tulio Casagrande | |
We still need to figure out what to do when the upload fails. But we're already raising the exception, so we can track it on the logs See: https://github.com/pixelated/pixelated-user-agent/issues/815 | |||
2017-01-06 | Removes soledad server (leap.soledad.server) from requirements | Anike Arni | |
with @thaissiqueira | |||
2017-01-05 | Revert "[#888] Fix soledad class contract to be compatible with new merge. ↵ | Anike Arni | |
with @thaissiqueira." This reverts commit ebdeec4ad6d0f91bc60fd34a580fc02787026692. | |||
2017-01-04 | Merge pull request #898 from bwagnerr/simplify_static | Tulio Casagrande | |
Simplifies the get_static_folder on RootResource | |||
2017-01-04 | [#888] Fix soledad class contract to be compatible with new merge. with ↵ | Anike Arni | |
@thaissiqueira. | |||
2017-01-04 | Merge pull request #900 from bwagnerr/fix_test_site | Tulio Casagrande | |
Fixed mockito conflict with zope | |||
2017-01-04 | Make target setup now only calls install | Bruno Wagner | |
2017-01-04 | Simplified service ./go to call make directly | Bruno Wagner | |
Also added the deactivation of the virtualenv before running anything, to avoid conflicting virtualenvs |