Commit Graph

36 Commits

Author SHA1 Message Date
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
El RIDO d5cd6741c5 incrementing version 2025-06-30 10:56:53 +02:00
El RIDO 20e30b6637 incrementing version 2025-06-28 21:23:37 +02:00
El RIDO 4e518b3fce update jsdom dependency, fix tests 2025-02-27 08:16:30 +01:00
El RIDO 64b0e33574 update jsdom dependency, fix tests 2025-02-11 08:10:25 +01:00
El RIDO e4d1f4a26d update jsdom dependency, disable test 2025-02-11 07:52:23 +01:00
El RIDO 540172d0f7 update jsdom dependency 2025-02-07 09:00:53 +01:00
El RIDO 3b6b97429d update jsdom dependency, fix tests 2025-02-07 08:54:55 +01:00
El RIDO dc983621ac update jsdom dependency, fix tests 2025-02-07 08:19:09 +01:00
El RIDO 740fd90db9 update jsdom & jsdom-global development dependency, fix cookie test 2025-02-06 08:39:25 +01:00
El RIDO aa8f77f673 update jsdom-url development dependency 2025-02-06 08:09:15 +01:00
El RIDO c963ba4d7a upgrade webcrypto used in testing
old package got corrupted on npm and fails to install
2025-02-03 07:52:32 +01:00
El RIDO 473baf8250 incrementing version 2025-02-01 10:43:54 +01:00
El RIDO 1a434b0e8d incrementing version 2024-11-16 08:02:20 +01:00
El RIDO 031bcef317 incrementing version 2024-07-09 20:36:26 +02:00
El RIDO 17f924118e address warnings and errors in github actions 2024-07-07 14:13:59 +02:00
El RIDO 22419cd68a incrementing version 2024-05-13 19:18:30 +02:00
El RIDO 9239c0267f Merge pull request #1307 from PrivateBin/experimental-8.4
Add upload test results job in CI
2024-05-12 10:12:25 +02:00
El RIDO 5067e9222c incrementing version 2024-05-05 20:43:33 +02:00
rugk 8443d3e397 Add CI test script to package.json 2024-05-04 13:12:23 +02:00
El RIDO aad975a721 incrementing version 2024-02-11 15:31:11 +01:00
El RIDO a3ee624d3a incrementing version 2024-02-11 14:17:27 +01:00
El RIDO d0420fb418 1.6.2 release 2023-12-15 07:20:20 +01:00
El RIDO 3bd570bd6a incrementing version 2023-12-04 21:07:17 +01:00
El RIDO f56907bd38 increment version 2023-09-11 19:36:45 +02:00
El RIDO 01afe7d481 incrementing version 2023-07-09 08:44:22 +02:00
El RIDO e84a8694e4 incrementing version 2022-12-24 05:52:07 +01:00
El RIDO b5602dd1ae incrementing version 2022-12-11 05:02:15 +01:00
El RIDO 456ced37c2 incrementing version 2022-04-05 07:30:51 +02:00
El RIDO a2ffbafa13 ensure npm's package.json version gets incremented 2021-06-05 09:43:01 +02:00
El RIDO dfed1a4b45 switching webcrypto library to native node crypto implementation (requires node>=10) 2020-06-01 08:07:25 +02:00
El RIDO d63a0d10d3 fixing npm package version number 2019-07-27 08:11:29 +02:00
El RIDO 07018e5876 incrementing version number in preparation of release 2019-07-08 18:35:34 +02:00
El RIDO fdc532b3c1 simplify npm install instructions 2019-06-24 07:41:12 +02:00
El RIDO 1958a55651 adding new dev dependency to support the URL object 2019-06-20 21:38:29 +02:00
El RIDO 0dbbb61d11 implementing web crypto API for encryption 2018-09-01 19:42:22 +02:00