Commit Graph

  • 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 El RIDO 2018-12-29 18:40:59 +0100
  • be69e4a50f
    simplify password catenation in version 2, to avoid potential key derivation weakening El RIDO 2018-12-28 05:49:34 +0100
  • 0ad5b3e900
    implement zlib via web assembly, replacing rawdeflate library El RIDO 2018-12-27 21:32:13 +0100
  • 5ce3aa2817
    increase PBKDF2 iterations further, as suggested in #350 El RIDO 2018-12-25 20:19:57 +0100
  • 210870590c
    improving cleanup between tests in order to combat the frequent test failures seen recently El RIDO 2018-12-25 20:16:41 +0100
  • 0ab06e34ec
    initial refactoring for support of version 2 paste format, some cleanup on the side El RIDO 2018-12-25 17:34:39 +0100
  • f3165f0cab
    suppress current jsDOMs errors El RIDO 2018-12-25 17:17:49 +0100
  • 70007285bf
    remove console suppression, fixing I18n mock El RIDO 2018-12-25 16:42:18 +0100
  • 4edbb66c91
    re-add CreationTime, still used in comment El RIDO 2018-12-24 08:20:39 +0100
  • 3883e3fb30
    adjusting test to make it work in latest jsDOM versions that don't support arbitrary bytes in a URLs hash anymore El RIDO 2018-12-24 08:19:58 +0100
  • 9348cbe2a1
    address security concerns reg. paste creation date by removing it in the API, keep comment creation date exposed, displayed in discussion - resolves #390 El RIDO 2018-12-23 20:10:24 +0100
  • 2bb3df5bee
    adressing rngStates 013286cb47a0f51d9e & 83975e102a4db8f3c6 that frequently fail in latest jsDOM env, showing URL hashes can't contain certain unicode sequences after all El RIDO 2018-12-18 06:04:17 +0100
  • 1de57c874e
    reduce duplication in format El RIDO 2018-12-17 21:42:49 +0100
  • e64eaf45ee
    Merge branch 'master' into webcrypto El RIDO 2018-12-17 21:34:15 +0100
  • c39e578f04
    Merge branch 'micschwarz-patch-1' El RIDO 2018-12-17 21:31:43 +0100
  • c15351b793
    designing v2 paste & comment format El RIDO 2018-12-17 19:43:16 +0100
  • cde96d8f24
    fixing bug in jsonld processing with certain URL paths El RIDO 2018-12-17 19:42:26 +0100
  • e220a97c8f
    Improve German Translation for more consistency Michael Schwarz 2018-11-27 11:03:12 +0100
  • fe670dc94f
    Merge pull request #378 from PrivateBin/googlespy El RIDO 2018-11-22 09:10:07 +0100
  • ac9eac5ed6
    Ask google not to translate the page rugk 2018-11-21 23:32:06 +0100
  • 2303c81ce0
    Merge branch 'master' into webcrypto El RIDO 2018-11-19 13:14:54 +0100
  • 9ce41022cf
    correcting namespaces El RIDO 2018-11-19 13:07:25 +0100
  • b36b3d1a82
    Merge branch 'master' into webcrypto El RIDO 2018-11-16 18:36:07 +0100
  • 18151e6e9e
    Merge branch 'Quenty31-patch-2' El RIDO 2018-11-16 18:05:26 +0100
  • 30bb34a4fe
    generate code docs for private interfaces, too El RIDO 2018-11-16 18:04:09 +0100
  • 7a5a97c6ae
    Update translation Quentí 2018-11-15 22:17:08 +0100
  • 8b803a1f5d
    Merge branch 'dan-nkl-patch-1' rugk 2018-11-08 22:23:36 +0100
  • 3885047cb6
    Update i18n/de.json rugk 2018-11-07 08:38:35 +0100
  • 419311dffa
    Update de.json Daniel Nikulin 2018-10-30 19:06:12 +0100
  • 9cce056cc8
    Merge branch 'shrz-Fix-Ru-translation' rugk 2018-10-28 20:04:16 +0100
  • 6f34626ad6 Fix Russian translation. shrz 2018-10-28 18:20:54 +0300
  • 5b00f4ead7
    further code deduplication El RIDO 2018-10-20 23:08:13 +0200
  • 4c3fb3fe63
    reduce code duplication El RIDO 2018-10-20 22:34:36 +0200
  • 717e5b0e57
    addressing issues found by codacy El RIDO 2018-10-20 22:05:35 +0200
  • 0f76b9066d
    remove SJCL library El RIDO 2018-10-20 19:53:21 +0200
  • 2d7996570e
    typos, documentation El RIDO 2018-10-20 17:57:21 +0200
  • 2929d5c17a
    fixing async comment nicknames El RIDO 2018-10-20 13:54:17 +0200
  • a08fed1add
    ensure promises can be collected El RIDO 2018-10-20 12:40:08 +0200
  • 35045bb69a
    improving error handling El RIDO 2018-10-20 11:40:37 +0200
  • 100d955e1a
    address decryptComments() async compatibility El RIDO 2018-10-20 10:20:32 +0200
  • ff8ec5a1a0
    address decryptOrPromptPassword(), decryptPaste() and decryptAttachment() async compatibility El RIDO 2018-10-20 09:56:05 +0200
  • c0d3b9062b
    updating SRI hashes El RIDO 2018-10-20 08:40:48 +0200
  • 17131f3172
    Add verys important return to ensure Promise chain works rugk 2018-10-08 21:04:13 +0200
  • 746debf586
    Adjust functions using Uploader.setData to handle promises rugk 2018-10-08 21:03:10 +0200
  • 94a352e7f5
    Fix eslint config and issues rugk 2018-10-08 20:36:50 +0200
  • bc0fb5b91e
    Merge branch 'master' into webcrypto El RIDO 2018-10-02 20:43:40 +0200
  • 00692a29d6
    Merge branch 'SuperTux88-fix-dark-download-link' El RIDO 2018-10-02 20:42:38 +0200
  • 538462f134
    Fix download-link color in dark boostrap themes Benjamin Neff 2018-10-02 02:06:44 +0200
  • b62e259cfb
    Merge branch 'master' into webcrypto El RIDO 2018-09-17 05:26:58 +0200
  • 034d60f966
    Merge branch 'EmilKra-patch-1' El RIDO 2018-09-17 05:26:15 +0200
  • 256a5b2450
    Update pl.json EmilKra 2018-09-16 16:50:44 +0200
  • 41c54325fa
    Merge branch 'master' into webcrypto El RIDO 2018-09-16 16:24:15 +0200
  • f9e0b7236c
    Merge branch 'EmilKra-patch-1' El RIDO 2018-09-16 16:23:27 +0200
  • dcee0c7d39
    Update pl.json EmilKra 2018-09-16 14:43:44 +0200
  • 762386efd7
    reverting to promises, since done can cause timeouts, indicating that the async execution can be really slow El RIDO 2018-09-02 12:12:55 +0200
  • f3eaee206c
    using done() instead of promise, to enforce mocha to wait on the tests El RIDO 2018-09-02 11:52:57 +0200
  • 176264f135
    making tests use promises instead of async El RIDO 2018-09-02 11:49:55 +0200
  • b791157717
    fix unit tests after merge from master, issues due to newly async tests that cause environment changes across test scripts El RIDO 2018-09-02 11:33:27 +0200
  • b191e2c437
    Merge remote-tracking branch 'origin/master' into webcrypto El RIDO 2018-09-02 10:07:57 +0200
  • d66800b8ce
    docker is now provided via https://github.com/PrivateBin/docker-nginx-fpm-alpine El RIDO 2018-09-02 09:22:55 +0200
  • 8b71cb0b2f
    properly escaping HTML in raw text mode, fixes #358 El RIDO 2018-09-02 09:14:36 +0200
  • 30b7be0781
    async test, finding error for rngState 00b15fc0a8247e693d, due to failure in decompressing El RIDO 2018-09-01 22:55:52 +0200
  • b97ac08003
    improving tests, correcting cipher El RIDO 2018-09-01 22:22:10 +0200
  • 0dbbb61d11
    implementing web crypto API for encryption El RIDO 2018-09-01 19:42:22 +0200
  • fe7fa09ce8
    Merge branch 'idarlund-patch-5' rugk 2018-08-14 17:56:18 +0200
  • 5f8aeabea0
    Update no.json idarlund 2018-08-14 13:01:46 +0200
  • bd6888687f
    Merge branch 'master' into webcrypto El RIDO 2018-08-14 06:59:47 +0200
  • 8db98becb7
    upgrading DOMpurify library El RIDO 2018-08-11 19:45:57 +0200
  • b5ebc4a3d7
    incrementing version El RIDO 2018-08-11 19:29:58 +0200
  • fb6a9ccf09
    document changes El RIDO 2018-08-11 08:17:08 +0200
  • 10201dc463
    expanded unit tests to cover mega links, reverted regex to old one, but fixed to cover mega links, just to prove it works El RIDO 2018-08-11 07:33:33 +0200
  • c468b74b9b
    Merge branch 'master' into linkregex El RIDO 2018-08-11 06:56:02 +0200
  • e4cc9ef4f6
    Merge branch 'r4sas-update-ru' El RIDO 2018-08-06 19:40:17 +0200
  • 9a5be5521b
    update ru translation R4SAS 2018-08-06 20:24:59 +0300
  • c4fc7edc43
    replacing Base64.js with browser built in's, except for legacy paste support El RIDO 2018-08-05 08:56:03 +0200
  • 6f25d651b7
    switching to client side libraries for key generation, remove legacy browser support El RIDO 2018-08-04 22:30:01 +0200
  • c9a3bb08ee
    remove dead code El RIDO 2018-08-04 17:49:08 +0200
  • 4f332b7719
    revert legacy browser support, dropped in favour of webcrypto API El RIDO 2018-08-04 17:25:59 +0200
  • 0319a16b15
    support older browsers correctly and ensure the paranoia setting for the sjcl.random.isReady call matches paranoia level 10 instead of the default 6 El RIDO 2018-08-04 13:25:31 +0200
  • 1be1047a94
    while we do start the collection of randomness even before initializing our logic, raising the 'paranoia' parameter to 10 ensures that in legacy browsers not yet supporting the webcrypto API we would get an exception, instead of a weak key El RIDO 2018-08-01 21:56:23 +0200
  • a5e8eeaaf9
    StyleCI: Obey the alphabet #342 El RIDO 2018-07-29 16:15:52 +0200
  • 4a35428499
    cleanup of PurgeLimiter #342 El RIDO 2018-07-29 16:05:57 +0200
  • 3470dcd9a8
    more compact ServerSalt #342 El RIDO 2018-07-29 15:50:36 +0200
  • 5db3412b69
    cleanup of TrafficLimiter #342 El RIDO 2018-07-29 15:43:28 +0200
  • f9c8441edb
    renaming controller #342 El RIDO 2018-07-29 15:17:35 +0200
  • 90e83ddb30
    bump changelog, fixes #344 El RIDO 2018-07-24 20:32:18 +0200
  • 055a2fb9d8
    incrementing version El RIDO 2018-07-22 11:44:18 +0200
  • b781e179c4
    adding two more things not to get release archived El RIDO 2018-07-22 11:40:34 +0200
  • 756a810395
    better link El RIDO 2018-07-22 11:16:36 +0200
  • e2c04e13e8
    fixing doc block for jsdoc El RIDO 2018-07-22 10:24:39 +0200
  • 640e5a7fe1
    Merge remote-tracking branch 'origin/fix-password' El RIDO 2018-07-21 08:51:25 +0200
  • e78d35ccd7 add missing translation El RIDO 2018-07-21 06:45:28 +0000
  • 720897b902 correct CSP to allow password prompt El RIDO 2018-07-21 06:45:09 +0000
  • 3fecd0f2ce correct page template & password prompt/modal, fixes #341, remove JS map reference leading to unnecessary load error El RIDO 2018-07-21 06:44:04 +0000
  • 4f17dde5ee
    Merge branch 'master' of https://github.com/PrivateBin/PrivateBin rugk 2018-07-01 20:23:17 +0200
  • c1ab1dd8c5
    Enable auto-linking in Markdown rugk 2018-07-01 20:22:21 +0200
  • c3c1473dc9
    Allow one-letter TLDs/host names rugk 2018-07-01 19:49:21 +0200
  • 17a468a4e5
    updating prettify library to 453bd5f El RIDO 2018-07-01 19:17:05 +0200
  • 676a02619d
    Fix magnet links rugk 2018-07-01 16:31:40 +0200
  • 911fb51734
    remove read tests, since that is now purely API based El RIDO 2018-07-01 16:25:50 +0200