Commit Graph

  • ce87b1cc39 Improved Spanish translation Alfredo Fabián Altamirano 2019-01-05 16:08:43 -06:00
  • 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 +01:00
  • be69e4a50f simplify password catenation in version 2, to avoid potential key derivation weakening El RIDO 2018-12-28 05:49:34 +01:00
  • 0ad5b3e900 implement zlib via web assembly, replacing rawdeflate library El RIDO 2018-12-27 21:32:13 +01:00
  • 5ce3aa2817 increase PBKDF2 iterations further, as suggested in #350 El RIDO 2018-12-25 20:19:57 +01:00
  • 210870590c improving cleanup between tests in order to combat the frequent test failures seen recently El RIDO 2018-12-25 20:16:41 +01:00
  • 0ab06e34ec initial refactoring for support of version 2 paste format, some cleanup on the side El RIDO 2018-12-25 17:34:39 +01:00
  • f3165f0cab suppress current jsDOMs errors El RIDO 2018-12-25 17:17:49 +01:00
  • 70007285bf remove console suppression, fixing I18n mock El RIDO 2018-12-25 16:42:18 +01:00
  • 4edbb66c91 re-add CreationTime, still used in comment El RIDO 2018-12-24 08:20:39 +01:00
  • 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 +01:00
  • 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 +01:00
  • 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 +01:00
  • 1de57c874e reduce duplication in format El RIDO 2018-12-17 21:42:49 +01:00
  • e64eaf45ee Merge branch 'master' into webcrypto El RIDO 2018-12-17 21:34:15 +01:00
  • c39e578f04 Merge branch 'micschwarz-patch-1' El RIDO 2018-12-17 21:31:43 +01:00
  • c15351b793 designing v2 paste & comment format El RIDO 2018-12-17 19:43:16 +01:00
  • cde96d8f24 fixing bug in jsonld processing with certain URL paths El RIDO 2018-12-17 19:42:26 +01:00
  • e220a97c8f Improve German Translation for more consistency Michael Schwarz 2018-11-27 11:03:12 +01:00
  • fe670dc94f Merge pull request #378 from PrivateBin/googlespy El RIDO 2018-11-22 09:10:07 +01:00
  • ac9eac5ed6 Ask google not to translate the page rugk 2018-11-21 23:32:06 +01:00
  • 2303c81ce0 Merge branch 'master' into webcrypto El RIDO 2018-11-19 13:14:54 +01:00
  • 9ce41022cf correcting namespaces El RIDO 2018-11-19 13:07:25 +01:00
  • b36b3d1a82 Merge branch 'master' into webcrypto El RIDO 2018-11-16 18:36:07 +01:00
  • 18151e6e9e Merge branch 'Quenty31-patch-2' El RIDO 2018-11-16 18:05:26 +01:00
  • 30bb34a4fe generate code docs for private interfaces, too El RIDO 2018-11-16 18:04:09 +01:00
  • 7a5a97c6ae Update translation Quentí 2018-11-15 22:17:08 +01:00
  • 8b803a1f5d Merge branch 'dan-nkl-patch-1' rugk 2018-11-08 22:23:36 +01:00
  • 3885047cb6 Update i18n/de.json rugk 2018-11-07 08:38:35 +01:00
  • 419311dffa Update de.json Daniel Nikulin 2018-10-30 19:06:12 +01:00
  • 9cce056cc8 Merge branch 'shrz-Fix-Ru-translation' rugk 2018-10-28 20:04:16 +01:00
  • 6f34626ad6 Fix Russian translation. shrz 2018-10-28 18:20:54 +03:00
  • 5b00f4ead7 further code deduplication El RIDO 2018-10-20 23:08:13 +02:00
  • 4c3fb3fe63 reduce code duplication El RIDO 2018-10-20 22:34:36 +02:00
  • 717e5b0e57 addressing issues found by codacy El RIDO 2018-10-20 22:05:35 +02:00
  • 0f76b9066d remove SJCL library El RIDO 2018-10-20 19:53:21 +02:00
  • 2d7996570e typos, documentation El RIDO 2018-10-20 17:57:21 +02:00
  • 2929d5c17a fixing async comment nicknames El RIDO 2018-10-20 13:54:17 +02:00
  • a08fed1add ensure promises can be collected El RIDO 2018-10-20 12:40:08 +02:00
  • 35045bb69a improving error handling El RIDO 2018-10-20 11:40:37 +02:00
  • 100d955e1a address decryptComments() async compatibility El RIDO 2018-10-20 10:20:32 +02:00
  • ff8ec5a1a0 address decryptOrPromptPassword(), decryptPaste() and decryptAttachment() async compatibility El RIDO 2018-10-20 09:56:05 +02:00
  • c0d3b9062b updating SRI hashes El RIDO 2018-10-20 08:40:48 +02:00
  • 17131f3172 Add verys important return to ensure Promise chain works rugk 2018-10-08 21:04:13 +02:00
  • 746debf586 Adjust functions using Uploader.setData to handle promises rugk 2018-10-08 21:03:10 +02:00
  • 94a352e7f5 Fix eslint config and issues rugk 2018-10-08 20:36:50 +02:00
  • bc0fb5b91e Merge branch 'master' into webcrypto El RIDO 2018-10-02 20:43:40 +02:00
  • 00692a29d6 Merge branch 'SuperTux88-fix-dark-download-link' El RIDO 2018-10-02 20:42:38 +02:00
  • 538462f134 Fix download-link color in dark boostrap themes Benjamin Neff 2018-10-02 02:06:44 +02:00
  • b62e259cfb Merge branch 'master' into webcrypto El RIDO 2018-09-17 05:26:58 +02:00
  • 034d60f966 Merge branch 'EmilKra-patch-1' El RIDO 2018-09-17 05:26:15 +02:00
  • 256a5b2450 Update pl.json EmilKra 2018-09-16 16:50:44 +02:00
  • 41c54325fa Merge branch 'master' into webcrypto El RIDO 2018-09-16 16:24:15 +02:00
  • f9e0b7236c Merge branch 'EmilKra-patch-1' El RIDO 2018-09-16 16:23:27 +02:00
  • dcee0c7d39 Update pl.json EmilKra 2018-09-16 14:43:44 +02:00
  • 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 +02:00
  • f3eaee206c using done() instead of promise, to enforce mocha to wait on the tests El RIDO 2018-09-02 11:52:57 +02:00
  • 176264f135 making tests use promises instead of async El RIDO 2018-09-02 11:49:55 +02:00
  • 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 +02:00
  • b191e2c437 Merge remote-tracking branch 'origin/master' into webcrypto El RIDO 2018-09-02 10:07:57 +02:00
  • d66800b8ce docker is now provided via https://github.com/PrivateBin/docker-nginx-fpm-alpine El RIDO 2018-09-02 09:22:55 +02:00
  • 8b71cb0b2f properly escaping HTML in raw text mode, fixes #358 El RIDO 2018-09-02 09:14:36 +02:00
  • 30b7be0781 async test, finding error for rngState 00b15fc0a8247e693d, due to failure in decompressing El RIDO 2018-09-01 22:55:52 +02:00
  • b97ac08003 improving tests, correcting cipher El RIDO 2018-09-01 22:22:10 +02:00
  • 0dbbb61d11 implementing web crypto API for encryption El RIDO 2018-09-01 19:42:22 +02:00
  • fe7fa09ce8 Merge branch 'idarlund-patch-5' rugk 2018-08-14 17:56:18 +02:00
  • 5f8aeabea0 Update no.json idarlund 2018-08-14 13:01:46 +02:00
  • bd6888687f Merge branch 'master' into webcrypto El RIDO 2018-08-14 06:59:47 +02:00
  • 8db98becb7 upgrading DOMpurify library 1.2.1 El RIDO 2018-08-11 19:45:57 +02:00
  • b5ebc4a3d7 incrementing version El RIDO 2018-08-11 19:29:58 +02:00
  • fb6a9ccf09 document changes El RIDO 2018-08-11 08:17:08 +02:00
  • 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 +02:00
  • c468b74b9b Merge branch 'master' into linkregex El RIDO 2018-08-11 06:56:02 +02:00
  • e4cc9ef4f6 Merge branch 'r4sas-update-ru' El RIDO 2018-08-06 19:40:17 +02:00
  • 9a5be5521b update ru translation R4SAS 2018-08-06 20:24:59 +03:00
  • c4fc7edc43 replacing Base64.js with browser built in's, except for legacy paste support El RIDO 2018-08-05 08:56:03 +02:00
  • 6f25d651b7 switching to client side libraries for key generation, remove legacy browser support El RIDO 2018-08-04 22:30:01 +02:00
  • c9a3bb08ee remove dead code El RIDO 2018-08-04 17:49:08 +02:00
  • 4f332b7719 revert legacy browser support, dropped in favour of webcrypto API El RIDO 2018-08-04 17:25:59 +02:00
  • 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 +02:00
  • 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 +02:00
  • a5e8eeaaf9 StyleCI: Obey the alphabet #342 El RIDO 2018-07-29 16:15:52 +02:00
  • 4a35428499 cleanup of PurgeLimiter #342 El RIDO 2018-07-29 16:05:57 +02:00
  • 3470dcd9a8 more compact ServerSalt #342 El RIDO 2018-07-29 15:50:36 +02:00
  • 5db3412b69 cleanup of TrafficLimiter #342 El RIDO 2018-07-29 15:43:28 +02:00
  • f9c8441edb renaming controller #342 El RIDO 2018-07-29 15:17:35 +02:00
  • 90e83ddb30 bump changelog, fixes #344 El RIDO 2018-07-24 20:32:18 +02:00
  • 055a2fb9d8 incrementing version 1.2 El RIDO 2018-07-22 11:44:18 +02:00
  • b781e179c4 adding two more things not to get release archived El RIDO 2018-07-22 11:40:34 +02:00
  • 756a810395 better link El RIDO 2018-07-22 11:16:36 +02:00
  • e2c04e13e8 fixing doc block for jsdoc El RIDO 2018-07-22 10:24:39 +02:00
  • 640e5a7fe1 Merge remote-tracking branch 'origin/fix-password' El RIDO 2018-07-21 08:51:25 +02:00
  • e78d35ccd7 add missing translation El RIDO 2018-07-21 06:45:28 +00:00
  • 720897b902 correct CSP to allow password prompt El RIDO 2018-07-21 06:45:09 +00:00
  • 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 +00:00
  • 4f17dde5ee Merge branch 'master' of https://github.com/PrivateBin/PrivateBin rugk 2018-07-01 20:23:17 +02:00
  • c1ab1dd8c5 Enable auto-linking in Markdown rugk 2018-07-01 20:22:21 +02:00
  • c3c1473dc9 Allow one-letter TLDs/host names rugk 2018-07-01 19:49:21 +02:00
  • 17a468a4e5 updating prettify library to 453bd5f El RIDO 2018-07-01 19:17:05 +02:00
  • 676a02619d Fix magnet links rugk 2018-07-01 16:31:40 +02:00