summaryrefslogtreecommitdiff
path: root/web-ui/test
AgeCommit message (Collapse)Author
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ↵Duda Dornelles
with len==0)
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-16Fixing jshint warningsBruno Wagner and Fabio Pio
2015-01-16Fixed typo on js testsBruno Wagner and Fabio Pio
2015-01-16Issue #233 plain text body now escapes html tagsBruno Wagner and Fabio Pio
2015-01-15#153 fix mail checking and unchecking on mail listAlexandre Pretto Nunes
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-12#153 Move duplicated funcion render to just mail_item.jsAlexandre Pretto Nunes
2015-01-09Fixed call order dependency for tag creation.Folker Bernitt
- Successful rendering of tag list in left pane depended on specific call order of async events
2015-01-09Fixed: mail.body is now mail.textPlainBody for drafts.Folker Bernitt
2015-01-08#157 fix typo in testsAlexandre Pretto Nunes
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵Alexandre Pretto
parse the multipart mails anymore
2015-01-06Update tests to refactored events behaviourAlexandre Pretto Nunes
2015-01-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2015-01-06Issue #182: Escape special chars in tag list.Lisa Junger
2014-12-22#202 fix identification if mail is in trashAlexandre Pretto Nunes
2014-12-19#81 Fix checking if any mail is marked when on 'all' tagAlexandre Pretto Nunes
2014-12-19Remove old references of 'smail'Alexandre Pretto Nunes
2014-12-19Don't clear selected mail when opening a tagAlexandre Pretto Nunes
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-15Fixed typo in half of the test codeBruno Wagner
2014-12-15#170 Added UTF-8 encoding to the html body, because the quoted-printable ↵Bruno Wagner
module was messing up encoding otherwise
2014-12-12Revert "Card #168 - does not accept obviously invalid email addresses"Patrick Maia
This reverts commit b636c1d8c3c4fe86f08a141d6009603163597059.
2014-12-11no_signature_information used when leap signature header is none #177Victor Shyba
2014-12-09issue #172 fixed jshint.Lisa Junger
2014-12-09issue #172 added timeout monitoring to ajax calls.Lisa Junger
2014-12-09Card #168 - does not accept obviously invalid email addressesPatrick Maia
2014-12-03#135 Have the web-ui use the information sent by the service regarding reply ↵Alexandre Pretto Nunes
and reply-all
2014-12-03Don't use to address for reply all.Lisa Junger
2014-11-24Card #162 - tokenizes multiple recipients entered at oncePatrick Maia and Victor Shyba
2014-11-20Create custom matcher for jasmine unit testsAlexandre Pretto Nunes
2014-11-18for #14, if shift is pressed with a finish key it should ignore the event, ↵Victor Shyba
since the key isnt the expected
2014-11-18for #14, space does not finish address input anymoreVictor Shyba
2014-11-18Fix JS unit test after attachment changesAlexandre Pretto Nunes
2014-10-28adds internationalization to send button.Lisa Junger
2014-10-28disables send button when triggered.Lisa Junger
2014-10-24Issue #78 - Tokenize emails on blurPedro Vereza
2014-10-22fix jshint errorsVictor Shyba
2014-10-22Update JS unittests to use a deferred to mock ajax callsAlexandre Pretto Nunes
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-19#115 - Checked mails depend on current tagPedro Vereza
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