summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-29update key used for downloading our packagesChristoph Kluenter
it had expired and was renewed
2015-10-29Redirect user to login if ajax request fails with 302Folker Bernitt
- See project issue 162 - Should solve 'disconnected' problems
2015-10-28Issue #493 - Fixed jshintJefferson Stachelski
2015-10-28Issue #493 - Fixed bug delete recipient eventJefferson Stachelski
Fixed bug that was shown error on console when trigger the delete recipient event
2015-10-28Issue #493 - Fixed bug delete recipient by buttonaJefferson Stachelski
Fixed bug when try delete recipient by clicking on the 'x' button, that was not deleting the recipient inside the flightjs component
2015-10-28Issue #493 - Fixed some bug and did some refactorsJefferson Stachelski
Fixed the nagivation mode when used click to edit recipients and also refactored the code to split the responsability
2015-10-28Issue #493 - changed how trigger the edit recipientsJefferson Stachelski
Changed from double click to a single one and now using the pointer cursor to be more intuitive
2015-10-28Issue #493 - Made some refactors with SCSSJefferson Stachelski
2015-10-28Issue #493 - Remove the blue X buttonJefferson Stachelski
Changed the blue color of X button on recipients to the same color of the font
2015-10-28Add markov-generate to load-mailsFolker Bernitt
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10
2015-10-27Moves welcome mail logic inside LeapSessionGiovane
2015-10-27Remove email parsing on space keydown #505Giovane
2015-10-26Add incomplete email domain verification on compose box.Giovane
2015-10-25[#414] - Setting the focus to Recipients To Box and fixing tab index.Gislene Pereira
2015-10-23Change delete address token color.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-23Issue #493 - Fix jshintJefferson Stachelski
2015-10-23Issue #493 - Its possible edit the recipientsJefferson Stachelski
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-22[#414] Moving recipients area to the top in compose screen.Gislene Pereira
2015-10-22Move interstitial to root resourceFolker Bernitt
- Issue #501 - Moves assets to startup-assets - No more switching between twisted resources at runtime
2015-10-21Fixed the recipient css margin and paddingJefferson Stachelski
2015-10-21Merge branch 'master' of https://github.com/SamuelToh/pixelated-user-agentJefferson Stachelski
2015-10-21Fix horizontal line in mail view when opening mail with many recipientskaeff
- Issue: #496
2015-10-20Refactored the welcome mail logic and add a testJefferson Stachelski
2015-10-20Revert "Add missing import for logging"kaeff
This reverts commit e3bdf2411dda9e25d87d7fb96da05a6ecfc624ee. Issue fixed in the meantime, sorry.
2015-10-20Add missing import for loggingkaeff
pixelated-maintenance failed, presumably due to 0bf81341f33ac415d48c0b012fb66c8f7df45f57.
2015-10-20Use logging variable instead of hard coded string to set logging level.Giovane
2015-10-19Fixed pep8 warningBruno Wagner
2015-10-19Moved set gnupg loggin level to right placeJefferson Stachelski
2015-10-19Fix the pep8Jefferson Stachelski
2015-10-19Added a missing importJefferson Stachelski
2015-10-19Remove debug outputFolker Bernitt
2015-10-16project-issues#130 Change gnupg logging levelGiovane Liberato
Changed logging level to WARN in order to prevent logging gpg keys.
2015-10-16Fixed the problem Need delete doc before deletePixelated
Removed this error from the logs, the logic already works
2015-10-15issue #484 - Removed the print commited by mistakeJefferson Stachelski
2015-10-14issue #484 - Add welcome mail for new accountsJefferson Stachelski
Make a logic to add the welcome mail in INBOX when the user log into account at the first time
2015-10-14Support reply to mail sent by meFolker Bernitt
- Issue #491
2015-10-14Parse address before filtering for replyFolker Bernitt
- Issue #491 - Now supports whitespaces, names before the address and encoded addresses
2015-10-13Add tests for welcome mail.Giovane
2015-10-13Fix send welcome email service method #484 Giovane & JeffGiovane
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-10-12fix typo.Christoph Kluenter
we can't really test this part of the code ...
2015-10-12Remove zmq server.key before unit tests are runFolker Bernitt
- Make tests that rely on that file fail in dev
2015-10-12Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent startFolker Bernitt
- Issue #485 - Problem was that register starts ZMQ without a session every time soledad is used - This reverts commit 36b9261f609901b83da4f8915640eb6043530f01
2015-10-12Log problem when ignoring charactersFolker Bernitt
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists
2015-10-12Run initial soledad task for maintenanceFolker Bernitt
- Only disable it for repair tasks