Wolfgang Huß
965882885a
Refactor moderators report list
2019-10-18 15:41:18 +02:00
Robert Schäfer
0a0690aabd
Merge pull request #1903 from Human-Connection/highlight-linked-comment
...
Highlight and expand linked comment
2019-10-16 12:13:16 +02:00
Wolfgang Huß
6dff10b236
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1707-reporting-with-specific-information
2019-10-16 09:27:13 +02:00
roschaefer
6a50ef6134
fix: storybook story of Comment.vue
...
This is the best solution that I can think of right now. Sure, it's not
so great to pass a property down from the page component. But at least
it fixes the storybook story, which is something.
2019-10-16 01:14:32 +02:00
mattwr18
e8c6941142
Follow @roschaefer 's PR review suggestions
...
- disable button if form.reasonCategory is falsy
- extract valuesReasonCategoryOptions to global constant
- extract reasonCategoryOptions to created lifecycle hook to keep data()
clean and use map
- extract formSchema to components/utils and test
- remove validator from formSchema and validate based on "Deep Rules" https://github.com/yiminghe/async-validator#deep-rules
- Use v-model to update reasonCategory and reasonDescription
- default to error message in English from backend
- Update template slot to use new syntax
2019-10-15 20:28:25 +02:00
mattwr18
b605dd12c5
Keep images from distorting or getting cropped
...
great explanation by @alina-beck
Co-Authored-By: Alina Beck <alina.beck@mail.com>
2019-10-14 19:15:22 +02:00
mattwr18
3e72660ed8
Keep images from distorting or getting cropped
...
Co-Authored-By: Alina Beck <alina.beck@mail.com>
2019-10-14 19:14:27 +02:00
mattwr18
c45f63ffd9
Follow @alina-beck PR suggestions
2019-10-14 16:42:11 +02:00
mattwr18
1c6b5f941b
Remove aspect ratio on cropper, limit to max-height 2000px
...
- discussed it today's internal meeting and agreed upon with
@alina-beck, @Tirokk , @ogerly, @datenbrei, Dennis Hack
- max-height was a suggestion and can be changed at any time
2019-10-14 16:42:11 +02:00
Wolfgang Huß
8bc939c2da
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1707-refactor-db-reporting-with-specific-information
2019-10-14 13:36:24 +02:00
Wolfgang Huß
3bb4d67350
Merge pull request #1863 from Human-Connection/1645_case_insensitive_email
...
fix: search for email case-insensitively
2019-10-14 11:01:26 +02:00
Wolfgang Huß
1c8385120c
Add date-time to the moderators report list
2019-10-11 16:36:37 +02:00
mattwr18
dab05d9e67
Fix embeds settings page
...
- Dockerfile was not copying providers.json
- Fix file path to providers.json
- Update template to show message based on allowEmbedIframes
Co-authored-by: Robert Schäfer <git@roschaefer.de>
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-10-11 14:01:39 +02:00
mattwr18
596b8de615
Merge pull request #1805 from Human-Connection/1754-fix-buggy-profile-page-posts-duplicates
...
Update profile posts apollo query
2019-10-11 10:05:21 +02:00
Wolfgang Huß
2a034ee74f
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1707-reporting-with-specific-information
...
# Conflicts:
# webapp/locales/de.json
2019-10-11 08:16:00 +02:00
roschaefer
c1a696577b
fix: search for email case-insensitively
2019-10-11 02:40:48 +02:00
mattwr18
7430fdffa9
Merge pull request #1814 from Human-Connection/1785-register_as_new_user
...
Implement public registration
2019-10-11 01:25:44 +02:00
roschaefer
01252b3584
refactor: follow @mattwr18 code review
...
https://github.com/Human-Connection/Human-Connection/pull/1814#pullrequestreview-299434476
2019-10-11 00:54:19 +02:00
roschaefer
adec248b18
fix: compare env var with value to avoid type err
2019-10-11 00:54:19 +02:00
roschaefer
8305921f00
Fine tune layout and spacing
2019-10-11 00:54:19 +02:00
roschaefer
9ac1e333d6
feat: implement public registration checks
2019-10-11 00:54:19 +02:00
roschaefer
4c7cc0a9cf
refactor: DRY template in pages, fix signup flow
2019-10-11 00:54:19 +02:00
roschaefer
1dc4bc1411
feat: add slot to EnterNonce for back to home link
2019-10-11 00:54:19 +02:00
roschaefer
bb5d581906
refactor: restructure translations and components
2019-10-11 00:54:19 +02:00
roschaefer
7a276db42f
fix: remove obsolete css, add link to login page
2019-10-11 00:54:19 +02:00
roschaefer
71e94d88c6
feat: add page component for public registration
2019-10-11 00:54:19 +02:00
roschaefer
ba27d2189d
Remove obsolete code
2019-10-10 19:38:52 +02:00
roschaefer
465a46c8d4
refactor: reduce code on settings/embeds
2019-10-10 19:29:35 +02:00
roschaefer
c3b2b4fcac
Structure translations based on file locations
2019-10-10 18:27:56 +02:00
ogerly
dbbece43b5
List of providers is always visible, button color changed, info text adapted
2019-10-09 16:52:48 +02:00
Wolfgang Huß
377dc2af53
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1707-reporting-with-specific-information
2019-10-09 16:23:53 +02:00
ogerly
3c04e1a328
code blockuser in settings add
2019-10-08 19:00:14 +02:00
mattwr18
271cacb8fe
Merge branch 'master' of github.com:Human-Connection/Human-Connection into Allow_embedded_code_in_posts_permanent_memory
2019-10-08 13:01:07 +02:00
mattwr18
23841b95bb
Merge pull request #1808 from Human-Connection/1704_display-user-email-to-moderators
...
Display user email for administrators
2019-10-07 12:33:33 +02:00
Alexander Friedland
39b3d71be4
Merge branch 'master' into Allow_embedded_code_in_posts_permanent_memory
2019-10-07 10:35:04 +02:00
Wolfgang Huß
555159e171
Refactor moderation page
2019-10-07 09:31:24 +02:00
Wolfgang Huß
43e401293d
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1707-reporting-with-specific-information
2019-10-07 08:45:34 +02:00
aonomike
64b9ca7f43
Implement dislplay email for admins
2019-10-04 16:55:53 +03:00
mattwr18
908bc2a8c9
Merge pull request #1807 from Human-Connection/1669-show-edited-for-posts-comments
...
Show that a Post/Comment has been edited
2019-10-04 14:18:44 +02:00
Robert Schäfer
b881641f19
Merge pull request #1796 from Human-Connection/consisten-image-cropping
...
Max aspect ratio of 1:1 for Post index page
2019-10-04 14:00:12 +02:00
mattwr18
fd388fc1ba
Fix tests for changed implementation
...
- we do not display a load more button when there are clearly no more
posts to load... if there are at least 6, the pageSize, we display it
because there might or might not be posts to load
2019-10-04 12:34:48 +02:00
mattwr18
3b5e39c54d
Update orderBy, remove >=, more realistic seed data
2019-10-04 11:42:55 +02:00
Wolfgang Huß
b4f47997b3
Centralized and refactored report mutations and queries
2019-10-04 10:40:18 +02:00
roschaefer
3912b21ea2
refactor: use named slot for additional text
...
@mattwr18 I can see odd behaviour of the EDITED marker on mobile: The
text would just overlap.
The current behaviour has its flaws, e.g. if you have a long text it
won't wrap but overflow the comment card. But putting the additional
text into a named slot is certainly better than adding some nodes next
to the `<hc-user>` component.
2019-10-04 01:00:31 +02:00
aonomike
eae19ca33d
Display user email for administrators
2019-10-03 14:31:39 +03:00
mattwr18
a5e3c52e1d
Show that a Post/Comment has been edited
2019-10-03 12:01:04 +02:00
mattwr18
6f1c5e3efa
Set hasMore to false when returned Posts are equal to pageSize
...
- this was causing bugs on User profile page, and saves a database call
2019-10-03 11:04:23 +02:00
mattwr18
4aeaa58eb6
Max aspect ratio of 1:1 for Post index page
...
- we are currently enforcing a 1:1 max ratio on the root path and would
like to maintain consistency
2019-10-02 16:53:24 +02:00
roschaefer
56ce95a6fd
refactor: follow review of @alina-beck + @mattwr18
2019-10-02 15:50:35 +02:00
mattwr18
263b7d0aea
Fix lint
2019-10-02 10:11:39 +02:00