summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2014-11-05moving to twistedDuda Dornelles
2014-11-03Card #30 - shows attachment information on mail visualizationPatrick Maia and Victor Shyba
2014-10-31Incresing contrast in list-actions sectionGabriel Albo
2014-10-28Running karma will now output test resultsBruno Wagner
2014-10-28Cleaning callbacks for mail sync progress bar in case of an error (which ↵Duda Dornelles
means, probably, that the server is not up). if we dont do this it will add fire a ridiculous amount of requests the next time will start the server
2014-10-28Fixing open div tagDuda Dornelles
2014-10-28adds internationalization to send button.Lisa Junger
2014-10-28disables send button when triggered.Lisa Junger
2014-10-28Rearranging tags position inside the mail listGabriel Albo
2014-10-24fixing jshint warningsDuda Dornelles
2014-10-24Issue #78 - Tokenize emails on blurPedro Vereza
2014-10-23Fixed jshint errorBruno Wagner
2014-10-22fix jshint errorsVictor Shyba
2014-10-22changes split token to not force service to add a blank space before header ↵Patrick Maia
values
2014-10-22Fixing selected email header z-indexGabriel Albo
2014-10-22Update JS unittests to use a deferred to mock ajax callsAlexandre Pretto Nunes
2014-10-21Adding progress bar for syncing mailsDuda Dornelles
2014-10-20Fixing jshint warningDuda Dornelles
2014-10-20Fixing check select all for mail list and formatting mail_list.jsDuda Dornelles
2014-10-20Merge pull request #116 from pedrovereza/issue-115Duda Dornelles
#115 - Checked mails depend on current tag
2014-10-20Fixing js unit testsDuda Dornelles
2014-10-20massive update of bower and npm libs - includes flight, jasmine and a bunch ofDuda Dornelles
stuff. If things get weird when developing, remove you bower_components and your node_modules and install it again
2014-10-20Updgrading npm packagesDuda Dornelles
2014-10-19#115 - Checked mails depend on current tagPedro Vereza
2014-10-17small refactoringDuda Dornelles
2014-10-16Fixing compose message tip top marginGabriel Albo
2014-10-16Fixing right pane initial top valueGabriel Albo
2014-10-16#92 Handle exceptions from the service in the uiAlexandre Pretto Nunes
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ↵Bruno Wagner
search result
2014-10-16Making sure only the tags are shown in the mail when you update the mailDuda Dornelles
tags. Also, disabling the tags feature toggles
2014-10-16for #95, make sure that the tag list is also refreshed when the mail list is ↵Duda Dornelles
refreshed, since there can be new unread mails and we need to update the count
2014-10-16decreasing count on tag and tag shortcut when email is read. we wereDuda Dornelles
decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-15Fixing url parsing for opening the page with an open mailDuda Dornelles
2014-10-14Adding feature toggle for auto reload so we can disable it in the functional ↵Duda Dornelles
tests
2014-10-14Fixing pagination spacing and alignementGabriel Albo
2014-10-14Fixing search icon positionGabriel Albo
2014-10-13#89 - uses PUT method on /mails resource to create/update draftPatrick Maia
2014-10-13Adding spacing around the reply box (so it breathes :))Gabriel Albo
2014-10-13Fixing tip message top margin (that was not aligned because I removed the ↵Gabriel Albo
top bar
2014-10-13Fixing email body area padding; hiding right pane scrollbar when not neededGabriel Albo
2014-10-13UI Redesign - Changed left menu color scheme to a darker themeGabriel Albo
2014-10-13UI Redesign - Increasing contrast for mail list action buttonsGabriel Albo
2014-10-13UI redesign - Changing mail list items background colorGabriel Albo
2014-10-13UI redesign - increasing padding around compose and search inputs; changing ↵Gabriel Albo
input background colors
2014-10-13UI redesign - Hiding header (only function now is to show notifications)Gabriel Albo
2014-10-09Fixed jshint warnings.Folker Bernitt
2014-10-09Fixed jshint warnings.Folker Bernitt
2014-10-09Fixing bug where the send button would get disabled at times even if there ↵Duda Dornelles
were valid receipients
2014-10-09Skip default tags for tag suggestions.Folker Bernitt
- Fixup for issue #52