13067 Commits

Author SHA1 Message Date
Robert Schäfer
c30548d1e8 Fix bugs in migration script for neo4j
Only change the password, if we are the default user. Everything else
should be executed.
2019-02-20 12:53:56 +01:00
Robert Schäfer
a61362b269 Fix slugify unit test with async mock functions 2019-02-20 11:48:06 +01:00
Robert Schäfer
ba26c0e188 Seed reported comments, posts and users 2019-02-20 11:36:50 +01:00
Robert Schäfer
3532b473ee Choose another slug is green 2019-02-20 01:30:32 +01:00
Robert Schäfer
7a70b9ece4 Implement authorization on Post mutations 2019-02-20 01:01:41 +01:00
Robert Schäfer
f1dd52f579 Expose yet another bug in the authorization
Cannot read property id of null

CC @appinteractive
2019-02-20 01:01:41 +01:00
Robert Schäfer
9c4e599ff1 Separate middleware for ids 2019-02-19 23:39:39 +01:00
Robert Schäfer
30bb54c6fa Fix slugify test 2019-02-19 23:00:59 +01:00
Robert Schäfer
e6a996e0dd Harden permissions spec
If we expect an error to be thrown, the test should fail if no error was
raised.
2019-02-19 22:55:23 +01:00
Lala Sabathil
b62b71e07f
Merge branch 'master' into 37-full-text-search-top-bar 2019-02-19 22:31:13 +01:00
Lala Sabathil
c03e320b05
Merge branch 'master' into editor 2019-02-19 22:31:08 +01:00
Lala Sabathil
7dfa018fb7
Merge branch 'master' into extract-styleguide 2019-02-19 22:30:47 +01:00
Lala Sabathil
ea191f82f9
Merge pull request #187 from Human-Connection/dependabot/npm_and_yarn/eslint-5.14.1
Bump eslint from 5.14.0 to 5.14.1
2019-02-19 22:30:16 +01:00
Grzegorz Leoniec
bffe20978a
Extract SearchInput logic into parent 2019-02-19 16:40:30 +01:00
Grzegorz Leoniec
544d96e698
Cleanup SearchInput 2019-02-19 16:31:31 +01:00
dependabot[bot]
caea576ae7
Merge pull request #159 from Human-Connection/dependabot/npm_and_yarn/@babel/core-7.3.3 2019-02-19 15:28:58 +00:00
dependabot[bot]
7d0463ac97
Bump @babel/core from 7.2.2 to 7.3.3
Bumps [@babel/core](https://github.com/babel/babel) from 7.2.2 to 7.3.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.2...v7.3.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 15:14:52 +00:00
dependabot[bot]
d5ccd7d19b
Merge pull request #158 from Human-Connection/dependabot/npm_and_yarn/apollo-server-testing-2.4.2 2019-02-19 15:08:23 +00:00
dependabot[bot]
f55d9aa0bb
Bump apollo-server-testing from 2.4.0 to 2.4.2
Bumps [apollo-server-testing](https://github.com/apollographql/apollo-server) from 2.4.0 to 2.4.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 14:55:44 +00:00
dependabot[bot]
d7d4a9f543
Merge pull request #157 from Human-Connection/dependabot/npm_and_yarn/eslint-plugin-jest-22.3.0 2019-02-19 14:52:39 +00:00
dependabot[bot]
cb666117fc
Bump eslint-plugin-jest from 22.2.2 to 22.3.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.2.2 to 22.3.0.
- [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/v22.2.2...v22.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 14:25:00 +00:00
dependabot[bot]
9c9d33aa88
Merge pull request #160 from Human-Connection/dependabot/npm_and_yarn/apollo-server-2.4.2 2019-02-19 14:21:03 +00:00
dependabot[bot]
a7149dffc9
Bump apollo-server from 2.4.0 to 2.4.2
Bumps [apollo-server](https://github.com/apollographql/apollo-server) from 2.4.0 to 2.4.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 14:14:33 +00:00
dependabot[bot]
86f233b020
Merge pull request #166 from Human-Connection/dependabot/npm_and_yarn/graphql-shield-5.3.0 2019-02-19 14:12:18 +00:00
Grzegorz Leoniec
9ef322c154
Fixed locale-switch dropdown offset 2019-02-19 14:25:25 +01:00
Grzegorz Leoniec
bc30ce197b
Better backspace handling 2019-02-19 14:18:09 +01:00
Grzegorz Leoniec
92ee1448d7
Fixed topbar positioning 2019-02-19 13:54:59 +01:00
Robert Schäfer
f703164f1d Expose cannot read property id of null error
CC @appinteractive
2019-02-19 13:36:02 +01:00
Grzegorz Leoniec
afe1890170
Optimize styling 2019-02-19 13:25:42 +01:00
Grzegorz Leoniec
58cef3ec21
Fixed search 2019-02-19 12:58:03 +01:00
Grzegorz Leoniec
33cc5d5982
Store last search value in store 2019-02-19 12:42:51 +01:00
Lala Sabathil
a7b7052b48
Merge pull request #138 from Human-Connection/dependabot/submodules/Nitro-Backend-c5c62d2
Bump Nitro-Backend from `13c6743` to `c5c62d2`
2019-02-19 12:38:45 +01:00
Lala Sabathil
99d47bcee8
Merge pull request #140 from Human-Connection/dependabot/submodules/Nitro-Web-d857252
Bump Nitro-Web from `9ba2200` to `d857252`
2019-02-19 12:38:39 +01:00
Lala Sabathil
faea41a7eb
Merge pull request #137 from Human-Connection/dependabot/submodules/API-8f0edaf
Bump API from `02dcc22` to `8f0edaf`
2019-02-19 12:37:53 +01:00
Lala Sabathil
f4f3134fc5
Merge pull request #134 from Human-Connection/dependabot/submodules/WebApp-d4917da
Bump WebApp from `e153eb6` to `d4917da`
2019-02-19 12:37:36 +01:00
Grzegorz Leoniec
61a00feb60
Use VueX store for searching and better testabillity 2019-02-19 12:30:02 +01:00
dependabot[bot]
2ec60abc19
Bump eslint from 5.14.0 to 5.14.1
Bumps [eslint](https://github.com/eslint/eslint) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.14.0...v5.14.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 11:21:24 +00:00
dependabot[bot]
736fe85349
Merge pull request #186 from Human-Connection/dependabot/npm_and_yarn/eslint-plugin-vue-5.2.2 2019-02-19 11:14:31 +00:00
Grzegorz Leoniec
01c470a36e
Removed times-circle.svg 2019-02-19 12:03:05 +01:00
Grzegorz Leoniec
f867b53e64
Small cleanup 2019-02-19 12:02:20 +01:00
Grzegorz Leoniec
34a863424b
Show search results while typing 2019-02-19 10:37:31 +01:00
dependabot[bot]
cb741d9158
Bump Nitro-Web from 9ba2200 to d857252
Bumps [Nitro-Web](https://github.com/Human-Connection/Nitro-Web) from `9ba2200` to `d857252`.
- [Release notes](https://github.com/Human-Connection/Nitro-Web/releases)
- [Commits](9ba22002b7...d8572520e8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 04:25:39 +00:00
dependabot[bot]
4de6265baa
Bump graphql-shield from 5.1.3 to 5.3.0
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 5.1.3 to 5.3.0.
- [Release notes](https://github.com/maticzav/graphql-shield/releases)
- [Commits](https://github.com/maticzav/graphql-shield/compare/v5.1.3...v5.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 04:17:52 +00:00
dependabot[bot]
e4eebdf65c
Bump eslint-plugin-vue from 5.2.1 to 5.2.2
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 04:17:21 +00:00
Robert Schäfer
8a7435ebb7 Clean up seed-db.js 2019-02-19 01:51:04 +01:00
Robert Schäfer
f7831dbbb7 Simplify package.json
We don't have to wait for a seedServer if we access the database
directly.
2019-02-19 01:44:30 +01:00
Robert Schäfer
4488cc9864 Seed comments 2019-02-19 01:43:11 +01:00
Robert Schäfer
1afcb4b0c9 Seed organizations 2019-02-19 01:17:38 +01:00
Robert Schäfer
a981181e94 Seed user shouts 2019-02-19 01:04:05 +01:00
Robert Schäfer
62d450ef68 Remove boilerplate code with method relate() 2019-02-19 00:54:21 +01:00