El RIDO
|
e418b083e8
Merge branch 'master' into webcrypto
|
7 年之前 |
El RIDO
|
cc53d95ed1
extending test cases to reproduce the issue from #396, causing the existing logic to now fail the tests
|
7 年之前 |
El RIDO
|
0ee86f33da
key in version 2 is raw value instead of base64 (which reduces its complexity), made PasteDecryptor support both versions of the format, refactoring method names, replacing var by let / const, reducing zlib compression level from 9 to 7 to half the time spent on compression
|
7 年之前 |
El RIDO
|
0ad5b3e900
implement zlib via web assembly, replacing rawdeflate library
|
7 年之前 |
El RIDO
|
70007285bf
remove console suppression, fixing I18n mock
|
7 年之前 |
El RIDO
|
0f76b9066d
remove SJCL library
|
7 年之前 |
El RIDO
|
b791157717
fix unit tests after merge from master, issues due to newly async tests that cause environment changes across test scripts
|
8 年之前 |
El RIDO
|
30b7be0781
async test, finding error for rngState 00b15fc0a8247e693d, due to failure in decompressing
|
8 年之前 |
El RIDO
|
0dbbb61d11
implementing web crypto API for encryption
|
8 年之前 |
El RIDO
|
bd6888687f
Merge branch 'master' into webcrypto
|
8 年之前 |
El RIDO
|
8db98becb7
upgrading DOMpurify library
|
8 年之前 |
El RIDO
|
10201dc463
expanded unit tests to cover mega links, reverted regex to old one, but fixed to cover mega links, just to prove it works
|
8 年之前 |
El RIDO
|
c4fc7edc43
replacing Base64.js with browser built in's, except for legacy paste support
|
8 年之前 |
El RIDO
|
bd1e40ac36
updating DOMpurify library to 1.0.5
|
8 年之前 |
El RIDO
|
30d9cb45cc
updating Showdown library to 1.8.6
|
8 年之前 |
El RIDO
|
91baef389d
updating Base64 library to 2.4.5 (keeping old 1.7 library for legacy ZeroBin support)
|
8 年之前 |
El RIDO
|
f92330443e
updating jQuery
|
8 年之前 |
El RIDO
|
ded3767803
updated SJCL to 1.0.7
|
8 年之前 |
El RIDO
|
ce6764e97d
introduce built in asserts, working on TopNav, correcting some docs
|
8 年之前 |
El RIDO
|
ffae6111b0
handling further JSHint warnings and TODOs
|
8 年之前 |
El RIDO
|
98d07e0789
improving code quality issues reported by Codacy
|
8 年之前 |
El RIDO
|
85401a1513
Merge branch 'master' into js-unit-testing
|
8 年之前 |
El RIDO
|
928215dc5e
splitting out PasteViewer, DiscussionViewer, AttachmentViewer tests
|
8 年之前 |
El RIDO
|
be358a6804
splitting out Model tests
|
8 年之前 |
El RIDO
|
3fed63ce28
ensuring internal variables of common module are not changed by providing getter functions, splitting out I18n tests
|
8 年之前 |
El RIDO
|
dfd906900b
started to split humongous test.js into separate files
|
8 年之前 |