Commit Graph

3943 Commits

Author SHA1 Message Date
El RIDO 410cc909ce Merge branch 'master' into drop-legacy-zerobin-support 2025-07-17 08:00:09 +02:00
El RIDO c1050e08e8 Merge pull request #1596 from zertrin/1554-add-error-logging
Added some more error logging for database and filesystem store backends
2025-07-17 06:44:46 +02:00
zertrin 7e4d9eb535 Updated changelog 2025-07-17 04:28:55 +00:00
zertrin 330855f58d Added some more error logging for database and filesystem store backends
This is to address issue #1554
2025-07-16 15:50:41 +00:00
El RIDO 71587cddaf Merge branch 'master' into drop-legacy-zerobin-support 2025-07-16 06:10:08 +02:00
El RIDO 80d8c8d831 Merge pull request #1592 from PrivateBin/jdenticons-default
switch to Jdenticons as the default icon generator
2025-07-15 12:44:27 +02:00
El RIDO 13869e46be updating jdenticon library to 2.0.0, minimum PHP version 7.4 2025-07-14 22:01:11 +02:00
El RIDO 3ba29ea29e Merge branch 'master' into jdenticons-default 2025-07-14 21:42:23 +02:00
El RIDO c4e0abab02 Merge branch 'master' into drop-legacy-zerobin-support 2025-07-14 21:41:50 +02:00
El RIDO f8a1affcfa Merge pull request #1595 from touchweb-vincent/master
ModSecurity2 – JSON Body Processor Compliance
2025-07-08 18:29:30 +02:00
TW - Vincent 778a7dec71 Mod_security2 BodyProcessor json compliance 2025-07-08 13:44:48 +02:00
TW - Vincent ce025cf884 Mod_security2 BodyProcessor json compliance 2025-07-08 13:43:46 +02:00
El RIDO 55ed70eca6 Merge pull request #1594 from AnonymousWP/chore(translation)-update-Dutch-translation
chore(translation): fix Dutch translation for 'Theme'
2025-07-07 17:12:52 +02:00
Anonymoussaurus 5e78be8778 chore(translation): fix Dutch translation for 'Theme' 2025-07-07 17:01:11 +02:00
El RIDO 811b62b538 workaround PHP 8.4 deprecations
lifted from https://github.com/dmester/jdenticon-php/pull/10
2025-07-05 20:09:43 +02:00
El RIDO 7b444bf62b update test to use a Jdenticon 2025-07-05 19:40:37 +02:00
El RIDO 2f3fe1a479 Revert "update test to use a Jdenticon"
This reverts commit 12de19444d.

Sorry, this should have gotten committed on a different branch.
2025-07-05 19:36:21 +02:00
El RIDO 12de19444d update test to use a Jdenticon 2025-07-05 19:27:39 +02:00
El RIDO a5ce92a0d1 remove dead code, found by Scrutinizer 2025-07-05 18:35:05 +02:00
El RIDO b79ae4e929 remove more v1 legacy
- document removed unused columns in database schema of tables `paste` & `comment`
- amended misleading comments
- nickname is part of the encrypted payload in v2 comments and therefore there is nothing to store separately
2025-07-05 18:19:38 +02:00
El RIDO e2859e9a35 apply StyleCI recommendation 2025-07-05 17:52:32 +02:00
El RIDO 8668e7b366 removed support for privatebin_data, privatebin_db & zerobin_db model class configurations
kudos @Ribas160 for suggesting this
2025-07-05 17:45:02 +02:00
El RIDO 9eabc7e84e add statistics on v1 pastes in administration script and an option to delete them 2025-07-05 17:29:26 +02:00
El RIDO f7cf389f36 remove v1 backend support and version checks in the frontend 2025-07-05 17:21:12 +02:00
El RIDO 07caf3ff64 switch to Jdenticons as the default icon generator 2025-07-05 11:30:16 +02:00
El RIDO 6d5323e351 drop legacy paste format support
remove support for ZeroBin & v1 pastes and base64 & rawinflate libraries
2025-07-05 11:06:30 +02:00
El RIDO 03e0c81fbf Merge pull request #1590 from Ribas160/adding_attachments_from_clipboard
Adding attachments from clipboard
2025-07-04 18:45:16 +02:00
Ribas160 71db94ccfd CHANGELOG.md updated 2025-07-04 18:27:52 +03:00
Ribas160 38955754f3 Fixed hightlight file upload on bootstrap5 template 2025-07-04 18:18:00 +03:00
Ribas160 0ce8627561 Fixed adding attachments from clipboard 2025-07-04 18:15:28 +03:00
El RIDO e38b88c12c Merge pull request #1587 from Ribas160/remove_page_template
Remove page template
2025-07-04 06:57:03 +02:00
Ribas160 99cee27a6d Merge branch 'master' into remove_page_template
# Conflicts:
#	CHANGELOG.md
#	lib/Configuration.php
2025-07-03 13:14:52 +03:00
Ribas160 692e7af196 - window.confirm fallbacks for page template removed
- page template removed from configuration-test-generator
2025-07-03 13:13:42 +03:00
El RIDO 9d6f105ccf Merge pull request #1586 from Ribas160/name_mismatches_in_attached_files
Name mismatches in attached files fixed
2025-07-03 00:02:15 +02:00
Ribas160 3d3d80c60b Remove page template 2025-07-02 17:38:13 +03:00
Ribas160 9e7fce3792 CHANGELOG.md update 2025-07-02 16:21:50 +03:00
Ribas160 c4e381f523 Name mismatches in attached files fixed 2025-07-02 16:13:38 +03:00
El RIDO 0178bbc075 Merge pull request #1582 from StargazerCel/master
Fixed a Typo in Running Unit Tests.md #HSFDPMUW
2025-07-01 13:25:13 +02:00
Cél 8b204192e9 Fixed a Typo in Running Unit Tests.md #HSFDPMUW
Fixed a typo for a command. 
I need to add this hashtag at the end because I am contributing in a project at my university.
2025-07-01 13:02:45 +02:00
El RIDO 71cce1f4f2 Merge pull request #1581 from PrivateBin/crowdin-translation
New Crowdin updates
2025-07-01 12:49:50 +02:00
PrivateBin Translator Bot c7f4616074 New translations en.json (Thai) 2025-07-01 07:33:51 +02:00
El RIDO 321b471b71 chore: prepare for next release 2025-06-30 11:02:10 +02:00
El RIDO d5cd6741c5 incrementing version 1.7.8 2025-06-30 10:56:53 +02:00
El RIDO 1842d356e5 Merge pull request #1579 from Ribas160/page_template_scripts_load_order
Page template scripts loading order fix
2025-06-30 09:57:56 +02:00
Ribas160 207b5ccc5f Page template scripts loading order fix 2025-06-30 09:46:05 +03:00
El RIDO ce2942a370 Merge pull request #1577 from Ribas160/attachment_bugs_fixes
Attachment bugs fixes
2025-06-30 07:03:17 +02:00
Ribas160 fa662547fe Attachments with empty file name fix 2025-06-29 21:30:11 +03:00
Ribas160 fcce915a5f Duplicate attachment for every comment fix 2025-06-29 21:27:11 +03:00
El RIDO f282043b9e Merge pull request #1573 from PrivateBin/crowdin-translation
New Crowdin updates
2025-06-29 20:24:22 +02:00
PrivateBin Translator Bot 3d1b6d2666 New translations en.json (Corsican) 2025-06-29 12:45:45 +02:00