Moriz Wahl
4ce5bdd6fa
get most components working
2023-02-15 10:23:34 +01:00
Wolfgang Huß
e82d35c824
Fix linting
2022-08-25 23:17:50 +02:00
Tima Gixe
15ce070288
Update tests to expect Not Authorized!
2022-08-25 09:08:14 +03:00
ogerly
fde69a3b21
fix: review from wolle, fix lint
2020-08-27 09:49:54 +02:00
ogerly
b2f3b02422
fix: DeleteDate vue and specs
2020-08-19 10:01:59 +02:00
Alexander Friedland
6d856a3edc
Merge branch 'master' into 17-Admin-Remove-user-profile
2020-08-14 17:23:16 +02:00
Wolfgang Huß
9ff1fc5b62
Fix linting
2020-08-04 14:21:35 +02:00
ogerly
1c1a0030f7
fix: i have taken over and implemented the proposals from tirrok
2020-08-04 13:08:11 +02:00
ogerly
9b14a5327a
tests: reviews works
2020-08-04 11:42:12 +02:00
Wolfgang Huß
dcc5b74038
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 17-Admin-Remove-user-profile
2020-05-28 10:52:24 +02:00
ogerly
7b48339e18
fix: admin can delete himself
2020-04-30 15:59:22 +02:00
ogerly
fcc46d7f61
fix: DeleteData.spec.js
2020-04-30 12:56:03 +02:00
ogerly
3de96a2eaa
fix: lint
2020-04-30 12:36:12 +02:00
ogerly
b2326c710e
git pull conflicts fixed
2020-04-29 10:10:14 +02:00
ogerly
7e5a7f5d42
bug: deleteUser on old status, currentUserCounts are retrieved additionally, admin cannot delete himself via his user settings
2020-04-29 10:04:54 +02:00
ogerly
4210727ddf
bug: fix - contributionCount, commentCount remove from code
2020-04-27 13:55:29 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
ogerly
127ddcc77a
deleteUserModal style changed, deleteData is no longer included
2020-03-05 08:20:37 +01:00
ogerly
9ab2d8395f
feat: DeleteUser for Admin added in the profile dropdown menu, deleted from the Admin user overview
2020-03-04 16:23:00 +01:00
ogerly
fdc0f492ad
stepstep
2020-02-23 17:36:23 +01:00
Alina Beck
37959d8167
refactor BaseCard to use slots and props
2020-02-11 16:10:45 +01:00
Alina Beck
509892b6ca
refactor DeleteData template and CSS
2020-02-10 12:40:38 +01:00
mattwr18
0a4defe36d
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 14:52:58 +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
Alina Beck
e9ad67d39b
Merge branch 'migrate-styleguide-buttons' into button-migration-fixes
2020-01-14 17:04:25 +03: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
Alina Beck
04e5ecc87d
fix tests and lint errors
2020-01-09 13:48:30 +05:30
Alina Beck
93b6323c34
make cancel buttons red
2020-01-09 13:37:15 +05:30
Alina Beck
f2a59c8a90
rename classes in EmbedComponent tests
2019-12-19 07:32:57 +05:30
Alina Beck
c4959bb851
use computed property to enable/disable delete button
2019-12-19 01:02:15 +05:30
Alina Beck
a210dd599d
Merge branch 'master' into migrate-styleguide-icons
2019-11-20 19:35:03 +03:00
Alina Beck
77f4810ddc
set up global localVue
...
by setting up localVue with all required plugins (such as styleguide and vuex)
in a separate testSetup file we can avoid doing this individually in all component tests
the testSetup is executed before each test suite, so each test file gets a fresh
instance of localVue
2019-11-20 12:31:40 +03:00
Alina Beck
4e6572a042
replace ds-icon with base-icon
2019-11-19 12:26:07 +03:00
roschaefer
36062ffa8c
Fix lint
2019-11-16 14:34:23 +01:00
Matt Rider
dbaa8e687f
Fix vue warnings, fix tests, refactor
...
- was throwing an error when trying to update commentsCount because of new implementation by @roschaefer which uses countResolver, but there was no related for commentsCount, it was r... also commentsCount is no longer needed anywhere in the code base, it is commentedCount now
2019-08-16 13:28:55 +02:00
Wolfgang Huß
118e53fa02
Added a missing Deletable
2019-06-29 19:21:20 +02:00
Matt Rider
7a5636fdc2
Add enableDeletionValue to unlock deletion
...
- Thanks @Tirokk for pointing this out. How was this even working before?
2019-06-20 12:07:16 -03:00
Matt Rider
aa6551e35d
Remove comments
2019-06-12 15:59:33 -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