summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/helpers
AgeCommit message (Collapse)Author
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-04-15Issue #678: added utility converting time passed and dynamically changing ↵Zara Gebru
version timestamp
2016-04-06Issue #292: add fingerprint view in user settingsZara Gebru
2016-03-09Issue #617: Highlight search terms by altering mail contentFelix Hammerl
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-02-24Issue #617: Sanitize received contentFelix Hammerl
Sanitizes received HTML content with DOMPurify, making it safe for displaying and templating. Sanitizes received plain text content by encoding every single character as HTML entity.
2016-01-11format attachment sizeNavaL
Issue #573
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-04-14fix jshintrafael lisboa
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-04-13modify quoted mail test that was breaking due to different timezonesrafael lisboa
2015-04-08Prepend mail quoting with the sender information #66Bruno Tavares
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-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-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-08#157 fix typo in testsAlexandre Pretto Nunes
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵Alexandre Pretto
parse the multipart mails anymore
2014-10-20massive update of bower and npm libs - includes flight, jasmine and a bunch ofDuda Dornelles
stuff. If things get weird when developing, remove you bower_components and your node_modules and install it again
2014-08-08replaces Smail by Pixelated in all js filesPatrick Maia
2014-08-07fixes bug in which plain text emails were not being properly formattedPatrick Maia
2014-07-31Add web-ui based on previous codeOla Bini