Alina Beck
5d2af860db
wrap create-post link around button on user profile
2020-01-08 13:53:02 +05:30
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
Mo Zargham
e0b6f82878
removed typo!
2019-12-29 14:09:20 -05:00
Mo Zargham
4b9040a8a7
fixed format
2019-12-29 14:06:53 -05:00
Mo Zargham
3db3cb1171
removed ternary added v-if
2019-12-27 15:17:13 -05:00
Mo Zargham
3234c2e861
added language tag for posts
2019-12-27 15:02:51 -05:00
Wolfgang Huß
377f2eecd2
Merge pull request #2351 from Human-Connection/1746-Blur_explicit_Image_Content
...
Blur Images
2019-12-19 11:46:38 +01:00
Alina Beck
56b1a74e64
let eslint do some magic
2019-12-19 12:53:38 +05:30
Alina Beck
ad27404059
fix failing component tests
2019-12-19 12:48:13 +05:30
Alina Beck
ea612bdf78
replace another batch of ds-buttons with base-buttons (wip)
2019-12-19 12:19:58 +05:30
Alina Beck
f6cdf9ff64
removes LoadMore button
2019-12-19 08:39:27 +05:30
Alina Beck
99a8efa8df
fix emotions buttons markup
2019-12-19 01:03:35 +05:30
mattwr18
e002ed0b49
Add back layout changes/update db_manipulation
...
- we had removed these changes till we could deploy them by themselves
and run the db_manipulation
Co-authored-by: Alina Beck <alina.beck@mail.com>
2019-12-18 15:39:42 +01:00
Alexander Friedland
ed617f8c83
Merge branch 'master' into 1746-Blur_explicit_Image_Content
2019-12-17 07:39:26 +01:00
mattwr18
2d8fef1edc
Merge pull request #2487 from Human-Connection/fix_cannot_read_post_of_undefined_once_and_for_all
...
Fix broken scroll behaviour on index and profile page
2019-12-13 13:24:19 +01:00
mattwr18
dfd30cbaac
Remove check for setting name to null or undefined
...
- this was making things more likely to fail from the frontend, we would
need to consider doing a db manipulation for users from the old alpha
who have user.name as null.
- it only protects against someone who bypasses our UI and sends a
message directly to the backend, but if they can do that we have bigger
problems.
2019-12-13 10:17:19 +01:00
mattwr18
fd1e2c91fd
Refactor to consolidate UpdateUser mutations
2019-12-12 18:48:56 +01:00
mattwr18
d375ebe7d9
Write test/refactor tests/resolvers/middleware
...
- write tests for userMiddleware
- checks the functionality of nodes/locations middleware
- refactor to not allow users to update to remove their name
debatable whether we want that or not, but we do not allow users to
create accounts with no name, so we should be consistent, before we were
using neode to validate this, but we have are removing neode from
production code, so we must validate ourselves
- collate UpdateUser mutations to one
2019-12-12 18:14:47 +01:00
ogerly
a6cbbbeaf1
DB rename blurImage to imageBlurred
2019-12-12 10:42:52 +01:00
Alina Beck
5586335ed2
refactor css, fix design issues
2019-12-11 18:54:49 +03:00
Alexander Friedland
b89e081bad
Merge branch 'master' into 1746-Blur_explicit_Image_Content
2019-12-11 10:39:55 +01:00
ogerly
46db785550
fix lint, fix test
2019-12-11 10:33:10 +01:00
ogerly
e737a3cd82
review alina add
2019-12-11 08:25:32 +01:00
roschaefer
e24d8035b1
Fix this annoying bug with a tested helper
...
I don't know where the bug originates. But it can only be that either
`previousResult` or `fetchMore` result is sometimes undefined. This
should make the function bullet-proof for these situations.
2019-12-10 23:28:01 +01:00
Robert Schäfer
032242ac7c
Merge pull request #2481 from Human-Connection/fix_cannot_read_post_of_undefined
...
Fix `Cannot read 'Post' of undefined`
2019-12-10 19:04:12 +01:00
roschaefer
1a852ebfab
Fix Cannot read 'Post' of undefined
2019-12-10 17:53:54 +01:00
mattwr18
fb4f487abd
Revert layout changes for imageAspectRatio
...
- we still add the imageAspectRatio for new posts, but we don't do
anything with the layout until we figure out how to add
imageAspectRatios for every post with an image in the database without
causing a big downtime
2019-12-10 15:40:03 +01:00
mattwr18
a8edf46b56
Merge pull request #2422 from Human-Connection/2401-Hide_Donations_Bar
...
Hide Donations Bar
2019-12-06 11:25:55 +01:00
ogerly
652f6d1edc
fix reviews ContributionForm, ContributionForm.spec
2019-12-06 10:53:26 +01:00
ogerly
a62d59741b
fix and changes revies, fix lint
2019-12-06 09:16:14 +01:00
Alexander Friedland
dee22d33db
Merge branch 'master' into 1746-Blur_explicit_Image_Content
2019-12-06 07:21:49 +01:00
mattwr18
9fd4ad47dd
Merge pull request #2317 from Human-Connection/2253-fix-scroll-layout-issue
...
2253 fix scroll layout issue
2019-12-05 21:02:10 +01:00
mattwr18
2827a6ae38
Merge pull request #2417 from Human-Connection/2387-fix-incorrect-privacy-page-path
...
Update privacy path
2019-12-05 20:36:11 +01:00
mattwr18
be319615f8
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2253-fix-scroll-layout-issue
2019-12-05 11:16:16 +01:00
mattwr18
235702867d
Move components to components/features
...
- we are reserving _new directory for components that have no dependency
on the Nitro-Styleguide
- update pat
2019-12-04 19:38:48 +01:00
ogerly
9ee8ce27bc
Donate Button show , lint ok
2019-12-04 17:55:43 +01:00
ogerly
cc3c6e5d35
lint fix
2019-12-04 15:54:34 +01:00
ogerly
b532a38966
lint fix
2019-12-04 15:23:16 +01:00
ogerly
7c26e84463
rename Blur() to blur()
2019-12-04 15:17:21 +01:00
ogerly
7b0b2cc93e
rename checkedBlur to blurImage, testing checkbox
2019-12-04 15:14:57 +01:00
mattwr18
085b59bf4d
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1710-list-and-protocol-moderation
2019-12-04 13:23:06 +01:00
ogerly
bcb0bd21a5
test review2
2019-12-04 11:21:26 +01:00
ogerly
6ce797e8ef
test review
2019-12-04 11:20:27 +01:00
mattwr18
6d7820ca75
Update privacy path
2019-12-03 21:07:26 +01:00
ogerly
fd3accd147
specs ok
2019-12-02 20:55:58 +01:00
Alina Beck
c75c8c6d2d
pass imageAspectRatio to MasonryGridItems on user and more info page
2019-12-02 16:25:39 +03:00
ogerly
19d183e13a
Merge https://github.com/Human-Connection/Human-Connection into 1746-Blur_explicit_Image_Content
2019-12-02 13:22:42 +01:00
mattwr18
35c3219460
Merge pull request #2316 from Human-Connection/2170-Change_of_Terms_of_Service
...
Terms of use extended with dot - no commercial use
2019-12-02 13:10:58 +01:00
mattwr18
985d53e52b
Fix broken tests
2019-11-29 20:49:46 +01:00
mattwr18
7441dbf28c
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1710-list-and-protocol-moderation
2019-11-29 20:43:09 +01:00