Robert Schäfer
fd4fee9aee
Merge pull request #2242 from Human-Connection/fix-1937
...
fix(editor): Fix hashtags not working after embeded content
2019-11-15 15:50:11 +01:00
Robert Schäfer
b6ecfa6ebb
Merge pull request #2185 from Human-Connection/dependabot/npm_and_yarn/webapp/prettier-1.19.1
...
build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp
2019-11-15 15:49:29 +01:00
roschaefer
3fa7eeb038
@mattwr18 looks like you forgot $state
2019-11-15 15:37:16 +01:00
mattwr18
f8c5290be0
Clean up following @roschaefer PR review suggestions
2019-11-15 15:23:16 +01:00
mattwr18
a10a735e35
Tell vue-infinite-loader when complete or loaded
2019-11-15 14:56:44 +01:00
mattwr18
a6c169c2e0
Fix infinite scrolling out of control
2019-11-15 14:35:08 +01:00
roschaefer
56a940285b
refactor: translations, tests
2019-11-15 14:29:33 +01:00
Alexander Friedland
767b4c8f15
Update webapp/locales/de.json
...
Co-Authored-By: Alina Beck <alina.beck@mail.com>
2019-11-15 14:29:33 +01:00
Alexander Friedland
dcc9889cee
Update webapp/locales/en.json
...
Co-Authored-By: Alina Beck <alina.beck@mail.com>
2019-11-15 14:29:33 +01:00
Alexander Friedland
9bd1c59463
change unblk to unblock
2019-11-15 14:29:33 +01:00
Alexander Friedland
4b2da76709
change unblk TO unblock
...
unblk TO unblock
2019-11-15 14:29:33 +01:00
ogerly
e7056dd100
fix lint
2019-11-15 14:29:33 +01:00
ogerly
958b88ceda
2106-unblock a user in the user settings
2019-11-15 14:29:33 +01:00
roschaefer
c20a656405
Follow @mattwr18 suggestions
2019-11-15 12:04:43 +01:00
roschaefer
edbb0c3d1f
Fix cypress tests
2019-11-15 11:55:15 +01:00
roschaefer
84d3323856
refactor: remove redundant port configuration
...
If you set GRAPQHL_URI the port is already in there
2019-11-15 11:45:52 +01:00
Robert Schäfer
90211b878c
Merge pull request #2245 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-jest-23.0.4
...
build(deps-dev): bump eslint-plugin-jest from 23.0.2 to 23.0.4 in /webapp
2019-11-15 11:21:53 +01:00
roschaefer
db25403429
Fix lint
2019-11-15 11:20:50 +01:00
roschaefer
fe48c0f4f2
Revert the taggedCount and postCount
...
We need the order input types for our admin features.
This is a potential DOS vulnerability: Ordering the tags by taggedCount
might lead to very expensive cypher statements.
2019-11-15 11:04:07 +01:00
roschaefer
0e3ace36fb
Remove global filters for disabled/deleted
...
I think there is no use case for it and it looks to me like sth. you
shouldn't be able to query for.
2019-11-15 11:04:07 +01:00
roschaefer
034a353367
Hard-code graphql schema
...
Apparently, `neo4j-graphql-js` *replaces* the schema partly. When we use
join models like `EMOTED`, `neo4j-graphql-js` puts in a join model with
the two names of the connected types.
2019-11-15 11:04:07 +01:00
roschaefer
864f9db753
Remove potentially unused code
2019-11-15 11:04:07 +01:00
Robert Schäfer
98eea7d711
Merge pull request #2219 from Human-Connection/update_neo4j_graphql_js_and_remove_debug_statements
...
build(deps): remove deprecated debug flags
2019-11-15 11:03:09 +01:00
dependabot-preview[bot]
c31238087d
build(deps-dev): bump eslint-plugin-jest in /webapp
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 23.0.2 to 23.0.4.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.2...v23.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-15 04:21:57 +00:00
roschaefer
9b9b72d528
Fix lint
2019-11-15 00:22:00 +01:00
mattwr18
58f48781a2
Fix incorrect pronoun in docs
2019-11-14 23:53:31 +01:00
roschaefer
28e1ff9f55
Write documentation for neo4j-graphql-js
2019-11-14 23:13:10 +01:00
roschaefer
985e23c5b4
Remove obsolete script in package.json
...
@mattwr18 nope, I would not create a script to debug neo4j-graphql-js.
If you use environment variables, please also use `cross-env`.
2019-11-14 23:13:10 +01:00
Marco Bomfim
218faedbd9
Merge branch 'fix-1937' of https://github.com/MarcoBomfim/Human-Connection into fix-1937
2019-11-14 16:16:28 -03:00
Marco Bomfim
2951c3b526
Merge branch 'fix-1936' of https://github.com/MarcoBomfim/Human-Connection into fix-1936
2019-11-14 16:10:23 -03:00
mattwr18
aad6234be4
Add script to debug neo4j-graphl-js
...
@roschaefer , I needed to push a commit to trigger the build again,
do you like this?
2019-11-14 14:22:20 +01:00
roschaefer
c6e4c38de8
build(deps): remove deprecated debug flags
...
I deprecated the debug flags myself here:
https://github.com/neo4j-graphql/neo4j-graphql-js/pull/288
You can now debug the queries run by `neo4j-graphql-js` by starting
the backend like this:
```bash
DEBUG=neo4j-graphql-js yarn run backend
```
2019-11-14 14:22:20 +01:00
Alina Beck
9a7222fad7
validate that name prop is included in the list of svg icons
2019-11-14 14:11:33 +03:00
Alina Beck
848e7d76da
move icons to main assets folder
2019-11-14 14:11:00 +03:00
Alina Beck
2504fff3ba
make BaseComponents globally available
2019-11-14 13:56:53 +03:00
mattwr18
5ed54c220a
Add portuguese translations
2019-11-14 11:11:04 +01:00
Alina Beck
b52480b8d4
add BaseIcon component
2019-11-14 13:04:49 +03:00
dependabot-preview[bot]
8ec91f46e7
build(deps-dev): bump prettier from 1.18.2 to 1.19.1 in /webapp
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.18.2 to 1.19.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.18.2...1.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-14 09:55:41 +00:00
mattwr18
56f0c1a8e8
Merge pull request #2235 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-vue-6.0.1
...
build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp
2019-11-14 10:53:14 +01:00
mattwr18
5305577b69
Merge pull request #2205 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-6.6.0
...
build(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /webapp
2019-11-14 10:26:05 +01:00
Alina Beck
6213a25355
Merge branch 'master' into 1747-show-shouts
2019-11-14 09:37:54 +03:00
dependabot-preview[bot]
45d60b233d
build(deps-dev): bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /webapp
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.0.0...v6.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-14 04:21:13 +00:00
mattwr18
ead0c5462d
Merge pull request #2233 from Human-Connection/add-locale-to-undefinedToNull
...
Add locale to undefined to null
2019-11-13 18:48:40 +01:00
mattwr18
b38fde0fd0
Fix production error "User.locale" returned undefined
2019-11-13 18:00:35 +01:00
Alina Beck
9c0f8d92eb
copy relevant icons from styleguide
2019-11-13 19:30:41 +03:00
mattwr18
3bfb6977b7
Update VERSION file
2019-11-13 15:46:02 +01:00
mattwr18
d1d7bf64fd
Merge pull request #2231 from Human-Connection/update-to-version-0.1.10
...
Update to version 0.1.10
2019-11-13 15:13:55 +01:00
mattwr18
4f68f79594
Update to version 0.1.10
2019-11-13 12:47:47 +01:00
mattwr18
804cd07444
v0.1.10
2019-11-13 12:47:02 +01:00
mattwr18
5446785f9e
Merge pull request #2127 from Human-Connection/update-contribution-guidelines
...
Update contribution guidelines
2019-11-13 10:10:07 +01:00