5005 Commits

Author SHA1 Message Date
Wolfgang Huß
df3d3812cc Cleanup donations.spec.js 2021-09-16 10:51:21 +02:00
Wolfgang Huß
34554f1539 Refine and cleanup test 'webapp/pages/admin/donations.spec.js' 2021-09-15 14:22:26 +02:00
Wolfgang Huß
8251877bd9 Merge branch '4265-move-sort-newsfeed-menu-into-filter-menu-moriz' of github.com:Ocelot-Social-Community/Ocelot-Social into 4265-move-sort-newsfeed-menu-into-filter-menu
# Conflicts:
#	webapp/components/DonationInfo/DonationInfo.spec.js
#	webapp/pages/admin/donations.spec.js
2021-09-15 13:53:10 +02:00
Wolfgang Huß
73ca174e6e Change name of emailMiddleware to loginMiddleware 2021-09-15 13:18:54 +02:00
Wolfgang Huß
198d24ecb1 Fix test pages/registration.spec.js 2021-09-13 09:33:22 +02:00
Wolfgang Huß
e9189a3c58 Fix linting 2021-09-12 08:28:56 +02:00
somesh202
fa6d3bb95d centered-login-form 2021-09-11 11:30:30 +05:30
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ß
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ß
e15a071991 Fulfill the suggestions of Ulf 2021-08-10 18:48:02 +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ß
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ß
0bdedfc5bc Create sender.fm internal organization page 2021-07-28 15:15:59 +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
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
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ß
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
Wolfgang Huß
0154d3d4c4
Merge pull request #4555 from Ocelot-Social-Community/4549-landing-page-def-route+have-internal
🍰 feat: Landing Page etc.
2021-07-26 20:58:32 +02:00
dependabot[bot]
6268e10a78
Bump @storybook/addon-a11y from 5.3.21 to 6.3.6 in /webapp
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y) from 5.3.21 to 6.3.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.6/addons/a11y)

---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 12:36:23 +00:00
dependabot[bot]
56bde038e7
Bump @storybook/vue from 5.3.21 to 6.3.6 in /webapp
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue) from 5.3.21 to 6.3.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.6/app/vue)

---
updated-dependencies:
- dependency-name: "@storybook/vue"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 07:40:40 +00:00
Wolfgang Huß
7fb9a14447
Merge pull request #4141 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/storybook/addon-actions-5.3.21
Bump @storybook/addon-actions from 5.3.18 to 5.3.21 in /webapp
2021-07-26 09:32:06 +02:00
Wolfgang Huß
f577015501 Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/ssri-6.0.2
# Conflicts:
#	webapp/package-lock.json
2021-07-25 13:48:03 +02:00
Wolfgang Huß
a201f55211 Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/v-tooltip-2.1.3
# Conflicts:
#	webapp/package-lock.json
2021-07-25 12:43:37 +02:00
Wolfgang Huß
ae5fbe6ca2 Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/ssri-6.0.2
# Conflicts:
#	webapp/package-lock.json
2021-07-25 12:17:15 +02:00
Wolfgang Huß
7d2276ee05 Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/storybook/addon-actions-5.3.21 2021-07-23 20:44:39 +02:00
Wolfgang Huß
3d148e3ed0 Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into dependabot/npm_and_yarn/webapp/v-tooltip-2.1.3
# Conflicts:
#	webapp/package-lock.json
2021-07-23 20:37:33 +02:00
dependabot[bot]
125c77810c
Bump eslint-plugin-jest from 24.1.10 to 24.4.0 in /webapp
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.10 to 24.4.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.10...v24.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-23 12:02:32 +00:00
Wolfgang Huß
56652ee1fa
Merge pull request #4140 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/apollo-cache-inmemory-1.6.6
Bump apollo-cache-inmemory from 1.6.5 to 1.6.6 in /webapp
2021-07-23 13:50:12 +02:00
Wolfgang Huß
8291edddbe
Merge pull request #3975 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/websocket-extensions-0.1.4
[Security] Bump websocket-extensions from 0.1.3 to 0.1.4 in /webapp
2021-07-23 13:46:58 +02:00