summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2015-10-29Redirect user to login if ajax request fails with 302Folker Bernitt
- See project issue 162 - Should solve 'disconnected' problems
2015-10-28Issue #493 - Fixed jshintJefferson Stachelski
2015-10-28Issue #493 - Fixed bug delete recipient eventJefferson Stachelski
Fixed bug that was shown error on console when trigger the delete recipient event
2015-10-28Issue #493 - Fixed bug delete recipient by buttonaJefferson Stachelski
Fixed bug when try delete recipient by clicking on the 'x' button, that was not deleting the recipient inside the flightjs component
2015-10-28Issue #493 - Fixed some bug and did some refactorsJefferson Stachelski
Fixed the nagivation mode when used click to edit recipients and also refactored the code to split the responsability
2015-10-28Issue #493 - changed how trigger the edit recipientsJefferson Stachelski
Changed from double click to a single one and now using the pointer cursor to be more intuitive
2015-10-28Issue #493 - Made some refactors with SCSSJefferson Stachelski
2015-10-28Issue #493 - Remove the blue X buttonJefferson Stachelski
Changed the blue color of X button on recipients to the same color of the font
2015-10-27Remove email parsing on space keydown #505Giovane
2015-10-26Add incomplete email domain verification on compose box.Giovane
2015-10-25[#414] - Setting the focus to Recipients To Box and fixing tab index.Gislene Pereira
2015-10-23Change delete address token color.Giovane
2015-10-23Exclude comma and semicolon on invalid address splitGiovane
2015-10-23Add invalid address sinalization on tokens #492Giovane
2015-10-23Extract js code duplication to beforeEach method.Giovane
2015-10-23Issue #493 - Fix jshintJefferson Stachelski
2015-10-23Issue #493 - Its possible edit the recipientsJefferson Stachelski
2015-10-22Make recipients_input more intelligent and enable tokenize on space #492Giovane
- Address can now be just email ou canonical emails(User <user@example.com>) - Trigger tokenize addresses emails when type space
2015-10-22[#414] Moving recipients area to the top in compose screen.Gislene Pereira
2015-10-21Fixed the recipient css margin and paddingJefferson Stachelski
2015-10-21Merge branch 'master' of https://github.com/SamuelToh/pixelated-user-agentJefferson Stachelski
2015-10-21Fix horizontal line in mail view when opening mail with many recipientskaeff
- Issue: #496
2015-10-13Update draft_button.spec.jsSett
should be disabled :)
2015-10-13create draft_button component that listens to `draft:save`, `draft:saved`sw00
2015-10-08Fix typo in Portuguese translation fileGislene Pereira
2015-10-05Removed "loading..." from the UIBruno Wagner
The loading wasn't adding much in terms of feedback and was getting over important statuses like signature and encryption information. We removed the generic loading for now and we might add specific loading for certain parts as needed
2015-09-30issue #475 - Fixed the jshintJefferson Stachelski
2015-09-29Add git version during CIkaeff
2015-09-29#476 jshint as requirement to run js tests.Giovane
2015-09-28Revert "Issue #475 - Removed the identification tag"Bruno Wagner
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e.
2015-09-28Issue #475 - Removed the identification tagJefferson Stachelski
Removed signature and encryption identification tags
2015-09-22Added foundation initialization to usemin tag #462Bruno Wagner
2015-09-22Added foundation init file to the concat step #462Bruno Wagner
2015-09-21#442 Shows success message after sending feedbackGiovane
2015-09-21Pin modernizr to ~2.8.3Folker Bernitt
- Next version, 3.0.0, does not provide built version of modernizr.js - Staying at 2.8 is the easy fix for now
2015-09-18#442 Creates feedback sender component.Giovane
2015-09-18#442 Add feedback message to send feedback event.Giovane
2015-09-17#442 Improve feedback box UI and show message after clicking submit.Giovane
2015-09-16#442 Add close behaviour to feedback box.Giovane
2015-09-16#442 Renames open feedback box event.Giovane
2015-09-16#442 Renames feedback box file and improve feedback box html.Giovane
2015-09-15#442 Moves feedback box component to mail_view related folders.Giovane
2015-09-15#442 Renames feedback box trigger filesGiovane
2015-09-15#442 adds feedback compose box component.Giovane
2015-09-15#442 minor changes on feedback component files.Giovane
2015-09-15#442 Moves feedback files to a dedicated folder.Giovane
2015-09-15Add git revision to web-ui on buildFolker Bernitt
- Issue #453
2015-09-14#442 Fix jshintGiovane
2015-09-14#442 Add feature hiddig to feedback link.Giovane
2015-09-14#442 trigger open event when click on feedback link.Giovane