ogerly
|
8d27846602
|
add datepicker
|
2023-04-05 20:07:32 +02:00 |
|
dependabot[bot]
|
180c363f9c
|
Bump node from 19.4.0-alpine3.17 to 19.8.1-alpine3.17 in /backend
Bumps node from 19.4.0-alpine3.17 to 19.8.1-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-04-05 17:04:02 +00:00 |
|
|
|
009135587b
|
Merge pull request #6200 from Ocelot-Social-Community/dependabot/npm_and_yarn/babel/core-7.21.4
Bump @babel/core from 7.9.0 to 7.21.4
|
2023-04-05 19:03:15 +02:00 |
|
ogerly
|
d2fec8ea2f
|
first step for events
|
2023-04-05 10:24:58 +02:00 |
|
dependabot[bot]
|
2d3b6331bb
|
Bump @babel/core from 7.9.0 to 7.21.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.9.0 to 7.21.4.
- [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.21.4/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-04 22:55:44 +00:00 |
|
|
|
992b2fc849
|
Merge pull request #6204 from Ocelot-Social-Community/dependabot/npm_and_yarn/babel/preset-env-7.21.4
Bump @babel/preset-env from 7.12.7 to 7.21.4
|
2023-04-05 00:53:24 +02:00 |
|
dependabot[bot]
|
578d7f47ef
|
Bump @babel/preset-env from 7.12.7 to 7.21.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.21.4.
- [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.21.4/packages/babel-preset-env)
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-04 21:09:27 +00:00 |
|
|
|
81c6803c93
|
Merge pull request #6098 from Ocelot-Social-Community/dependabot/npm_and_yarn/expect-29.5.0
Bump expect from 25.3.0 to 29.5.0
|
2023-04-04 22:45:00 +02:00 |
|
Moriz Wahl
|
204a3758c7
|
Merge pull request #6197 from Ocelot-Social-Community/create-posts-for-events
feat(backend): create and update posts with labels
|
2023-04-04 15:59:26 +02:00 |
|
dependabot[bot]
|
1555633318
|
Bump expect from 25.3.0 to 29.5.0
Bumps [expect](https://github.com/facebook/jest/tree/HEAD/packages/expect) from 25.3.0 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/expect)
---
updated-dependencies:
- dependency-name: expect
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-01 01:57:17 +00:00 |
|
Moriz Wahl
|
cea4e06b16
|
Merge pull request #6196 from Ocelot-Social-Community/article-post-migration
feat(backend): add article label to posts
|
2023-03-30 15:20:50 +02:00 |
|
Moriz Wahl
|
2a8a993ff8
|
updatePost with event type
|
2023-03-30 15:03:21 +02:00 |
|
Moriz Wahl
|
0c225715fa
|
test create post with event properties
|
2023-03-30 14:43:25 +02:00 |
|
Moriz Wahl
|
4dc8952fc8
|
no only in test
|
2023-03-30 10:31:13 +02:00 |
|
Moriz Wahl
|
927da4ffb8
|
feat(backend): event parameters
|
2023-03-30 10:28:47 +02:00 |
|
Moriz Wahl
|
f00b36b99e
|
update posts with post type parameter
|
2023-03-29 17:36:36 +02:00 |
|
Moriz Wahl
|
2c52d08a94
|
test update posts for categories again
|
2023-03-29 17:26:15 +02:00 |
|
Moriz Wahl
|
0f7c2d014c
|
refactor test for update post: user createPost mutation instead of factory. Porblem: Imagesgit add .!
|
2023-03-29 17:10:21 +02:00 |
|
Moriz Wahl
|
2b43041fe4
|
test postType=Article for createPost and move createPostMutation to graphql folder
|
2023-03-29 16:54:57 +02:00 |
|
Moriz Wahl
|
507fa4c352
|
test default label Article for postType property on create post
|
2023-03-29 16:36:08 +02:00 |
|
Moriz Wahl
|
a67482b94f
|
add postType property to post type
|
2023-03-29 16:21:51 +02:00 |
|
Moriz Wahl
|
6d377ecaaa
|
feat(backend): create/update post with post type
|
2023-03-29 16:02:44 +02:00 |
|
Moriz Wahl
|
84811d8937
|
feat(backend): add article label to posts
|
2023-03-29 15:48:35 +02:00 |
|
Wolfgang Huß
|
84106bb746
|
Merge branch 'master' into 6138-refactor-fix-workflows
|
2023-03-27 10:18:32 +02:00 |
|
Wolfgang Huß
|
7f39b24dce
|
Merge pull request #6180 from Ocelot-Social-Community/release-v2.5.1-fix-filter-menu
chore(other): release v2.5.1 – fix filter menu width
|
2023-03-23 11:06:17 +01:00 |
|
Wolfgang Huß
|
08def14caf
|
Release v2.5.1 - fix filter menu width
|
2023-03-23 09:03:59 +01:00 |
|
Wolfgang Huß
|
ec7c3bbfe8
|
Merge pull request #6185 from Ocelot-Social-Community/6184-add-tooltips-to-all-menu-icons
feat(webapp): add tooltips to all menu icons
|
2023-03-23 08:55:10 +01:00 |
|
Wolfgang Huß
|
26b90fce47
|
Add tooltip to locale switch menu
|
2023-03-23 08:21:46 +01:00 |
|
Wolfgang Huß
|
28505a5b18
|
Add tooltip to header notifications menu
|
2023-03-23 08:11:30 +01:00 |
|
Wolfgang Huß
|
f542ab3052
|
Change text of invite friends header menu button
|
2023-03-23 08:00:51 +01:00 |
|
Wolfgang Huß
|
1a1561ce14
|
Fix locale identifier from 'avatarMenu.Groups' to 'avatarMenu.groups'
|
2023-03-23 07:55:10 +01:00 |
|
Wolfgang Huß
|
4c0469f61a
|
Add tooltip to header avatar menu
- Add 'showProfileNameTitle' to profile avatar.
|
2023-03-23 07:51:19 +01:00 |
|
Hannes Heine
|
ee6a7dab48
|
Merge pull request #6177 from Ocelot-Social-Community/fix-my-filter-max-width
fix(webapp): popup filter max-width
|
2023-03-22 14:03:24 +01:00 |
|
elweyn
|
c4699c4e2a
|
fix(webapp): Popup filter max-width
|
2023-03-22 10:43:18 +01:00 |
|
Wolfgang Huß
|
436247c84d
|
Merge pull request #6172 from Ocelot-Social-Community/release-v2.5.0
chore(other): release v2.5.0
|
2023-03-21 15:36:37 +01:00 |
|
Wolfgang Huß
|
6524239f59
|
Release v2.5.0
|
2023-03-21 13:23:27 +01:00 |
|
|
|
58b2d7a715
|
Merge pull request #6171 from Ocelot-Social-Community/deployment-brand-include-github-run-number
fix(other): publish transmit github run number properly
|
2023-03-21 13:15:50 +01:00 |
|
|
|
d90984ee5d
|
Merge branch 'master' into deployment-brand-include-github-run-number
|
2023-03-21 12:39:34 +01:00 |
|
|
|
69cf9c6510
|
fix publish
|
2023-03-21 12:18:09 +01:00 |
|
|
|
1e0ca4719c
|
Merge pull request #6170 from Ocelot-Social-Community/deployment-brand-include-github-run-number
feat(other): deployment include GitHub run number on branded images
|
2023-03-21 11:39:24 +01:00 |
|
|
|
6db246b3d9
|
updated stage.ocelot.social reference
|
2023-03-21 10:57:15 +01:00 |
|
|
|
3a4f7b40b6
|
supply github run number via json payload, tag branded images with ocelot build number
|
2023-03-21 10:57:05 +01:00 |
|
|
|
29e0e1000f
|
Merge pull request #6167 from Ocelot-Social-Community/migration-search-indexes
fix(backend): new migration to create search indexes
|
2023-03-21 10:18:53 +01:00 |
|
Hannes Heine
|
9e8d9cb1fb
|
Merge branch 'master' into migration-search-indexes
|
2023-03-21 08:02:57 +01:00 |
|
Hannes Heine
|
9e2f7a882c
|
Merge pull request #6168 from Ocelot-Social-Community/cluster-deploy-no-debug-mode
fix(other): prevent exposing secrets in the github actions by not setting debug mode on cluster deploy
|
2023-03-21 08:00:00 +01:00 |
|
Hannes Heine
|
9101140645
|
Merge branch 'master' into cluster-deploy-no-debug-mode
|
2023-03-21 07:28:03 +01:00 |
|
Hannes Heine
|
41f3472ba7
|
Merge pull request #6169 from Ocelot-Social-Community/deployment-echo-current-configuration
feat(other): echo current configuration when running scripts
|
2023-03-21 07:27:23 +01:00 |
|
|
|
ceed23893a
|
remove console statement, lint fixes
|
2023-03-20 22:36:43 +01:00 |
|
|
|
bfca086e7b
|
only drop indexes if they exist
|
2023-03-20 22:17:07 +01:00 |
|
|
|
cf4a5db6ac
|
Merge branch 'master' into deployment-echo-current-configuration
|
2023-03-20 21:42:12 +01:00 |
|