summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-26showing the full path of inlineCallback method being calledNavaL
2016-08-26fixing twisted patchNavaL
2016-08-25Adapted the twisted patch to measure inlineCallbacks #768Bruno Wagner
We did two changes to the twisted patch to be able to measure the inlineCallbacks correctly: - Filtered the traditional callbacks timing so that it doesn't print inlineCallback timings - Added a measurement for the g.send() method inside the inlineCallback, to measure the actual execution time of the call on the main thread, between the inlineCallback yields
2016-08-25[Denis/Tulio][#761] Change attachment file size to 5MBDenis Costa
2016-08-25if we use a bigger attachment, we should check for a bigger sizeChristoph Kluenter
2016-08-25test if bigger attachments also workChristoph Kluenter
See #761
2016-08-24[#762] Remove smtp-service download from session creationTulio Casagrande
SMTP json is a blocking HTTP request that was taking ~1 sec of the session creation. We moved it to the UA initialization
2016-08-24Merge branch '5mb_attachment'Christoph Kluenter
2016-08-23Changed the concurrent login script to start at the user loadtest1Bruno Wagner
2016-08-23Fixed leap home default home to use expand_pathBruno Wagner
In some cases, the default home was not expanding the user part of the path and was causing errors, now we make sure the path is expanded when setting the default value
2016-08-23Changes soledad json download orderBruno Wagner
Soledad json must only be downloaded after we fetch the api provider certificate, we can't make the request for it before having this cert
2016-08-23Fix misspelled attachment nameDenis Costa
See: #761
2016-08-23Added the script that pre-creates users for testsThais Siqueira
2016-08-23Removed stray line from the concurrent_login scriptThais Siqueira
2016-08-23Adds the script that login users concurrently.Thais Siqueira
2016-08-23accept uploads to up to 5MBChristoph Kluenter
2016-08-23fix pep8Christoph Kluenter
2016-08-22Added clock support functionThais Siqueira
Now we can clock how long a piece of code takes to execute without being constrained by whole method like we were with the decorator
2016-08-22Adds a patch to measure function running in twistedThais Siqueira
The README explains how to apply the patch so you can get information about long running methods (longer than 100ms) on the main thread
2016-08-19Started deferring leap session creation #759Bruno Wagner
Started adapting get_leap_session to deferreds Soledad and keymanager setup calls will now happen in deferreds and leap session creation itself is a deferred with callbacks This is a start in breaking the big blocking calls we were doing on the main thread, this was done without changing code inside the leap libraries yet so things can be further optimized This breaks the ~4 seconds get_leap_session piece into smaller 1 seconds one, that can be further optimized and deferred to even smaller calls There are requests calls happening on the main thread that should get this number even further down Also moved some pieces from bitmask libraries to our bootstrap, because they are not bitmask libraries anymore and that was causing confusion
2016-08-19Removed auth from leap session #759Bruno Wagner
Authentication is now consistently done before creating the leap session, so I removed the auth attempt from inside the leap session factory
2016-08-19Normalizing single and multi user bootstrap #759Bruno Wagner
Consolidated authentication to always be done is a defer to thread and changed the authenticate_user method name to conform with what it actually does
2016-08-19Removed cert download from session creation #759Bruno Wagner
It is already done earlier in the bootstrap and is not user specific, so shouldn't be done on user bootstrap
2016-07-27Fix web-ui unit testsRoald de Vries
Reason for the failure: see https://github.com/karma-runner/karma-phantomjs-launcher/issues/104
2016-07-14set NODE_PATH in shellChristoph Kluenter
See #751
2016-07-13fix installation of node_modulesChristoph Kluenter
at least phantomjs-prebuilt has issues if the node_modules dir is a symbolic link. Which is the case inside vagrant. See #751
2016-07-11Fix encrypted labelThais Siqueira
The encryption status was being wrongly displayed as "encrypted encryption-valid" with a green padlock See: #619
2016-07-07Issue #742: Change Open Padlock iconFelix Hammerl
2016-07-07Merge pull request #748 from belimawr/issue/741Felix Hammerl
Compose now is a HTML Button
2016-07-07Merge pull request #745 from belimawr/issue/715Felix Hammerl
Changing icon size and margin
2016-07-07Really make whole mail item clickableChristian Treppo
So far the mail item had some padding applied to it on all sides, inside this padding area the item was not clickable, even though the cursor changed to a pointer. By moving the padding into the <a> tag, the whole element becomes clickable and opens the email. fixes #743
2016-07-07Merge pull request #746 from treppo/whole-mail-item-clickableFelix Hammerl
Make whole mail item without tags clickable
2016-07-07Merge pull request #744 from krol3/masterChristoph
Great! Thanks a lot.
2016-07-06Compose now is a HTML ButtonTiago Queiroz
2016-07-06Make whole mail item without tags clickableChristian Treppo
fixes #743 For mail items without tags the link to open the mail is not expanded, therefore it has to be done via CSS
2016-07-06Chancing icon size and marginTiago Queiroz
2016-07-05#718Carol Guillen
2016-07-05change github url in setup.py to new oneZara Gebru
2016-07-04Remove transifex wrong translationsTulio Casagrande
2016-07-04Issue #738: Bypass cookie validation for sandboxFelix Hammerl
2016-06-30Implement nodejs provisioning based on package mnagingCaio Carrara
This change is based on official node instructions.
2016-06-30Merge pull request #736 from repat/masterFelix Hammerl
exchanged paper-plane icon for sent icon, fixes #717
2016-06-30 Issue #733: cache feedback contentNavaL
2016-06-30typo in READMErepat
2016-06-29Increase timeout report on karmaTulio Casagrande
We have some tests running around 600 ms. We changed the report value for slower tests to 1 sec. This eliminates the last warnings on js tests.
2016-06-29Fix sandbox.html request warning on js testsTulio Casagrande
We added a proxy to serve the sandbox.html. This removes warnings from js tests
2016-06-29Fix mispelling on modernizr importTulio Casagrande
2016-06-29Add jasmine-ajax to mock ajax calls on testsTulio Casagrande
We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests.
2016-06-29Update information about translation contributionTulio Casagrande
See: #727
2016-06-29exchanged paper-plane icon for sent icon, fixes #717repat