summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2015-02-23Add pencil icon to draftsrafael lisboa
2015-02-23Revert "Merge pull request #303 from pixelated-project/289"Bruno Wagner
This pull request added tag awareness to the checked mails, but we are not sure we want to go that way yet This reverts commit 791c08166dcf2a3f1f5040944831571c616c35bc, reversing changes made to 26be3c59b174eb9f1a6f73c67489738c7517ce8c.
2015-02-22 #289 making checked mail tag awareDuda Dornelles
2015-02-20Open draft e-mails in edit view when shown in the "all" tabrafael lisboa
2015-02-19#239 Adding hover effect for the logout inputGabriel Albo
2015-02-19#239 Fixing logout style and removing duplicated stylingGabriel Albo
2015-02-19#239 Fixing unread count indicator styling for the new sidebarGabriel Albo
2015-02-19#239 Aligning default tag icons with their respective labelsGabriel Albo
2015-02-19Fixing padding around 'add new tag' plus signGabriel Albo
2015-02-19#239 Removing function that dynamically sets a margin-top to the full email ↵Gabriel Albo
view body according to the message header size. This *should* work as the message header is no longer fixed (position:fixed)
2015-02-19#239 Fixing message header issue on chrome (and hopefully not introducing ↵Gabriel Albo
new ones :)
2015-02-19#239 Adding some extra padding to the tag list so larger types won't break ↵Gabriel Albo
the interaction
2015-02-19#239 Remove deprecated code of tag shortcutsAlexandre Pretto Nunes
2015-02-19#239 Avoid pushing window state when clicking the menu sandwichAlexandre Pretto Nunes
2015-02-19#239 move the correct div to allow the whole area of a tag to be clickableAlexandre Pretto Nunes
2015-02-19#239 remove deprecated tag shortcut codeAlexandre Pretto Nunes
2015-02-19#239 Adding extra padding to tag labelsGabriel Albo
2015-02-19#239 Fixing tag display and menu expansion slide widthGabriel Albo
2015-02-19#239 Adding full logo and styling itGabriel Albo
2015-02-19#239 Remove old shortcut barAlexandre Pretto Nunes
2015-02-19#239 Move logo to sidebar navAlexandre Pretto Nunes
2015-02-19#239 Move toggle to sidebar nav (with js hack)Alexandre Pretto Nunes
2015-02-19#239 Remove tags shortcutsAlexandre Pretto Nunes
2015-02-19#239 make sidenav always partially visibleAlexandre Pretto Nunes
2015-02-18Stubbing getJSON in some js specs so /keys?search= doesnt get calledDuda Dornelles
2015-02-18Using line breaks instead of paragraphs to format text plain mails on the ↵Duda Dornelles
mail view
2015-02-18 #294 - using server error message on ajax if message is providedDuda Dornelles
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