2663 Commits

Author SHA1 Message Date
einhornimmond
060b8e3fcc update doc 2021-06-14 16:41:05 +02:00
einhornimmond
4df9ad380f make change password behave more like the other
- more tests
- make session_id optional, if not set take Login-Server Cookie
- check only for password_old if user was logged in with password, else reset password from email wouldn't work
- make successfull change password also add 1 to valid_values
- don't update other fields in db if only update password was called
2021-06-14 16:41:03 +02:00
einhornimmond
670f7cfff9 more tests and fixes to get test working 2021-06-14 16:38:58 +02:00
einhornimmond
e3f52c4667 move creating secret key for password comparisation in extra function
- needed for check for old passwort for passwort update in frontend
2021-06-14 16:34:41 +02:00
einhornimmond
eb5f723c57 add missing comma 2021-06-14 16:34:41 +02:00
einhornimmond
34af447638 update doc 2021-06-14 16:34:41 +02:00
einhornimmond
5170c8e61b update test and test environment 2021-06-14 16:34:41 +02:00
einhornimmond
de4243b245 fix bug shown through testing 2021-06-14 16:34:38 +02:00
einhornimmond
a2261f08d0 wait on check email for send password reset email to prevent misuse to find out which emails on server exist 2021-06-14 16:34:06 +02:00
einhornimmond
34162de1ed add test for UpdateUserInfo, fix CheckUsername Test 2021-06-14 16:34:06 +02:00
einhornimmond
12188c77e8 prepare for tests which needed valid user and known password in db 2021-06-14 16:34:06 +02:00
einhornimmond
f09905e00c for password change old password is required 2021-06-14 16:34:03 +02:00
Moriz Wahl
bdee28fde6
Merge pull request #524 from gradido/remove-base-input-example-login-vue
Remove base input example login vue
2021-06-14 16:30:17 +02:00
Moriz Wahl
800147f867
Update test.yml
coverage to 28%
2021-06-14 16:20:22 +02:00
Moriz Wahl
71a2a0c6aa Merge branch 'remove-base-input-example-login-vue' of github.com:gradido/gradido into remove-base-input-example-login-vue 2021-06-14 16:11:09 +02:00
Moriz Wahl
a4f2997925 Merge branch 'master' into remove-base-input-example-login-vue 2021-06-14 16:10:43 +02:00
ogerly
ecf2b0d8f7 fix text balnace on sidebar.vue 2021-06-14 16:04:57 +02:00
Alexander Friedland
ef2017a7d6
Merge pull request #490 from gradido/Feature--Profile-Page-Username
Feature: Change Username
2021-06-14 15:59:39 +02:00
Moriz Wahl
9a257c2686
Merge pull request #512 from gradido/toaster
feat: Toaster to Display Messages
2021-06-14 15:57:16 +02:00
Moriz Wahl
53eac33a16
Merge pull request #525 from gradido/fix-amount-input-field
fix: Validation of GDD Send Amount Field
2021-06-14 15:47:39 +02:00
Moriz Wahl
be242518ae test user profile overview 2021-06-14 15:46:13 +02:00
ogerly
d8aa42cbbd content header line is fix 2021-06-14 15:27:39 +02:00
Moriz Wahl
9f5edda466 toast errors on password reset 2021-06-14 15:24:09 +02:00
Moriz Wahl
4045842435 update user profile data toats messages. Removed TestData fragments. removed unused components 2021-06-14 15:15:01 +02:00
einhornimmond
1b7b15f7f0
Merge pull request #496 from gradido/community_coverage
Community coverage
2021-06-14 15:03:56 +02:00
einhornimmond
fe74efd283
Merge pull request #523 from gradido/login_prevent_double_spent
compare with last transaction sended
2021-06-14 15:03:17 +02:00
einhornimmond
a3fd334674 change 100 to 10 seconds timeout for double transaction 2021-06-14 14:12:29 +02:00
einhornimmond
74f3c554f7
Merge pull request #526 from gradido/community_dont_remove_small_decays
remove check decays for being at least 100 GDD cent
2021-06-14 14:10:16 +02:00
Moriz Wahl
3949b5ec36 Merge branch 'master' into toaster 2021-06-14 13:57:21 +02:00
einhornimmond
868c25ce02 Merge branch 'change_password_require_password' of github.com:gradido/gradido into change_password_require_password 2021-06-14 13:39:45 +02:00
einhornimmond
d84fb04806 update doc 2021-06-14 13:39:30 +02:00
einhornimmond
23477aed53 make change password behave more like the other
- more tests
- make session_id optional, if not set take Login-Server Cookie
- check only for password_old if user was logged in with password, else reset password from email wouldn't work
- make successfull change password also add 1 to valid_values
- don't update other fields in db if only update password was called
2021-06-14 13:37:18 +02:00
ogerly
22211a883c add content header again 2021-06-14 13:27:52 +02:00
einhorn_b
c2d91a2096 add checking at least that decay balance is more than 0 2021-06-14 11:51:21 +02:00
einhornimmond
617b3648f4 remove check decays for being at least 100 GDD cent
- remove debugging lines and empty lines
2021-06-14 10:54:32 +02:00
Moriz Wahl
4e4e7c4d6e Merge branch 'master' into change_password_require_password 2021-06-13 20:02:48 +02:00
Moriz Wahl
91887508e8 Merge branch 'master' into login_prevent_double_spent 2021-06-13 20:02:14 +02:00
Moriz Wahl
6b5cca1d0d Merge branch 'master' into fix-amount-input-field 2021-06-13 20:01:22 +02:00
Moriz Wahl
f127d5408f no digits after period or comma is allowed. localize numbers in vaidation message 2021-06-13 19:47:08 +02:00
Moriz Wahl
7e2390e1f1
Merge pull request #518 from gradido/community_send_coins_without_target_date
fix: Remove Target Date in Send Coins Request
2021-06-13 19:44:38 +02:00
Moriz Wahl
088b144ee8 simple spec for user profile 2021-06-13 19:26:05 +02:00
Moriz Wahl
8e797776ea remove transaction date in gdd send 2021-06-13 19:03:19 +02:00
Moriz Wahl
18b587a4e4 included gdd status again. 2021-06-13 18:34:53 +02:00
ogerly
af20dfd584 remove GddStatus.vue, show balance in sidebar and navbar 2021-06-13 12:45:09 +02:00
ogerly
c5525dfe95 component BaseNav, DashboardNavbar.vue removed, 2021-06-13 06:55:58 +02:00
ogerly
3e3048cf39 component tab, tabs removed 2021-06-13 05:45:59 +02:00
ogerly
38be14ecef code cleaned up and unnecessary comments removed 2021-06-13 05:09:47 +02:00
ogerly
0312b4e62e fix lint 2021-06-12 16:46:40 +02:00
ogerly
159bff71df remove components Charts, Notification, SearchUser, ButtonCheckbox, Button RadioGroup, Breadcrumb 2021-06-12 16:45:25 +02:00
ogerly
2057cdcae3 remove compoments BaseSlider 2021-06-12 16:10:44 +02:00