13823 Commits

Author SHA1 Message Date
ogerly
932ad7037f add apollo messages query 2023-06-20 13:09:12 +02:00
ogerly
01ce770b2d Merge branch 'master' into 6398-Create-a-vue-advanced-chat-component 2023-06-20 12:47:33 +02:00
Moriz Wahl
5567ae475a
Merge pull request #6450 from Ocelot-Social-Community/messages
feat(backend): messages
activity-pub b2.7.0-453
2023-06-20 12:45:06 +02:00
ogerly
a28be72e84 Chat rooms query
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2023-06-20 12:31:50 +02:00
af6f682cff
Merge branch 'master' into 6398-Create-a-vue-advanced-chat-component 2023-06-20 11:47:50 +02:00
db413bcbd4
downgrade node version again as it seems to cause problems 2023-06-20 11:44:23 +02:00
1ea221ce0c
booleans must be in quotes aswell 2023-06-20 11:44:23 +02:00
dependabot[bot]
b932bd9a02
Bump @babel/core from 7.22.1 to 7.22.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.1 to 7.22.5.
- [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.22.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 11:44:23 +02:00
dependabot[bot]
2d7119825f
Bump cypress from 12.13.0 to 12.14.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.13.0 to 12.14.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.13.0...v12.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 11:44:23 +02:00
dependabot[bot]
6f765f758b
Bump node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17 in /backend
Bumps node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 11:44:23 +02:00
dependabot[bot]
2c20748e28
Bump node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17 in /webapp
Bumps node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 11:44:23 +02:00
0f01393eaa
fixed report queries 2023-06-20 11:44:23 +02:00
7b0ae9f750
use list comprehension instead of filter(not supported anymore in 4.4) 2023-06-20 11:44:23 +02:00
4397e3b5dd
remove listen address 7474 from docker since its default value 2023-06-20 11:44:23 +02:00
b8e35be104
correct nodemon watch in dev:debug 2023-06-20 11:44:23 +02:00
3ca6e4d6cf
comment to explain the bug 2023-06-20 11:44:23 +02:00
a99ee05e49
converted two more js files to ts 2023-06-20 11:44:23 +02:00
e4b35f67b0
fixed why production didnt work 2023-06-20 11:44:23 +02:00
d3e524e815
remove write rights where its not needed 2023-06-20 11:44:23 +02:00
4cea350259
removed write rights from query where its not needed 2023-06-20 11:44:22 +02:00
52d6515f3d
fixed review updatedAt mutation 2023-06-20 11:44:22 +02:00
512e727959
fixed updatedAt field for fileReport 2023-06-20 11:44:22 +02:00
be65c7d2af
corrected old query format 2023-06-20 11:44:22 +02:00
fc31634fc1
write query for delete operations 2023-06-20 11:44:22 +02:00
c6a62c32ad
new query format 2023-06-20 11:44:22 +02:00
7a64dbab27
new query format 2023-06-20 11:44:22 +02:00
301a6e48ff
use write permissions for delete queries 2023-06-20 11:44:22 +02:00
59b161f3a8
fixed merge conflict 2023-06-20 11:44:15 +02:00
462c980fd6
lint + comment 2023-06-20 11:41:21 +02:00
0e191526a3
fix migrations 2023-06-20 11:41:21 +02:00
b8487d95d2
migrate kubernetes cluster(untested) 2023-06-20 11:41:21 +02:00
b449459b09
fix broken query due to outdated query format 2023-06-20 11:41:21 +02:00
ea631f259c
allow migration of neo4j database in docker 2023-06-20 11:41:21 +02:00
ce7fa548af
update neo4j docker file 2023-06-20 11:41:21 +02:00
Moriz Wahl
1423ff04da
add spaces 2023-06-20 11:41:21 +02:00
Moriz Wahl
a080df99aa
add test for room creation with existing user id 2023-06-20 11:41:21 +02:00
Moriz Wahl
38a8f35e1a
remove doubled await 2023-06-20 11:41:21 +02:00
Moriz Wahl
ee36023e84
fix typo, comment room filter 2023-06-20 11:41:21 +02:00
Moriz Wahl
b289334ff9
use apoc.create.uuid to set id 2023-06-20 11:41:21 +02:00
Moriz Wahl
7f51757447
remove semicolon 2023-06-20 11:41:21 +02:00
Moriz Wahl
e96b9426d1
test roomms resolver 2023-06-20 11:41:21 +02:00
Moriz Wahl
761aa74498
filter that only the rooms of the current user are returned 2023-06-20 11:41:21 +02:00
Moriz Wahl
3d9614f640
simple room query 2023-06-20 11:41:21 +02:00
Moriz Wahl
569d557e93
fix room properties 2023-06-20 11:41:21 +02:00
Moriz Wahl
aecc50fceb
simple create room mutation 2023-06-20 11:41:21 +02:00
elweyn
5a3b2bfb07
chore(other): create new tag 2.7.0 2023-06-20 11:41:21 +02:00
8d8fc2811a
typo 2023-06-20 11:41:21 +02:00
de6cef3610
do not allow js 2023-06-20 11:41:21 +02:00
6cb2d18af4
remove scripts not part of this 2023-06-20 11:41:21 +02:00
144c5b6134
fixed wrong removal of .js 2023-06-20 11:41:20 +02:00