Merge remote-tracking branch 'origin/master' into allow_change_template

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
ribas160 2025-02-08 22:01:10 +02:00
commit bce449de10
4 changed files with 12 additions and 8 deletions

View File

@ -2,6 +2,7 @@
## 1.7.7 (not yet released)
* ADDED: Switching templates using the web ui (#13)
* CHANGED: Upgrading libraries to: ip-lib 1.20.0
## 1.7.6 (2025-02-01)
* ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c (#1390 & #12)

View File

@ -14,5 +14,8 @@ a response within a week (usually during the next weekend). The respondee will
reply from their personal address and can offer you their GPG public key to
support end-to-end encrypted communication on sensitive topics or attachments.
You can also [use the corresponding GitHub form](https://github.com/PrivateBin/PrivateBin/security/advisories/new)
to report a new vulnerability directly on GitHub.
You can also contact us via the regular issue tracker if the risk of early
publication is low or you would request input from other PrivateBin users.

View File

@ -26,7 +26,7 @@
"require" : {
"php": "^7.3 || ^8.0",
"jdenticon/jdenticon": "1.0.2",
"mlocati/ip-lib": "1.18.1",
"mlocati/ip-lib": "1.20.0",
"symfony/polyfill-ctype": "^1.31",
"symfony/polyfill-php80": "^1.31",
"yzalis/identicon": "2.0.0"

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0fdf0f08646fa2a4cf9c076131f529f5",
"content-hash": "b6e6a0433b36e6c81fcb3cb58b22a269",
"packages": [
{
"name": "jdenticon/jdenticon",
@ -57,16 +57,16 @@
},
{
"name": "mlocati/ip-lib",
"version": "1.18.1",
"version": "1.20.0",
"source": {
"type": "git",
"url": "https://github.com/mlocati/ip-lib.git",
"reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab"
"reference": "fd45fc3bf08ed6c7e665e2e70562082ac954afd4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mlocati/ip-lib/zipball/08bb43b4949069c543ebdf099a6b2c322d0172ab",
"reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab",
"url": "https://api.github.com/repos/mlocati/ip-lib/zipball/fd45fc3bf08ed6c7e665e2e70562082ac954afd4",
"reference": "fd45fc3bf08ed6c7e665e2e70562082ac954afd4",
"shasum": ""
},
"require": {
@ -112,7 +112,7 @@
],
"support": {
"issues": "https://github.com/mlocati/ip-lib/issues",
"source": "https://github.com/mlocati/ip-lib/tree/1.18.1"
"source": "https://github.com/mlocati/ip-lib/tree/1.20.0"
},
"funding": [
{
@ -124,7 +124,7 @@
"type": "other"
}
],
"time": "2024-10-29T15:44:19+00:00"
"time": "2025-02-04T17:30:58+00:00"
},
{
"name": "symfony/polyfill-ctype",