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
Moriz Wahl
2777e337f8
invite codes. typo in factory
2021-01-19 17:22:36 +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
c6ff0723ee
inviteCodes: tests are working as expected, fixed factory
2021-01-14 22:34:53 +01:00
Moriz Wahl
f20e17dcc1
query for validation of invite code
2021-01-12 21:25:25 +01:00
Moriz Wahl
0c141b631f
factory and seeding for invite codes
2021-01-12 20:11:47 +01:00
Moriz Wahl
75485fe237
linting
2020-12-21 10:07:43 +01:00
Moriz Wahl
3f02ade329
createdAt converted toString in Email
2020-12-21 09:52:45 +01:00
Moriz Wahl
cee3317918
default user can login
2020-12-18 09:40:04 +01:00
Moriz Wahl
4fd136c625
Default user is created but cannot login sofar
2020-12-17 19:56:41 +01:00
Moriz Wahl
e90bc9fd46
undo changes on terms and condition agreed
2020-09-24 12:38:25 +02:00
Moriz Wahl
da801d6410
Removed category fragments form search gql
2020-06-02 15:43:56 +02:00
Moriz Wahl
de2193e75a
changes requested by reviewers
2020-06-02 14:12:14 +02:00