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
Wolfgang Huß
9aacb22a58
Merge pull request #3293 from Human-Connection/1741-follow-lists
...
feat: FollowerList [1741]
2020-04-20 13:01:29 +02:00
Moriz Wahl
80776d012d
added userCounts and postCounts to specific searchResults
2020-04-08 17:39:09 +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
mattwr18
52b5a4b0f8
fix(migration): Set maxSockets to avoid rate limit
2020-03-30 14:14:06 +02:00
mattwr18
ff348fdd5c
chore: remove image nodes that point to nothing
...
- remove their relationships to posts/users as well
2020-03-26 19:01:09 +01:00
roschaefer
cedd0ac9e8
Code creep: Avoid migration errors
...
..because of existing indices. I think this is unnecessary, e.g. in
development.
2020-03-26 16:41:32 +01:00
roschaefer
2e1d5b6bb8
chore(migration): Remove dangling urls
2020-03-26 16:39:03 +01:00
mattwr18
bde6bfc5fa
fix(migration): fix errors after dry run
...
- avoid content-type is not a string, by checking if there is a mimeType
or giving it a default 'image/jpeg'
- check if the file exists before trying to upload it (maybe this is
only an issue locally, but about half the files didn't exist in the
file system.
2020-03-26 14:03:21 +01:00
Raphael Beer
ebebb56a36
Chore: apply prettier update to backend change
2020-03-26 04:18:00 +01:00
Raphael Beer
481c96ee04
Change: seed db with all random users being followers/followed by user@example.com
2020-03-25 12:45:55 +01:00
roschaefer
32da8b2982
refactor: Remove redundant credentials
...
aws-sdk reads them from environment variables.
2020-03-25 11:09:06 +01:00
roschaefer
eb838257d4
Ensure overwritten images are deleted on S3
2020-03-25 11:09:06 +01:00
mattwr18
c33217c526
Find mimeType/update image.url
2020-03-25 11:07:57 +01:00
roschaefer
179d9d000a
Start migration to bulk upload images to S3
2020-03-25 11:07:57 +01:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
mattwr18
e0e026a8b8
fix(migration): return null for Image.url
2020-03-23 18:46:28 +01:00
roschaefer
ed7b739d98
fix(migration): Avoid unique constraint violation
2020-03-20 20:25:37 +01:00
Moriz Wahl
7d29400ef9
tag fulltext index added to store
2020-03-19 15:44:30 +01:00
Moriz Wahl
1c43d5fe6f
Search for Hashtags works due watching route in pages/index.vue
2020-03-19 14:19:13 +01:00
Moriz Wahl
e236838523
migration added for index for fulltext tag search
2020-03-19 12:55:59 +01:00
Robert Schäfer
512ef672bf
feat: Introduce graphql image type ( #3043 )
...
* refactor(graphql): Introduce image type
* Undo changes to .travis.yml
* chore: Upgrade travis to node LTS
- URL is available since v10
* chore: use lts
Co-authored-by: mattwr18 <mattwr18@gmail.com>
2020-03-16 15:32:19 +01:00
roschaefer
c9caa5bf4c
Fix uuid deprecations
2020-02-25 13:16:48 +01:00
Robert Schäfer
b003fb3f10
Merge pull request #2589 from Human-Connection/2587-geolocation-swap-lng-with-lat
...
fix: swap lat and lng
2020-02-18 17:55:57 +01:00
Moriz Wahl
5b41561cc4
throw error added to template
2020-02-18 14:16:46 +01:00