summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2015-02-09Fix debian package dependencies in Vagrant deb box when using wheezy #278Patrick Maia
2015-02-06Issue #274 - fixes bug on numeric tags removalPatrick Maia
2015-02-03Issue #176 - as with special characters, white spaces are not welcome in ↵Patrick Maia
html ids
2015-02-03Fixing jshintDuda Dornelles
2015-02-03+@kaofelix, for #173. Fix XSS on suggestionsVictor Shyba
2015-02-02Issue #242 always check for logout enabled when rendering button.Lisa Junger
- fixed problems with multiple toggles.
2015-02-02Correct usage of off-canvasLisa Junger
- Issue #242
2015-02-02Added test for previous commit, delete permanently button.Folker Bernitt
- Issue #20
2015-01-31Issue #20: Label button 'Delete PERMANENTLY' when in trashBirgitta B
2015-01-30Merge branch 'message_sending_error_handling'Pixpoa pairing
2015-01-30Added npm run watch command that runs compass and handlebars.Folker Bernitt
- Starts two watch jobs for compass and handlebars in parallel - Issue #259
2015-01-29Fixing unit test that was looking for titles inside the shortcutsGabriel Albo
2015-01-29Removed logout text from the logout iconBruno Wagner
2015-01-29(Duda) #259 - Adding compass watchGabriel Albo
2015-01-29Removing all titles when hoveringGabriel Albo
2015-01-29Small refactor on mail itemsAlexandre Pretto Nunes
2015-01-29Fixing logo size and top paddingGabriel Albo
2015-01-29Issue #242 abstracted color for logout to use _colors.Lisa Junger
2015-01-29Fixing pixelated logo. For some reason, the svg file wasn't being displayed, ↵Gabriel Albo
so I changed to a png file instead
2015-01-29Issue #242 added logout shortcut for dispatcher mode.Lisa Junger
- some new style to logout in expanded nav bar and shortcut. - to be complemented by #239.
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