summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2015-02-13Fixing colors for recipient information and fixing pep8 violationsDuda Dornelles
2015-02-13Adding color indicator to show if mail will get encryptedDuda Dornelles
2015-02-13Deleting unused interstitial codeDuda Dornelles
2015-02-13Fixing jshintDuda Dornelles
2015-02-13Adding encryption info for a recipient when composing.Duda Dornelles
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients.
2015-02-12Add generation of coverage information from jasmine tests.Tiago Ferraz
Coverage is always generated when tests are executed, information is in web-ui/coverage
2015-02-12 #220 fixing issue were we couldnt delete a tag that was highlightedDuda Dornelles
2015-02-11Fixing handlebars call.Tiago Ferraz
2015-02-11General RefactoringTiago Ferraz
Refactored __init__ method on app_test_client to be succint, go to say what is doing and package.json to execute handlebars from the whole path.
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