Commit Graph

819 Commits

Author SHA1 Message Date
Anshuman Kumar ed0c0c7d28 Handle all variation of user preference for regexes 2022-12-30 17:43:43 +05:30
Anshuman Kumar 9a328612c4
Merge pull request #1 from anshumankmr/dependabot/npm_and_yarn/node-fetch-3.3.0
Bump node-fetch from 2.6.7 to 3.3.0
2022-12-30 17:25:52 +05:30
dependabot[bot] e28ddf2935
Bump node-fetch from 2.6.7 to 3.3.0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.7...v3.3.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 11:55:45 +00:00
Anshuman Kumar b3b1cbbc95
Merge pull request #2 from anshumankmr/dependabot/npm_and_yarn/redis-4.5.1
Bump redis from 3.1.2 to 4.5.1
2022-12-30 17:25:29 +05:30
Anshuman Kumar b6acf7542a
Merge pull request #3 from anshumankmr/dependabot/npm_and_yarn/postman-request-2.88.1-postman.31
Bump postman-request from 2.88.1-postman.30 to 2.88.1-postman.31
2022-12-30 17:25:16 +05:30
Anshuman Kumar 2873e2aea5
Merge pull request #4 from anshumankmr/dependabot/npm_and_yarn/https-proxy-agent-5.0.1
Bump https-proxy-agent from 5.0.0 to 5.0.1
2022-12-30 17:25:04 +05:30
Anshuman Kumar ab95c341c6 Merge branch 'main' of https://github.com/anshumankmr/teddit 2022-12-30 09:48:34 +05:30
Anshuman Kumar f7f2d0beec Update regex to find a match and replace if present 2022-12-30 09:42:08 +05:30
dependabot[bot] f7cecfd465
Bump https-proxy-agent from 5.0.0 to 5.0.1
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: https-proxy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 03:41:34 +00:00
Anshuman Kumar df20a9c7fe
Merge pull request #5 from anshumankmr/dependabot/npm_and_yarn/helmet-6.0.1
Bump helmet from 4.6.0 to 6.0.1
2022-12-30 09:11:11 +05:30
dependabot[bot] 0ea8b831c3
Bump helmet from 4.6.0 to 6.0.1
Bumps [helmet](https://github.com/helmetjs/helmet) from 4.6.0 to 6.0.1.
- [Release notes](https://github.com/helmetjs/helmet/releases)
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/helmetjs/helmet/compare/v4.6.0...v6.0.1)

---
updated-dependencies:
- dependency-name: helmet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 16:59:08 +00:00
dependabot[bot] 625c86a2b2
Bump postman-request from 2.88.1-postman.30 to 2.88.1-postman.31
Bumps [postman-request](https://github.com/postmanlabs/postman-request) from 2.88.1-postman.30 to 2.88.1-postman.31.
- [Release notes](https://github.com/postmanlabs/postman-request/releases)
- [Changelog](https://github.com/postmanlabs/postman-request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postmanlabs/postman-request/compare/v2.88.1-postman.30...v2.88.1-postman.31)

---
updated-dependencies:
- dependency-name: postman-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 16:58:48 +00:00
dependabot[bot] a9c8f6b6ce
Bump redis from 3.1.2 to 4.5.1
Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.5.1.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/v3.1.2...redis@4.5.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 16:58:42 +00:00
Anshuman Kumar c71bf6ee48 Add logic to parse and remove any instances of https://twitter.com by replacing with user's preference
The issue was happening since the original regex is checking for href tags only, so I tried a simpler approach of searching for https://twitter.com instead whenever the regex does not match the input string

Add Nodemon package to dev dependencies for local debugging
2022-12-29 20:21:09 +05:30
teddit 22b63a3415 Merge pull request 'add imgur replacement feature (#341)' (#365) from eUgEntOptIc44/teddit:eugentoptic44-add-rimgo into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/365
2022-12-11 15:32:09 +00:00
Jean-Luc Tibaux 50c369833b improved imgur regex pattern as requested in #365 2022-11-26 20:22:01 +00:00
Jean-Luc Tibaux 45dc798eef implement imgur replacement (#341) 2022-11-12 13:47:08 +00:00
teddit e2237f1b93 Merge pull request 'upgrade github actions' (#363) from eUgEntOptIc44/teddit:eUgEntOptIc44-update-gh-actions into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/363
2022-11-09 16:15:55 +01:00
teddit ee7068a88c Merge pull request 'Fix theme select dropdown on invalid cookie value, add height to topbar icon' (#364) from kazuki/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/364
2022-11-09 16:14:40 +01:00
kazuki dc58122aa1
Spacing 2022-11-08 08:10:31 +01:00
kazuki ba207e18c7
Add height to Teddis topbar icon 2022-11-08 08:08:49 +01:00
kazuki 4241490793
Fix theme select dropdown on invalid cookie value 2022-11-08 07:59:04 +01:00
Jean-Luc Tibaux d70e6a4265 upgrade github actions 2022-10-30 11:38:02 +00:00
teddit bb06a47b1a Merge pull request 'Consistent padding for input and select elements, add 2 spaces' (#362) from ltGuillaume/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/362
2022-10-29 20:54:10 +02:00
ltGuillaume eb2131c2ff - Consistent padding for input and select elements
- Add spaces to Bibliogram and Quetre labels for consistency
2022-10-29 20:40:18 +02:00
teddit 4c3c743536 Merge pull request 'Corrected privacytools instance url' (#360) from Hygna/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/360
2022-10-28 17:16:24 +02:00
teddit 66b11dc647 Merge pull request 'Add Hostux Instance' (#359) from valere/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/359
2022-10-28 17:15:55 +02:00
Hygna 83a8c48d9c
Corrected privacytools teddit instance url 2022-10-24 16:08:02 +01:00
valere ba3230be1a Mise à jour de 'README.md' 2022-10-23 20:31:41 +02:00
valere 0003bdcbb8 Mise à jour de 'instances.json' 2022-10-23 20:31:16 +02:00
teddit 6fa109e6ff Merge pull request 'tweak: Add documentation to daemonize process' (#354) from NunoSempere/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/354
2022-10-18 16:37:26 +02:00
teddit a4b130af81 Merge pull request 'Add Quetre option' (#356) from alan2b7/teddit:add-quetre-option into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/356
2022-10-18 16:31:29 +02:00
teddit 1ece7467dc Merge pull request 'Add preview.redd.it to replaceable_media_domains' (#355) from austinhuang/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/355
2022-10-18 16:30:43 +02:00
alan bc3af7b609 Add Quetre option 2022-10-15 06:23:48 +02:00
Austin Huang 0cf3d6d6c9
Add preview.redd.it to replaceable_media_domains
Since you already replace preview.redd.it links like so in post contents
2022-10-15 00:20:41 -04:00
NunoSempere 718d04c412 fix: typo 2022-10-14 21:28:48 +01:00
NunoSempere dcdfc28e00 tweak: Add documentation to daemonize process
when running teddit not on a docker container.

I've generally found docker gnarly, and try not to use it. In this
case, I find pm2 to be a more convenient alternative.

It might also be interesting to have better documentation for running
this from a reverse proxy, maybe step by step, so that more people
can host these instances.
2022-10-14 21:23:42 +01:00
teddit 27874a6766 Merge pull request 'update nord infobar bg' (#352) from apmechev/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/352
2022-10-05 18:18:01 +02:00
teddit e5640ef5a3 remove nautolan.racing for using tracking JS (#351) 2022-10-05 18:15:14 +02:00
teddit facab379ca Merge pull request 'Fixed some instances' (#350) from Hygna/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/350
2022-10-05 18:12:36 +02:00
apmechev e5d374f5f8
update nord infobar bg 2022-10-04 09:43:35 +02:00
Hygna ba8ed2acb0
Fixed some instances 2022-10-03 18:42:05 +01:00
teddit ccfdff679e Merge pull request 'Add 24fympskbrdgbf4afuvhqwwl2tv3y2vwxg5t2ktozd4j5b3fob5ntzyd.onion and teddit.manasiwibi.com' (#349) from ManaSiWibi/teddit:add-instances into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/349
2022-09-16 18:36:05 +02:00
Wibi b66e4159d2 update readme 2022-09-13 01:24:15 +08:00
Wibi 738a7ba646 Add Instances 2022-09-13 01:20:17 +08:00
teddit 48b89a7a8c add missing comma (fixes #348) 2022-09-09 04:41:00 +02:00
teddit 52bc1f4945 rewrite urls for embedded Reddit media in post comments (#345) 2022-09-06 20:08:19 +02:00
teddit 55b17e5141 add onion link for privacytools.io (#343) 2022-09-06 18:29:31 +02:00
teddit 90f0872d77 Merge pull request 'L: Add teddit.artemislena.eu' (#344) from artemislena/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/344
2022-09-06 18:25:07 +02:00
artemislena bccae3cce5
L: s/reddit/teddit/ 2022-09-06 12:26:18 +02:00