Commit Graph

2032 Commits

Author SHA1 Message Date
Jonah Aragon
01f4c2dc25
Merge remote-tracking branch 'privacytools/freddy-m-patch-4' into main 2021-02-22 10:53:18 -06:00
Jonah Aragon
4e4a0156d2
Merge remote-tracking branch 'fork-foxboron/patch-1' into main 2021-02-22 10:49:31 -06:00
Jonah Aragon
653bef7567
Utilize node modules better 2021-02-22 10:47:35 -06:00
Jonah Aragon
651fc16b66
Add recent Mullvad infrastructure audit
https: //github.com/privacytools/privacytools.io/pull/2199
Co-Authored-By: Minimalist <51658826+minimalist73@users.noreply.github.com>
2021-02-22 10:45:52 -06:00
Jonah Aragon
6194c10429
Merge remote-tracking branch 'fork-mikaela/quad9-ch' into main 2021-02-22 09:13:34 -06:00
Mikaela Suomalainen
f12660ece4
DNS: mark Quad9 as Switzerland based
Resolves: #2212

https://quad9.net/news/blog/quad9-public-domain-name-service-moves-to-switzerland-for-maximum-internet-privacy-protection/
2021-02-19 08:18:34 +02:00
gudishvibes
904b699feb
Fix search bar not passing searches to Searx (#2086)
The URL to pass searches to was https://search.privacytools.io/searx, instead of https://search.privacytools.io. So I changed the URL of the search bar form.
2021-01-23 21:32:53 +00:00
Jonah Aragon
7e8b8f4460
Update Lemmy Description 2021-01-16 21:48:41 -06:00
Jonah Aragon
93cbec8fde
Actually add Lemmy
@freddy-m I think you missed a few key parts of this PR, like having a logo and making it actually build.
2021-01-16 21:42:48 -06:00
Jonah Aragon
145ce99f60
Update .gitignore for current version of Jekyll 2021-01-16 21:32:41 -06:00
Jonah Aragon
c4013e7e66
Merge remote-tracking branch 'fork-jonaharagon/navbar-improvements' into main 2021-01-16 21:26:02 -06:00
Jonah Aragon
e028e9333f
Merge remote-tracking branch 'privacytools/freddy-m-patch-3' into main 2021-01-16 21:24:36 -06:00
Jonah Aragon
44d7721892
Colorize navbar background 2021-01-16 20:50:44 -06:00
Jonah Aragon
960181d8b2
Clean up the cruft 2021-01-15 23:46:23 -06:00
Jonah Aragon
e2bc10d8e8
Fix the terrible dark mode again 2021-01-15 23:13:01 -06:00
Jonah Aragon
10e744d42c
Add sortable.js scss 2021-01-15 20:23:07 -06:00
Jonah Aragon
dbfdd5df64
Remove platform specificity
Forgot I'm on M1 I guess? 😄
2021-01-15 20:07:01 -06:00
Jonah Aragon
583ea9acbc
Install bundler 2.2.5 2021-01-15 18:34:20 -06:00
Jonah Aragon
81efc68056
Update dependencies and fix build server issues 2021-01-15 18:32:13 -06:00
Jonah Aragon
45c0d4acc1
Create .buildrc 2021-01-15 15:18:45 -06:00
Jonah Aragon
41c438589d
Upgrade to jekyll 4.2.0 2021-01-15 14:50:54 -06:00
Jonah Aragon
0b31c37f99
Update to Ruby 3.0.0 2021-01-15 14:42:05 -06:00
Jonah Aragon
3aee1ee365
Update dependencies 2021-01-15 14:34:41 -06:00
Jonah Aragon
eb0ffd2258
Upgrade bundler
Locking to 2.0.1 was a necessary workaround for a Netlify bug which has finally been resolved.
2021-01-15 14:26:54 -06:00
Jonah Aragon
bc51ff101a
Switch from github-pages gem to jekyll gem 2021-01-15 14:22:03 -06:00
Jonah Aragon
b84a778e15
Specify .ruby-version, update development instructions 2021-01-15 14:21:39 -06:00
Jonah Aragon
23116756d0
Merge remote-tracking branch 'gusted/Brotli-Patch' into jekyll-improvements 2021-01-15 14:09:07 -06:00
Jonah Aragon
02f1989aed
Use npm js assets 2021-01-15 04:37:23 -06:00
Jonah Aragon
05ad5939da
Merge upstream commits into main 2021-01-15 04:30:36 -06:00
Jonah Aragon
1569eadd9d
Update colors and fix logo in dark mode 2021-01-15 04:22:46 -06:00
Jonah Aragon
92286dd88c
Update GitHub Links 2021-01-15 03:17:40 -06:00
Jonah Aragon
f5e9817be6
Install jquery and popper.js 2021-01-15 03:15:27 -06:00
Jonah Aragon
6d6382c1dd
Use npm for bootstrap and fontawesome-pro assets 2021-01-15 01:36:48 -06:00
Jonah Aragon
130e497b5e
Create .ruby-version 2021-01-15 00:21:24 -06:00
Jonah Aragon
4c03eaeebc
Update bundler 2021-01-14 22:33:57 -06:00
Morten Linderud
16d485f365
Arch Linux: Ensure correct link to reproducible builds
The CI system is a fuzzer for finding upstream and doesn't necessarily reflect the progress made in Arch. The CI are just checking out some files and builds them twice.

The link moves this to our current rebuilder setup which reproduces distributed packages.
2021-01-13 20:42:09 +01:00
Gusted
148e1e7455
Add warning to Invidious (#2182)
- Add warning for non-default proxy option.
2021-01-13 10:44:35 +00:00
Gusted
215ae3d821
New line 2021-01-12 22:30:31 +01:00
Gusted
49b7c15201
Enable Brotli compression
- Compress file AOD.
- Let the server only use static files. 
- Don't add github-pages to jekyll-plugins group, due to the fact github-pages will behave differently when enabling production ENV.
- Adds an extra 10s for the `host` to use `./buid.sh` due to compressing all files.
- Resolves #2186
2021-01-12 20:27:59 +01:00
Freddy
7b29a8f0a6
Swapped Lemy for Rabble 2021-01-06 17:24:48 +00:00
Freddy
1ce60b952e
Uncensored DNS now supports DoH 2021-01-06 16:57:57 +00:00
Daniel Nathan Gray
2fcb959eb8
Update Temp container bug (#2173) 2021-01-06 16:53:22 +00:00
Gusted
c1dbe5890a
Removed Closed Souce Warning from Cryptomator (#2177) 2021-01-06 16:52:24 +00:00
Gusted
43aa060b1e
Remove IVPN trial notice (#2178) 2021-01-06 16:50:50 +00:00
Gusted
431ee21055
Update Ruby Dependencies (#2168) 2020-12-29 13:58:02 +00:00
Gusted
1fab03f479
Update Javascript dependencies (#2166) 2020-12-29 13:52:16 +00:00
felix
1b0b1f6688
Misspell on the URL Link. (#2172) 2020-12-29 13:26:57 +00:00
Gusted
b4126a3524
Fix for tooltips on badge (#2167) 2020-12-29 13:25:10 +00:00
Freddy
62f6cacb03
Eddited description 2020-12-17 15:30:15 +00:00
Freddy
780dcce43d
Fixed links 2020-12-17 15:28:09 +00:00