Commit Graph

1472 Commits

Author SHA1 Message Date
El RIDO a363b2ff95
eslint env cleanup 2019-09-08 09:12:56 +02:00
El RIDO c2962af4f8
trying different approach to convince codacy about false positive 2019-09-08 09:08:21 +02:00
El RIDO ae11d168ce
trying to convince codacy about the eslint changes 2019-09-08 09:02:15 +02:00
El RIDO 7b029d3657
trying to convince codacy about the eslint changes 2019-09-08 08:55:19 +02:00
El RIDO b1c9ca65fa
trying to address eslint false positives 2019-09-08 08:39:28 +02:00
El RIDO 5471757fa7
making webassembly optional, ensuring retry button works when wrong password is provided
Tested configurations:
- browser with WASM support (Firefox 68.0.2)
  - creates paste with zlib compression, no password
  - creates paste with zlib compression, with password
  - reads paste with zlib compression, no password
  - reads paste with zlib compression, with password + retry button works
  - reads paste without compression, no password
  - reads paste without compression, with password + retry button works
- browser without WASM support (Chromium 76.0.3809.100, started via `chromium-browser --js-flags=--noexpose_wasm`)
  - creates paste without compression, no password, but shows WASM warning
  - creates paste without compression, with password, but shows WASM warning
  - fails to read paste with zlib compression, no password + shows WASM error
  - fails to read paste with zlib compression, with password + shows WASM error
  - reads paste without compression, no password
  - reads paste without compression, with password + retry button works
2019-09-08 08:21:54 +02:00
El RIDO 7a85900b7c
Merge branch 'master' into better-feature-detection 2019-09-07 11:25:50 +02:00
El RIDO 269def8300
Merge branch 'idarlund-patch-6' 2019-09-07 11:23:20 +02:00
Idar Lund c992d10833
Update no.json
updated new lines to Norwegian
2019-09-04 12:21:04 +02:00
El RIDO 813e72d871
don't encode HTML entities in translations if they contain links 2019-08-28 20:37:14 +02:00
El RIDO 50881a75e6
ensure bots are prohibited completely from indexing 2019-08-28 20:36:26 +02:00
El RIDO c56d777c11
fixing logic when there are no icons and warning icons, add more test cases 2019-08-28 20:29:23 +02:00
El RIDO 7f65fe9218
fixing conflicting icons when using error message div for warnings in bootstrap template 2019-08-28 19:25:11 +02:00
El RIDO ad570c391a
extend Alert class unit testing 2019-08-28 19:23:58 +02:00
El RIDO a6aef109cc
making feature detection work as intended in chrome 2019-08-27 23:16:06 +02:00
El RIDO 6fcd82fb85
making the feature detection more robust, let users with no WASM create uncompressed pastes, remove dead & duplicate code 2019-08-27 07:38:27 +02:00
El RIDO ff68043c9f
Merge branch 'Haocen-505-patch' 2019-08-25 18:16:17 +02:00
Haocen Xu 5877111ccb
Update SRI 2019-08-25 12:03:37 -04:00
Haocen Xu 00b886c492
Refactor attachment editable logic to avoid undesired assumption 2019-08-25 12:00:59 -04:00
El RIDO e242d87427
Merge branch 'Haocen-489,491,493,494' 2019-08-25 17:30:20 +02:00
El RIDO 271d4b680a
updating changelog 2019-08-25 17:29:52 +02:00
El RIDO ad096b80a1
refactoring logic, to make intention more clear and reduce complexity 2019-08-25 17:24:22 +02:00
Haocen Xu b912c07cd1
Update SRI 2019-08-25 02:17:29 -04:00
Haocen Xu ab75b183fb
Fix click on new paste on clone paste editing view not removing custom
attachment

Fix cloning paste with attachment

Update CSP in sample and default configuration

Ensure clone paste also clone format

Fix clone button hiding logic when paste is burn after read

Remove attachment name when new paste clicked on

Enable file operation only when editing
2019-08-25 02:16:58 -04:00
El RIDO 121b1e75d2
remove debug statement, fixes #462 2019-08-24 08:42:33 +02:00
El RIDO c77726b917
Merge branch 'Haocen-495', fixes #495 2019-08-23 07:02:54 +02:00
Haocen Xu 649c7aaa78
Fix bootstrap 3 support for modern high res monitors 2019-08-22 14:04:42 -04:00
Haocen Xu 6a79519641
Allow textarea to be resized vertically only 2019-08-22 13:55:52 -04:00
El RIDO e4a0a8e82c
Merge branch 'Haocen-317' 2019-08-21 19:04:16 +02:00
El RIDO 72565e48ff
Merge branch '317' of https://github.com/Haocen/PrivateBin-Contribute into Haocen-317 2019-08-21 19:03:54 +02:00
Haocen Xu ffac1adad6
Dropzone should be fixed to viewport, instead of fixed to sibling
element
2019-08-21 02:24:56 -04:00
El RIDO d317cfbcc0
update SRI hashes 2019-08-21 07:17:24 +02:00
El RIDO 388655fdd1
Merge branch 'Haocen-317', fixes #317, fixes #487 2019-08-21 07:15:09 +02:00
El RIDO b7b7aa3a47
credit were credit is due 2019-08-21 07:14:46 +02:00
Haocen Xu 2eed7a8a1c
Update SRI
Remove dejavu
2019-08-17 15:39:13 -04:00
Haocen Xu 078b8d8fd6
Clear attachment if user cancel file select 2019-08-17 15:14:40 -04:00
Haocen Xu 3a9730f883
Improve file upload UX
Fix incorrect highlight logic

Fix transition on fileupload highlight

Handle drag leave

Fix draghover

Minor style improvements
2019-08-17 15:13:58 -04:00
El RIDO 30ddcacca6
fixing unit tests 2019-08-17 10:20:46 +02:00
El RIDO 1de315619b
Merge branch 'macropin', fixes #485 2019-08-17 10:07:16 +02:00
El RIDO e7fab8439d
documenting showdown fix and incrementing library version to circumvent browser caching 2019-08-17 10:04:54 +02:00
El RIDO f22449ffd1
Merge branch 'fix-showdown' of https://github.com/macropin/PrivateBin into macropin 2019-08-17 09:59:44 +02:00
El RIDO 962df90b24
Merge branch 'Haocen-479' 2019-08-17 09:40:43 +02:00
El RIDO d351c7b734
documenting changes, fixes #354, fixes #479, fixes #484 2019-08-17 09:40:23 +02:00
El RIDO 84827e19c3
Merge branch '479' of https://github.com/Haocen/PrivateBin-Contribute into Haocen-479 2019-08-17 08:42:25 +02:00
El RIDO b8196ee63c
documented mobile UI change, fixes #477 2019-08-17 08:39:15 +02:00
El RIDO e6e4facde0
Merge branch 'Haocen-477' 2019-08-17 08:31:07 +02:00
Haocen Xu 6ac425d468
Fix incorrect style on button 2019-08-15 14:58:27 -04:00
Andrew Cutler 49b358b1ee patch showdown.js to allow 100 nested spans. Ref https://github.com/PrivateBin/PrivateBin/issues/485 2019-08-15 13:41:41 +10:00
Haocen Xu 71931b0f18
Clear discussion if new/clone paste clicked 2019-08-14 20:40:50 -04:00
Haocen Xu 1af7b536a5
Fix an edge case where we cannot find any shortUrl 2019-08-14 00:06:51 -04:00