ab6fe37c3e
refactor(backend): new chat message notification email ( #8357 )
...
* new chat message notification email
- new mail features name in subject and text
* fix english version
* typo
* fix typos
* adjust tests
b3.2.1-1029
2025-04-10 16:38:51 +00:00
fcc99ab58e
refactor(backend): clean migrate scripts ( #8317 )
...
* clean migrate scripts
- refactor migrate:init
- separate admin seed
- separate categories seed
- rework backend README regarding the database
- remove `db:clean` command as its a duplicate of `db:reset`
- remove `__migrate` helper alias
* renamed clean.ts to reset.ts
* set indices & constrains in init function
* fix comment
* disable migrations touching indices
* remove obsolete comment
* always run init on kubernetes
* reset db with or without migrations
* lint fixes
* Refine 'README.md'
* Refine more 'README.md'
* fix lint
---------
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
b3.2.1-1028
2025-04-10 09:52:49 +02:00
Max
1b07b06ca7
feat(webapp): notification settings frontend ( #8320 )
...
Implements detailed settings for email notifications.
Issues
relates 🚀 [Feature] Drei neue Interaktions-Benachrichtigungen #8280
b3.2.1-1027
2025-04-09 13:21:38 +00:00
Moriz Wahl
fe7bab4675
posts and comments created by the factory set the observe relation ( #8344 )
b3.2.1-1026
2025-04-09 08:36:56 +00:00
f782032563
refactor(backend): lint - import/order ( #8350 )
...
* lint - import/no-relative-parent-imports
fix build error
* fix md
* lint import/order
enabled rule import/order and fixed impot order in each file
b3.2.1-1025
2025-04-09 09:44:48 +02:00
a4f391930c
lint - import/no-relative-parent-imports ( #8349 )
...
enable import/no-relative-parent-imports
b3.2.1-1024
2025-04-08 23:18:07 +02:00
mahula
dfe9205bf6
refactor(other): cleanup cypress configuration ( #8345 )
...
* cypress:remove redundant comment from command config
* cypress: move command and factory imports from global to local
* cypress: linting
* cypress: set support file to false in config
b3.2.1-1023
2025-04-08 22:20:41 +02:00
16ada68a3a
lint - update plugin promise and cleanup rules ( #8343 )
...
- use of promise:recommended
- update plugin
- apply new rules
b3.2.1-1022
2025-04-08 09:05:17 +00:00
59c145c1f9
lint plugin n - update and cleanup ( #8342 )
...
- Update plugin n to fix a deprecation warning
- Order n rules according to docu
- use n:recommended
- comment out all rules from recommened
- enable some rules
b3.2.1-1021
2025-04-08 08:35:49 +00:00
f7c371c9ce
lint import/no-extraneous-dependencies ( #8341 )
b3.2.1-1020
2025-04-08 07:35:11 +00:00
dependabot[bot]
be0de5b761
build(deps): bump express from 4.21.2 to 5.1.0 in /webapp ( #8334 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.21.2 to 5.1.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v5.1.0 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1019
2025-04-08 00:53:47 +00:00
dependabot[bot]
666d2b67d7
build(deps): bump express from 4.21.2 to 5.1.0 in /backend ( #8322 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.21.2 to 5.1.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v5.1.0 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1018
2025-04-08 02:14:56 +02:00
dependabot[bot]
f01d2b43e2
build(deps): bump mime-types from 2.1.35 to 3.0.1 in /backend ( #8298 )
...
Bumps [mime-types](https://github.com/jshttp/mime-types ) from 2.1.35 to 3.0.1.
- [Release notes](https://github.com/jshttp/mime-types/releases )
- [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md )
- [Commits](https://github.com/jshttp/mime-types/compare/2.1.35...v3.0.1 )
---
updated-dependencies:
- dependency-name: mime-types
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1017
2025-04-07 11:39:44 +00:00
d6cb9b51c3
feat(backend): lint rules ( #8339 )
...
* eslint import
* eslint comments
* eslint security
* eslint import - rules
* eslint n
* eslint promise
* eslint no-catch-all
* eslint jest
* missing ignore
* disable import/unambiguous as conflicting
b3.2.1-1016
2025-04-07 10:53:44 +00:00
2eaaa7af39
feat(backend): chat notify via email ( #8314 )
...
* client
* backend
* tests
* also save awaySince timestamp
* remove console.log
* chat notification logic
* send notification mails for chat messages
* externalize online check, resolver resover first
* prevent email notifications for blocked users
comment
* respect user email notification settings
* properly handle null case for email destructuring
* tests
* corrected mail style
---------
Co-authored-by: mahula <lenzmath@posteo.de>
b3.2.1-1015
2025-04-07 12:23:36 +02:00
dependabot[bot]
4e827de29d
build(deps): Bump docker/metadata-action ( #8245 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 70b2cdc6480c1a8b86edf1777157f8f437de2166 to 902fa8ec7d6ecbf8d84d538b9b233a880e428804.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](70b2cdc648...902fa8ec7d )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1014
2025-04-06 11:39:34 +00:00
dependabot[bot]
bcff4d393d
build(deps): Bump docker/build-push-action from 6.9.0 to 6.15.0 ( #8244 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.9.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](4f58ea7922...471d1dc4e0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1013
2025-04-06 10:33:36 +00:00
dependabot[bot]
46f380eafa
build(deps): bump docker/login-action from 3.3.0 to 3.4.0 ( #8271 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](9780b0c442...74a5d14239 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1012
2025-04-06 10:02:37 +00:00
dependabot[bot]
c2eae7a8c3
build(deps): bump sass from 1.85.0 to 1.86.3 in /webapp ( #8333 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.85.0 to 1.86.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.85.0...1.86.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.86.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1011
2025-04-06 09:35:05 +00:00
dependabot[bot]
175fd60034
build(deps): bump validator from 13.12.0 to 13.15.0 in /webapp ( #8305 )
...
Bumps [validator](https://github.com/validatorjs/validator.js ) from 13.12.0 to 13.15.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases )
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/validatorjs/validator.js/compare/13.12.0...13.15.0 )
---
updated-dependencies:
- dependency-name: validator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1010
2025-04-06 09:05:42 +00:00
dependabot[bot]
6c422f49e2
build(deps-dev): bump @faker-js/faker from 9.5.0 to 9.6.0 ( #8257 )
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 9.5.0 to 9.6.0.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v9.5.0...v9.6.0 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1009
2025-04-06 08:33:00 +00:00
dependabot[bot]
ca3b075397
build(deps-dev): bump @faker-js/faker from 9.5.0 to 9.6.0 in /webapp ( #8262 )
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 9.5.0 to 9.6.0.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v9.5.0...v9.6.0 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1008
2025-04-06 07:59:14 +00:00
dependabot[bot]
a39223d8d0
build(deps): bump crazy-max/ghaction-github-pages from 4.1.0 to 4.2.0 ( #8328 )
...
Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases )
- [Commits](fbf0a4fa4e...df5cc2bfa7 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-pages
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1007
2025-04-06 07:30:29 +00:00
dependabot[bot]
fc9aa59cca
build(deps): bump peter-evans/repository-dispatch ( #8330 )
...
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch ) from b0b38f73c8333be75d585a92b2c630a10d2a78f5 to 7d980a9b9f8ecf8955ea90507b3ed89122f53215.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases )
- [Commits](b0b38f73c8...7d980a9b9f )
---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
dependency-version: 7d980a9b9f8ecf8955ea90507b3ed89122f53215
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1006
2025-04-06 07:00:07 +00:00
dependabot[bot]
b0aebeafae
build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 ( #8247 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.2.1...11bd71901bbe5b1630ceea73d27597364c9af683 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1005
2025-04-06 04:15:14 +00:00
dependabot[bot]
5617799d79
build(deps-dev): bump eslint-config-prettier in /webapp ( #8259 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.0.1 to 10.1.1.
- [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/v10.0.1...v10.1.1 )
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1004
2025-04-06 03:30:26 +00:00
dependabot[bot]
ad2c4cdc4f
build(deps-dev): bump eslint-import-resolver-typescript in /backend ( #8326 )
...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) from 3.8.3 to 4.3.1.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.3...v4.3.1 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-version: 4.3.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1003
2025-04-05 20:41:41 +00:00
dependabot[bot]
1461f979ba
build(deps): bump actions/cache from 4.2.1 to 4.2.3 ( #8287 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.1 to 4.2.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c907a75c2...5a3ec84eff )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1002
2025-04-05 20:13:01 +00:00
dependabot[bot]
110f52f47f
build(deps-dev): bump @types/node from 22.13.5 to 22.14.0 in /backend ( #8325 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.13.5 to 22.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 22.14.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1001
2025-04-05 18:38:55 +00:00
dependabot[bot]
f9a2f04627
build(deps-dev): bump typescript from 5.7.3 to 5.8.3 in /backend ( #8324 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.7.3 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.8.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-1000
2025-04-05 17:58:28 +00:00
dependabot[bot]
e70e0a5bac
build(deps): bump the babel group across 1 directory with 2 updates ( #8296 )
...
Bumps the babel group with 2 updates in the /backend directory: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) and [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ).
Updates `@babel/cli` from 7.26.4 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-cli )
Updates `@babel/core` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-999
2025-04-05 17:30:11 +00:00
dependabot[bot]
620617a7aa
build(deps-dev): bump @faker-js/faker from 9.5.0 to 9.6.0 in /backend ( #8268 )
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 9.5.0 to 9.6.0.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v9.5.0...v9.6.0 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-998
2025-04-05 17:00:48 +00:00
dependabot[bot]
8f4bae87a9
build(deps-dev): Bump ts-jest in /backend in the typescript group ( #8237 )
...
Bumps the typescript group in /backend with 1 update: [ts-jest](https://github.com/kulshekhar/ts-jest ).
Updates `ts-jest` from 29.2.5 to 29.2.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: typescript
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-997
2025-04-05 16:32:20 +00:00
dependabot[bot]
40de045c03
build(deps): bump helmet from 8.0.0 to 8.1.0 in /backend ( #8284 )
...
Bumps [helmet](https://github.com/helmetjs/helmet ) from 8.0.0 to 8.1.0.
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md )
- [Commits](https://github.com/helmetjs/helmet/compare/v8.0.0...v8.1.0 )
---
updated-dependencies:
- dependency-name: helmet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-996
2025-04-05 16:03:45 +00:00
dependabot[bot]
31b285a3fa
build(deps): bump validator from 13.12.0 to 13.15.0 in /backend ( #8297 )
...
Bumps [validator](https://github.com/validatorjs/validator.js ) from 13.12.0 to 13.15.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases )
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/validatorjs/validator.js/compare/13.12.0...13.15.0 )
---
updated-dependencies:
- dependency-name: validator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-995
2025-04-05 15:14:43 +00:00
dependabot[bot]
f101ba48cb
build(deps): bump sanitize-html from 2.14.0 to 2.15.0 in /backend ( #8285 )
...
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html ) from 2.14.0 to 2.15.0.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.14.0...2.15.0 )
---
updated-dependencies:
- dependency-name: sanitize-html
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-994
2025-04-05 16:12:34 +02:00
dependabot[bot]
784211e19c
build(deps): bump the metascraper group across 1 directory with 12 updates ( #8327 )
...
Bumps the metascraper group with 12 updates in the /backend directory:
| Package | From | To |
| --- | --- | --- |
| [metascraper](https://github.com/microlinkhq/metascraper ) | `5.46.7` | `5.46.11` |
| [metascraper-author](https://github.com/microlinkhq/metascraper ) | `5.46.5` | `5.46.11` |
| [metascraper-date](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-date ) | `5.46.5` | `5.46.11` |
| [metascraper-description](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-description ) | `5.46.5` | `5.46.11` |
| [metascraper-image](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-image ) | `5.46.5` | `5.46.11` |
| [metascraper-lang](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-lang ) | `5.46.5` | `5.46.11` |
| [metascraper-logo](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-logo ) | `5.46.5` | `5.46.11` |
| [metascraper-publisher](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-publisher ) | `5.46.5` | `5.46.11` |
| [metascraper-title](https://github.com/microlinkhq/metascraper ) | `5.46.5` | `5.46.11` |
| [metascraper-url](https://github.com/microlinkhq/metascraper ) | `5.46.5` | `5.46.11` |
| [metascraper-video](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-video ) | `5.46.5` | `5.46.11` |
| [metascraper-youtube](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-youtube ) | `5.46.5` | `5.46.11` |
Updates `metascraper` from 5.46.7 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.46.7...v5.46.11 )
Updates `metascraper-author` from 5.46.5 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.46.5...v5.46.11 )
Updates `metascraper-date` from 5.46.5 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-date/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.11/packages/metascraper-date )
Updates `metascraper-description` from 5.46.5 to 5.46.11
- [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.46.11/packages/metascraper-description )
Updates `metascraper-image` from 5.46.5 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-image/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.11/packages/metascraper-image )
Updates `metascraper-lang` from 5.46.5 to 5.46.11
- [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.46.11/packages/metascraper-lang )
Updates `metascraper-logo` from 5.46.5 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-logo/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.11/packages/metascraper-logo )
Updates `metascraper-publisher` from 5.46.5 to 5.46.11
- [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.46.11/packages/metascraper-publisher )
Updates `metascraper-title` from 5.46.5 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.46.5...v5.46.11 )
Updates `metascraper-url` from 5.46.5 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.46.5...v5.46.11 )
Updates `metascraper-video` from 5.46.5 to 5.46.11
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-video/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.11/packages/metascraper-video )
Updates `metascraper-youtube` from 5.46.5 to 5.46.11
- [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.46.11/packages/metascraper-youtube )
---
updated-dependencies:
- dependency-name: metascraper
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-author
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-date
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-description
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-image
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-lang
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-logo
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-publisher
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-title
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-url
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-video
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
- dependency-name: metascraper-youtube
dependency-version: 5.46.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: metascraper
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-993
2025-04-05 07:15:06 +00:00
dependabot[bot]
f6e6954b51
build(deps-dev): bump @babel/core in the babel group ( #8277 )
...
Bumps the babel group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ).
Updates `@babel/core` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-992
2025-04-05 08:43:51 +02:00
dependabot[bot]
cfd290f886
build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /webapp ( #8260 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.2 to 3.5.3.
- [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/3.5.2...3.5.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-991
2025-04-04 21:58:07 +00:00
dependabot[bot]
16ecfab216
build(deps-dev): bump eslint-plugin-vue from 9.32.0 to 9.33.0 in /webapp ( #8264 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.32.0 to 9.33.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.32.0...v9.33.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-990
2025-04-04 21:00:22 +00:00
dependabot[bot]
2b74c76bad
build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /backend ( #8266 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.2 to 3.5.3.
- [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/3.5.2...3.5.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-989
2025-04-04 19:58:32 +00:00
Wolfgang Huß
16bd62f949
fix(other): leftover hetzner deployment ( #8254 )
...
* Ignore old configuration, still
* Add old branding value descriptions again and refine
b3.2.1-988
2025-04-04 19:59:05 +02:00
Moriz Wahl
0835057cc7
refactor(backend): comment on observed post notification ( #8311 )
...
* all users that observe a post are notified when the post is commented, except of the author of the comment, or users that blocked the commenter
* test to illustrate the behavior of notifications for observed posts
b3.2.1-987
2025-04-04 19:16:50 +02:00
Max
1e6a74b8ce
feat(frontend): observe posts ( #8293 )
...
* After creating the post, the author of it automatically observes it to get notifications when there are interactions
* a user that comments a post, automatically observes that post to get notifications when there are more interactions on that post
* mutation that switches the state of the obeservation of a post on and off
* remove duplicate code
* fix unit tests
* add metric observed users count to posts
* change naming
* Add follow post entry to post menu
* Add FollowButton (WIP), show unfollow in menu when already followed
* Follow/unfollow post => observe
* Update slashed bell
* Add requests to observe/unobserve posts
* Add ObserveButton functionality
* Rename isObservedByMe
* Add observingUsersCount; simplify ObserveButton and menu entries
* Fix locales
* Add snapshot test for ObserveButton (WIP)
* Remove empty routes push
* Add test for ObserveButton
* Add test for ContentMenu, improve ObserveButton test
* Remove unneeded fields from PostQuery
---------
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
b3.2.1-986
2025-04-04 11:54:43 +00:00
81b7d4a09c
expose port so the mailserver can actually be used ( #8319 )
b3.2.1-985
2025-04-04 08:28:35 +00:00
dependabot[bot]
69508cfb98
build(deps-dev): bump eslint-config-prettier in /backend ( #8269 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.0.1 to 10.1.1.
- [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/v10.0.1...v10.1.1 )
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-984
2025-04-04 03:28:40 +00:00
dependabot[bot]
9f67257423
build(deps-dev): bump eslint-plugin-prettier in /backend ( #8300 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.3 to 5.2.5.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.3...v5.2.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-983
2025-04-04 02:35:20 +00:00
dependabot[bot]
c682bc9b7a
build(deps): bump amannn/action-semantic-pull-request ( #8303 )
...
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request ) from 40166f00814508ec3201fc8595b393d451c8cd80 to 04501d43b574e4c1d23c629ffe4dcec27acfdeff.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases )
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md )
- [Commits](40166f0081...04501d43b5 )
---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-982
2025-04-04 01:49:09 +00:00
dependabot[bot]
6006ed2dbe
build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 ( #8288 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](1d0ff469b7...cdca7365b2 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-981
2025-04-04 01:21:25 +00:00
dependabot[bot]
ea972a2c84
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 ( #8289 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](4cec3d8aa0...ea165f8d65 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-980
2025-04-04 00:42:20 +00:00