Commit Graph

3599 Commits

Author SHA1 Message Date
PrivateBin Translator Bot 34960fb3b4 New translations en.json (Bulgarian) 2025-01-05 19:49:26 +01:00
PrivateBin Translator Bot 9d09c4974d New translations en.json (Arabic) 2025-01-05 19:49:25 +01:00
PrivateBin Translator Bot bdc88298a0 New translations en.json (Spanish) 2025-01-05 19:49:24 +01:00
PrivateBin Translator Bot 441fd7a979 New translations en.json (French) 2025-01-05 19:49:23 +01:00
PrivateBin Translator Bot 18db3c6670 New translations en.json (Romanian) 2025-01-05 19:49:22 +01:00
El RIDO ffd4210fe2 Comment is now superfluous thanks to better code. 🎉
Co-authored-by: rugk <rugk+git@posteo.de>
2025-01-05 19:28:35 +01:00
El RIDO 4076a831eb Merge branch 'master' into keyboard-trap 2025-01-05 07:23:41 +01:00
El RIDO 346ae23ade document changes 2025-01-05 07:11:29 +01:00
El RIDO 5936dbbb10 Merge branch 'master' into Ribas160-ux_adjustments_delete_link 2025-01-05 07:07:54 +01:00
El RIDO 68be47f4d7 Merge pull request #1473 from PrivateBin/php84-tests
bump libraries, fixing PHP 8.4 tests
2025-01-05 06:40:20 +01:00
El RIDO 03fbb5e1e9 Merge branch 'master' into php84-tests 2025-01-05 06:39:28 +01:00
El RIDO ee49f90f39 Merge pull request #1472 from PrivateBin/purify-3.2.3
upgrading DOMpurify library to 3.2.3
2025-01-05 06:33:42 +01:00
ribas160 7b57d7b289 - trash icon added to bootstrap-icons.svg
- made delete link a separate button
- unit tests updated
2025-01-04 22:53:32 +02:00
El RIDO 52cd7b3590 Merge pull request #1477 from PrivateBin/crowdin-translation
New Crowdin updates
2025-01-04 09:45:30 +01:00
PrivateBin Translator Bot fb7bca7d71 New translations en.json (Chinese Simplified) 2025-01-04 09:33:21 +01:00
PrivateBin Translator Bot 90957850b9 New translations en.json (Russian) 2025-01-04 09:33:20 +01:00
PrivateBin Translator Bot 2cc2a4b0b5 New translations en.json (German) 2025-01-04 09:33:19 +01:00
PrivateBin Translator Bot 22eaba62f2 New translations en.json (French) 2025-01-04 09:33:18 +01:00
El RIDO 2e69154e9a Merge branch 'master' into php84-tests 2025-01-04 09:03:51 +01:00
El RIDO eaa60e3a81 Merge branch 'master' into purify-3.2.3 2025-01-04 08:58:00 +01:00
El RIDO 45b38770db Merge branch 'master' into keyboard-trap 2025-01-04 08:48:08 +01:00
El RIDO a14d0a3d11 updating documentation & optimizing composer autoload (using: make composer) 2025-01-04 08:26:14 +01:00
El RIDO dc85a67a03 Merge pull request #1476 from Ribas160/replace_usage_of_strpos_with_php8_functions
Replace usage of strpos with str_starts_with etc.
2025-01-04 08:18:04 +01:00
El RIDO d6020c635b documentation 2025-01-04 08:03:50 +01:00
PrivateBin Translator Bot 870e2ea97c New translations en.json (Chinese Simplified) 2025-01-04 07:32:56 +01:00
PrivateBin Translator Bot d7eed290ad New translations en.json (Russian) 2025-01-04 07:32:52 +01:00
El RIDO c7d085a51f Merge pull request #1475 from Ribas160/copy_to_clipboard_btn
Copy paste to clipboard button added. Copy paste to clipboard shortcu…
2025-01-04 07:26:25 +01:00
ribas160 f9e2373e62 - str_starts_with, str_contains used instead of strpos === 0, strpos !== 0, strpos === false, strpos !== false
- symfony/polyfill-php80 installed to introduce the polyfill and support php7.3 using php8 functions
- symfony/polyfill-ctype installed to introduce ctype functions in case somebody doesn't have the ctype extension installed
2025-01-04 00:46:20 +02:00
ribas160 b86eb93dbe Added the button to copy the paste link to the clipboard 2025-01-03 18:19:12 +02:00
ribas160 0462da6e8e - used bootstrap 5 CSS icon named copy, bootstrap 3 CSS glyphicon named duplicate
- keyboard-shortcuts made more accessible by wrapping the keys into kbd-tags
- translate messages may contain allowed HTML tags
- added the record to the CHANGELOG.md
2025-01-02 15:13:44 +02:00
ribas160 a6a7df9a72 Merge remote-tracking branch 'upstream/master' into copy_to_clipboard_btn
# Conflicts:
#	i18n/ar.json
#	i18n/bg.json
#	i18n/ca.json
#	i18n/co.json
#	i18n/cs.json
#	i18n/de.json
#	i18n/el.json
#	i18n/en.json
#	i18n/es.json
#	i18n/et.json
#	i18n/fi.json
#	i18n/fr.json
#	i18n/he.json
#	i18n/hi.json
#	i18n/hu.json
#	i18n/id.json
#	i18n/it.json
#	i18n/ja.json
#	i18n/jbo.json
#	i18n/ko.json
#	i18n/ku.json
#	i18n/la.json
#	i18n/lt.json
#	i18n/nl.json
#	i18n/no.json
#	i18n/oc.json
#	i18n/pl.json
#	i18n/pt.json
#	i18n/ro.json
#	i18n/ru.json
#	i18n/sk.json
#	i18n/sl.json
#	i18n/sv.json
#	i18n/th.json
#	i18n/tr.json
#	i18n/uk.json
#	i18n/zh.json
#	lib/Configuration.php
2024-12-29 22:19:35 +02:00
ribas160 6c39a1441c Copy paste to clipboard button added. Copy paste to clipboard shortcut added 2024-12-28 18:42:46 +02:00
El RIDO 5aa7a95841 avoid unnecessary indentation 2024-12-27 13:42:16 +01:00
El RIDO 333f0568b6 fix bootstrap 5 modal usage
kudos @kanna5
2024-12-27 09:17:35 +01:00
El RIDO 84866f9b09 Merge branch 'master' into keyboard-trap 2024-12-27 07:33:50 +01:00
El RIDO 99e0b7efac fix brackets, kudos @kanna5 2024-12-25 07:27:58 +01:00
El RIDO 8b7ccb0fd4 PHP 8.4 is no longer a development release 2024-12-22 12:14:25 +01:00
El RIDO 21b259b5eb bump libraries, document change
fixes #1301
2024-12-22 12:05:55 +01:00
El RIDO be18dcb838 upgrading DOMpurify library to 3.2.3 2024-12-22 11:17:34 +01:00
El RIDO 15488d3405 bump checkout action 2024-12-14 09:14:44 +01:00
El RIDO 65ea73e638 Merge pull request #1470 from PrivateBin/crowdin-translation
New Crowdin updates
2024-12-12 21:53:58 +01:00
PrivateBin Translator Bot f7a9631a2f New translations en.json (Ukrainian) 2024-12-12 21:29:46 +01:00
El RIDO 178ae10904 Merge pull request #1467 from PrivateBin/crowdin-translation
New Crowdin updates
2024-12-04 09:22:20 +01:00
PrivateBin Translator Bot f9094874eb New translations en.json (Thai) 2024-12-03 11:59:49 +01:00
PrivateBin Translator Bot e92f2ac9ca New translations en.json (Thai) 2024-12-03 09:49:56 +01:00
El RIDO 90d5bf9990 Merge pull request #1466 from PrivateBin/dependabot/github_actions/dawidd6/action-download-artifact-7
Bump dawidd6/action-download-artifact from 6 to 7
2024-11-29 17:26:48 +01:00
El RIDO d22c6e31dc Merge pull request #1465 from PrivateBin/crowdin-translation
New Crowdin updates
2024-11-29 17:04:54 +01:00
dependabot[bot] 7ee6bcafc4 Bump dawidd6/action-download-artifact from 6 to 7
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/bf251b5aa9c2f7eeb574a96ee720e24f801b7c11...80620a5d27ce0ae443b965134db88467fc607b43)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 11:11:25 +00:00
PrivateBin Translator Bot 75ec510f2d New translations en.json (Corsican) 2024-11-28 14:44:35 +01:00
El RIDO 652cf0cf26 bump PHP libraries 2024-11-28 07:48:27 +01:00