Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-30 | Merge pull request #949 from pixelated/restart-pixelated | thaissiqueira | |
Adds postinstall scritp to restart pixelated-server | |||
2017-01-27 | Only restart pixelated-server if service is active and systemd exists | Anike Arni | |
2017-01-26 | [#918] Adds scritp to restart pixelated-server | Denis Costa | |
After upgrading Pixelated User Agent package this script will restart the server in order to have the newest code running. | |||
2017-01-25 | Remove unused variable | Tulio Casagrande | |
2017-01-25 | Extract duplicated methods to a common parent | Tulio Casagrande | |
2017-01-25 | [#907] Suppress traceback upon an unauthorized login | Tulio Casagrande | |
2017-01-23 | Merge pull request #947 from pixelated/keep-exception-context | Anike Arni | |
Keep exception context | |||
2017-01-23 | Merge pull request #921 from annacruz/long-recipients-list | Anike Arni | |
Adjusts to ellipsis work correctly in mail list - Issue #829 | |||
2017-01-21 | Merge pull request #946 from pixelated/virtual-env-fix | Tulio Casagrande | |
Removes old virutalenv that is no longer being used | |||
2017-01-21 | Remove old UploadKeyError test | Tulio Casagrande | |
I was surprised this test was not working correctly. | |||
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 | Removes old virutalenv that is no longer being used | Anike Arni | |
2017-01-20 | Adjusts to ellipsis work correctly in mail list | Anna Cruz | |
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 |