Wolfgang Huß
0f8abe770a
Move GQL mutation 'loginMutation' in 'user_management.spec.js' into a separate file
2022-08-15 15:02:04 +02:00
Wolfgang Huß
916dfbb46e
Move or use GQL mutations in seeding to or from separate files
2022-08-15 14:00:36 +02:00
Wolfgang Huß
0149af12d4
Cleanup
2022-08-09 16:50:28 +02:00
Wolfgang Huß
7847d6912c
Return 'categories' in the 'Group' GQL query
2022-08-09 08:21:26 +02:00
Wolfgang Huß
fcca0f378d
Implement 'Group' query, next step
2022-08-04 09:24:04 +02:00
Wolfgang Huß
867b78dfa3
Implement 'Group' query, second step
2022-08-03 15:16:23 +02:00
Wolfgang Huß
cc44ee8ebc
Refactor relations ':OWNS' and ':ADMINISTERS' to ':MEMBER_OF' with properties
2022-08-03 13:12:50 +02:00
Wolfgang Huß
520598c897
Implement 'description', 'groupType', and 'actionRadius' in 'CreateGroup'
2022-08-03 11:50:56 +02:00
Wolfgang Huß
fc20143a65
Test groups creation in slugifyMiddleware
2022-08-03 07:51:29 +02:00
Wolfgang Huß
da2c7dc684
Add migration with fulltext indeces and unique keys for groups
2022-08-03 07:29:51 +02:00
Wolfgang Huß
f565e5fb6a
Implement 'CreateGroup' with tests
2022-08-02 16:20:11 +02:00
Wolfgang Huß
bf9dd205ca
Implement GQL for groups
2022-08-02 08:26:14 +02:00
Wolfgang Huß
2afd0828eb
Fix undefined 'CONFIG' in 'seed.js'
2022-07-20 08:58:23 +02:00
Wolfgang Huß
089c4ee1bb
Refine 'publish.yml'
2022-07-20 08:13:22 +02:00
Wolfgang Huß
16812e0966
Disallow database seeding in non-staging and real production environments
2022-07-20 07:58:18 +02:00
Wolfgang Huß
7c78474cee
Implement backend constant 'PRODUCTION_DB_CLEAN_ALLOW' to enable cleaning of database for staging, a start
2022-07-19 18:51:50 +02:00
Wolfgang Huß
bdbd2c361a
Change dummy invite code from 'AAAAAA' to 'ABCDEF' to see the length
2022-06-23 18:12:37 +02:00
Wolfgang Huß
50bdfb80e2
Change from require to import which now works again
2022-05-04 09:15:47 +02:00
Wolfgang Huß
634249b407
Fix the rest of the faker imports
...
- Some seems to work even the old way?!
2022-05-03 14:22:10 +02:00
Wolfgang Huß
7bb1b0bbad
Fix faker import and change version, because of unsplash does not exist
2022-05-03 12:08:01 +02:00
Wolfgang Huß
bbb88cb1d9
Remove console.log
2022-05-02 16:53:07 +02:00
Wolfgang Huß
c0a61600e4
Revert change of faker import
2022-05-02 16:51:51 +02:00
Wolfgang Huß
47b88ffb46
Fix faker import
2022-05-02 16:28:45 +02:00
Wolfgang Huß
1a0819741f
Fix 'add-donations-node' migration
2021-12-02 11:24:18 +01:00
Wolfgang Huß
49e4111def
Fix to set 'sendNotificationEmails' on admin of db init
...
- Set other missing properties on admin of db init.
- Additionally set default donations `progress` value to `7000` to have a better looking design on the news feed for devs and testers.
- Fix test in `pages/admin/donations.spec.js`.
2021-09-29 10:32:51 +02:00
Wolfgang Huß
d5468e5123
Add db mutation for adding sendNotificationEmails property to each user
2021-09-23 15:03:11 +02:00
Wolfgang Huß
7ae5593f82
Implement user notifications settings
2021-09-22 14:05:10 +02:00
Wolfgang Huß
8295ec5827
Change donations db migration from CREATE to MERGE to work in all circumstances
2021-09-20 11:05:41 +02:00
Wolfgang Huß
629a8da241
Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 4265-move-sort-newsfeed-menu-into-filter-menu
...
# Conflicts:
# backend/src/schema/resolvers/donations.spec.js
2021-07-21 11:22:34 +02:00
Wolfgang Huß
7620d9b4da
Fix linting to this new prettier
2021-07-20 18:30:43 +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ß
924f34be5f
Migrate database by adding the donation info as node
2021-05-06 16:03:16 +02:00
Wolfgang Huß
d40dd94868
Implement showDonations in the database
...
- Add to backend tests.
2021-04-15 10:51:01 +02:00
3edf5c56e4
Admin.TagOverview.feature
...
backend lint fixes
2021-04-12 13:24:52 +02:00
d29cff193c
Notification.Mention.feature
...
Regex for URL matches "I am on page ..."
Fixed some category/search related errors
2021-04-12 13:24:51 +02: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
f2d34cc815
linting
2021-02-22 21:15:18 +01:00
Moriz Wahl
4611e298f5
migration for clickedCount
2021-02-22 21:03:12 +01:00
Moriz Wahl
4862d53196
tests added for click count
2021-02-22 20:49:33 +01:00
Moriz Wahl
a7489a044c
add null mutation
2021-02-17 21:03:18 +01:00
Wolfgang Huß
814c1b88ae
New file .gitkeep in migrations
2021-02-15 21:14:18 +01:00
Wolfgang Huß
063c730e5f
Fix 'db:migrate up' by moving examples outside of migrations folder
2021-02-15 17:53:56 +01:00
Moriz Wahl
efec46d9d4
moved old migrations from HC to examples folder to avoid conflicts with new migrations
2021-02-11 13:14:57 +01:00
Moriz Wahl
585d32ea70
aspectRation is seeded correctly for random images
2021-02-05 14:21:13 +01:00
Moriz Wahl
4a16af10ba
image property type added
2021-02-04 21:01:52 +01:00
35cfcfc1a2
Merge pull request #4133 from Ocelot-Social-Community/refactor_config
...
Refactor config
2021-01-28 20:22:21 +01:00
13c8b85c78
refactor backend config
2021-01-28 17:47:55 +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
8a4f64e030
Merge pull request #4125 from Ocelot-Social-Community/invite-codes
...
feat: Invite codes
2021-01-20 12:47:11 +01:00