summaryrefslogtreecommitdiff
path: root/web-ui
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-26Issue #251: app.min.js is in assets folder, not in root.Folker Bernitt
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-22 #224 fixing js tests and locales pathDuda Dornelles
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2015-01-21Sample files for loading/interstitial pageLourenço S
Adding a fully functional example of the interstitial animation we want to use for loading
2015-01-20Adding loading logoLourenço S
2015-01-20New logo for top leftLourenço S
2015-01-19Issue #234: Fix error with delete button not working on drafts.Folker Bernitt
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-15Separated logo from togglePixpoa pairing
2015-01-15Revert "Using only node v0.10 for travis build"Duda Dornelles
This reverts commit ee5ce9624a800bb85b05d3c73f4ca30c61443429.
2015-01-15#153 fix mail checking and unchecking on mail listAlexandre Pretto Nunes
2015-01-15Using only node v0.10 for travis buildDuda Dornelles
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-12#153 Move duplicated funcion render to just mail_item.jsAlexandre Pretto Nunes
2015-01-09Make functions on mail list component consistentAlexandre Nunes
2015-01-09Fixing jshintDuda Dornelles
2015-01-09Forgot semicolonDuda Dornelles
2015-01-09Small refactoring on web_ui/viewHelper#addParagraphsToPlainText to use regex ↵Duda Dornelles
instad of split/map/join
2015-01-09Small refactoring on web_ui/viewHelper#quoteMail to use regex instad of ↵Duda Dornelles
split/map/join
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-08Fix jshintAlexandre Pretto
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-06Add script for debugging JS testsAlexandre 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-31Adding faviconGabriel Albo
2014-12-30#217 - Adding Pixelated logo to user agent UIGabriel Albo
2014-12-23#216 when trying to save a draft too fast (before the previous version is ↵Duda Dornelles
saved) simply ignore the attempt
2014-12-2282 - Adding fadeout to slow actionsNeissi Torres Lima
2014-12-22#202 fix identification if mail is in trashAlexandre Pretto Nunes
2014-12-20 #82: adding "loading..." message to sinalize an ajax call has been madeDuda Dornelles
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-19#82 increasing ajax call timeoutDuda Dornelles
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-17For packaging, using r.js wont work properly for static deps,Duda Dornelles
falling back to minify.js and getting rid of the offending dependency
2014-12-17Fixing package for web-uiDuda Dornelles
2014-12-16adding set -e to web-ui package since it was breaking silentlyDuda Dornelles
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-12ooopsie, forgot the minify npm package which broke packaging the UI thus ↵Duda Dornelles
breaking the dispatcher