summaryrefslogtreecommitdiff
path: root/web-ui/app/js/services
AgeCommit message (Collapse)Author
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-06-28Normalize i18n keysTulio Casagrande
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-06-23[#619] Fix some missing translation stringsTulio Casagrande
2016-02-25Backend and frontend protection against csrf attacks:NavaL
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login - it will also add that cookie on single user mode - initialize will still load all resources - but they you cant access them if the csrf token do not match - all ajax calls needs to add the token to the header - non ajax get requests do not need xsrf token validation - non ajax post will have to send the token in as a form input or in the content Issue #612
2016-01-05Revert "Issue #25 - Implemented shortcuts on UI"Bruno Wagner
This reverts commit aa66beb0c74ebaa950a083ed991f6e5f50f9c9ac. This commit broke the functional tests, so we are reverting it for now, while we fix it
2015-12-31Issue #25 - Implemented shortcuts on UIJefferson Stachelski
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-11-13Issue #523 - Added some JS testJefferson Stachelski
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-13Remove search engine query lookups when showing no mails available #503Giovane
2015-11-11Propagate search query to noMailAvailablePane component #503Giovane
2015-04-09removes debugger (whoops)Roberto Soares
2015-04-09listening event 'recoverMany'Roberto Soares
2015-04-09Makes the mail model creation more linearBruno Tavares
I was surfing the code and I got quite confused with the closures and redefinitions of `this` when creating the mail model. I tried to keep the style of grouping together the functions assignment on the model on the end.
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-01-29Small refactor on mail itemsAlexandre Pretto Nunes
2015-01-19Issue #234: Fix error with delete button not working on drafts.Folker Bernitt
2015-01-15#153 fix mail checking and unchecking on mail listAlexandre Pretto Nunes
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
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-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2015-01-06Issue #182: Escape special chars in tag list.Lisa Junger
2014-12-22#202 fix identification if mail is in trashAlexandre Pretto Nunes
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-11Fixed delete mails from mail list, actionsNeissi Torres Lima
2014-12-09issue #172 fixed jshint.Lisa Junger
2014-12-09issue #172 added timeout monitoring to ajax calls.Lisa Junger
2014-12-03#135 Have the web-ui use the information sent by the service regarding reply ↵Alexandre Pretto Nunes
and reply-all
2014-12-03Don't use to address for reply all.Lisa Junger
2014-10-23Fixed jshint errorBruno Wagner
2014-10-22changes split token to not force service to add a blank space before header ↵Patrick Maia
values
2014-10-17small refactoringDuda Dornelles
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ↵Bruno Wagner
search result
2014-10-16Making sure only the tags are shown in the mail when you update the mailDuda Dornelles
tags. Also, disabling the tags feature toggles
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-09Fixed jshint warnings.Folker Bernitt
2014-10-09Fixing bug where the send button would get disabled at times even if there ↵Duda Dornelles
were valid receipients
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-01#53 - gives better feedback on UI when attempt to add invalid tag is madePatrick Maia
2014-09-03reactivating reply/reply all/forward; deactivating reply draftDuda Dornelles
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-14Revert "Enable fake server to correctly serve html emails"Duda Dornelles
This reverts commit dde0dc6bb735cebe946c6fd8c5d7c8cfd6028cc8.
2014-08-14Enable fake server to correctly serve html emailsAlexandre Pretto Nunes
2014-08-12Remove unnecessary 'document' parameterAlexandre Pretto Nunes
2014-08-08replaces Smail by Pixelated in all js filesPatrick Maia