Wolfgang Huß
99af6cbf8a
Implement displaying multiple claims in the frontend
2019-11-22 18:40:51 +01:00
Wolfgang Huß
0bf8bcf1c6
Change watch to apollo reports update
2019-11-22 16:22:11 +01:00
Wolfgang Huß
ec8910d6eb
Rename decide mutation to review
2019-11-22 15:12:00 +01:00
Wolfgang Huß
02bdc5ea5d
Rename node CaseFolder to Claim and relation FLAGGED to BELONGS_TO
2019-11-22 12:18:43 +01:00
Wolfgang Huß
ef84e9991f
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1710-list-and-protocol-moderation
...
# Conflicts:
# backend/src/schema/index.js
2019-11-21 08:09:50 +01:00
Wolfgang Huß
cf02ca4506
Refactor decide mutation to new CaseFolder structure
2019-11-20 15:17:37 +01:00
mattwr18
c775884c59
Merge pull request #2160 from Human-Connection/2119_Create_Post_consistent_form_input_validation
...
🍰 2119-Fix Contribution consistent form input validation
2019-11-19 00:27:48 +01:00
mattwr18
123fc2f666
Fix lint with updated linter
2019-11-18 21:54:24 +01:00
mattwr18
04f07b9091
Fix lint
2019-11-18 17:25:44 +01:00
Robert Schäfer
ab819e2957
Merge pull request #2200 from Human-Connection/2187-language-does-not-change-on-edit
...
2187 language does not change on edit
2019-11-18 17:03:55 +01:00
Robert Schäfer
735a31ed00
Merge pull request #2101 from Human-Connection/1747-show-shouts
...
1747 show shouts
2019-11-18 17:00:43 +01:00
mattwr18
6685ff3df0
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2119_Create_Post_consistent_form_input_validation
2019-11-18 15:57:58 +01:00
Wolfgang Huß
3b4de22855
Refactor reports mutation to CaseFolder structure
2019-11-18 11:25:47 +01:00
Wolfgang Huß
4a732beb0a
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1710-list-and-protocol-moderation
2019-11-18 07:59:44 +01:00
Moriz Wahl
657a41ff7b
Removed language method
2019-11-17 18:40:08 +01:00
roschaefer
36062ffa8c
Fix lint
2019-11-16 14:34:23 +01:00
Robert Schäfer
f6550b9b00
Merge pull request #2248 from Human-Connection/2240-infinite-scrolling-out-of-control
...
Fix infinite scrolling out of control
2019-11-15 17:03:31 +01:00
roschaefer
950df1cd07
Fix frontend tests
...
I also removed one frontend test. The test case was checking an edge
case. We use `hasMore` as the single source of truth so I think it's
safe to remove this test case.
2019-11-15 16:20:24 +01:00
Robert Schäfer
18ee5b4ac3
Merge pull request #2110 from Human-Connection/2106_unblock_a_user_in_the_user_settings
...
2106-unblock a user in the user settings
2019-11-15 15:51:52 +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
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
db25403429
Fix lint
2019-11-15 11:20:50 +01:00
Wolfgang Huß
913fcc2cdb
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1710-list-and-protocol-moderation
...
# Conflicts:
# backend/src/schema/index.js
# webapp/locales/pt.json
2019-11-14 09:41:00 +01:00
Alina Beck
6213a25355
Merge branch 'master' into 1747-show-shouts
2019-11-14 09:37:54 +03:00
Alina Beck
34239631a2
toggle shouts tab depending on user setting
2019-11-13 11:44:24 +03:00
Alina Beck
1625e0705e
run update mutation when submitting shouts form
2019-11-13 11:02:53 +03:00
mattwr18
7ce3e25110
Merge branch 'master' of github.com:Human-Connection/Human-Connection into donation-info
2019-11-12 21:04:54 +01:00
Alina Beck
6e3bd19267
set up privacy page in settings
2019-11-12 19:13:56 +03:00
mattwr18
797b8338be
Merge pull request #2197 from Human-Connection/2195-define-missing-getters
...
Added Empty Definitions For Missing Getters And Mutations
2019-11-12 15:54:45 +01:00
mattwr18
8b5cd48d3c
Translate success message, guard clause for no Donations
2019-11-12 15:33:21 +01:00
mattwr18
3b5e40efaa
Merge branch 'master' of github.com:Human-Connection/Human-Connection into donation-info
2019-11-12 15:18:10 +01:00
mattwr18
e19990a58b
Fix lint
2019-11-12 13:43:51 +01:00
mattwr18
a215093bc3
Make Donations reactive
...
Co-authored-by: @alina-beck <alina.beck@mail.com>
2019-11-12 13:26:30 +01:00
mattwr18
71bcf814db
Fix incorrect destructuring, parseInt
...
- graphql schema expects an integer
2019-11-12 12:08:19 +01:00
Moriz Wahl
d7397f5e46
posts/currentPosts now return empty array
2019-11-12 11:20:56 +01:00
Alina Beck
bdeb208556
pre-fill donation input fields with data from query
2019-11-12 12:45:59 +03:00
mattwr18
cbab34e83c
Update test with mock $18n.locale
...
Co-authored-by: @alina-beck <alina.beck@mail.com>
2019-11-12 10:35:02 +01:00
Moriz Wahl
e46a23d445
css hyphens for webkit and moz
2019-11-11 23:01:03 +01:00
Moriz Wahl
d0c0fd373a
Language attribute added to post and postCard
2019-11-11 22:42:37 +01:00
Moriz Wahl
163825e562
Added Empty Definitions For Missing Getters And Mutations
2019-11-11 21:20:53 +01:00
mattwr18
f51ad1131b
UpdateDonations from admin/donations
...
@alina-beck I'm not 100% satisfied with this at the moment. I think that
the admin could have the goal and progress initialized from a query for
the Donations, and be able to update if one of them changed... what do
you think?
2019-11-11 19:16:07 +01:00
Wolfgang Huß
b305bc27d7
Use eyes icon to show state of decision
2019-11-11 18:02:01 +01:00
Wolfgang Huß
677039b786
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1710-list-and-protocol-moderation
...
# Conflicts:
# webapp/pages/moderation/index.vue
2019-11-11 17:52:58 +01:00
Wolfgang Huß
c3f6ad0e44
Implement always show resource status
...
- Rename buttons after Roberts suggestion.
2019-11-11 16:38:48 +01:00
Wolfgang Huß
4e49dfe9e1
Add a confirm modal.
2019-11-11 14:53:19 +01:00