1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-16 20:20:36 +01:00

34 Commits

Author SHA1 Message Date
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
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
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
799bc837c7 update version 0.4.7 => 0.4.8 2022-06-27 21:52:18 +02:00
teddit
2b22ffa105 update version 0.4.6 => 0.4.7 2022-06-27 03:39:18 +02:00
teddit
270e9e5ceb update version 0.4.5 => 0.4.6 2022-06-11 19:56:48 +02:00
teddit
b0d5377e21 update packages and update package-lock.json (fixes #313) 2022-06-11 18:33:30 +02:00
teddit
60d9b33825 update version 0.4.4 => 0.4.5 2022-06-11 13:48:41 +02:00
teddit
3855a618ee update version 0.4.3 => 0.4.4 2022-06-10 19:32:34 +02:00
teddit
e640e794db update version 0.4.2 => 0.4.3 2022-04-11 21:32:52 +02:00
sartateme
274a8be24e Add option to hide posts upvotes and comments points 2022-01-31 15:31:00 +01:00
teddit
eac2627114 update version 0.4.1 => 0.4.2 2022-01-30 00:01:28 +01:00
teddit
301774ce8d update node-fetch@2.6.7 - fixes CVE-2022-0235 (teddit is not affected) 2022-01-29 14:27:14 +01:00
teddit
010c934d60 update dependencies 2021-12-27 18:51:13 +01:00
teddit
b476f9f2b6 update dependencies 2021-11-30 14:40:29 +01:00
teddit
692d6164b3 update dependencies 2021-10-30 19:32:35 +02:00
teddit
5a01338428 update dependencies - fixes security vulns on loadash 2021-10-07 17:54:56 +02:00
teddit
0707349a85 update version 0.4.0 --> 0.4.1 2021-09-09 19:29:05 +02:00
teddit
47918f3be7 update version 0.3.8 -> 0.4.0 2021-09-04 20:42:18 +02:00
3nprob
73a8391f2e Add http(s) proxy support 2021-08-17 03:53:42 +09:00
teddit
0d180c2c5e update packages 2021-08-13 21:00:31 +02:00
teddit
cf9348a148 update packages 2021-06-04 16:33:44 +02:00
teddit
224db4ff6a bump version 2021-05-26 20:38:52 +02:00
teddit
ca6d213bdc update redis package, fixes security vuln in it (doesn't affect teddit) 2021-05-23 19:10:50 +02:00
teddit
567e6f7797 fix load more comments (morechildren-endpoint), fixes #122 2021-04-10 15:42:01 +02:00
teddit
41c62b37a7 fix Pug security vulns. see more PR #165 2021-03-19 19:56:43 +01:00
teddit
13ae04db7a rm fs from dependencies 2020-12-07 21:13:52 +01:00
teddit
5e52297481 add dark theme and preferences 2020-11-21 13:50:12 +01:00
teddit
fdfcd554f8 initial commit 2020-11-17 21:44:32 +01:00