mattwr18
7fe1d39303
Increase limit for displaying show more/less link
...
- the limit was too short because of the html saved for mentions and
link
2019-09-21 10:45:55 +02:00
roschaefer
b58b4dca4f
Write a test for UniqueSlugForm
2019-09-20 22:37:38 +02:00
roschaefer
c378505293
Add one test case for update user form
2019-09-20 20:30:57 +02:00
roschaefer
e8f47cb004
Frontend validations for regex
2019-09-20 20:24:04 +02:00
roschaefer
be6c4a6f7c
Refactor to use FormSchema
...
That way we can re-use the code for slug validation in the
CreateUserAccount component
2019-09-20 20:05:27 +02:00
Vasily Belolapotkov
37a0ab6902
update client to use proper follow/unfollow mutation
2019-09-20 16:57:55 +03:00
Alexander Friedland
006d6e8eeb
Merge pull request #1646 from Human-Connection/changelog
...
Point the changelog to Github
2019-09-19 20:19:26 +02:00
Robert Schäfer
d830fa4ae4
Merge pull request #1596 from Human-Connection/1583-follow-mutation
...
Improve follow/ufollow mutation
2019-09-19 16:54:35 +02:00
mattwr18
0430ab0f74
Fix styling issue in comments list
...
- add back class comments which adds spaces between comments
2019-09-19 15:57:57 +02:00
roschaefer
b761eea700
Point the changelog to Github
...
The justification for this change is that the releases page on Github
is more likely to keep up to date than our changelog.
This also means that our changelog is not translated. But I think that's
fine.
2019-09-19 13:21:51 +02:00
Vasily Belolapotkov
39db954ec6
improve follow/unfollow mutation usage
2019-09-19 12:10:59 +03:00
mattwr18
f3c44711e4
Merge pull request #1641 from Human-Connection/1639_no_limits_for_post_length
...
Fix #1639 - No limits for post length
2019-09-19 09:16:57 +02:00
roschaefer
6a3d534ead
Fix #1639
2019-09-19 01:05:43 +02:00
roschaefer
ec7d9753db
Follow @alina-beck's PR review
...
https://github.com/Human-Connection/Human-Connection/pull/1640#pullrequestreview-290089879
2019-09-18 23:32:10 +02:00
roschaefer
ade92e387d
Add slug to User component, fix #1486
2019-09-18 17:15:01 +02:00
Robert Schäfer
efd103c158
Merge pull request #1618 from Human-Connection/1547-fix-disappearing-comment-embeds
...
Fix disappearing embeds on comments
2019-09-18 14:40:02 +02:00
ogerly
c23212b306
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into links_to_imprint_and_privacy_policy_changed_to_human-connection.org
2019-09-18 10:10:59 +02:00
mattwr18
b1003d8685
Disable tests because of difficulty testing tiptap
2019-09-18 08:56:41 +02:00
mattwr18
fd8cec55ad
Fix disappearing embed on comments
...
- by passing the prop content to the content-viewer with the comments
content if it is less than 180 characters or if it's different from the
contentExcerpt
2019-09-17 17:50:40 +02:00
ogerly
a588a7bc12
links_to_imprint_and_privacy_policy_changed_to_human-connection.org
2019-09-17 16:16:22 +02:00
roschaefer
2f90a45da7
Follow @Tirokk 's review and fix a bug
...
The bug happened because the hashtag link won't get parsed by the
extension. This is desired for mentions because you don't want to
re-notify a user if you haven't updated the text in which you notify
somebody. For hashtags this is undesired and would lead to transforming
the hashtag link into a normal link on the next edit of a post.
2019-09-17 11:09:45 +02:00
Wolfgang Huß
02c6bf70f3
Change the dummy domain to https://human-connection.org
2019-09-17 10:16:12 +02:00
roschaefer
431de3319f
Make data-hashtag-id authoritive for #links
...
This adds consistency: The mention links with `@` was implemented
that way already. Instead of parsing the URL, we add some redundancy and
add another attribute: data-hashtag-id
So, what characters are valid for html attributes?
Read: https://stackoverflow.com/questions/925994/what-characters-are-allowed-in-an-html-attribute-name
Thanks to @Tirokk , who added some validations on the hahstag ids, I
think we are all set. If you try to write a hashtag with a `"` double
quotation mark for example, it gets automatically replaced with a valid
hashtag. If someone wants to send us invalid hashtag ids to the backend
directly, the regex there would filter it out.
2019-09-16 23:09:32 +02:00
Wolfgang Huß
82d5ac99df
Make hashtag links URL safe
2019-09-16 22:06:36 +02:00
Wolfgang Huß
22a005eb1c
Show categories translated in all places and even in tooltips
...
Show `#` symbol in front of hashtags.
Minor design changes on posts more info page.
2019-09-16 11:14:13 +02:00
mattwr18
fb2cade2f9
Merge pull request #1537 from Human-Connection/1455-fix-update-comment-list
...
🍰 Fixes a create and update comment problem in the comments list
2019-09-12 18:36:30 +02:00
Robert Schäfer
ef0f0353ea
Merge pull request #1548 from Human-Connection/1491-fix-show-less-link-not-working-reliably
...
Fix show less link not working reliably
2019-09-12 16:36:05 +02:00
Wolfgang Huß
36a0844fdd
Followed @mattwrd18 suggestion
2019-09-12 09:30:47 +02:00
mattwr18
73db6c5e58
Left align text on password-rest page
...
- to maintain consistency with login page
- Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-09-11 16:40:39 +02:00
mattwr18
fa3053dca7
Tidy up, follow @roschaefer , @Tirokk PR suggestions
...
- Fix tests by stubbing LocaleSwitch/client-only
- Add portuguese translations
- Add back to login link
- Use span over   following @alina-becks PR review on another PR
2019-09-11 16:40:39 +02:00
Brent Vardy
ca49c2296c
improved class names for current component
2019-09-11 16:40:39 +02:00
Brent Vardy
53408f4bf4
refactor create-user-account to have no header
...
- also added locale switch to card
2019-09-11 16:40:39 +02:00
Brent Vardy
ea16d1652a
used no header for login and password reset pages
...
- added locale switch back on login
- added locale switch to password reset
- increased width of login and password reset
- added logo to password reset
- co-authored-by: mattwr18 <mattwr18@gmail.com>
- co-authored-by: mikeaono <aonomike@gmail.com>
2019-09-11 16:40:39 +02:00
Vasily Belolapotkov
f4b3c84815
moved footer styles into footer component and added shadow
2019-09-11 16:40:39 +02:00
Brent Vardy
5d73cad168
refactor page footer to component
2019-09-11 16:40:39 +02:00
Wolfgang Huß
7dc5856845
write tests and fix minor appearing and position problems with context menu
2019-09-11 15:13:31 +02:00
Wolfgang Huß
0e39f1de86
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1455-fix-update-comment-list
2019-09-11 13:56:50 +02:00
mattwr18
32849ae920
Fix show less link not working reliably
...
- Add a span wrapping the show more/less links with a pointer cursor and
margin... it's now clear it should be clicked and reliable works
2019-09-11 12:58:56 +02:00
Robert Schäfer
5273f8b9fa
Merge pull request #1533 from Human-Connection/293-fix-follower-counter
...
[WIP] 🍰 Update follower count on follow/unfollow
2019-09-11 12:33:56 +02:00
Wolfgang Huß
379f7d1ed7
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1455-fix-update-comment-list
...
# Conflicts:
# webapp/components/Comment.vue
# webapp/components/CommentForm/CommentForm.spec.js
# webapp/components/CommentForm/CommentForm.vue
# webapp/components/EditCommentForm/EditCommentForm.vue
# webapp/store/editor.js
2019-09-11 07:58:40 +02:00
Robert Schäfer
5586a2b5ea
Merge pull request #1512 from Human-Connection/refactor_email_middleware
...
Refactor email middleware
2019-09-11 01:58:37 +02:00
mattwr18
3712a5d2cf
Merge pull request #1513 from Human-Connection/bugfix_about_me_not_saved_on_signup_verification
...
Bugfix: `about me` not saved on signup
2019-09-10 17:37:22 +02:00
Robert Schäfer
6cebb61d0f
Merge pull request #1490 from Human-Connection/1488-filter-posts-by-emotion
...
Filter posts by emotions
2019-09-10 15:53:05 +02:00
roschaefer
b656b5aeb9
Check that about actually gets saved
2019-09-10 15:39:34 +02:00
mattwr18
1fda99e198
Merge pull request #1540 from Human-Connection/remove_editor_store
...
Remove obsolete code
2019-09-10 15:04:46 +02:00
mattwr18
0c83d276bb
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1488-filter-posts-by-emotion
2019-09-10 09:32:45 +02:00
mattwr18
72ae2a4e44
Improve CSS
...
- filter by users followed button was slightly higher than emotions
buttons
2019-09-10 09:31:59 +02:00
Vasily Belolapotkov
fac7faf877
Sync 293-fix-follower-counter with master
2019-09-10 09:02:52 +03:00
Wolfgang Huß
fb672410f9
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1455-fix-update-comment-list
2019-09-10 06:58:33 +02:00
roschaefer
a8222c5290
Remove obsolete code
...
I believe this is obsolete code. Could someone double-check?
@mattwr18 I tried to see any difference to `master` and I couldn't. Did
I miss sth.?
For context: During my work on https://github.com/Human-Connection/Human-Connection/pull/1517
the webapp was complaining about missing mutations when I changed the
dropdown.
2019-09-10 03:35:10 +02:00