13208 Commits

Author SHA1 Message Date
Wolfgang Huß
2ddf817372 Fix image upload problem by adding volumes to Docker YAML files 2021-08-12 13:24:09 +02:00
Wolfgang Huß
59a98eccbb Set 'ocelotDockerVersionTag' to '1.0.5-153' 2021-08-12 12:11:53 +02:00
Wolfgang Huß
a57f6cb9c9 Implement new internal pages
- Add internal donation page.
- Replace `links.js`.
- Remove copying of `links.js` to backend.
- Add copying of `emails.js` to backend and set new values.
- Remove leading `<br>` on each internal page default.
2021-08-12 11:53:42 +02:00
Wolfgang Huß
8877776506
Merge pull request #4629 from Ocelot-Social-Community/release-v1.0.5
chore: 💥 Release v1.0.5
2021-08-12 10:41:33 +02:00
Wolfgang Huß
5e56473b0e Add note 2021-08-12 07:27:12 +02:00
Wolfgang Huß
ea8a4be283 release-v1.0.5 2021-08-11 15:03:23 +02:00
Wolfgang Huß
5ffbad9c15
Merge pull request #4599 from Ocelot-Social-Community/4595-refactor-landing-and-other-internal-pages
feat: 🍰 Landing Page And Other Internal Pages
2021-08-11 14:57:45 +02:00
Wolfgang Huß
f3bf730a12 Refine translated e-mail templates 2021-08-11 14:46:59 +02:00
Wolfgang Huß
7e72a0bf03 Implement sending of first translated templates 2021-08-11 10:29:19 +02:00
Wolfgang Huß
33280d094a
Merge pull request #4577 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/eslint-plugin-prettier-3.4.0
Bump eslint-plugin-prettier from 3.1.4 to 3.4.0 in /webapp
2021-08-11 08:54:33 +02:00
Wolfgang Huß
0c8287ab03 Delete test Cypher statement 2021-08-11 07:50:29 +02:00
Wolfgang Huß
5dfa6913c3 Refactor 'sendMail' to a general helper 2021-08-11 07:48:49 +02:00
Wolfgang Huß
dfb7731f68 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 4326-send-notification-email 2021-08-11 06:39:18 +02:00
Wolfgang Huß
9d85b5dac2 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/eslint-plugin-prettier-3.4.0 2021-08-11 06:32:54 +02:00
Wolfgang Huß
49c70c1183
Merge pull request #4592 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/vue-scrollto-2.20.0
Bump vue-scrollto from 2.17.1 to 2.20.0 in /webapp
2021-08-11 06:30:58 +02:00
Wolfgang Huß
e15a071991 Fulfill the suggestions of Ulf 2021-08-10 18:48:02 +02:00
Wolfgang Huß
5fe07c1133 Implement e-mail notification, first step 2021-08-10 16:13:51 +02:00
Wolfgang Huß
f20643af3b Investigate the graph-ql middleware 2021-08-10 10:56:12 +02:00
Wolfgang Huß
531f7316fa Change hint to 'page-params-link' on maintenance page 2021-08-09 14:26:10 +02:00
Wolfgang Huß
b37c05ef14 Add hint to 'page-params-link' on maintenance page 2021-08-09 14:19:04 +02:00
Wolfgang Huß
2ec692b0e8 Add empty line at end of all 'webapp/locales/html/*/organization.html' 2021-08-09 14:10:32 +02:00
Wolfgang Huß
d4012ee3ca Fix error 'window is undefined' that may appear
- 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-09 14:02:48 +02:00
Wolfgang Huß
0ec33fe3a3 Try to implement the logo on maintenance page, uncommented and hints 2021-08-09 11:58:10 +02:00
Wolfgang Huß
edcde1f08d Get maintenance page to work 2021-08-09 11:04:00 +02:00
Wolfgang Huß
41252785d2 Fix tests 2021-08-05 17:57:48 +02:00
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