Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
2015-11-27 | Issue #509 - Fixed space between navbar icons [Gil/Jeff] | Gislene Pereira | |
Adjusted user settings popup text size. Done some SASS refactoring. | |||
2015-11-27 | Add the user settings icon, with a popup box | Cam Jackson | |
2015-11-27 | Created a discard draft behaviour #512 w/ bwagner | Giovane | |
If a draft was never saved before, and there wasn't any change to save, we now discard it instead saving and deleting it. This also lessens the calls to saveDraft that was causing some draft duplication. | |||
2015-11-27 | Remove display message calls on save draft. | Giovane | |
2015-11-26 | Setting "Send" and "Delete It" buttons translation in Portuguese | Gislene Pereira | |
2015-11-25 | Issue #298 - Making trash, draft and attachment icons color lighter on mail list | Victor Shyba | |
2015-11-23 | Fix tokenization when email has dash on domain #513 | Giovane | |
2015-11-20 | Removeing duplicated translation file #488 | Giovane | |
2015-11-17 | Consider mail ident characters when parsing routes. #528 | Giovane | |
2015-11-16 | Ignore quotes when removing tag information #503 | Giovane | |
2015-11-13 | Issue #525 - Fixed no mail on sent after sending it | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed broken tests | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed jshint | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed space in recipient adders | Jefferson Stachelski | |
2015-11-13 | Merge pull request #521 from rdoh/remove_save_draft_button | Giovane Liberato | |
merge "remove save draft button, related css and js" | |||
2015-11-13 | Issue #523 - Added some JS test | Jefferson Stachelski | |
2015-11-13 | Issue #523 - Created an archive mail button | Jefferson Stachelski | |
2015-11-13 | Show search term with no results in uppercase #502 | Giovane | |
2015-11-13 | Remove search engine query lookups when showing no mails available #503 | Giovane | |
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-11-11 | toggle no mails available message when it's an empty search #503 | Giovane | |
2015-11-11 | Propagate search query to noMailAvailablePane component #503 | Giovane | |
2015-11-11 | Align second line of email addresses to the beginning of the first line | Reinaldo de Souza Jr | |
Fixes #514 | |||
2015-11-10 | Merge pull request #502 from sw00/master | Bruno Wagner Gonçalves | |
show user email address in title | |||
2015-11-10 | #503 - Aligning the 'no emails in inbox' message to the 'nothing selected' ↵ | Gabriel Albo | |
message for different browser displays (in a, ugly way. Must refactor this to avoid negative margins). | |||
2015-11-09 | template user's email address into title | sw00 | |
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246 needed to inject leap_session into root resource to access user email on request. | |||
2015-11-09 | Adds style and tag information on 'No Mails available' message. | Giovane | |
- Issue #503 | |||
2015-11-09 | Add no mails availabe message to middle pane | Folker Bernitt | |
- Issue #503 | |||
2015-11-09 | Fixing recipients label width so it won't break for the BCC field | Gabriel Albo | |
2015-11-09 | #504 - Fixed non clickable area below the recipients label | Gabriel Albo | |
2015-11-04 | #504 - Adding element focus using 'important' while we figure out why ↵ | Gabriel Albo | |
there's an inline style being added to recipients-input elements | |||
2015-11-04 | #504 - Making the recipients fields have a distinct background color when ↵ | Gabriel Albo | |
focused (like subject and body already did) | |||
2015-11-04 | #504 - Fixing the recipients label and span padding so the line height is ↵ | Gabriel Albo | |
not taller than the subject one | |||
2015-11-04 | Merge branch 'master' of github.com:pixelated-project/pixelated-user-agent | Gabriel Albo | |
2015-11-04 | #504 - Fixing horizontal padding for entered addresses | Gabriel Albo | |
2015-11-03 | [#508] Making search also work with substrings - pairing w/ @pereiragislene | Giovane | |
2015-11-03 | Redirect to / if ajax request returns 401 status | Folker Bernitt | |
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js | |||
2015-10-29 | Jeff/Albo - Fixing to, cc and bcc label alignment | Gabriel Albo | |
2015-10-29 | Jeff/Albo - Making the labels on the recipients fields point to their ↵ | Gabriel Albo | |
respective inputs. | |||
2015-10-29 | Redirect user to login if ajax request fails with 302 | Folker Bernitt | |
- See project issue 162 - Should solve 'disconnected' problems | |||
2015-10-28 | Issue #493 - Fixed jshint | Jefferson Stachelski | |
2015-10-28 | Issue #493 - Fixed bug delete recipient event | Jefferson Stachelski | |
Fixed bug that was shown error on console when trigger the delete recipient event | |||
2015-10-28 | Issue #493 - Fixed bug delete recipient by buttona | Jefferson 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-28 | Issue #493 - Fixed some bug and did some refactors | Jefferson Stachelski | |
Fixed the nagivation mode when used click to edit recipients and also refactored the code to split the responsability | |||
2015-10-28 | Issue #493 - changed how trigger the edit recipients | Jefferson Stachelski | |
Changed from double click to a single one and now using the pointer cursor to be more intuitive | |||
2015-10-28 | Issue #493 - Made some refactors with SCSS | Jefferson Stachelski | |
2015-10-28 | Issue #493 - Remove the blue X button | Jefferson Stachelski | |
Changed the blue color of X button on recipients to the same color of the font | |||
2015-10-27 | Remove email parsing on space keydown #505 | Giovane | |
2015-10-26 | Add incomplete email domain verification on compose box. | Giovane | |