Commit Graph

3807 Commits

Author SHA1 Message Date
El RIDO c35729e23e lowercase SI-unit prefix for kilo
SI-unit prefix for kilo is small k to distinguish from unit K for Kelvin
2025-06-28 14:47:26 +02:00
El RIDO 389b215b2f Merge pull request #1564 from Ribas160/file_name_and_size_on_download_page
Show file name and size on download page
2025-06-28 14:01:41 +02:00
Ribas160 a2ca2ecb37 Use 1024 based file size units to follow consistency 2025-06-28 14:00:50 +03:00
Mikhail Romanov d15ac590d7 Use decodedData to get file size
Co-authored-by: El RIDO <elrido@gmx.net>
2025-06-28 13:47:43 +03:00
El RIDO 964b4da50a Merge pull request #1545 from PrivateBin/fixes
Fixes for zlib caching & handling undefined globals
2025-06-27 16:49:00 +02:00
Ribas160 d01c37c59d Show file name and size on download page 2025-06-26 18:12:22 +03:00
El RIDO 409af9b991 Merge pull request #1546 from PrivateBin/dompurify-3.2.6
upgrade DOMpurify library to 3.2.6
2025-06-26 13:37:24 +02:00
Ribas160 c7b9ce0bc2 Merge branch 'master' into dompurify-3.2.6
# Conflicts:
#	lib/Configuration.php
2025-06-26 13:37:00 +03:00
El RIDO f3d851b0ba Merge pull request #1560 from PrivateBin/crowdin-translation
New Crowdin updates
2025-06-19 20:40:57 +02:00
PrivateBin Translator Bot d7b32f0219 New translations en.json (Arabic) 2025-06-19 11:14:42 +02:00
El RIDO c7f465fe8b apply StyleCI recommendation 2025-06-18 15:08:05 +02:00
El RIDO 9455fea799 Merge pull request #1559 from Ribas160/custom_template_error
Fix error when a custom template is not in the default available templates list
2025-06-18 15:05:19 +02:00
Ribas160 44f8cfbfb8 Fix error when a custom template is not in the default available templates list 2025-06-18 14:51:11 +03:00
El RIDO 4eb6555e3c Merge pull request #1555 from PrivateBin/dependabot/github_actions/dawidd6/action-download-artifact-11
Bump dawidd6/action-download-artifact from 10 to 11
2025-06-16 17:58:49 +02:00
dependabot[bot] d544d1281d Bump dawidd6/action-download-artifact from 10 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/4c1e823582f43b179e2cbb49c3eade4e41f992e2...ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '11'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 12:22:51 +00:00
El RIDO 91bfd2eec1 Merge pull request #1552 from PrivateBin/pdf-csp
Document CSP change necessary to allow PDF preview to work
2025-06-08 08:29:58 +02:00
El RIDO f49c042cc9 document change necessary to allow PDF preview to work in Firefox & Chrome
Since attachement upload is not enabled by default, I suggest to retain the safer CSP as the default but document what is necassary. Disabling the sandboxing is problematic.
2025-06-07 11:44:02 +02:00
El RIDO 8d720e4990 Merge branch 'master' into dompurify-3.2.6 2025-06-07 10:41:48 +02:00
El RIDO 34028229c8 Merge branch 'master' into fixes 2025-06-07 10:37:23 +02:00
El RIDO 8268a92ebd Merge pull request #1550 from Ribas160/allow_multiple_files
Allow multiple files
2025-06-07 10:28:48 +02:00
Ribas160 89c5ebb5f2 CHANGELOG.md and CREDITS.md update 2025-06-05 17:41:16 +03:00
El RIDO d778887cd1 Merge pull request #1551 from PrivateBin/dependabot/github_actions/dawidd6/action-download-artifact-10
Bump dawidd6/action-download-artifact from 9 to 10
2025-06-05 08:21:42 +02:00
dependabot[bot] 3a1eb8d534 Bump dawidd6/action-download-artifact from 9 to 10
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/07ab29fd4a977ae4d2b275087cf67563dfdf0295...4c1e823582f43b179e2cbb49c3eade4e41f992e2)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 12:46:39 +00:00
Ribas160 095a5be0b6 Allow multiple files 2025-06-02 14:35:54 +03:00
El RIDO 6ff08b6884 Merge pull request #1548 from Ribas160/hide_comment_reply_button_on_click
Hide Reply button in the discussions once clicked to avoid losing the…
2025-05-24 16:21:15 +02:00
Ribas160 6dac586f41 Fix the duplicated message box in comments 2025-05-24 12:38:39 +03:00
Ribas160 5654ef2db8 Hide Reply button in the discussions once clicked to avoid losing the text input 2025-05-23 13:37:38 +03:00
El RIDO dededc9935 upgrade DOMpurify library to 3.2.6 2025-05-20 07:51:50 +02:00
El RIDO c08a792f01 handle undefined global, fixes #1544 2025-05-18 21:15:39 +02:00
El RIDO 6347b6193e replicate reported error 2025-05-18 20:52:46 +02:00
El RIDO bace4695ac update zlib js suffix, as a cache breaker 2025-05-18 20:21:34 +02:00
El RIDO 7a42f31aef Merge pull request #1540 from PrivateBin/crowdin-translation
New Crowdin updates
2025-04-26 17:05:49 +02:00
PrivateBin Translator Bot e149e1b412 New translations en.json (Chinese Simplified) 2025-04-26 15:08:46 +02:00
PrivateBin Translator Bot e091f88544 New translations en.json (Chinese Simplified) 2025-04-26 12:57:02 +02:00
El RIDO 2460caddc8 Merge pull request #1539 from fzxx/master
Update zh.json
2025-04-26 12:51:03 +02:00
风之暇想 95f232232e Update zh.json
Fix incorrect translations
2025-04-26 15:39:23 +08:00
El RIDO 50a695b609 add missing method added upstream 2025-04-23 19:14:47 +02:00
El RIDO cfb609814a remove duplicate options 2025-04-23 19:05:53 +02:00
El RIDO 0199bed133 Merge pull request #1537 from jesussuarz/feature/add-delete-all-option
Add --delete-all option to administration script for mass paste deletion
2025-04-23 19:03:43 +02:00
Jesus Suarez bce152c890 Update bin/administration
Use spaces instead of tabs for indentation consistency

Co-authored-by: El RIDO <elrido@gmx.net>
2025-04-22 16:44:12 -05:00
Jesus Suarez abe7874829 Update bin/administration
Replace tabs with spaces for consistent code formatting

Co-authored-by: El RIDO <elrido@gmx.net>
2025-04-22 16:43:54 -05:00
Jesus Suarez df1f742789 Update bin/administration
Refactor lines 160-165 as suggested for improved readability and consistency

Co-authored-by: El RIDO <elrido@gmx.net>
2025-04-22 16:43:35 -05:00
Jesus Suarez 1f7f6c93b0 Update bin/administration
Refactor code style: replace tabs with spaces, document new option, and maintain alphabetical order

Co-authored-by: El RIDO <elrido@gmx.net>
2025-04-22 16:43:01 -05:00
root 302921a811 Add --delete-all option to administration script for mass paste deletion 2025-04-22 04:12:46 -05:00
El RIDO d220ba7c2b Merge pull request #1536 from PrivateBin/crowdin-translation
New Crowdin updates
2025-04-15 21:47:02 +02:00
PrivateBin Translator Bot 9a9eb44102 New translations en.json (Polish) 2025-04-15 13:58:35 +02:00
El RIDO 10ee2fa2e4 Merge pull request #1535 from PrivateBin/crowdin-translation
New Crowdin updates
2025-04-13 07:59:49 +02:00
PrivateBin Translator Bot e34a35bf30 New translations en.json (Arabic) 2025-04-12 16:30:55 +02:00
El RIDO 75db58800c Merge pull request #1534 from PrivateBin/crowdin-translation
New Crowdin updates
2025-04-10 06:51:07 +02:00
PrivateBin Translator Bot cbdd3d50a5 New translations en.json (Arabic) 2025-04-10 02:52:54 +02:00