summaryrefslogtreecommitdiff
path: root/web-ui/test/spec
AgeCommit message (Collapse)Author
2016-02-03Display progress bar when an upload is in progressFelix Hammerl
Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel.
2016-02-01Check exactly at border limit of one megabyteFolker Bernitt
- Issue #550 - Deleted skipped test
2016-01-29Testing Choose another file and dismiss buttons.Victor Shyba
Issue #550
2016-01-29Refactoring tests.Victor Shyba
Issue #550
2016-01-29testing filesize validation, on attachmentsVictor Shyba
Issue #550
2016-01-28Add original attachments to forwared mailsFolker Bernitt
- Issue #579
2016-01-27Keep attachments when forwarding a mail #509Giovane
- Extract the attachment file box to a partial - Adds logic to show/hide the download arrow icon
2016-01-19Issue #572 - Remove Attachment text, attachment box takes full width +Gislene Pereira
+ Attachment size color in lighter gray + Add space between each attachment
2016-01-19Issue #572 - Rotate and resize paperclip icon.Gislene Pereira
Removed blue border around paperclip icon when clicking it.
2016-01-11auto save draft on adding attachment, within timeoutNavaL
Issue #573
2016-01-11format attachment sizeNavaL
Issue #573
2016-01-11merging attachment_list ui and data, and making it into a mixinNavaL
Issue #573
2016-01-05emptying attachment list when email sent -- in case the user stays on the ↵NavaL
same screen and re-click compose Issue #548
2016-01-05separated attachment list UI as a component and the corresponding attachment ↵NavaL
list payload as a mixin Issue #548
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-12-29refactoring: moved upload logic out of the attachment iconNavaL
Issue #548
2015-12-29Shows selected tag in addition of unread count #564Giovane
2015-12-29Listens to mails available events and count unread #564Giovane
- Considering unread all the mails that doesn't have the 'read' status - Remove initial templates because title doesn't support html tags inside
2015-12-29Shows unread count on title barGiovane
- This commit creates the unread_count_title component
2015-12-22front-end for sending attachmentsNavaL
Issue #548
2015-12-18enabling backend for Attachment feature togglemnandri
Issue #548
2015-12-10#299 +@fbernitt made tag-refreshing to listen on document directlymnandri
2015-12-03Issue #411 - Fixed the tests [Gil/Jeff]Jefferson Stachelski
2015-11-27Permanently delete discarded drafts #512 w/ bwagnerGiovane
2015-11-27Add the user settings icon, with a popup boxCam Jackson
2015-11-27Created a discard draft behaviour #512 w/ bwagnerGiovane
If a draft was never saved before, and there wasn't any change to save, we now discard it instead saving and deleting it. This also lessens the calls to saveDraft that was causing some draft duplication.
2015-11-23Fix tokenization when email has dash on domain #513Giovane
2015-11-17Consider mail ident characters when parsing routes. #528Giovane
2015-11-16Ignore quotes when removing tag information #503Giovane
2015-11-13Issue #525 - Fixed broken testsJefferson Stachelski
2015-11-13Merge pull request #521 from rdoh/remove_save_draft_buttonGiovane Liberato
merge "remove save draft button, related css and js"
2015-11-13Issue #523 - Added some JS testJefferson Stachelski
2015-11-12remove save draft button, related css and jsRobin Doherty
2015-11-11toggle no mails available message when it's an empty search #503Giovane
2015-11-11Propagate search query to noMailAvailablePane component #503Giovane
2015-11-09Adds style and tag information on 'No Mails available' message.Giovane
- Issue #503
2015-11-09Add no mails availabe message to middle paneFolker Bernitt
- Issue #503
2015-11-03[#508] Making search also work with substrings - pairing w/ @pereiragisleneGiovane
2015-11-03Redirect to / if ajax request returns 401 statusFolker Bernitt
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js
2015-10-29Redirect user to login if ajax request fails with 302Folker Bernitt
- See project issue 162 - Should solve 'disconnected' problems
2015-10-27Remove email parsing on space keydown #505Giovane
2015-10-26Add incomplete email domain verification on compose box.Giovane
2015-10-23Exclude comma and semicolon on invalid address splitGiovane
2015-10-23Add invalid address sinalization on tokens #492Giovane
2015-10-23Extract js code duplication to beforeEach method.Giovane
2015-10-22Make recipients_input more intelligent and enable tokenize on space #492Giovane
- Address can now be just email ou canonical emails(User <user@example.com>) - Trigger tokenize addresses emails when type space
2015-10-13Update draft_button.spec.jsSett
should be disabled :)
2015-10-13create draft_button component that listens to `draft:save`, `draft:saved`sw00
2015-09-21#442 Shows success message after sending feedbackGiovane
2015-09-18#442 Creates feedback sender component.Giovane