Historial de Commits

Autor SHA1 Mensaje Fecha
  El RIDO 2d9666c5ef refactor button refresh hace 6 años
  El RIDO 521f134638 edge cases: re-enable remember button when creating a new paste, refresh list and disble button upon memorizing the current paste hace 6 años
  El RIDO ea93c474ea ensure code can be tested, handle async indexedDB, don't let user add same URL more then once hace 6 años
  El RIDO 8b170397a9 adding a remember button hace 6 años
  El RIDO ac32826009 initial work to add IndexedDB support, including npm module to mock its API in unit tests hace 6 años
  El RIDO c4830044f7 adding some simple non-stored logic to test the interface hace 6 años
  El RIDO daae0d0dca initial memory boilerplate, move sidebar toggle into it's init, test it behaves as it should hace 6 años
  El RIDO 283d85c7cf simplify sidebar CSS, position it relative to the editor tabs hace 6 años
  El RIDO 8537f396b3 add a crude responsive collapsible sidebar hace 6 años
  Haocen Xu f1d4792d3e Update SRI hace 6 años
  unknown 9b138fd5fd Update SRI hace 6 años
  Haocen Xu 420f0d6634 Update SRI hace 6 años
  rugk 38a1726e22 Regenerate SRI hace 6 años
  El RIDO 7e77b94158 revert the revert caused by the merge of master hace 6 años
  El RIDO 9914c37683 incrementing version hace 6 años
  El RIDO 1439bb291f allow pasting password on paste with attachment - big kudos @rugk for finding it! - fixes #565, fixes #595 hace 6 años
  rugk 7cb830e22f It includes a change in the RegEx for URLs because that was broken when a hace 6 años
  El RIDO c334d2d00d Merge branch 'master' into preview-encoding hace 6 años
  El RIDO c11dc8e17e reverting Helper.urls2links() method to old style, applied to element instead of string, allows inserting plain text as text node hace 6 años
  El RIDO 8a6dcf910a Revert "in Helper.urls2links(), encode HTML entities, find and insert links, partially decoding only the href property of it" hace 6 años
  El RIDO f391773c65 generalize date string handling, replacing hardcoded lookups, fixes #586 hace 6 años
  El RIDO 5340f417e0 in Helper.urls2links(), encode HTML entities, find and insert links, partially decoding only the href property of it hace 6 años
  El RIDO d2e9e47b67 refactor switch into nested if/else, to improve readability - no functional change hace 6 años
  El RIDO adece1d784 incrementing version hace 6 años
  El RIDO aa377038a0 fixing DOMpurify 2.0.8 SRI after removing map line in file (which causes unnecessary requests to missing files in the browser) hace 6 años
  El RIDO 00438ec1ab upgrade DOMpurify to 2.0.8 hace 6 años
  El RIDO 87423abd7c Fix ARIA for Editor/preview tabs. hace 6 años
  El RIDO 3fdd42487a fix FAQ links, tweaking the subtext display, add link to modern browser FAQ, fixes #577 hace 6 años
  El RIDO 2cbb8bf3ca in translation, allow links to be inserted unencoded into href attribute, simplfy sanitation by allowing only <a> tags in DOMpurify for plain text and comments and avoid DOMpurify removing magnet links, fixes #579 hace 6 años
  El RIDO 3996f82404 relax encoding of slashes just for plaintext display, so links can be detected hace 6 años