summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2016-12-05no difference between dev and prod static filesRoald de Vries
2016-12-05move some static files to the right directoryRoald de Vries
2016-12-05use static instead of {startup,public}-assetsRoald de Vries
2016-12-02[refactor] use static url instead of assets urlZara Gebru
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-11-29Merge branch 'master' into signupRoald de Vries
2016-11-23[#722] Changed color for the email list and action buttonsTayane Fernandes
2016-11-23[#824] Add a border to the attachment button to make easy for mobile users ↵Tayane Fernandes
that it is a button
2016-11-18[#801] Add validation to the invite codeTayane Fernandes
Disable the submit button when the invite code is empty
2016-11-18[#801] Fix gitignore file to use more absolute pathsTayane Fernandes
2016-11-18add logo and iconRoald de Vries
2016-11-18serve signup page through twistedRoald de Vries
2016-11-16[#811] Fix the cursor pointer for the attachment iconTayane Fernandes
2016-11-16rename react subdir to signupRoald de Vries
2016-11-16add a form and use fetchRoald de Vries
2016-11-16mock up the first forms of signupRoald de Vries
2016-11-10[#816] Improve the recipient suggestion readbilityTayane Fernandes
2016-11-10[#716] Increase padlock icons font-size and fix alignmentTayane Fernandes
2016-10-05Removes the 'Not signed' label from sent mail viewThais Siqueira
We folowed the same approach of encrypted label and set the signed attribute as 'undefined' when we are on the sent mail view.
2016-09-29[#716] Remove duplicated recipient mixinTayane Fernandes
It is also part of #646.
2016-09-29[#716] Increase padlock icons font-sizeTayane Fernandes
2016-09-28[#721] Improve tag label color and sizeTayane Fernandes
2016-08-23accept uploads to up to 5MBChristoph Kluenter
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-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-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-04Remove transifex wrong translationsTulio Casagrande
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-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-29exchanged paper-plane icon for sent icon, fixes #717repat
2016-06-29Sync transifexTulio Casagrande
2016-06-29Synchronize translation files with transifexTulio Casagrande
2016-06-29Remove old i18n keysTulio Casagrande
2016-06-28Normalize i18n keysTulio Casagrande
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-27Sync traslation files with transifexCaio Carrara
2016-06-27Updates pt_BR translationsCaio Carrara
2016-06-27Fix typo making tests brokeCaio Carrara