Wolfgang Huß
3ab33a44f1
Check permission not given for resolver ChangeGroupMemberRole if admin will change their own member role in group already at the beginning of 'isAllowedToChangeGroupMemberRole'
...
Co-Authored-By: Mogge <moriz.wahl@gmx.de>
2022-08-23 05:21:53 +02:00
Wolfgang Huß
e3549d3aa9
Rename resolver SwitchGroupMemberRole to ChangeGroupMemberRole
...
Co-Authored-By: Mogge <moriz.wahl@gmx.de>
2022-08-23 05:11:10 +02:00
Wolfgang Huß
e91394948c
Add tests for 'SwitchGroupMemberRole' resolver
2022-08-22 10:08:58 +02:00
Wolfgang Huß
0fe609e294
Add test for find all member of closed and hidden groups if you are usual member
2022-08-22 07:19:07 +02:00
Wolfgang Huß
695a71bf25
Implement 'SwitchGroupMemberRole' resolver and write the beginning to test it
2022-08-20 09:43:37 +02:00
Wolfgang Huß
14620b00eb
Add tests for 'JoinGroup' and 'GroupMember' resolver
2022-08-19 10:47:17 +02:00
Wolfgang Huß
d36f0eab57
Add tests for 'GroupMember' resolver, a start
2022-08-18 11:48:26 +02:00
Wolfgang Huß
25ed30dba1
Implement 'EnterGroup' resolver
2022-08-18 10:12:11 +02:00
Wolfgang Huß
27b74eb9e1
Implement 'GroupMember' resolver, a first step
2022-08-17 12:11:52 +02:00
Wolfgang Huß
94411648fd
Implement 'Group' query, first step
2022-08-03 13:29:49 +02:00
Wolfgang Huß
f565e5fb6a
Implement 'CreateGroup' with tests
2022-08-02 16:20:11 +02:00
Wolfgang Huß
1639726130
Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 4092-implement-new-registration
2021-03-30 04:51:44 +02:00
6584151a39
fixed frontend config value evaluation & default values for INVITE_REGISTRATION. Unified the way the config is accessed.
2021-03-19 12:24:42 +01:00
Moriz Wahl
53c8b532e5
temporary invite button in backand. Must be refactored!
2021-03-19 12:24:42 +01:00
Moriz Wahl
ed51c4a786
permissions for Signup with invite code
2021-03-04 19:00:53 +01:00
Moriz Wahl
81fdb1c80e
signup with invitecode to schema
2021-03-04 16:18:55 +01:00
Moriz Wahl
b2ab320270
nonce changed to 5 digit string, ValidateNonce query added
2021-03-02 04:35:53 +01:00
Moriz Wahl
1c3f628fb2
count views of post teaser
2021-03-01 15:33:20 +01:00
Moriz Wahl
a5df793c55
avoid introspection to get available roles as admin
2021-02-16 13:12:18 +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
d9e553b800
- backend implementation location query
2021-02-02 02:48:31 +01:00
Moriz Wahl
5d14ebc113
Merge pull request #4144 from Ocelot-Social-Community/2144-Add_Search_Results_Page
...
feat: 🍰 Search Results Page
2021-01-28 20:00:32 +01:00
c420e18543
- lint fixes
2021-01-22 17:38:54 +01:00
4b04a6bb5c
- fixed webfinger test to work with docker(hackfix)
...
- fixed permissions middleware to properly authenticate users
2021-01-22 16:53:13 +01:00
Wolfgang Huß
16c3d2ab87
Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 2144-Add_Search_Results_Page
2021-01-21 08:01:40 +01:00
Moriz Wahl
190f9ba322
setup for switch iser role as admin
2021-01-18 17:37:57 +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
Moriz Wahl
f20e17dcc1
query for validation of invite code
2021-01-12 21:25:25 +01:00
Moriz Wahl
9449a55d42
qyery for generated invite codes
2021-01-12 16:43:34 +01:00
Moriz Wahl
dd6cafed4c
basic specs for inviteCodes
2021-01-11 21:25:02 +01:00
Moriz Wahl
a1967815bf
further invite code
2021-01-07 13:30:11 +01:00
Moriz Wahl
a67b74cae0
backend for export user data
2020-09-24 17:24:27 +02:00
Moriz Wahl
269c2d78dd
searchHashtags added
2020-04-08 17:59:49 +02:00
mattwr18
db20af2d39
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2144-Add_Search_Results_Page
2020-04-02 08:19:43 +02:00
mattwr18
e8492b59f4
feat: add pagination for search page
...
- it wasn't really making sense to have one query for all users/posts,
future hashtags, because we change the first/offset when the user
paginates, which would unneccesarily refetch all other resources.
- the solution was to separate them into their own queries and only
refetch when the user wants to paginate the resources.
2020-04-02 00:36:26 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
mattwr18
906f1bc0ca
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2144-Add_Search_Results_Page
2020-03-19 16:02:54 +01:00
mattwr18
627b47837e
Rename findResources to searchResults
2020-03-18 19:45:48 +01:00
ogerly
3d8fe4d850
feature: Delete_user_as_admin_through_API_only
2020-03-10 18:21:45 +01:00
Wolfgang Huß
4bd7f61fcc
Refactor GQL schema, resolvers and moderators report list
...
- Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2020-02-20 10:35:37 +01:00
Wolfgang Huß
ba3cfa8e04
Set sensible report properties to moderators only in the permissionsMiddleware
2020-02-14 16:52:51 +01:00
mattwr18
60cd593826
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1724-block-users
2020-01-30 10:47:50 +01:00
mattwr18
8accc62f18
Merge branch 'master' of github.com:Human-Connection/Human-Connection into neo4j_data_migrations
2020-01-22 15:23:11 +01:00
mattwr18
704b8c2d57
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1724-block-users
2020-01-21 21:15:03 +01:00
mattwr18
c7ee90e980
Follow @roschaefer PR suggestions
...
- As blocking is now reciprocal, we do not need another query, we can
use neo4j-graphql-js magic to query for a BLOCKED relationship between
the postAuthor and the currentUser
2020-01-21 18:50:46 +01:00
roschaefer
b063847849
refactor: Make db:setup init stage of migrate
2020-01-20 11:00:52 +01:00
mattwr18
84e475fd8a
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 279-blacklist-users-content
2020-01-13 21:22:58 +01:00
mattwr18
5d5574b1b5
Blocked users cannot comment on my posts
2020-01-09 16:07:25 +01:00
mattwr18
ba3e9e1025
Rename blacklist/whitelist to mute/unmute
...
- Follow @roschaefer suggestion in issue
- This can be reverted if we decide otherwise
2020-01-08 18:04:26 +01:00
mattwr18
c297b83f87
Convert block/unblock to blacklist/whitelist
...
- at the moment, we have implemented blocked like we want the
blacklist/whitelistUserContent to be, with the exception that is should
not be both ways. If I blacklist a user's content, they still see my
content in their news feed.
2020-01-07 18:57:35 +01:00