Commit Graph

4263 Commits

Author SHA1 Message Date
El RIDO 42b89a9300 address eslint errors 2025-10-07 00:29:16 +02:00
El RIDO e7c2aa4d60 address eslint errors 2025-10-07 00:11:49 +02:00
El RIDO 85962a537a fix php unit tests & SRI hash 2025-10-06 23:53:13 +02:00
El RIDO f0560bcc27 address eslint errors 2025-10-06 23:47:08 +02:00
El RIDO 51481656ba attempting to improve eslint config 2025-10-06 23:12:19 +02:00
rugk cdbeaeb076 style(js): fix auto-fixable problems in JS test files 2025-10-06 17:29:52 +00:00
rugk c2c1f37885 fix: make EsLint run only for PrivateBin.js 2025-10-06 17:28:15 +00:00
rugk 1250c4009b style(js): fix auto-fixable problems in privatebin.js 2025-10-06 17:27:38 +00:00
rugk bcbd116040 style: move EsLint into correct directory 2025-10-06 17:20:17 +00:00
rugk dd17f1dcc3 Merge remote-tracking branch 'origin/js-unit-readability' into eslint 2025-10-06 17:09:04 +00:00
rugk 3b7347d589 chore: also run when dependencies are updated 2025-10-06 17:06:16 +00:00
rugk 38bc1a2590 chore: obviously also run if workflow file is adusted 2025-10-06 17:04:51 +00:00
rugk 57e40e4fcc chore: add EsLint to dev dependencies 2025-10-06 17:02:29 +00:00
rugk 6b5908b202 chore: run EsLint on PRs 2025-10-06 17:01:48 +00:00
El RIDO 7f93242279 upgrade eslint config and remove workaround for implicit globals
we seem to have used eslint through codeclimate in the past, but that service seems no longer integrated, possibly due to no longer being free
2025-10-06 18:30:19 +02:00
El RIDO ead315251f suppress noise from early initialization during unit tests
the tests still all passed, but the missing browser globals in the node environment could cause misleading messages in the mocha output
2025-10-06 17:38:09 +02:00
El RIDO d40dac4825 improve error reporting 2025-10-06 17:35:34 +02:00
El RIDO 2f903bb87e Merge pull request #1665 from PrivateBin/crowdin-translation
New Crowdin updates
2025-10-06 16:34:20 +02:00
PrivateBin Translator Bot c7516deb97 New translations en.json (Polish) 2025-10-06 16:18:00 +02:00
El RIDO b8037d869c stick to a single code style 2025-10-06 15:50:26 +02:00
PrivateBin Translator Bot 1d33e07dae New translations en.json (Polish) 2025-10-06 15:01:54 +02:00
El RIDO e853a934ea improve JS unit test readability & error reporting 2025-10-06 14:52:08 +02:00
PrivateBin Translator Bot 10b8f6e18a New translations en.json (German) 2025-10-06 14:02:21 +02:00
PrivateBin Translator Bot c6b6f56a29 New translations en.json (Polish) 2025-10-06 14:02:17 +02:00
El RIDO 06e95a0911 Merge branch 'Open-source-Contribution' 2025-10-06 12:28:12 +02:00
galindosarah 8c06cecf56 Added emailTemplateTest 2025-10-06 12:26:38 +02:00
El RIDO f481179a5a Merge branch 'KaminskiDaniell-patch-1' 2025-10-06 11:41:03 +02:00
El RIDO 4cd1770c76 fix indentation, tests & unify plural forms
command used was:
jq --indent 4 '(.. | select(type=="array")) |= . + [(.[-1:][] | sub("3rd";"4th")),(.[-1:][] | sub("3rd";"5th"))]' i18n/pl.json > /tmp/pl.json

test fix & plural unification was done manually, also cross-checking with online translation services
2025-10-06 11:40:28 +02:00
Daniel Kamiński d27f4fd2e4 Corrected pl translations 2025-10-05 23:16:24 +02:00
Daniel Kamiński 6df08f3e6c Fix errors in translation 2025-10-05 23:11:29 +02:00
Daniel Kamiński 9a5ddac5c4 Changed forms 2025-10-05 23:05:50 +02:00
Daniel Kamiński 1f86981a00 Fix 2025-10-05 23:01:56 +02:00
Daniel Kamiński 99324575c7 Hours fix 2025-10-05 22:57:22 +02:00
Daniel Kamiński 6c70fde86b Another fix ;) 2025-10-05 22:51:45 +02:00
Daniel Kamiński ca8ef80bab Fixed missing forms 2025-10-05 22:46:45 +02:00
Daniel Kamiński 8ec0e7f766 Coorected polish translation 2025-10-05 22:24:13 +02:00
El RIDO bbc0a34a14 Merge branch 'master' into Innobasque-git-master 2025-10-05 10:12:52 +02:00
El RIDO df81f6dc44 re-add missing message IDs, reusing YOURLs translations 2025-10-05 10:12:43 +02:00
Innobasque a0e5a13124 Traduccion al Castellano completa.... 2025-10-05 10:03:25 +02:00
El RIDO 7ca49d1363 chore: update SRI hashes 2025-09-30 20:45:24 +02:00
El RIDO 9910b6f2a3 Merge pull request #1660 from PrivateBin/httpssecure
Make sure legacy check returns true only on HTTPS (not like ftp or whatever)
2025-09-30 20:40:28 +02:00
rugk a0c0d3d37b Make sure legacy check returns true only on HTTPS (not like ftp or whatever)
I am not sure why it was expressed so convoluted before?

Found that in https://github.com/orgs/PrivateBin/discussions/1657
2025-09-30 14:21:17 +02:00
El RIDO f03f2bf28d simplify cache breaker extraction 2025-09-25 22:06:38 +02:00
El RIDO 0befe7e3cc update SRI hash 2025-09-24 12:38:50 +02:00
El RIDO 2aa13d1980 Merge pull request #1651 from touchweb-vincent/patch-1
Fix FR translation + force refresh i18n json calls
2025-09-21 19:47:15 +02:00
TW - Vincent fd664dd577 Update Configuration.php 2025-09-21 19:02:49 +02:00
TW - Vincent 9b496acde5 Update privatebin.js 2025-09-21 19:02:12 +02:00
TW - Vincent b0df8e10f5 Update privatebin.js 2025-09-21 19:01:30 +02:00
TW - Vincent 493d848c83 Update fr.json 2025-09-21 18:37:52 +02:00
TW - Vincent 279d4d5c22 Update fr.json 2025-09-21 18:37:06 +02:00