Wolfgang Huß
aa454893ce
Refactor pageParams, third step
...
- Implement emails.js in backend as well.
- Move backend links.js into emails.js, because code is not a duplicate of webapp anymore.
2021-08-05 14:44:54 +02:00
0ea3ea0481
lint fix
2021-04-27 11:49:15 +02:00
52740d8fc3
fixed rollback on privacy update fail
...
coverage privacy.spec.js
2021-04-27 00:44:52 +02:00
b43785499c
lint fixes
2021-04-25 20:48:18 +02:00
f3a7604ab9
coverage security.spec.js
2021-04-25 20:36:46 +02:00
e6de7b1de8
coverage privacy.spec.js
2021-04-25 20:36:34 +02:00
e5ff917d8d
coverage my-organizations.spec.js
2021-04-25 20:36:23 +02:00
aa32e70c45
coverage languages.spec.js
2021-04-25 20:36:16 +02:00
9ce0cb91f4
coverage invites.spec.js
2021-04-25 20:36:10 +02:00
89713c50e3
coverage embeds.spec.js
2021-04-25 20:36:02 +02:00
af6bc6ea2f
coverage delete-account.spec.js
2021-04-25 20:35:54 +02:00
782f5dcce8
coverage data-download.spec.js
2021-04-25 20:35:45 +02:00
fc176e28a4
coverage my-email-address/index.spec.js
2021-04-24 02:08:50 +02:00
Moriz Wahl
73cc1b1fa1
locations: fix frontend test for selecting new location
2021-02-04 15:03:55 +01:00
05adf4a9f1
- have expected call values in test calls
2021-02-03 17:50:36 +01:00
d0274a40ae
- renamed Location2 to LocationMapBox
2021-02-03 17:17:18 +01:00
0ba37aab18
- lots of additional tests
...
- removed 3 character condition for location query
- lint ing
2021-02-02 06:56:56 +01:00
31038c5c2a
- lint fixes
2021-02-02 02:48:31 +01:00
c0b25040c3
- frontend implementation location query
...
- remove mapboxtoken from .env template
2021-02-02 02:48:31 +01:00
Moriz Wahl
bd962bbfcc
merging rebranding branch from /
2020-11-10 10:28:20 +01:00
Moriz Wahl
f7b60f5928
linting
2020-10-26 11:19:03 +01:00
Moriz Wahl
c4b436f6cb
spinner added to download button, only the posts written by the user are exported
2020-10-26 10:43:22 +01:00
Moriz Wahl
14de48ecd7
deleted or disabled post are not available for user data download.
2020-10-16 11:00:58 +02:00
Moriz Wahl
3ba72526b9
filename of downloaded image changed
2020-10-14 12:19:53 +02:00
Moriz Wahl
6ff02b41c8
name of downloaded image is the same as the url in the exported json
2020-10-14 12:03:35 +02:00
Moriz Wahl
a6f87a394a
improved German, download images on click
2020-10-14 11:49:06 +02:00
Moriz Wahl
4a79fffa5b
Removed XML download. Added image download and description
2020-10-13 17:36:53 +02:00
Moriz Wahl
f0354c337f
Export of user data as XML
2020-09-29 15:54:21 +02:00
Moriz Wahl
0e678a5559
basic json download of user data
2020-09-29 13:35:47 +02:00
roschaefer
3a216226bc
Paramterize all emails
2020-06-05 14:15:42 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Robert Schäfer
512ef672bf
feat: Introduce graphql image type ( #3043 )
...
* refactor(graphql): Introduce image type
* Undo changes to .travis.yml
* chore: Upgrade travis to node LTS
- URL is available since v10
* chore: use lts
Co-authored-by: mattwr18 <mattwr18@gmail.com>
2020-03-16 15:32:19 +01:00
Raphael Beer
d465e94596
Refactor: use #shorthand for default v-slot attributes
2020-03-12 23:49:27 +01:00
Raphael Beer
5626cb2771
Revert "Refactor: replace default slots"
...
This reverts commit f1e308074bc33e6762431f90f335ed849776f4d9.
Let's take this one at a time...
2020-03-12 23:49:01 +01:00
Raphael Beer
c3cf682fdf
Refactor: replace default slots
2020-03-12 23:49:01 +01:00
Alina Beck
53931a38e5
fix cypress tests
2020-02-11 19:47:05 +01:00
Alina Beck
408b77a3e7
use base-card on post page
2020-02-11 18:19:40 +01:00
Alina Beck
9895c32b0b
replace remaining instances of ds-card with base-card
2020-02-11 17:45:32 +01:00
mattwr18
34ec61153a
Fix typo ( #2966 )
2020-02-03 15:06:08 +01:00
mattwr18
bcc1ab167e
Improve styling per @alina-beck review
2020-01-30 10:46:43 +01:00
mattwr18
704b8c2d57
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1724-block-users
2020-01-21 21:15:03 +01:00
mattwr18
2df4e463f8
Update/Add translations for placeholder message
...
- @alina-beck, I had a look at the Placeholder component and it's quite
simple, but I guess migrating that is a separate PR, but I don't know
aobut adding more ds-placeholders, do you have some design ideas on what
could look better?
2020-01-21 19:28:19 +01:00
mattwr18
769c0cd105
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2675-migrate-avatar-component-2
2020-01-21 17:08:51 +01:00
mattwr18
905f34c827
Support use of initials, add tests, move component
...
- if there is no user.avatar, we show a user's initials - up to 3
characters unless there is no name or the name is 'Anonymous'. This is
to support users who on the old alpha were allowed to be anonymous (do
we still want to support this?)
- Add test cases for ☝️
- Refactor to not use any styleguide components and move UserAvatar to
generic directory
2020-01-20 10:04:30 +01:00
mattwr18
b090b1177f
Migrate the bare minimum
...
- follow @alina-beck PR review
2020-01-20 10:04:30 +01:00
roschaefer
c22a6330aa
refactor(translations): Fix keys for muting
...
Provide the correct German translation. Remove "" and use `null` for
Italian. @mattwr18 we really have to make sure not to add empty strings
to our translations because we disable the fallback in that case. Also,
if we want, we could replace the other translations with `null` in order
to make sure that we have the better (though untranslated) explanation.
@mattwr18 I had a look into `notificationsMiddleware.js`. I think that
we can still keep the tests and the behaviour although there is no
`BLOCKED` relationship anymore, right?
2020-01-16 20:56:12 +01:00
roschaefer
c5a6919833
Merge remote-tracking branch 'origin/master' into 279-blacklist-users-content
2020-01-16 19:48:16 +01:00
mattwr18
851babeac3
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 279-blacklist-users-content
2020-01-16 14:48:56 +01:00
mattwr18
83491e15c8
Merge branch 'master' of github.com:Human-Connection/Human-Connection into dependabot/npm_and_yarn/webapp/vue/test-utils-1.0.0-beta.30
2020-01-16 13:19:33 +01:00
roschaefer
8c29ad947b
Update vue-test-utils and follow updated docs
...
https://vue-test-utils.vuejs.org/guides/#writing-asynchronous-tests-using-nexttick-new
2020-01-11 00:37:22 +01:00