summaryrefslogtreecommitdiff
path: root/web-ui/app
AgeCommit message (Collapse)Author
2017-02-01Add spinner before loading an email or draftTayane Fernandes
related with #657 with @tuliocasagrande
2017-01-20Adjusts to ellipsis work correctly in mail listAnna Cruz
2017-01-20Merge pull request #903 from annacruz/remove-refresh-buttonAnike Arni
Removing refresh in mail page - issue #838
2017-01-20Removing other refresh trigger referencesAnna Cruz
2017-01-20Removing refresh button references from hbsAnna Cruz
2017-01-20Removing refresh_trigger from templates and references to itAnna Cruz
2017-01-19[#828] Changes color and size of tooltipThais Siqueira
with @tayanefernandes
2017-01-19[#828] Refactoring checkEncrypted and checkSigned functionsThais Siqueira
with @tayanefernandes
2017-01-19[#828] Adds Portuguese translation for encrypted and signed tooltipsThais Siqueira
with @tayanefernandes
2017-01-19[#828] Replaced plain text to translation propertiesThais Siqueira
with @tayanefernandes
2017-01-19[#828] Adds tooltips for encrypt and sign labelsThais 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
2016-12-29Delete require config file main.jsAnike Arni
2016-12-29Compile sandbox files through webpack as wellAnike Arni
2016-12-28Fixes offcanvas menu by moving foundation back to index.htmlAnike Arni
2016-12-28Use minified files for dependencies and copy them to dist folder with webpackAnike Arni
2016-12-28Move foundation from bower to npm and package them with webpackAnike Arni
2016-12-28Bundles local files that were previously in script tags with webpack for ↵Anike Arni
optimization
2016-12-28Output javascript bundle in dist folder and use it locallyAnike Arni
2016-12-27Fixes jshint by adding semicolon in index.jsAnike Arni
2016-12-27Adds index file for loading app with webpackAnike Arni
2016-12-20Revert "Background settings"Tayane Fernandes
This reverts commit eae2e182940f34050c464c3c7f0e406934578969.
2016-12-20Background settingsSweetVirginia
2016-12-19[#847] Fixes the "Body" placeholder issue that isn't moving to body when clickedTayane Fernandes
The hidden label was overlapping the placeholder and this was preventing the user to click
2016-12-19[#847] Changing the 'Body' placeholder to be 'Message'Tayane Fernandes
2016-12-14[#845] Removes transparency from tag suggestionsAnike Arni
With @thaissiqueira.
2016-12-14[#845] Remove spacing between tag input and sugestionsAnike Arni
with @thaissiqueira
2016-12-14[#845] Move add tag button to tag icon.Anike Arni
With @thaissiqueira.
2016-12-14[#845] Doesn't hide tag button when adding new tagAnike Arni
with @thaissiqueira
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-02[refactor] move app dir into public dirZara Gebru
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-16[#811] Fix the cursor pointer for the attachment iconTayane Fernandes
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-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