Wolfgang Huß
6f6dc4e7fd
Refactor 'groupMembersQuery' to a function that returns GQL
...
- Toast some Apollo GQL error messages
2022-09-18 17:51:26 +02:00
Wolfgang Huß
a85085ca74
Refactor 'changeGroupMemberRoleMutation', 'groupQuery' to a function that returns GQL
2022-09-18 17:35:08 +02:00
Wolfgang Huß
14824c8b33
Refactor 'leaveGroupMutation' to a function that returns GQL
2022-09-18 17:15:29 +02:00
Wolfgang Huß
1c040e1549
Refactor 'joinGroupMutation' to a function that returns GQL
2022-09-18 14:07:38 +02:00
Wolfgang Huß
6df10e5588
Refactor 'updateGroupMutation' to a function that returns GQL
...
- Add and refactor some tests for the user resolvers.
- Refactor minor in general.
2022-09-18 08:35:31 +02:00
Wolfgang Huß
7d9e42806c
Refactor 'createGroupMutation' to a function that returns GQL
2022-09-18 07:07:11 +02:00
Wolfgang Huß
0048486a78
Refactor to save location in db by 'UpdateUser', 'CreateGroup', and 'UpdateGroup' resolvers
...
- Refactor, add, and refine tests of location for 'CreateGroup' and 'UpdateGroup' resolvers.
2022-09-17 20:55:43 +02:00
Wolfgang Huß
a4575f3ad0
Implement 'location' on group profile
2022-09-17 01:00:50 +02:00
Wolfgang Huß
57f7a43d09
Test locations in group resolvers
2022-09-16 21:09:45 +02:00
Wolfgang Huß
d32c137cff
Implement 'locationName', 'location' in 'CreateGroup', 'UpdateGroup', and 'Group' resolvers
2022-09-16 07:40:33 +02:00
Wolfgang Huß
b23f4ea47b
Implement descriptionExcerpt on group profile
2022-09-15 09:55:51 +02:00
Wolfgang Huß
6af9e0cec0
Merge branch '5059-groups/5318-group-profile-second' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5318-group-profile-members-list-etc
...
# Conflicts:
# webapp/locales/de.json
# webapp/locales/en.json
2022-09-14 16:18:37 +02:00
Wolfgang Huß
210aebb829
Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5318-group-profile-second
2022-09-14 14:27:01 +02:00
Wolfgang Huß
6a9c040722
Implement 'LeaveGroup' resolver
2022-09-13 20:23:34 +02:00
Wolfgang Huß
ee026a3e15
Remove unused parameters in 'GroupMembers' query
2022-09-10 13:16:34 +02:00
Wolfgang Huß
5eabdf1495
Comment out unimplemented parameters in 'Group' resolver
2022-09-10 07:46:08 +02:00
Wolfgang Huß
36f6fee8be
Query groups by 'Group' resolver via 'slug' and test it
2022-09-09 13:44:13 +02:00
Moriz Wahl
d05919fddb
add active categories to current user query
2022-09-07 14:08:03 +02:00
Moriz Wahl
341e386207
linting
2022-09-07 13:37:48 +02:00
Moriz Wahl
d4c338e04e
add save categories mutation
2022-09-06 18:50:33 +02:00
Wolfgang Huß
9b83b37ea3
Upload group avatar on group profile page
2022-09-06 09:14:28 +02:00
Wolfgang Huß
6280fa99cf
Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5190-group-profile
2022-08-29 11:28:50 +02:00
Wolfgang Huß
e82d35c824
Fix linting
2022-08-25 23:17:50 +02:00
Wolfgang Huß
e1f4609c25
!!! Temp !!!
2022-08-23 04:48:38 +02:00
Wolfgang Huß
f6bfc8aa7f
Merge pull request #5143 from Ocelot-Social-Community/5142-rename-UserGroup-to-UserRole
...
refactor: 🍰 Rename `UserGroup` To `UserRole`
2022-08-09 09:02:27 +02:00
Wolfgang Huß
a8a6acb9f7
Rename 'UserGroup' to 'UserRole'
2022-08-03 08:14:05 +02:00
Moriz Wahl
bc955003f7
add optional categories to teaser and post
2022-07-25 20:03:00 +02:00
Wolfgang Huß
7ae5593f82
Implement user notifications settings
2021-09-22 14:05:10 +02:00
Wolfgang Huß
59dfb4662e
Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 4265-move-sort-newsfeed-menu-into-filter-menu
2021-05-06 16:04:09 +02:00
Wolfgang Huß
d40dd94868
Implement showDonations in the database
...
- Add to backend tests.
2021-04-15 10:51:01 +02:00
589fe438e2
fix Search.feature
2021-04-12 13:24:53 +02:00
Wolfgang Huß
266ed76639
Implement 'inviteCode' in webapp calling Mutations 'Signup', 'SignupVerify'
...
- Replace in calls of 'setSliderValuesCallback' 'this.sliderData.sliders[this.sliderIndex].validated' by 'null', because validation does not change.
2021-03-09 11:09:32 +01:00
Moriz Wahl
1c3f628fb2
count views of post teaser
2021-03-01 15:33:20 +01:00
Moriz Wahl
88fd83ec2b
Merge pull request #4248 from Ocelot-Social-Community/count-post-views
...
feat: 🍰 Count Post Clicks
2021-03-01 14:55:14 +01:00
Moriz Wahl
96066eae02
tests fixed for clickedCount
2021-02-22 22:23:56 +01:00
Moriz Wahl
d3eafc9b69
add clickedCount to PostTeaser
2021-02-22 21:13:24 +01:00
Moriz Wahl
a5df793c55
avoid introspection to get available roles as admin
2021-02-16 13:12:18 +01:00
Moriz Wahl
c528269cb2
change user roles is working, test fails
2021-02-10 13:08:42 +01:00
Moriz Wahl
9ef42940ae
change user roles: fixed mutation parameters, added success toast
2021-02-10 13:08:42 +01:00
Wolfgang Huß
567758bc56
Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 4124-switch-user-role
2021-02-10 13:08:41 +01:00
Moriz Wahl
55983db2ca
Merge pull request #4199 from Ocelot-Social-Community/1934-image-cropping-optional
...
feat: Image Cropping Is Optional
2021-02-09 16:20:03 +01:00
Moriz Wahl
664d3d2c42
image type in frontend
2021-02-04 21:05:04 +01:00
31038c5c2a
- lint fixes
2021-02-02 02:48:31 +01:00
c0b25040c3
- frontend implementation location query
...
- remove mapboxtoken from .env template
2021-02-02 02:48:31 +01:00
Wolfgang Huß
7ffd8c59cb
Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 2144-Add_Search_Results_Page
2021-01-25 08:24:47 +01:00
narendra chandra
d5e227a38a
Added user role change feature
2021-01-24 21:07:45 -05:00
Moriz Wahl
250d231a74
auto detect language. Input field in contribution form removed.
2021-01-21 13:30:56 +01:00
Wolfgang Huß
7dbc833e22
Merge branch '2144-Add_Search_Results_Page' of https://github.com/Human-Connection/Human-Connection into HC-2144-Add_Search_Results_Page
...
# Conflicts:
# webapp/pages/profile/_id/_slug.vue
2021-01-18 14:12:13 +01:00
Wolfgang Huß
a94d7188be
Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into feature/mark-all-notification-as-read-test
2020-11-12 15:37:38 +01:00
Ademílson F. Tonato
0bffede021
feat: add mutation for new functionality (mark-all-as-read)
...
- Add mutation for markAllAsRead (notifications)
- Add method to the schema that returns a list of all notifications
- Add permissions rules to invoke this method (isAuthenticated)
See #2660
2020-10-24 11:29:09 +01:00