PrivateBin/js/test
El RIDO ddd2d72064
replaced the term "paste" with the more generic "document"
Some of the references to "paste" in code or comments got changed as well, but to clarify the intended usage of the terms:

- A PrivateBin document can consist of a paste text (key "paste" in the encrypted payload) and one or several attachments and discussion entries.
- Internally the root document is called a "Paste" and each discussion entry is called a "Discussion".
- When referring to a whole document with one paste and optional discussion(s), we call it just "document".
- When talking about a particular JSON payload type in the internal logic, i.e. during storage or transmission, we call them a paste or discussion to distinguish which type we refer to.

closes #397
2025-07-24 10:46:31 +02:00
..
Alert.js more general solution addressing #554, kudos @rugk for the suggestions 2020-01-04 13:14:53 +01:00
AttachmentViewer.js addressing false positive jsverify rngState 0dc9b3f5704ad26e18 2025-07-22 12:09:19 +02:00
Check.js update jsdom dependency, fix tests 2025-02-11 08:10:25 +01:00
compression-sample.txt adding unit test for truncation issue #328 2018-06-26 22:31:26 +02:00
CopyToClipboard.js replaced the term "paste" with the more generic "document" 2025-07-24 10:46:31 +02:00
CryptTool.js drop legacy paste format support 2025-07-05 11:06:30 +02:00
DiscussionViewer.js deprecated functions, fix test partially 2022-02-20 21:07:04 +01:00
Editor.js replaced the term "paste" with the more generic "document" 2025-07-24 10:46:31 +02:00
Helper.js JavaScript unit tests for new SI units added, privatebin.js SRI updated 2025-07-24 00:33:38 +03:00
I18n.js add basic RTL support, drop default language key 2023-09-19 07:29:00 +02:00
Model.js remove more v1 remnants 2025-07-21 12:28:40 +02:00
PasteStatus.js replaced the term "paste" with the more generic "document" 2025-07-24 10:46:31 +02:00
PasteViewer.js replaced the term "paste" with the more generic "document" 2025-07-24 10:46:31 +02:00
Prompt.js upgrade bootstrap to 5.3.7 2025-07-22 09:45:15 +02:00
ServerInteraction.js replaced the term "paste" with the more generic "document" 2025-07-24 10:46:31 +02:00
TopNav.js replaced the term "paste" with the more generic "document" 2025-07-24 10:46:31 +02:00
UiHelper.js replaced the term "paste" with the more generic "document" 2025-07-24 10:46:31 +02:00