Robert Schäfer
a641ab6884
Turn off autocomplete for all password fields
2019-06-18 13:01:19 +02:00
Robert Schäfer
5a781b0bc6
Copy+Paste code form Password/Change, DRY later
2019-06-18 12:58:43 +02:00
Robert Schäfer
de40499007
Move to next step after verify code
2019-06-18 12:41:58 +02:00
Robert Schäfer
8fc74b9e14
Put validation error translations together
2019-06-18 12:09:06 +02:00
senderfm
8484704460
Fix a text description for the filter bubble
2019-06-18 10:49:20 +02:00
senderfm
0a66ad56d9
Fix Specs, lint, fix test
2019-06-18 09:58:29 +02:00
Robert Schäfer
21506335b5
Add validations for the code
2019-06-17 22:52:58 +02:00
Robert Schäfer
0da7b906bd
Start with verify code component
2019-06-17 21:11:10 +02:00
Wolfgang Huß
4e780f52dc
Copy and refactoring Mentions to Tags, Started
2019-06-17 18:44:17 +02:00
Matt Rider
863060149a
Add UI for adding tags to a contribution
2019-06-17 12:41:02 -03:00
Robert Schäfer
edd6a3f0c3
PW-Reset page switches password reset and verify
2019-06-17 15:20:02 +02:00
Robert Schäfer
aa6855434d
Emit submitted from PasswordReset component
2019-06-17 15:20:02 +02:00
Robert Schäfer
0e3eb43276
Split PasswordResetPage into subcomponents
2019-06-17 15:20:02 +02:00
Matt Rider
35428fbaaa
Add test for LocaleSwitch
2019-06-17 10:07:53 -03:00
Matt Rider
01eb25eca6
Update CommentForm with vuex
2019-06-15 16:15:49 -03:00
Matt Rider
4adc450f43
Fix failing test
...
- add Vuex, with editor/placeholder getter
2019-06-15 15:53:30 -03:00
Matt Rider
e583486143
Set up editor placeholder to use Vuex
...
- to make reactive
- safer than using global event buses ($root.$emit)
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-06-15 15:23:51 -03:00
mattwr18
53ce72908b
Merge pull request #833 from Human-Connection/832-fix-empty-placeholder-new-contributions
...
Add placeholder for new contributions
2019-06-15 08:52:23 -03:00
mattwr18
54ca9a6e0c
Merge pull request #831 from Human-Connection/804-turn-root-listener-off
...
Turn off $root listeners in beforeDestroy
2019-06-15 08:51:54 -03:00
Matt Rider
ebb73c8782
Add placeholder for new contributions
2019-06-14 17:18:09 -03:00
Wolfgang Huß
68dcbacaff
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 734-authorization-problem-disabling-post
...
# Conflicts:
# webapp/components/ContributionForm/index.vue
# webapp/graphql/PostMutations.js
2019-06-14 19:02:33 +02:00
Matt Rider
7d00b73530
Turn off $root listeners in beforeDestroy
2019-06-14 14:02:22 -03:00
Wolfgang Huß
0b0fd6e825
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 734-authorization-problem-disabling-post
...
# Conflicts:
# webapp/pages/post/_id/_slug/index.vue
# webapp/pages/profile/_id/_slug.vue
2019-06-14 18:56:02 +02:00
mattwr18
dd627535e4
Merge pull request #795 from Human-Connection/781-language-of-contribution
...
Create Posts with a specified language, or fallback
2019-06-14 13:53:22 -03:00
Wolfgang Huß
736dc7d601
Merge remote-tracking branch 'origin/master' into 734-authorization-problem-disabling-post
2019-06-14 18:46:44 +02:00
Wolfgang Huß
472bfc2a88
Used PostMutations in PostHelpers now
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-06-14 18:44:56 +02:00
Matt Rider
1c10e0863f
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 781-language-of-contribution
2019-06-14 13:31:39 -03:00
Matt Rider
614a7eebc1
Refactor ContributionForm to deal with posts with no languages
2019-06-14 13:30:00 -03:00
Matt Rider
664a8b327f
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 404-delete-user-account-and-data
2019-06-14 11:37:45 -03:00
Wolfgang Huß
58b36372b9
Merge remote-tracking branch 'origin/master' into 734-authorization-problem-disabling-post
...
# Conflicts:
# webapp/pages/profile/_id/_slug.spec.js
Defined missing `$filter.truncate` which made console errors in the webapp Jest test.
2019-06-14 11:11:22 +02:00
Wolfgang Huß
45bd1299ce
Rewrote the PostHelpers and put them in a utils folder
2019-06-14 10:37:43 +02:00
Robert Schäfer
76e0d7ef06
Follow up on #820
...
I forgot the most important part: Proxy teaser image urls.
2019-06-14 09:59:46 +02:00
Matt Rider
a099c209a8
Fix cypress tests
2019-06-13 19:54:47 -03:00
Matt Rider
5266de2c62
Set dropdown with language of post if exists
...
follow `PR` review by @Tirokk
2019-06-13 17:29:33 -03:00
Wolfgang Huß
482ac1572b
Refactored and created the tests of DeletePostCallback
...
Created a folder `utils` for PostHelpers.js.
Fixed a new incoming problem of the master with deleting Posts on the User Profile.
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-06-13 19:23:13 +02:00
ALau2088
d91221fe7e
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 552-update_comment
2019-06-13 10:22:25 -07:00
Robert Schäfer
b8c5db48a6
Implement prefix of image urls with a filter
...
Fix #820
Ok, so after I would have to use the same method in three different
locations (`<ds-card>` expects an `image` attribute but cannot render
entire components) I decided to implement the prefix of image urls with
a filter rather than a component. The downside of this is that we have
to add the filter on a lot of component tests. The benefit is less
components and hopefully less complexity.
2019-06-13 16:56:41 +02:00
Matt Rider
3ab69b5fde
Improve mobile responsiveness
2019-06-12 19:44:09 -03:00
Matt Rider
8d72532098
Fix test, import locales
...
Co-authored-by: Robert Schäfer <git@roschaefer.de>
2019-06-12 19:29:51 -03:00
Matt Rider
97e8fa1af8
Style, update languageOptions to contain all
...
- languages we support for translations
2019-06-12 18:08:20 -03:00
Matt Rider
40aaa151dd
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 781-language-of-contribution
2019-06-12 16:42:40 -03:00
Matt Rider
aa6551e35d
Remove comments
2019-06-12 15:59:33 -03:00
Matt Rider
70567857e8
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 404-delete-user-account-and-data
2019-06-12 15:51:38 -03:00
Matt Rider
83c7773d1b
Add checkboxes to delete posts/comments
...
- fix tests
- rename files/directory to DeleteData to be more accurate
2019-06-12 15:07:16 -03:00
Wolfgang Huß
cd0074ec86
Merge remote-tracking branch 'origin/master' into 734-authorization-problem-disabling-post
...
# Conflicts:
# webapp/pages/profile/_id/_slug.spec.js
# webapp/pages/profile/_id/_slug.vue
2019-06-12 18:22:50 +02:00
Wolfgang Huß
8bb33f23a9
Forgot to add some files
2019-06-12 18:04:00 +02:00
Wolfgang Huß
1339734281
Rename DeleteModal to ConfirmModel and write some refactor some tests
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-06-12 18:02:50 +02:00
Wolfgang Huß
8eb089d218
Rename event deletePost to removePostFromList
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-06-12 15:58:23 +02:00
Wolfgang Huß
1c6016ddcc
Refactored the PostHelpers to an imported lib instead a mixin
2019-06-12 09:05:43 +02:00
Matt Rider
4407d6648a
Add component tests, translations
2019-06-11 15:47:10 -03:00