13115 Commits

Author SHA1 Message Date
c2828a31de
word length limitation set to minimum 2 2023-04-25 12:01:10 +02:00
Moriz Wahl
7b5a88187b
Merge pull request #6242 from Ocelot-Social-Community/group-posts-cannot-be-pinned
fix(backend): group posts cannot be pinned
2023-04-25 12:00:48 +02:00
9198ec9a12
ensure 3 characters minimum 2023-04-25 11:47:30 +02:00
mahula
a780f43d82 use object notation for props 2023-04-25 11:07:00 +02:00
c88cbdc9d8
last lint 2023-04-25 04:41:43 +02:00
23588c02ec
more lint fixes 2023-04-25 04:24:34 +02:00
e228b42cc4
lint 2023-04-25 04:16:19 +02:00
efff3625a9
properly diferentiate between clearbale search and text hints 2023-04-25 04:07:26 +02:00
6102ce2fff
more lint fix 2023-04-25 04:05:43 +02:00
5c23815a36
lint fixes 2023-04-25 03:50:06 +02:00
536ef92132
more simplifications 2023-04-25 03:44:51 +02:00
4a5c56203b
simplified searchableInput further - fixed on Enter 2023-04-25 02:44:46 +02:00
c7fbe9beef
removed test for onDelete event 2023-04-25 02:36:01 +02:00
33d5758686
removed comments 2023-04-25 02:35:43 +02:00
6025706b4b
fix searchableInput field component to properly retrigger search on delete, clear properly etc 2023-04-25 02:19:50 +02:00
ca24cf4405
simplyfy logic, use language ahortcuts 2023-04-25 02:19:15 +02:00
a10916fc14
remove falsy values, but do not limit characters 2023-04-25 02:15:16 +02:00
Hannes Heine
3594e8387f
Merge branch 'master' into group-posts-cannot-be-pinned 2023-04-24 09:41:43 +02:00
mahula
94656a901b linting 2023-04-21 12:34:41 +02:00
mahula
35bd3d2a61 use action radius select in group form 2023-04-21 12:11:06 +02:00
mahula
c951a900ad add action radius select component 2023-04-21 12:03:34 +02:00
e2667a1a98
Merge pull request #6213 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-soundcloud-5.34.2
Bump metascraper-soundcloud from 5.33.5 to 5.34.2 in /backend
2023-04-20 16:49:22 +02:00
dependabot[bot]
aceb422e76
Bump metascraper-soundcloud from 5.33.5 to 5.34.2 in /backend
Bumps [metascraper-soundcloud](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-soundcloud) from 5.33.5 to 5.34.2.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-soundcloud/CHANGELOG.md)
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.34.2/packages/metascraper-soundcloud)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 13:23:06 +00:00
mahula
d9c36d7f72
Merge pull request #6151 from Ocelot-Social-Community/6138-refactor-fix-workflows
refactor(other): refactor test workflows
2023-04-20 15:11:56 +02:00
Moriz Wahl
b672b62e0d no pin post button for posts in group 2023-04-20 14:33:51 +02:00
Moriz Wahl
af19e31178 fix(backend): posts in groups cannot be pinned 2023-04-20 14:32:30 +02:00
mahula
588342f637
Merge branch 'master' into 6138-refactor-fix-workflows 2023-04-20 14:27:02 +02:00
9304446cb5
Merge pull request #6230 from Ocelot-Social-Community/deployment-fix-typo
fix(other): deployment fix typo, update stage.ocelot.social reference
2023-04-20 14:21:53 +02:00
bacf331632
Merge branch 'master' into deployment-fix-typo 2023-04-20 13:48:38 +02:00
aa182ec60e
Merge pull request #6217 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-url-5.34.2
fix(other): bump metascraper-url from 5.33.5 to 5.34.2 in /backend
2023-04-20 13:46:00 +02:00
c3f8b37135
fixed specc 2023-04-20 11:35:58 +02:00
dependabot[bot]
21fe489fb6
Bump metascraper-url from 5.33.5 to 5.34.2 in /backend
Bumps [metascraper-url](https://github.com/microlinkhq/metascraper) from 5.33.5 to 5.34.2.
- [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.33.5...v5.34.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 08:39:24 +00:00
Moriz Wahl
119a73a645
Merge branch 'master' into deployment-fix-typo 2023-04-19 16:56:29 +02:00
355aeb5b84
Merge pull request #6235 from Ocelot-Social-Community/publish-stage-yunite-hook
fix(other): workflow typo
2023-04-19 14:44:39 +02:00
a173bfc50a
Merge branch 'master' into publish-stage-yunite-hook 2023-04-19 14:09:36 +02:00
9531cf65a2
fix typo 2023-04-19 14:07:45 +02:00
03b0b450c3
Merge pull request #6234 from Ocelot-Social-Community/publish-stage-yunite-hook
feat(other): publish stage.yunite.me hook
2023-04-19 14:05:21 +02:00
a4db8f3853
updated stage.ocelot.social ref 2023-04-19 13:28:09 +02:00
19cc1043ee
dispatch build success to stage.yunite.me 2023-04-19 13:28:00 +02:00
14aefebbf3
Merge pull request #6229 from Ocelot-Social-Community/kubernetes-memory-limits
fix(other): reduce kubernetes memory limits
2023-04-19 13:01:54 +02:00
c1bd50e3b5
updated stage occelot reference 2023-04-18 12:32:02 +02:00
5e089ddb0d
removed some artifact from branded-images.build script 2023-04-18 12:31:29 +02:00
mahula
cac4d0a6fe
Merge branch 'master' into 6138-refactor-fix-workflows 2023-04-18 09:16:29 +02:00
5b8422146e
reduce kubernetes memory limits 2023-04-18 00:11:27 +02:00
7f136658c3
Merge pull request #6228 from Ocelot-Social-Community/deployment-branded-image-names
fix(other): deployment for branded image with custom names
2023-04-17 21:55:15 +02:00
e53dd015f7
Merge branch 'master' into deployment-branded-image-names 2023-04-17 17:10:09 +02:00
f653af29b7
Merge pull request #6219 from Ocelot-Social-Community/dependabot/docker/backend/node-19.9.0-alpine3.17
Bump node from 19.8.1-alpine3.17 to 19.9.0-alpine3.17 in /backend
2023-04-17 16:43:37 +02:00
98f2185f3e
updated submodules 2023-04-17 15:12:47 +02:00
dependabot[bot]
4597f9b923
Bump node from 19.8.1-alpine3.17 to 19.9.0-alpine3.17 in /backend
Bumps node from 19.8.1-alpine3.17 to 19.9.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-04-17 13:11:23 +00:00
64b7c73cb7
Merge branch 'master' into deployment-branded-image-names 2023-04-17 15:08:55 +02:00