Commit graph

4624 commits

Author SHA1 Message Date
PrivateBin Translator Bot
12c5e08573 New translations en.json (Hebrew)
[ci skip]
2026-05-23 07:52:56 +02:00
PrivateBin Translator Bot
f4a6cd5629 New translations en.json (Hebrew)
[ci skip]
2026-05-23 00:25:00 +02:00
PrivateBin Translator Bot
cb469a82dd New translations en.json (Ukrainian)
[ci skip]
2026-05-22 23:13:26 +02:00
PrivateBin Translator Bot
34a9ee36d0 New translations en.json (Russian)
[ci skip]
2026-05-22 23:13:22 +02:00
PrivateBin Translator Bot
eaaa259020 New translations en.json (Hebrew)
[ci skip]
2026-05-22 23:13:15 +02:00
Mikhail Romanov
385889e450
Merge pull request #1847 from PrivateBin/copy_button_is_hidden 2026-05-22 23:04:48 +03:00
Ribas160
5a6707db8a
chore: CHANGELOG.md update 2026-05-21 13:02:32 +03:00
Ribas160
848d80a3b2
Merge remote-tracking branch 'upstream/master' into copy_button_is_hidden
# Conflicts:
#	lib/Configuration.php
2026-05-21 13:01:29 +03:00
Ribas160
a9706e9ee9
chore: CHANGELOG.md update 2026-05-21 12:57:08 +03:00
Mikhail Romanov
c7ab23a3bd
Merge pull request #1848 from PrivateBin/bug_in_attachment_functionality
fix: state corruption after removing attachment
2026-05-17 10:33:31 +03:00
Ribas160
abab1e9ec7
chore: update SRI 2026-05-16 12:35:32 +03:00
Mikhail Romanov
b75dfdea42
Format code, kudos @elrido
Co-authored-by: El RIDO <elrido@gmx.net>
2026-05-16 12:31:32 +03:00
Ribas160
23e718e137
Merge remote-tracking branch 'upstream/master' into bug_in_attachment_functionality
# Conflicts:
#	lib/Configuration.php
2026-05-16 12:26:09 +03:00
Ribas160
ca23d88cd9
Merge remote-tracking branch 'upstream/master' into copy_button_is_hidden
# Conflicts:
#	lib/Configuration.php
2026-05-16 12:22:20 +03:00
El RIDO
956dc19afe
Merge pull request #1845 from PrivateBin/npm-updates
update dev dependencies, address ESlint error
2026-05-16 11:11:46 +02:00
Ribas160
f0a08f8b57
fix: hide shortcut hint text on small screens 2026-05-16 11:46:48 +03:00
El RIDO
72c64dac2c
remove redundant array
redundant, since .map always returns an array

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#return_value

Co-authored-by: Mikhail Romanov <42250412+Ribas160@users.noreply.github.com>
2026-05-16 08:42:31 +02:00
Ribas160
6d1d8da4a4
fix: state corruption after removing attachment 2026-05-15 15:33:52 +03:00
Ribas160
5bbe713b9c
fix: move copy to clipboard button outside of prettymessage block 2026-05-15 13:28:34 +03:00
El RIDO
a4bad44334
update dev dependencies, address ESlint error
null coalescing operator is only available as of ES2020, if we make it an array an or might do
2026-05-14 14:43:51 +02:00
El RIDO
b77639849c
Merge pull request #1838 from tmchow/osc/1833-status-alert-alignment
fix(bootstrap5): left-align status alert text after handleNotification rerender
2026-05-03 16:37:50 +02:00
El RIDO
9a930c1d15
chore: prepare for next release 2026-05-03 10:55:49 +02:00
El RIDO
14c8b2fa25
fix syntaxhighlighting format, requires non-strict DOMpurify
the strict settings removed the pre-tags, lists, etc. that are used by the prettify library to format source code
2026-05-03 08:49:43 +02:00
El RIDO
89e80d419d
incrementing version 2026-05-03 08:10:16 +02:00
El RIDO
b793945c24
revert log on issue claimed as fixed, still present
As per discussion in https://github.com/PrivateBin/PrivateBin/pull/1837#issuecomment-4350357790
2026-05-01 10:08:45 +02:00
Trevin Chow
92ea78005b fix(bootstrap5): add gap-2 between status alert icon and message text
Removing justify-content-between left the icon and text touching with no
spacing after handleNotification rerenders the alert into two flex
children. Add gap-2 (0.5rem) on the parent so they get a small visual
break consistent with Bootstrap 5 alert conventions.

The deleted-paste case (icon + text inline inside the inner div, plus the
"Start over" button as the second child) keeps its original spacing
because PHP_EOL provides the icon-text separation; gap-2 only adds 0.5rem
between the inner div and the right-aligned button, which reads cleanly.
2026-04-29 15:13:33 -07:00
El RIDO
7b43f15006
Merge branch 'fix/openclaw-20260427' 2026-04-29 22:08:43 +02:00
El RIDO
ebadfe43ec
chore: fix typo, update SRI hash and docs 2026-04-29 22:07:50 +02:00
El RIDO
fd7c352026
Merge branch 'master' into fix/openclaw-20260427 2026-04-29 21:52:39 +02:00
El RIDO
1887286e0e
Merge pull request #1823 from PrivateBin/zlib-1.3.2
updating zlib to 1.3.2
2026-04-29 21:35:21 +02:00
Trevin Chow
7f61ff139c fix(bootstrap5): left-align status alert text after handleNotification rerender (#1833)
Drop `justify-content-between` from `#status` so the alert icon and text
stay together on the left when JS rerenders the alert via
`Alert.showStatus`. The deleted-paste case still needs the "Start over"
button on the right, so move the anchor onto the button via `ms-auto`
instead of relying on the parent flex layout.

Closes #1833
2026-04-29 02:12:14 -07:00
gittihub-jpg
88b7cd8e96
Update js/privatebin.js
Thanks, updated this to avoid relying on `Array.isArray()` for the `FileList` case and to always set `attachment_name` to an array.

Co-authored-by: Mikhail Romanov <42250412+Ribas160@users.noreply.github.com>
2026-04-29 10:04:22 +02:00
El RIDO
e24614169d
Merge branch 'master' into zlib-1.3.2 2026-04-29 07:09:23 +02:00
El RIDO
a34af1b62b
Merge pull request #1836 from PrivateBin/dependabot/github_actions/dawidd6/action-download-artifact-21
chore(deps): bump dawidd6/action-download-artifact from 20 to 21
2026-04-29 06:34:26 +02:00
El RIDO
2bb84eafd2
Merge pull request #1830 from PrivateBin/dompurify-3.4.0
update DOMpurify library from 3.3.2 to 3.4.1
2026-04-29 01:06:08 +02:00
gittihub-jpg
8a7f7a60a5
fix: Bugs in the attachment functionality (#1824)
Fixes #1824

Generated by OpenClaw bounty agent.

Signed-off-by: gittihub-jpg <rico@springer-mail.net>
2026-04-28 16:33:05 +02:00
dependabot[bot]
c8e4484de1
chore(deps): bump dawidd6/action-download-artifact from 20 to 21
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](8305c0f106...b6e2e70617)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-28 11:52:55 +00:00
El RIDO
a455c962d5
update DOMpurify library from 3.4.0 to 3.4.1 2026-04-23 07:15:03 +02:00
El RIDO
e1c5bd7328
don't block CI from running 2026-04-18 12:32:49 +02:00
El RIDO
c1d080e3cc
actually update composer dependencies 2026-04-18 12:30:37 +02:00
El RIDO
67baf8cca4
update DOMpurify library from 3.3.2 to 3.4.0 2026-04-18 09:28:58 +02:00
El RIDO
20bb19e5b4
Merge branch 'master' into zlib-1.3.2 2026-04-13 20:22:46 +02:00
El RIDO
44ceb103df
document change 2026-04-13 20:20:22 +02:00
El RIDO
375af74fd3
Merge pull request #1826 from PrivateBin/dependabot/composer/symfony/polyfill-php80-1.34.0
chore(deps): bump symfony/polyfill-php80 from 1.33.0 to 1.34.0
2026-04-13 20:19:39 +02:00
dependabot[bot]
5f89410efb
chore(deps): bump symfony/polyfill-php80 from 1.33.0 to 1.34.0
Bumps [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/symfony/polyfill-php80/releases)
- [Commits](https://github.com/symfony/polyfill-php80/compare/v1.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-php80
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 12:34:56 +00:00
El RIDO
1e8ea16920
document change 2026-04-11 19:46:58 +02:00
El RIDO
ebe6591864
Merge pull request #1825 from mirek-vl/master
Remove X-XSS-Protection from Controller.php
2026-04-11 19:43:31 +02:00
mirek-vl
1a5fa93f2f
Remove X-XSS-Protection from Controller.php 2026-04-11 12:57:54 +02:00
El RIDO
fbfe87d993
avoid mjs for now, inject map, Buffer is node-only 2026-04-04 10:22:10 +02:00
El RIDO
0a8fcb585e
Merge pull request #1822 from PrivateBin/dependabot/github_actions/dawidd6/action-download-artifact-20
chore(deps): bump dawidd6/action-download-artifact from 19 to 20
2026-04-03 19:41:59 +02:00