Commit Graph

134 Commits (0687448d0aaffe097452ec9ef97cf12c5d68c1a9)

Author SHA1 Message Date
rugk 0687448d0a
Fix some issues from ESLint
6 years ago
El RIDO ffae6111b0
handling further JSHint warnings and TODOs
6 years ago
El RIDO 98d07e0789
improving code quality issues reported by Codacy
6 years ago
El RIDO d92755f030
undoing code style regression
6 years ago
El RIDO 72acc95326
improving code quality issues suggested by JSHint
6 years ago
El RIDO 5e070db6a1
reverting escaping just for Markdown formatting, as discussed in #269
6 years ago
El RIDO a95701bba8
completing DiscussionViewer testing
6 years ago
El RIDO 28f1f41c17
removing duplicate code and unused option
6 years ago
El RIDO 85401a1513
Merge branch 'master' into js-unit-testing
6 years ago
El RIDO 094a0c80db
Merge branch 'master' into qrcode
6 years ago
El RIDO bb54d46c7e
updating DOMPurify library, simplifying its use, ensuring HTML entities get escaped before formatting paste - regression introduced in #258, reported in #269
6 years ago
rugk 414ab0eb71
Add config and basic page template support
6 years ago
El RIDO d80c2f83fa
making DiscussionViewer testable, removing some inconsistency
7 years ago
El RIDO 39860dfdc4
making AttachmentViewer testable and implementing tests
7 years ago
El RIDO dac86eb363
making AttachmentViewer testable
7 years ago
rugk 7bf5af761b
Add QR code generation when paste is created
7 years ago
El RIDO a0740ff79f
getting rid of htmlEntities (except for tests) and setElementText (dropping IE9 support), changing urls2links interface, all to avoid double encoding sanitized HTML
7 years ago
rugk 56f4ee5c20
Revert "Try to move sanitisation & links into setElementText"
7 years ago
rugk 8d2e19f791
Try to move sanitisation & links into setElementText
7 years ago
El RIDO 9fa2ea3373
ensuring text is sanitized in all cases, before being injected into the DOM
7 years ago
El RIDO 2d00202b42
correcting the XSS test, commenting two failing patterns, to be reviewed by @rugk
7 years ago
El RIDO 233bd65b00
Merge branch 'master' into sanitizeMarkdown, changing test to use new library
7 years ago
rugk bbec693cab
Allow DOMPurify as a global
7 years ago
rugk b6d7d56774
Sanitize HTML code
7 years ago
El RIDO c6ddee317d
adding tests for PasteViewer class
7 years ago
El RIDO 360a0921e2
adding tests for Prompt class, typos
7 years ago
El RIDO 9d1a9a0da7
fixing paste success message handling in page template
7 years ago
El RIDO 73bc685178
fixing error message display revealed by testing remaining time display function
7 years ago
El RIDO 6c8f57f91f
making PasteStatus testable, adding test for paste creation notification
7 years ago
El RIDO 29419d03cd
avoid logs polluting the unit test output
7 years ago
El RIDO 9c6aec86c4
making Alert class resetable and adding first tests for it
7 years ago
El RIDO 4410ddcd84
adding tests for UiHelper.reloadHome, making UiHelper unit testable and handling JSVerify RNG states 846932d5afb10ce748 & 012c1f9483adb6e750
7 years ago
El RIDO 414693fa90
testing both cases of the logic required for #167
7 years ago
El RIDO 6dbb098d7a
had to introduce a mock function to test the historyChange state
7 years ago
El RIDO 6fa2bfe30e
updated documentation, incremented version
7 years ago
El RIDO 37f5d99bc4
finalizing tests for I18n class, AJAX loading of translations needs to be tested in browser, mocked for now
7 years ago
El RIDO 6fb3fe51b2
Merge branch 'master' into js-unit-testing
7 years ago
El RIDO cd40717301
fixing #209, refactoring regression when file upload is disabled
7 years ago
El RIDO 2a19b42b15
making I18n class testable, adding minimal test
7 years ago
El RIDO 9d2e282772
removing unused function
7 years ago
El RIDO 57ebc7338d
Merge branch 'master' into js-unit-testing
7 years ago
El RIDO bbcc3e167b
implementing recommendations of scrutinizer
7 years ago
El RIDO 0fb650c3a6
comply with codacys suggestion
7 years ago
El RIDO b5cdfff3e3
fix missing comment status messages - ♫ lovely span, oh wonderful span ♪ (chorus) span, span, span, span, …
7 years ago
El RIDO 5bf25f227e
update JSDoc and re-published to https://privatebin.info/jsdoc/
7 years ago
El RIDO ee43557a4f
ensure burn after reading and status messages are only changed after a successfull decryption
7 years ago
El RIDO 9deaed9406
working on asynch translation handling
7 years ago
El RIDO 1649ff34f5
restoring password protection
7 years ago
El RIDO 81b00dd422
fixing page template, removing error messages when markdown or source are disabled in configuration, re-removing unnecessary spans
7 years ago
El RIDO b6d8d0f250
found problem with unit test of baseUri function, makes code much simpler
7 years ago