13737 Commits

Author SHA1 Message Date
Moriz Wahl
23c0ea48a7 Merge branch 'rooms' of github.com:Ocelot-Social-Community/Ocelot-Social into rooms 2023-06-20 09:25:54 +02:00
Moriz Wahl
85950843f7 add spaces 2023-06-20 09:25:23 +02:00
Moriz Wahl
62b9b3c55a
Merge branch 'master' into rooms 2023-06-20 09:21:27 +02:00
Moriz Wahl
3a95e25e1c add test for room creation with existing user id 2023-06-20 09:18:50 +02:00
Moriz Wahl
66652cf74e remove doubled await 2023-06-20 09:10:52 +02:00
Moriz Wahl
f86367e340 fix typo, comment room filter 2023-06-20 09:09:27 +02:00
Moriz Wahl
8063e58ef2 use apoc.create.uuid to set id 2023-06-20 09:02:32 +02:00
Moriz Wahl
0cdbf17fbf remove semicolon 2023-06-20 08:53:24 +02:00
7cb19698ff
Merge pull request #6464 from Ocelot-Social-Community/fix-neo4j-config-map
fix(other): neo4j config map & node version
b2.7.0-451
2023-06-17 14:39:09 +02:00
f9e5fce546
downgrade node version again as it seems to cause problems 2023-06-17 14:04:54 +02:00
69c8a7cca4
booleans must be in quotes aswell 2023-06-17 13:24:21 +02:00
aa7ae7dc34
Merge pull request #6413 from Ocelot-Social-Community/dependabot/npm_and_yarn/babel/core-7.22.5
Bump @babel/core from 7.22.1 to 7.22.5
b2.7.0-450
2023-06-17 12:47:41 +02:00
dependabot[bot]
8f5e4ea168
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-17 10:07:12 +00:00
57d3e114c7
Merge pull request #6306 from Ocelot-Social-Community/update-database
refactor(database): update neo4j to 4.4
b2.7.0-449
2023-06-17 12:04:49 +02:00
ab7749bd94
Merge branch 'master' into update-database 2023-06-17 11:21:55 +02:00
09060f52fb
Merge pull request #6414 from Ocelot-Social-Community/dependabot/npm_and_yarn/cypress-12.14.0
Bump cypress from 12.13.0 to 12.14.0
b2.7.0-448
2023-06-17 11:21:32 +02:00
dependabot[bot]
e8dcba6074
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-17 00:27:49 +00:00
841f8fbe63
Merge pull request #6409 from Ocelot-Social-Community/dependabot/docker/backend/node-20.3.0-alpine3.17
Bump node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17 in /backend
b2.7.0-447
2023-06-17 02:25:08 +02:00
dependabot[bot]
22d7116e4b
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-16 22:53:48 +00:00
8dd5345d8c
Merge pull request #6408 from Ocelot-Social-Community/dependabot/docker/webapp/node-20.3.0-alpine3.17
Bump node from 20.2.0-alpine3.17 to 20.3.0-alpine3.17 in /webapp
b2.7.0-446
2023-06-17 00:52:55 +02:00
dependabot[bot]
12af4c23b2
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-16 21:45:06 +00:00
75bd7dbc36
fixed report queries 2023-06-16 23:00:59 +02:00
df139c9937
use list comprehension instead of filter(not supported anymore in 4.4) 2023-06-16 15:34:27 +02:00
eb6825b6e6
remove listen address 7474 from docker since its default value 2023-06-16 15:14:27 +02:00
23c2be3093
Merge branch 'master' into update-database 2023-06-16 15:02:58 +02:00
e657b8bf7d
Merge pull request #6448 from Ocelot-Social-Community/typescript-fix
fix(backend): typescript fix
b2.7.0-445
2023-06-15 14:33:41 +02:00
c1669abac0
correct nodemon watch in dev:debug 2023-06-15 13:58:38 +02:00
5dd4a1af80
comment to explain the bug 2023-06-15 13:58:26 +02:00
09ef532838
converted two more js files to ts 2023-06-15 13:57:29 +02:00
0432d3277e
fixed why production didnt work 2023-06-15 13:57:13 +02:00
Moriz Wahl
0e4cf0ecef
Merge branch 'master' into rooms 2023-06-15 10:44:41 +02:00
a43a4b2c5d
Merge pull request #6434 from Ocelot-Social-Community/ts-all
refactor(backend): migrate completely to typescript
b2.7.0-444
2023-06-15 01:38:48 +02:00
Moriz Wahl
5b859bbcb5 test roomms resolver 2023-06-14 15:38:05 +02:00
Moriz Wahl
a51f357357 filter that only the rooms of the current user are returned 2023-06-14 15:00:23 +02:00
Moriz Wahl
fc50d69bff simple room query 2023-06-14 12:47:00 +02:00
Moriz Wahl
8b037ffa73 fix room properties 2023-06-14 12:16:44 +02:00
Moriz Wahl
d548fc2b84 simple create room mutation 2023-06-14 12:09:52 +02:00
8229be36b2
Merge branch 'master' into ts-all 2023-06-14 11:21:21 +02:00
Hannes Heine
2904f95b1a
Merge pull request #6440 from Ocelot-Social-Community/release-2.7.0
chore(release): v2.7.0
b2.7.0-443 2.7.0
2023-06-14 10:45:32 +02:00
elweyn
de3c2faa58 chore(other): create new tag 2.7.0 2023-06-14 10:06:13 +02:00
6b29472872
typo 2023-06-13 17:27:02 +02:00
4b0904fa1b
do not allow js 2023-06-13 17:25:24 +02:00
325d45f690
remove scripts not part of this 2023-06-13 17:20:11 +02:00
4f033efaa7
fixed wrong removal of .js 2023-06-13 17:16:11 +02:00
9baab693fc
fix spacing 2023-06-13 17:11:39 +02:00
5feeab9182
fixed typescript error on embeds.spec 2023-06-13 16:56:00 +02:00
d60b2e1544
type for mockedFetch 2023-06-13 16:22:57 +02:00
79a5db809b
build backend for fullstack tests 2023-06-13 15:32:14 +02:00
5f545f3b8f
fixed cypress 2023-06-13 15:06:04 +02:00
3f7f3c2651
"fix" decoder 2023-06-13 14:22:25 +02:00