5539 Commits

Author SHA1 Message Date
mahula
77fc8c63a1 update eslint package in frontend 2024-03-10 22:49:03 +01:00
mahula
c84e819f5c use current eslint-plugin-prettier v5 for compatibility with prettier v3 in frontend 2024-03-10 22:11:29 +01:00
dependabot[bot]
e5f8c44202
Bump prettier from 2.7.1 to 3.2.5 in /webapp
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-10 18:52:26 +00:00
Moriz Wahl
941ba5f9a4 add locales:normalize to scripts in package json 2024-03-05 17:02:57 +01:00
Moriz Wahl
45737977d5 normalize all locale files 2024-03-05 16:59:27 +01:00
Moriz Wahl
6161ae2853 normalize spanish locale 2024-03-05 16:50:23 +01:00
Hannes Heine
563bdeb9be
Merge branch 'master' into LarsE11-changed-placeholder-field-for-event-location 2024-03-04 09:48:07 +01:00
Wolfgang Huß
c8b0075e1c Release v3.2.0 2024-02-14 11:15:40 +01:00
Wolfgang Huß
4c0eed3e92 Fix wrong master merge 2024-02-12 11:23:48 +01:00
mahula
fb56539dff
Merge branch 'master' into 6979-make-relative-date-configurable 2024-02-07 09:56:58 +01:00
Wolfgang Huß
3ea0518457 Revert "Change 'RELATIVE_DATETIME' to 'false'"
This reverts commit c07c0692d5425ab3551614a8b8bc99b2d236a0ae.
2024-02-05 18:52:06 +01:00
Wolfgang Huß
2b1ba71a43 Fix linting 2024-02-05 17:48:54 +01:00
Wolfgang Huß
c07c0692d5 Change 'RELATIVE_DATETIME' to 'false' 2024-02-05 17:48:17 +01:00
Wolfgang Huß
4fa8ecf772 Implement config for 'date-time' format 2024-02-05 17:41:44 +01:00
Markus
9c4d4944af Merge branch 'master' into 6976-optimize-post-teaser-date 2024-02-01 15:49:57 +01:00
Markus
d8ceca17da fixed issue in postteaser 2024-02-01 15:48:42 +01:00
Markus
d70fd979fb fixed event info layout 2024-02-01 11:57:13 +01:00
Markus
15786d48d1 fixed css warning 2024-02-01 11:56:55 +01:00
Markus
3707fade72 [feature] redesigned post teaser date info 2024-02-01 10:03:41 +01:00
Wolfgang Huß
2017f622f3
Merge branch 'master' into 6759-fix-group-profile-content-menu-position 2024-01-29 12:46:15 +01:00
Wolfgang Huß
b6e655ca21 Fix footer links 2024-01-29 11:02:38 +01:00
Wolfgang Huß
86b55bc2ae Fix wrong content menu position on group profile page by change class name from 'page-name-group-id-slug' to 'group-profile' 2024-01-26 12:25:32 +01:00
Wolfgang Huß
0ef5adb66c Fix webapp tests 2024-01-25 12:57:12 +01:00
Wolfgang Huß
9d9b325d43 Add 'Map' entry to user menu 2024-01-24 15:05:01 +01:00
Wolfgang Huß
3afa99e116 Change menu tool tip 'Show map' to 'Map' and rename identifier from 'map.button.tooltip' to 'header.map.tooltip' 2024-01-24 14:55:02 +01:00
Wolfgang Huß
c90d5b7edb Change menu tool tip 'Show groups' to 'Groups' and rename identifier from 'group.button.tooltip' to 'header.groups.tooltip' 2024-01-24 14:50:52 +01:00
Wolfgang Huß
47305320d6 Change menu tooltip 'My notifications' to 'Notifications' and rename identifier from 'notifications.headerMenuButton.tooltip' to 'header.notifications.tooltip' 2024-01-24 14:32:03 +01:00
Wolfgang Huß
51e663e0a6 Change menu tooltip 'My chats' to 'Chats' and rename identifier from 'header.chat.tooltip' to 'header.chats.tooltip' 2024-01-24 13:54:57 +01:00
Wolfgang Huß
b4533a54f6 Change user menu entry 'Notifications' of Polish, Netherlands and Italian to 'All notifications' 2024-01-24 13:34:37 +01:00
Wolfgang Huß
507ca96429 Revert partly "Auxiliary commit to revert individual files from 73d66e261e37bab55b17556c666169821c5f9cf5"
This reverts commit 4770032556f76f392592c09a9cde37f32bf79b14.
2024-01-24 13:28:59 +01:00
Wolfgang Huß
4090a8b6b3 Split locales entry 'notifications.pageLink' by adding a 'header.avatarMenu.notifications' entry to have them seperated 2024-01-24 13:25:56 +01:00
Wolfgang Huß
6f4c6c2fd6 Add 'Chats' entry to user menu 2024-01-24 12:18:01 +01:00
Wolfgang Huß
73d66e261e Change user menu entry 'All notifications' to 'Notifications' 2024-01-24 11:58:25 +01:00
dependabot[bot]
dcbe3af9e5
Bump vue-advanced-chat from 2.0.7 to 2.0.10 in /webapp
Bumps [vue-advanced-chat](https://github.com/advanced-chat/vue-advanced-chat) from 2.0.7 to 2.0.10.
- [Release notes](https://github.com/advanced-chat/vue-advanced-chat/releases)
- [Changelog](https://github.com/advanced-chat/vue-advanced-chat/blob/main/.releaserc.yml)
- [Commits](https://github.com/advanced-chat/vue-advanced-chat/compare/2.0.7...2.0.10)

---
updated-dependencies:
- dependency-name: vue-advanced-chat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 09:26:19 +00:00
Wolfgang Huß
97b54c1941
Merge branch 'master' into feature-improve-registration-slide-nonce-text 2024-01-18 11:14:55 +01:00
mahula
71f6503f2c
Merge branch 'master' into dependabot/npm_and_yarn/babel/core-7.23.7 2024-01-13 12:48:30 +01:00
mahula
a8c3df38eb bump package version of @babel/core 2024-01-13 12:34:45 +01:00
dependabot[bot]
63439eb270
Bump linkify-it from 3.0.2 to 5.0.0 in /webapp
Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 3.0.2 to 5.0.0.
- [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/linkify-it/compare/3.0.2...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 09:53:56 +00:00
Wolfgang Huß
9c1d6d7f1f Change group 'DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 3', was '50' 2024-01-04 11:48:21 +01:00
dependabot[bot]
8b29a6d379
Bump jest-environment-jsdom from 29.4.2 to 29.7.0 in /webapp
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.4.2 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 11:15:46 +00:00
dependabot[bot]
568c730cf6
Bump @mapbox/mapbox-gl-geocoder from 5.0.1 to 5.0.2 in /webapp
Bumps [@mapbox/mapbox-gl-geocoder](https://github.com/mapbox/mapbox-gl-geocoder) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/mapbox/mapbox-gl-geocoder/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-geocoder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mapbox/mapbox-gl-geocoder/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: "@mapbox/mapbox-gl-geocoder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-16 10:17:53 +00:00
dependabot[bot]
9ac756fe68
Bump @vue/vue2-jest from 29.2.4 to 29.2.6 in /webapp
Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 29.2.4 to 29.2.6.
- [Release notes](https://github.com/vuejs/vue-jest/releases)
- [Commits](https://github.com/vuejs/vue-jest/compare/v29.2.4...v29.2.6)

---
updated-dependencies:
- dependency-name: "@vue/vue2-jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-16 09:55:06 +00:00
Hannes Heine
57c9406f74
Merge branch 'master' into feature-improve-registration-slide-nonce-text 2023-12-12 18:37:27 +01:00
mahula
852e97b166 adapt linting of current frontend to new eslint-plugin-vue rules 2023-12-11 17:15:10 +01:00
dependabot[bot]
fc7ff71446
Bump eslint-plugin-vue from 6.2.2 to 9.19.2 in /webapp
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.2.2 to 9.19.2.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v9.19.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 12:50:52 +00:00
elweyn
8f471a5e9d Add the text block div 2023-11-21 10:19:12 +01:00
elweyn
08821d2b9e Add a 'click on next' text. 2023-11-21 10:18:28 +01:00
mahula
9055ceab40
Merge branch 'master' into add-vuepress-action-with-root-directory-as-docs-directory 2023-11-20 18:35:44 +01:00
mahula
c6c1b81437 adapt tabsmarkdown to vuepress 2023-11-20 13:01:56 +01:00
dependabot[bot]
042d125595
Bump cropperjs from 1.5.6 to 1.6.1 in /webapp
Bumps [cropperjs](https://github.com/fengyuanchen/cropperjs) from 1.5.6 to 1.6.1.
- [Release notes](https://github.com/fengyuanchen/cropperjs/releases)
- [Changelog](https://github.com/fengyuanchen/cropperjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/cropperjs/compare/v1.5.6...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 10:12:10 +00:00