Details des Tickets
Beschreibung,Kommentare und Anhänge
| Rücksprache mit MB |
Sascha Immig |
2022-10-13T13:22:12.282Z |
added 1 commit
- 7ca0aa1f - LL-1253 Move "Forgotten password e-mail" button from "Settings" to "Master data".
Compare with previous version |
Markus Gerlach |
2022-11-04T12:29:06.417Z |
added 1 commit
- c369489e - composer update dompdf/dompdf -> 2.0.1
Compare with previous version |
Markus Gerlach |
2022-11-04T12:45:47.996Z |
| resolved all discussions |
Markus Gerlach |
2022-11-04T12:58:42.570Z |
added 107 commits
- c369489e...b1d9ce18 - 106 commits from branch
develop - 71b68243 - Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification
Compare with previous version |
Markus Gerlach |
2022-11-07T08:16:44.381Z |
added 34 commits
- 71b68243...8f76ec35 - 33 commits from branch
develop - 01d2edf0 - Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification
Compare with previous version |
Markus Gerlach |
2022-11-10T08:08:53.130Z |
added 84 commits
- 01d2edf0...d95b0374 - 83 commits from branch
develop - 7dfb02e7 - Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification
Compare with previous version |
Markus Gerlach |
2022-12-01T13:40:05.993Z |
added 2 commits
- 817c5b32 - code cosmetics
- e8058052 - added toArray() to convert collection into proper array
Compare with previous version |
Sascha Immig |
2022-12-08T11:40:47.431Z |
| merged |
Sascha Immig |
2022-12-08T12:02:30.257Z |
| mentioned in commit 5071218c217c1f9672344b841586b96a3b74b5d1 |
Sascha Immig |
2022-12-08T12:02:30.447Z |
| Title |
Id |
Author |
Created at |
Message |
| Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification |
01d2edf016780f6d95355ecdfbaf2921fa60ed70 |
gerlachm |
2022-11-10T08:08:47.000Z |
Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification
# Conflicts:
# composer.lock
# resources/js/laroute.js
# resources/lang/de.json
|
| Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification |
71b6824318179744828694a137e5d01694aa132d |
gerlachm |
2022-11-07T08:16:38.000Z |
Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification
# Conflicts:
# routes/web.php
|
| LL-1253 Move "Forgotten password e-mail" button from "Settings" to "Master data". |
7ca0aa1f943e3ae88664348cd1fbf5beda2116f7 |
gerlachm |
2022-11-04T12:29:02.000Z |
LL-1253 Move "Forgotten password e-mail" button from "Settings" to "Master data".
restore "Resend account confirmation" button
Account confirmation now also via user import without password
|
| Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification |
7dfb02e766f0f4d1f101577c22bad937f38cd4d0 |
gerlachm |
2022-12-01T13:39:51.000Z |
Merge branch 'develop' into feature/LL-1253-admin-resend-account-verification
# Conflicts:
# app/Models/User.php
|
| code cosmetics |
817c5b3298dcf4e72aee77feccc59445d95b98c0 |
TUV\immigs |
2022-12-08T11:38:57.000Z |
code cosmetics
|
| LL-1253 simplifies the process for the user by receiving the password reset email directly |
9503b469bf8019f6f6e60222cc54576a72d8409e |
markusgerlach |
2022-10-12T14:55:26.000Z |
LL-1253 simplifies the process for the user by receiving the password reset email directly
Set directly the email rerquest value from url to password/reset form
|
| LL-1253 fix copy paste bug |
a0c82e9f2cd639d110e5badb2289b353ae480a6e |
markusgerlach |
2022-10-12T15:17:58.000Z |
LL-1253 fix copy paste bug
|
| composer update dompdf/dompdf -> 2.0.1 |
c369489e6c79a3b45c0abc079b5e910fb18b53ee |
gerlachm |
2022-11-04T12:45:43.000Z |
composer update dompdf/dompdf -> 2.0.1
|
| added toArray() to convert collection into proper array |
e80580524b94e824de38374935b73ee9dbb2d2a1 |
TUV\immigs |
2022-12-08T11:39:28.000Z |
added toArray() to convert collection into proper array
|