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
Robert Schäfer
942e74163e
Merge pull request #2430 from Human-Connection/load-svgs-with-babel
...
Use babel-loader with vue-svg-loader
2019-12-05 23:27:24 +01:00
mattwr18
4d0df181b6
Merge pull request #2432 from Human-Connection/remove-query-for-disable-property-for-reports
...
Remove disable from reports.disable Query
2019-12-05 21:14:55 +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
Robert Schäfer
b7be0f100b
Merge pull request #2424 from Human-Connection/update-test-description
...
Update test description
2019-12-05 20:55:59 +01:00
Robert Schäfer
4b12ddb87c
Merge pull request #2419 from Human-Connection/update-yarn-lock
...
Update yarn.lock after pulling in latest changes
2019-12-05 20:54:44 +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
55f25b153c
Remove disable from models/Report.js
...
- we are not setting this property, and it's inclusion in this model
with a default false value meant that there were no errors with seeded
data, but with the data returned from the db_manipulation there was.
2019-12-05 20:31:19 +01:00
mattwr18
b82e6f4d81
Move db script to neo4j/db_manipulation directory
2019-12-05 19:57:53 +01:00
mattwr18
517963174b
We are not setting disable on Report node
...
- we are adding the report rule which says that if a resource was
disabled by a report with this rule, then the latest review was the one
that disabled it.
- fix db script/ add new directory for keeping record of db scripts
2019-12-05 19:52:05 +01:00
Robert Schäfer
0a22e1cd1f
Merge pull request #2431 from Human-Connection/browserstack
...
Add browserstack logo to attributions
2019-12-05 14:39:11 +01:00
roschaefer
be22cb8cda
Add browserstack logo to attributions
...
This is a requirement of their plan:
https://www.browserstack.com/open-source
2019-12-05 12:26:35 +01:00
Alina Beck
f20531ece3
use babel-loader with vue-svg-loader
2019-12-05 13:59:06 +03:00
mattwr18
7116f31cf2
Merge pull request #2428 from Human-Connection/dependabot/npm_and_yarn/backend/sentry/node-5.10.0
...
build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend
2019-12-05 11:21:11 +01:00
mattwr18
467756eafb
Merge pull request #2427 from Human-Connection/dependabot/npm_and_yarn/backend/nodemailer-6.4.0
...
build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend
2019-12-05 11:20:45 +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
dependabot-preview[bot]
2d510ebd1e
build(deps): bump @sentry/node from 5.9.0 to 5.10.0 in /backend
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.9.0...5.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-05 04:21:13 +00:00
dependabot-preview[bot]
3f4d8a8d15
build(deps): bump nodemailer from 6.3.1 to 6.4.0 in /backend
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.3.1...v6.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-05 04:20:21 +00:00
Robert Schäfer
4010635f2b
Merge pull request #1954 from Human-Connection/1710-list-and-protocol-moderation
...
List and protocol moderation
2019-12-04 23:22:42 +01:00
mattwr18
8bd69e9e2f
Fix import path
2019-12-04 20:11:34 +01:00
mattwr18
ace7818eac
Update test description
...
- the test clearly tests that the createdAt doesn't change, we changed
the implementation, but didn't change the test description
2019-12-04 19:56:49 +01:00
mattwr18
42540eb909
Remove dead code, code creep
2019-12-04 19:55:48 +01:00
mattwr18
7becb09ef7
Add tests/Refactor
...
- Move tests which are not resource specific to own describe block, add
test cases
2019-12-04 19:41:58 +01:00
mattwr18
fe63e42262
Refactor component/story/test
...
- Remove data-test where not necessary
- Refactor tests to remove tests that belong in ReportRow
- Fix story
2019-12-04 19:40:32 +01:00
mattwr18
a59e72d8a8
Add stories/specs for ReportList
2019-12-04 19:40:08 +01:00
mattwr18
d0a18fded8
Rename component, add story/specs
2019-12-04 19:39:36 +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
mattwr18
26b4d4ab93
Add clock icon inside if clause
2019-12-04 19:37:21 +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
Alina Beck
b1955e64f4
improve tests, following @roschaefer suggestions
2019-12-04 16:57:42 +03: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
80b65c205a
Update yarn.lock after pulling in latest changes
...
- not sure why these changes were not merged in with the PR that
upgraded these packages... maybe the dependabot PR was not rebased after
merging another package bump in?? anyways, everytime I run yarn install
in webapp after pulling in the latest changes, this appears.
2019-12-04 10:28:54 +01:00
Alina Beck
68aabedc6d
move css classes to the correct component files
2019-12-04 12:25:44 +03:00
roschaefer
d143d629ed
Use data-test attributes, make test more resilient
...
as suggested by @mattwr18
2019-12-04 01:17:14 +01:00
roschaefer
84f574aaa0
Fix frontend tests
2019-12-04 00:22:28 +01:00
Robert Schäfer
faefe75fe6
Merge pull request #2335 from Human-Connection/webfinger
...
fix: Re-enable webfinger feature
2019-12-03 22:49:03 +01:00
roschaefer
a6dd6b4f3a
Follow @mattwr18's suggestions
2019-12-03 21:49:17 +01:00
Robert Schäfer
148016e2bf
Update backend/src/activitypub/routes/webfinger.spec.js
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-12-03 21:43:47 +01:00
Robert Schäfer
030fc9c5a4
Merge pull request #2402 from Human-Connection/close_neo4j_driver_sessions
...
Close neo4j driver sessions
2019-12-03 21:42:46 +01:00
mattwr18
6d7820ca75
Update privacy path
2019-12-03 21:07:26 +01:00
mattwr18
b93f7c73cf
Remove unrelated files added accidentally
2019-12-03 18:59:25 +01:00
Robert Schäfer
ab4f658b69
Merge pull request #2385 from Human-Connection/swap_user_handle_with_name
...
feat: swap user name<=>handle for discriminability
2019-12-03 18:46:33 +01:00
mattwr18
b3640659bb
Add missing unit tests/refactor code
...
- Refactoring without tests makes it riskier
- Move some tests from resolver to middleware unit tests to live closer
to where the validation happens, remove duplicate tests
- DRY out code
2019-12-03 17:59:59 +01:00
Alina Beck
750a1e523f
extract ReportRow into separate component
2019-12-03 18:42:48 +03:00