|
|
6fc3c03860
|
feat(backend): group pins (#9034)
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
|
2026-01-28 16:53:29 +01:00 |
|
dependabot[bot]
|
fa71b0e189
|
build(deps-dev): bump the cypress group across 1 directory with 3 updates (#9058)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-18 12:29:03 +01:00 |
|
|
|
45d2283138
|
refactor(backend): externalize all remaining queries in spec files (#8902)
* refactor: externalize all remaining queries in spec files
* User with different queries due to permissions
* fix notification:groups
* fix hashtagsmiddleware
* fix blockedUsers
* fix softDeleteMiddleware
* fix shouts.spec
* fix userInteractions spec
* fix mutedUsers spec
* seocialMedia spec
* fix notificationMiddleware.spec
* fix user.spce & fix undefined activeCategories
* fix notifications.spec
* fix userInteractions.spec
* fix blockedUsers & mutedUsers spec
* remove unused comment
* fix locations spec
* fix orderByMiddleware & spec
* fix lint
* fix shout spec
|
2025-09-18 17:43:15 +02:00 |
|
|
|
a0c205b379
|
feat(backend): file upload chat backend (#8657)
* Prepare image uploads in chat
* files instead of images
* Fix file type and query
* Add dummy data to resolver
* fix graphql types
* Fix file upload, remove unncessary code
* Re-add fetch
* Fix room order after sent message
* Update backend/src/graphql/queries/messageQuery.ts
* Move room to top of list when a message is received
* working prototype chat file upload
* remove console
* allow to upload all kinds of files
* multiple images
* revert changes in S3 Images
* tag mimetype
* accept any file
* lint fix
* remove snapshot flakyness
* remove whitelist test
* fix messages spec
* fix query
* more query fixes
* fix seed
* made message resolver tests independent
* lint
* started specc for attachments
* more tests & fixes
* fix empty room error
* remove console logs
* fix tests
* fix createRoom last Messsage error properly
* lint fixes
* reduce changeset
* simplify config check
* reduce changeset
* missing change
* allow speech capture
* Fix file download
* Implement proper download
---------
Co-authored-by: Maximilian Harz <maxharz@gmail.com>
|
2025-06-13 19:02:37 +00:00 |
|
|
|
e87a33eb3f
|
feat(backend): push posts (#8609)
* push posts
push posts
* unpush posts
* fix comment query
* locales
* fix locales
* fix tests
* Update webapp/locales/de.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
* Update webapp/locales/de.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
* Update webapp/locales/de.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
* fix unpushedSuccessfully english message
* remove paremeters from unpushPost
* rename pushPostToTop -> pushPost, tests
* update locales & tests webapp
* fix lint
---------
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
|
2025-06-03 17:57:21 +02:00 |
|
|
|
3f4d648562
|
feat(backend): group invite codes (#8499)
* invite codes refactor
typo
* lint fixes
* remove duplicate initeCodes on User
* fix typo
* clean permissionMiddleware
* dummy permissions
* separate validateInviteCode call
* permissions group & user
* test validateInviteCode + adjustments
* more validateInviteCode fixes
* missing test
* generatePersonalInviteCode
* generateGroupInviteCode
* old tests
* lint fixes
* more lint fixes
* fix validateInviteCode
* fix redeemInviteCode, fix signup
* fix all tests
* fix lint
* uniform types in config
* test & fix invalidateInviteCode
* cleanup test
* fix & test redeemInviteCode
* permissions
* fix Group->inviteCodes
* more cleanup
* improve tests
* fix code generation
* cleanup
* order inviteCodes result on User and Group
* lint
* test max invite codes + fix
* better description of collision
* tests: properly define group ids
* reused old group query
* reuse old Groupmembers query
* remove duplicate skip
* update comment
* fix uniqueInviteCode
* fix test
|
2025-05-08 19:18:40 +00:00 |
|
|
|
edce234745
|
move models into database folder (#8471)
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
|
2025-05-02 11:34:43 +00:00 |
|