Commit Graph

4506 Commits

Author SHA1 Message Date
El RIDO
8d98b9f1e1 unify workflow code styles 2025-10-10 15:08:35 +02:00
El RIDO
51eff47614 apply explicit permissions as per CodeQL suggestion
as per rule ID actions/missing-workflow-permissions
2025-10-10 15:07:44 +02:00
El RIDO
7779f1ac65 Merge pull request #1672 from PrivateBin/purify-3.2.7
Upgrading libraries to: bootstrap 5.3.8, DOMpurify 3.2.7 & ip-lib 1.21.0
2025-10-10 07:14:18 +02:00
El RIDO
2865aa1ede Merge pull request #1675 from PrivateBin/crowdin-translation
New Crowdin updates
2025-10-10 07:12:20 +02:00
PrivateBin Translator Bot
f0b7bb2fe2 New translations en.json (Corsican) 2025-10-09 15:52:08 +02:00
El RIDO
1d1dc3c5bb Merge pull request #1671 from PrivateBin/crowdin-translation
New Crowdin updates
2025-10-09 13:45:45 +02:00
El RIDO
eee5522f6c Merge pull request #1674 from PrivateBin/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2025-10-09 13:41:47 +02:00
dependabot[bot]
317a0a09af Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-09 11:36:44 +00:00
El RIDO
18dcfb45a5 Merge pull request #1673 from PrivateBin/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2025-10-09 13:35:42 +02:00
dependabot[bot]
ebc2365171 Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-09 11:05:11 +00:00
PrivateBin Translator Bot
43eab0bc20 New translations en.json (Dutch) 2025-10-09 11:33:36 +02:00
PrivateBin Translator Bot
3df8a6728f New translations en.json (Italian) 2025-10-09 11:33:36 +02:00
PrivateBin Translator Bot
b329327790 New translations en.json (German) 2025-10-09 11:33:34 +02:00
PrivateBin Translator Bot
af53a071f9 New translations en.json (French) 2025-10-09 11:33:33 +02:00
El RIDO
bcf549ed06 update ip-lib library from 1.20.0 to 1.21.0 2025-10-09 09:32:17 +02:00
El RIDO
06496a1b0e update bootstrap CSS library from 5.3.7 to 5.3.8 2025-10-09 09:24:08 +02:00
El RIDO
ed9bdc4272 update DOMpurify library from 3.2.6 to 3.2.7 2025-10-09 08:57:20 +02:00
PrivateBin Translator Bot
65f80250bc New translations en.json (Spanish) 2025-10-09 05:08:48 +02:00
rugk
a67c4e6e23 Merge pull request #1667 from PrivateBin/eslint
Run EsLint on PRs
2025-10-08 19:10:55 +02:00
El RIDO
ac1b16e803 Potential fix for code scanning alert no. 59: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-08 19:09:49 +02:00
rugk
851befb39d Merge branch 'master' into eslint 2025-10-08 18:31:10 +02:00
El RIDO
0a26443161 Merge pull request #1661 from PrivateBin/karthikkasturi-master
Password peek 🫣 - take two
2025-10-08 18:18:02 +02:00
El RIDO
0d052d8ddb improve readability 2025-10-08 18:08:39 +02:00
El RIDO
7a916f1e31 Merge pull request #1668 from PrivateBin/codacy-action
Enable use of Codacy action
2025-10-08 17:35:39 +02:00
rugk
d7add98e1d Merge pull request #1669 from PrivateBin/obsolete-badges
Remove broken & obsolete badges
2025-10-08 17:15:04 +02:00
El RIDO
a8901e6d6e disable sarif generation, so we at least get a result 2025-10-08 13:58:40 +02:00
El RIDO
033f5a1126 remove broken & obsolete badges 2025-10-08 09:30:23 +02:00
El RIDO
2eb26aced4 disable upload of results due to github code scanning API change 2025-10-08 09:23:49 +02:00
El RIDO
081a469a11 remove folders causing errors in report 2025-10-08 09:14:35 +02:00
El RIDO
d638b2dac4 correct version selector 2025-10-08 08:56:44 +02:00
El RIDO
ee531a0b81 update codeql actions to release 4 (node 24) and enable github action scanning 2025-10-08 08:45:06 +02:00
El RIDO
020818d3fc move codacy action to workflows to get it to execute
we seem to have never noticed that it didn't ever run after adding it
2025-10-08 08:43:52 +02:00
El RIDO
70cb1cbc79 file got renamed & moved 2025-10-07 13:24:35 +02:00
El RIDO
5ae2ebcc77 revert to regex to address issue discovered by CodeQL 2025-10-07 00:44:53 +02:00
El RIDO
e35894e4f8 address eslint errors 2025-10-07 00:31:11 +02:00
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
El RIDO
2fd03475b4 Merge branch 'master' into karthikkasturi-master 2025-10-06 22:12:19 +02:00
El RIDO
bef55b3bb1 Merge branch 'master' into karthikkasturi-master 2025-10-06 22:11:52 +02:00
El RIDO
23624d693c shorten show password message
as per suggestion of @rugk during review
2025-10-06 22:08:04 +02:00
El RIDO
63ef6f4358 order changelog 2025-10-06 22:01:31 +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