13083 Commits

Author SHA1 Message Date
Wolfgang Huß
e3ea3e1733 Fix error 'window is undefined' that appears sometimes
- Avoid possible errors, because of 'window' is only defined on browser side but not in NodeJS on client side. Check for 'typeof window' is neccessary, because if it's not defined at all you can't check for 'window !== undefined' without the same error 'window is undefined'.
2021-08-05 16:54:20 +02:00
Wolfgang Huß
4fccb6e788 Remove tryout data 2021-08-05 16:32:00 +02:00
Wolfgang Huß
37cb8a2afb Fix linting 2021-08-05 16:24:50 +02:00
Wolfgang Huß
b848aeb579 Fix tests by using toBeTruthy() instead of toBe(true) 2021-08-05 16:23:31 +02:00
Wolfgang Huß
b7018ffefb Implement mixins in internal pages 2021-08-05 16:05:55 +02:00
Wolfgang Huß
aa454893ce Refactor pageParams, third step
- Implement emails.js in backend as well.
- Move backend links.js into emails.js, because code is not a duplicate of webapp anymore.
2021-08-05 14:44:54 +02:00
Wolfgang Huß
e8a0a5d13c Refactor pageParams, second step 2021-08-03 20:07:39 +02:00
Wolfgang Huß
97fdb7cd5c Refactor pageParams 2021-08-03 15:30:58 +02:00
Wolfgang Huß
a3d3656bf1 Implement login-button 2021-08-02 16:17:35 +02:00
Wolfgang Huß
df1e622094 Implement internal page component, first step 2021-08-02 13:48:57 +02:00
Wolfgang Huß
02095274c7
Merge pull request #4596 from Ocelot-Social-Community/dependabot/npm_and_yarn/date-fns-2.23.0
Bump date-fns from 2.22.1 to 2.23.0
2021-07-29 16:56:58 +02:00
Wolfgang Huß
59dd7ba104 Implement configuration of footer link list 2021-07-29 16:54:52 +02:00
Wolfgang Huß
0b1bdc495f Implement configuration of internal pages 2021-07-29 16:54:20 +02:00
Wolfgang Huß
56c5eb5cf8
Merge pull request #4593 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-description-5.23.1
Bump metascraper-description from 5.11.6 to 5.23.1 in /backend
2021-07-29 11:08:11 +02:00
dependabot[bot]
4bfb506be3
Bump date-fns from 2.22.1 to 2.23.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.22.1...v2.23.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-29 08:23:40 +00:00
Wolfgang Huß
a4735774c9
Merge pull request #4525 from Ocelot-Social-Community/dependabot/npm_and_yarn/slug-5.1.0
Bump slug from 2.1.1 to 5.1.0
2021-07-29 10:14:28 +02:00
Wolfgang Huß
656e840d3e Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into sender.fm-landing-page--test 2021-07-29 08:26:14 +02:00
dependabot[bot]
d12f841dd5
Bump metascraper-description from 5.11.6 to 5.23.1 in /backend
Bumps [metascraper-description](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-description) from 5.11.6 to 5.23.1.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-description/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.23.1/packages/metascraper-description)

---
updated-dependencies:
- dependency-name: metascraper-description
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-29 06:17:42 +00:00
Wolfgang Huß
b9835e9adf
Merge pull request #4587 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-lang-5.23.1
Bump metascraper-lang from 5.11.8 to 5.23.1 in /backend
2021-07-29 08:14:14 +02:00
Wolfgang Huß
34d49d53b1 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/vue-scrollto-2.20.0 2021-07-29 08:11:47 +02:00
Wolfgang Huß
0bdedfc5bc Create sender.fm internal organization page 2021-07-28 15:15:59 +02:00
Wolfgang Huß
bb6974e987 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/slug-5.1.0 2021-07-28 12:17:45 +02:00
dependabot[bot]
5ffa2f0275
Bump eslint-plugin-prettier from 3.1.4 to 3.4.0 in /webapp
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.4.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 10:12:12 +00:00
Wolfgang Huß
a95262e4c3
Merge pull request #4591 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/eslint-plugin-promise-4.3.1
Bump eslint-plugin-promise from 4.2.1 to 4.3.1 in /backend
2021-07-28 12:04:22 +02:00
Wolfgang Huß
a4a0bb3da0 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/slug-5.1.0 2021-07-28 12:02:30 +02:00
Wolfgang Huß
a54a3d460d Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/vue-scrollto-2.20.0 2021-07-28 10:51:13 +02:00
Wolfgang Huß
8085c4188e
Merge pull request #4565 from Ocelot-Social-Community/4543-quick-fix-refactor-backend-tests
fix: 🍰 Quick Fix For backend Tests
2021-07-28 10:44:18 +02:00
dependabot[bot]
4718908123
Bump vue-scrollto from 2.17.1 to 2.20.0 in /webapp
Bumps [vue-scrollto](https://github.com/rigor789/vue-scrollto) from 2.17.1 to 2.20.0.
- [Release notes](https://github.com/rigor789/vue-scrollto/releases)
- [Commits](https://github.com/rigor789/vue-scrollto/compare/v2.17.1...v2.20.0)

---
updated-dependencies:
- dependency-name: vue-scrollto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 04:31:09 +00:00
dependabot[bot]
b96e469b19
Bump eslint-plugin-promise from 4.2.1 to 4.3.1 in /backend
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 04:28:52 +00:00
dependabot[bot]
680e2a229d
Bump slug from 2.1.1 to 5.1.0
Bumps [slug](https://github.com/Trott/slug) from 2.1.1 to 5.1.0.
- [Release notes](https://github.com/Trott/slug/releases)
- [Changelog](https://github.com/Trott/slug/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Trott/slug/compare/v2.1.1...v5.1.0)

---
updated-dependencies:
- dependency-name: slug
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 16:55:57 +00:00
Wolfgang Huß
69fdd37a66
Merge pull request #4583 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/eslint-config-prettier-6.15.0
Bump eslint-config-prettier from 6.10.1 to 6.15.0 in /backend
2021-07-27 18:53:01 +02:00
dependabot[bot]
dd4ea93c4a
Bump metascraper-lang from 5.11.8 to 5.23.1 in /backend
Bumps [metascraper-lang](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-lang) from 5.11.8 to 5.23.1.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-lang/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.23.1/packages/metascraper-lang)

---
updated-dependencies:
- dependency-name: metascraper-lang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 14:52:56 +00:00
Wolfgang Huß
756f368045
Merge pull request #4584 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/subscriptions-transport-ws-0.9.19
Bump subscriptions-transport-ws from 0.9.16 to 0.9.19 in /backend
2021-07-27 16:40:58 +02:00
Wolfgang Huß
0627ef4db8
Merge pull request #4579 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-youtube-5.23.0
Bump metascraper-youtube from 5.11.8 to 5.23.0 in /backend
2021-07-27 15:28:37 +02:00
Wolfgang Huß
7e935bba48
Merge pull request #4578 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-publisher-5.23.0
Bump metascraper-publisher from 5.11.8 to 5.23.0 in /backend
2021-07-27 15:27:45 +02:00
dependabot[bot]
17d23d39cd
Bump eslint-config-prettier from 6.10.1 to 6.15.0 in /backend
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.10.1 to 6.15.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.10.1...v6.15.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 10:24:25 +00:00
dependabot[bot]
76d40adfe8
Bump subscriptions-transport-ws from 0.9.16 to 0.9.19 in /backend
Bumps [subscriptions-transport-ws](https://github.com/apollostack/subscriptions-transport-ws) from 0.9.16 to 0.9.19.
- [Release notes](https://github.com/apollostack/subscriptions-transport-ws/releases)
- [Changelog](https://github.com/apollographql/subscriptions-transport-ws/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollostack/subscriptions-transport-ws/commits)

---
updated-dependencies:
- dependency-name: subscriptions-transport-ws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 10:23:43 +00:00
Wolfgang Huß
cbc6f73893
Merge pull request #4299 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/node-notifier-8.0.2
[Security] Bump node-notifier from 6.0.0 to 8.0.2 in /webapp
2021-07-27 12:17:31 +02:00
Wolfgang Huß
06480df1eb
Merge pull request #4570 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/storybook/addon-a11y-6.3.6
Bump @storybook/addon-a11y from 5.3.21 to 6.3.6 in /webapp
2021-07-27 12:16:42 +02:00
Wolfgang Huß
19838a0d80
Merge pull request #22 from Ocelot-Social-Community/21-add-landing-page-etc
feat: [WIP] 🍰 Add Landing Page Etc.
2021-07-27 11:59:29 +02:00
Wolfgang Huß
895150f997 Change DockerHub build number to compatible one 2021-07-27 11:54:03 +02:00
dependabot[bot]
4c84b30c8d
Bump metascraper-youtube from 5.11.8 to 5.23.0 in /backend
Bumps [metascraper-youtube](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-youtube) from 5.11.8 to 5.23.0.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-youtube/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.23.0/packages/metascraper-youtube)

---
updated-dependencies:
- dependency-name: metascraper-youtube
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 09:33:23 +00:00
dependabot[bot]
3094a888f8
Bump metascraper-publisher from 5.11.8 to 5.23.0 in /backend
Bumps [metascraper-publisher](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-publisher) from 5.11.8 to 5.23.0.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-publisher/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.23.0/packages/metascraper-publisher)

---
updated-dependencies:
- dependency-name: metascraper-publisher
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 09:33:09 +00:00
Wolfgang Huß
6554add691
Merge pull request #4576 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-soundcloud-5.23.0
Bump metascraper-soundcloud from 5.11.8 to 5.23.0 in /backend
2021-07-27 11:29:12 +02:00
Wolfgang Huß
bfdaa02c71
Merge pull request #4522 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/cross-env-7.0.3
Bump cross-env from 7.0.2 to 7.0.3 in /backend
2021-07-27 11:26:00 +02:00
Wolfgang Huß
c7e4e6d2b2 Remove superfluous package-lock.json 2021-07-27 11:19:06 +02:00
Wolfgang Huß
74dbad7f19 Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/node-notifier-8.0.2
# Conflicts:
#	webapp/package-lock.json
2021-07-27 10:40:01 +02:00
Wolfgang Huß
9932796d23 Delete superfluous and always conflicting file package-lock.json 2021-07-27 10:39:13 +02:00
dependabot[bot]
51ce357118
Bump nodemailer-html-to-text from 3.1.0 to 3.2.0 in /backend
Bumps [nodemailer-html-to-text](https://github.com/andris9/nodemailer-html-to-text) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/andris9/nodemailer-html-to-text/releases)
- [Changelog](https://github.com/andris9/nodemailer-html-to-text/blob/master/CHANGELOG.md)
- [Commits](https://github.com/andris9/nodemailer-html-to-text/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: nodemailer-html-to-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 08:32:34 +00:00
Wolfgang Huß
e371a256ff
Merge pull request #4444 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/browserslist-4.16.6
[Security] Bump browserslist from 4.9.1 to 4.16.6 in /backend
2021-07-27 10:29:35 +02:00