Commit Graph

87 Commits

Author SHA1 Message Date
Jonah Aragon
e39f063568
Add support for localization (#995) 2022-04-13 19:19:13 -05:00
dependabot[bot]
f2033c9c2f
Bump actions/cache from 3.0.1 to 3.0.2 (#989)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 09:10:29 -05:00
Jonah Aragon
4ae2e9453c
Add changelog, deploy on tagged releases (#987) 2022-04-11 22:10:10 -05:00
dependabot[bot]
8d64d97d82
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 15:34:41 +09:30
dependabot[bot]
ee4c683e1a
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 15:34:07 +09:30
dependabot[bot]
c22743c1c9
Bump actions/cache from 2 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 14:19:46 +09:30
Jonah Aragon
8359f2127a
Use mkdocs-material for development builds (#836) 2022-04-01 16:33:18 -05:00
Daniel Gray
8ef8e2a263
Transition to mkdocs (#829)
Co-authored-by: Jonah Aragon <jonah@triplebit.net>
2022-04-02 06:59:03 +10:30
dependabot[bot]
38dbb66b81
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 14:56:03 +10:30
dependabot[bot]
395b09bee3
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 04:16:52 +00:00
dependabot[bot]
c59466007c
Bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 10:14:37 +00:00
Jonah Aragon
48a786a702
Update deployment command 2022-02-15 17:26:24 -06:00
dependabot[bot]
1d8bff0090
Bump untitaker/hyperlink from 0.1.20 to 0.1.21 (#587)
Bumps [untitaker/hyperlink](https://github.com/untitaker/hyperlink) from 0.1.20 to 0.1.21.
- [Release notes](https://github.com/untitaker/hyperlink/releases)
- [Commits](https://github.com/untitaker/hyperlink/compare/0.1.20...0.1.21)

---
updated-dependencies:
- dependency-name: untitaker/hyperlink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-30 23:21:47 -05:00
Tommy
fbbb7ab44a
Revamping the Android section (#390)
Co-authored-by: Daniel Nathan Gray <dng@disroot.org>
Signed-off-by: Freddy <freddy@decypher.pw>
2021-12-20 15:00:34 +10:30
Jonah Aragon
0919987d62
Update CODEOWNERS (#419)
Signed-off-by: Daniel Gray <dng@disroot.org>
2021-12-02 15:36:19 +10:30
Jonah Aragon
6f834b7596
Fix broken links (#417)
- Add exceptions for some ZenDesk links.
- Remove Rocket.Chat's F-Droid link https://github.com/RocketChat/Rocket.Chat.ReactNative/pull/2596#issuecomment-912512014
- Fix Firefox's App Store Links.
2021-12-01 09:46:02 -06:00
dependabot[bot]
43e48f0739
Bump untitaker/hyperlink from 0.1.19 to 0.1.20
Bumps [untitaker/hyperlink](https://github.com/untitaker/hyperlink) from 0.1.19 to 0.1.20.
- [Release notes](https://github.com/untitaker/hyperlink/releases)
- [Commits](https://github.com/untitaker/hyperlink/compare/0.1.19...0.1.20)

---
updated-dependencies:
- dependency-name: untitaker/hyperlink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 18:07:37 +10:30
dependabot[bot]
7d366c8fa1
Bump untitaker/hyperlink from 0.1.18 to 0.1.19
Bumps [untitaker/hyperlink](https://github.com/untitaker/hyperlink) from 0.1.18 to 0.1.19.
- [Release notes](https://github.com/untitaker/hyperlink/releases)
- [Commits](https://github.com/untitaker/hyperlink/compare/0.1.18...0.1.19)

---
updated-dependencies:
- dependency-name: untitaker/hyperlink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 04:16:28 +10:30
dependabot[bot]
a0080ecacf
Bump untitaker/hyperlink from 0.1.15 to 0.1.18
Bumps [untitaker/hyperlink](https://github.com/untitaker/hyperlink) from 0.1.15 to 0.1.18.
- [Release notes](https://github.com/untitaker/hyperlink/releases)
- [Commits](https://github.com/untitaker/hyperlink/compare/0.1.15...0.1.18)

---
updated-dependencies:
- dependency-name: untitaker/hyperlink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 04:16:20 +10:30
Daniel Nathan Gray
2f2ad0ccdc
Revert "Bump untitaker/hyperlink from 0.1.15 to 0.1.17 (#148)" 2021-11-11 04:23:03 +10:30
dependabot[bot]
64534d530e
Bump untitaker/hyperlink from 0.1.15 to 0.1.17 (#148) 2021-11-10 14:12:49 +00:00
Jonah Aragon
ef6f5ac7b6
Update issue templates 2021-09-13 17:03:58 -05:00
Jonah Aragon
f412f95465
Ignore Cloudflare URLs
They seem to be blocking GitHub Actions' IP space
2021-05-12 09:02:27 -05:00
Jonah Aragon
25f6aed4bb
Update GitHub templates 2021-05-03 22:54:52 -05:00
Jonah Aragon
42c0bcdb1a
Fix broken link 2021-05-03 22:27:45 -05:00
Jonah Aragon
5527dd4f6a
Create CODEOWNERS 2021-05-03 22:00:59 -05:00
Jonah Aragon
f33173ceaf
Ignore "internal" edit links
Otherwise PRs creating pages will fail tests
2021-05-03 09:00:41 -05:00
Jonah Aragon
52c8192f7a
Generate website once per workflow 2021-05-02 14:51:47 -05:00
Jonah Aragon
e2e35554b2
Configure Dependabot 2021-05-02 01:02:49 -05:00
Jonah Aragon
69301d6a66
Add Action Caching 2021-05-01 23:46:51 -05:00
Jonah Aragon
e334c3d825
Correct/remove dead hyperlinks 2021-05-01 22:19:58 -05:00
Jonah Aragon
3c17452009
Correct Additional HTML Validation Errors 2021-05-01 21:51:24 -05:00
Jonah Aragon
d04b88ad06
Fix HTML Validation Errors 2021-05-01 21:10:45 -05:00
Jonah Aragon
dc111a4359
Add HTML Validation 2021-05-01 20:16:49 -05:00
Jonah Aragon
01995be1f4
Create GitHub Action 2021-05-01 19:27:18 -05:00
Jonah Aragon
960181d8b2
Clean up the cruft 2021-01-15 23:46:23 -06:00
Jonah Aragon
23b66c0fba
Rebranding 2020-12-03 23:48:55 -06:00
Jack Chou
c9079bdd51
Added SVG optimization guideline (#1972) 2020-07-04 03:11:57 +00:00
Jonah Aragon
9cabe11a27
Move @privacytoolsIO to @privacytools (#1904) 2020-05-11 02:33:48 -05:00
Mikaela Suomalainen
2fa634c07f
Add .github/stale.yml for stale bot in case we add it (#1125) 2020-04-21 04:33:01 +00:00
zenithium
79bc5e9a05
Fix PR template CoC link (#1777) 2020-03-10 17:26:50 +02:00
Jonah Aragon
b0917bc140
Update images section (#1730)
Closes: #1730, Resolves: #1359
Co-Authored-By: szTheory <sztheory@users.noreply.github.com>
2020-02-21 11:34:10 -06:00
Jonah Aragon
c41a99e4b3 Add content correction issue template
Because people can't read the website issues description.
2020-02-20 13:45:53 -06:00
Jonah Aragon
9d50db9919
Update Issue Templates (#1726) 2020-02-20 08:30:26 -06:00
Jonah Aragon
85bf72a799 Update WKD (#1718)
Closes: #1718
2020-02-19 12:19:33 -06:00
djoate
04821d2491 No "high priority" tag for Website Issue template (#1665) 2020-01-27 22:21:03 +02:00
Mikaela Suomalainen
27ac16bfcb
PR/ISSUE_TEMPLATEs: request reason and connection to the suggestion (#1651) 2020-01-22 16:09:20 +02:00
Dawid Potocki
e0346ac501 Adjust sponsorship layout (#1593)
* Fix SVG being black
    Adobe Illustrator SVGs have rendering problems on PTIO for unknown to
    me reasons. Inkscape works fine.
* Rewrite with plain Flexbox
    Nicer end-user experience than Bootstrap grid
2020-01-05 18:35:30 -06:00
Oskar Sharipov
5c91bc420e Remove : from 4th issue template (#1605) 2019-12-20 19:46:25 -08:00
Jonah
34c099ecab
Safing Sponsorship Spot 2019-12-17 15:02:41 -06:00