]> git.mxchange.org Git - friendica.git/log
friendica.git
20 months ago[frio] Remove header banner setting form field
Hypolite Petovan [Thu, 15 Dec 2022 02:45:27 +0000 (21:45 -0500)]
[frio] Remove header banner setting form field

- This setting isn't used in the frio theme at all

20 months agoMerge pull request #12418 from MarekBenjamin/upload_image_size_desc_fix
Hypolite Petovan [Wed, 14 Dec 2022 22:26:57 +0000 (17:26 -0500)]
Merge pull request #12418 from MarekBenjamin/upload_image_size_desc_fix

Show PHP's upload_max_filesize value with binary prefix on admin site

20 months agoSmall fix to show PHP.ini upload_max_filesize value also with binary prefix for consi...
Marek Bachmann [Wed, 14 Dec 2022 22:19:08 +0000 (23:19 +0100)]
Small fix to show PHP.ini upload_max_filesize value also with binary prefix for consistency

20 months agoMerge pull request #12392 from annando/api-relations
Hypolite Petovan [Wed, 14 Dec 2022 13:06:14 +0000 (08:06 -0500)]
Merge pull request #12392 from annando/api-relations

API: Use "contact" for own relations

20 months agoMerge pull request #12407 from HankG/friendica-api-photo-endpoint-updates
Hypolite Petovan [Tue, 13 Dec 2022 22:14:48 +0000 (17:14 -0500)]
Merge pull request #12407 from HankG/friendica-api-photo-endpoint-updates

Friendica api photo endpoint updates

20 months agoUpdate src/Module/Api/Friendica/Photoalbum/Index.php
Hank G [Tue, 13 Dec 2022 21:52:28 +0000 (16:52 -0500)]
Update src/Module/Api/Friendica/Photoalbum/Index.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoUpdate src/Module/Api/Friendica/Photoalbum/Show.php
Hank G [Tue, 13 Dec 2022 21:52:21 +0000 (16:52 -0500)]
Update src/Module/Api/Friendica/Photoalbum/Show.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoUpdate src/Module/Api/Friendica/Photoalbum/Show.php
Hank G [Tue, 13 Dec 2022 21:46:16 +0000 (16:46 -0500)]
Update src/Module/Api/Friendica/Photoalbum/Show.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoUpdate src/Module/Api/Friendica/Photoalbum/Show.php
Hank G [Tue, 13 Dec 2022 21:45:56 +0000 (16:45 -0500)]
Update src/Module/Api/Friendica/Photoalbum/Show.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoUpdate src/Module/Api/Friendica/Photoalbum/Show.php
Hank G [Tue, 13 Dec 2022 21:45:49 +0000 (16:45 -0500)]
Update src/Module/Api/Friendica/Photoalbum/Show.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoUpdate src/Module/Api/Friendica/Photoalbum/Index.php
Hank G [Tue, 13 Dec 2022 21:45:34 +0000 (16:45 -0500)]
Update src/Module/Api/Friendica/Photoalbum/Index.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoRemove extraneous comment and fix whitespace between lines for style
Hank Grabowski [Tue, 13 Dec 2022 21:04:03 +0000 (16:04 -0500)]
Remove extraneous comment and fix whitespace between lines for style

20 months agoFix space missing after if style error in src/Module/Api/Friendica/Photoalbum/Show.php
Hank Grabowski [Tue, 13 Dec 2022 20:59:45 +0000 (15:59 -0500)]
Fix space missing after if style error in src/Module/Api/Friendica/Photoalbum/Show.php

20 months agoFix copyright header issues...
Hank Grabowski [Tue, 13 Dec 2022 20:58:03 +0000 (15:58 -0500)]
Fix copyright header issues...

20 months agoAdd latest_first parameter to photo gallery listing Friendica API endpoint
Hank Grabowski [Tue, 13 Dec 2022 20:41:24 +0000 (15:41 -0500)]
Add latest_first parameter to photo gallery listing Friendica API endpoint

20 months agoAdd photo album show endpoint that lists photos in an album
Hank Grabowski [Tue, 13 Dec 2022 19:16:08 +0000 (14:16 -0500)]
Add photo album show endpoint that lists photos in an album

20 months agoFix Friendica API Photo Album list documentation to reflect endpoint
Hank Grabowski [Tue, 13 Dec 2022 19:14:58 +0000 (14:14 -0500)]
Fix Friendica API Photo Album list documentation to reflect endpoint

20 months agoFix Friendica API Photo Album list documentation to reflect endpoint
Hank Grabowski [Tue, 13 Dec 2022 18:31:10 +0000 (13:31 -0500)]
Fix Friendica API Photo Album list documentation to reflect endpoint

20 months agoAdd Photo Album index endpoint to Friendica API
Hank Grabowski [Tue, 13 Dec 2022 18:28:34 +0000 (13:28 -0500)]
Add Photo Album index endpoint to Friendica API

20 months agoAdd Photo album cache flushes to Friendica Photo endpoints
Hank Grabowski [Tue, 13 Dec 2022 18:27:23 +0000 (13:27 -0500)]
Add Photo album cache flushes to Friendica Photo endpoints

20 months agoAllow album to be empty string thus defaulting to i10n "Wall Photos" like in UI
Hank Grabowski [Tue, 13 Dec 2022 17:48:50 +0000 (12:48 -0500)]
Allow album to be empty string thus defaulting to i10n "Wall Photos" like in UI

20 months agoMerge pull request #12400 from MrPetovan/task/image-grid
Michael Vogel [Tue, 13 Dec 2022 15:21:06 +0000 (16:21 +0100)]
Merge pull request #12400 from MrPetovan/task/image-grid

Normalize padding in image grid

20 months agoImprove code standards in Model\Item
Hypolite Petovan [Tue, 13 Dec 2022 14:33:01 +0000 (09:33 -0500)]
Improve code standards in Model\Item

20 months agoNormalize padding in image grid
Hypolite Petovan [Tue, 13 Dec 2022 02:56:23 +0000 (21:56 -0500)]
Normalize padding in image grid

- Remove outside padding, vertical and horizontal
- Remove artificial padding with <br> in content/image.tpl

20 months agoMerge pull request #12398 from MarekBenjamin/image-grid-fixes
Hypolite Petovan [Tue, 13 Dec 2022 00:15:00 +0000 (19:15 -0500)]
Merge pull request #12398 from MarekBenjamin/image-grid-fixes

Fixed image grid when exactly ONE portrait and ONE landscape is attached

20 months agoFixed image grid when exactly ONE portrait and ONE landscape is attached
Marek Bachmann [Mon, 12 Dec 2022 23:39:39 +0000 (00:39 +0100)]
Fixed image grid when exactly ONE portrait and ONE landscape is attached

20 months agoMerge pull request #12334 from MarekBenjamin/new_image_presentation
Hypolite Petovan [Mon, 12 Dec 2022 22:24:40 +0000 (17:24 -0500)]
Merge pull request #12334 from MarekBenjamin/new_image_presentation

Show Images in posts in an image grid

20 months agoMoved image_grid.css content to global.css and use unique class names for imagegrid...
Marek Bachmann [Mon, 12 Dec 2022 21:57:16 +0000 (22:57 +0100)]
Moved image_grid.css content to global.css and use unique class names for imagegrid style classes, removed id for div

20 months agoUpdate image_grid.css
MarekBenjamin [Mon, 12 Dec 2022 20:56:42 +0000 (21:56 +0100)]
Update image_grid.css

Removed fall back to one column

20 months agoUpdate image_grid.css
MarekBenjamin [Mon, 12 Dec 2022 20:45:57 +0000 (21:45 +0100)]
Update image_grid.css

20 months agoMerge branch 'friendica:2022.12-rc' into new_image_presentation
MarekBenjamin [Mon, 12 Dec 2022 18:07:09 +0000 (19:07 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation

20 months agoMerge pull request #12397 from HankG/fix-photo-get-without-scale-arg
Hypolite Petovan [Mon, 12 Dec 2022 18:01:03 +0000 (13:01 -0500)]
Merge pull request #12397 from HankG/fix-photo-get-without-scale-arg

Fix photo get without scale arg

20 months agoMerge pull request #12395 from HankG/fix-photo-get-without-scale-arg
Hypolite Petovan [Mon, 12 Dec 2022 18:00:19 +0000 (13:00 -0500)]
Merge pull request #12395 from HankG/fix-photo-get-without-scale-arg

Fix Friendica Photo GET API endpoint to work without explicit scale term

20 months agoUse is_int not intval to return Photo->createFromId back to original version
Hank Grabowski [Mon, 12 Dec 2022 17:38:45 +0000 (12:38 -0500)]
Use is_int not intval to return Photo->createFromId back to original version

20 months agoUpdate Friendica Photo API endpoint fix to pass null for scale when not applied
Hank Grabowski [Mon, 12 Dec 2022 17:37:01 +0000 (12:37 -0500)]
Update Friendica Photo API endpoint fix to pass null for scale when not applied

20 months agoMerge branch 'friendica:2022.12-rc' into new_image_presentation
MarekBenjamin [Mon, 12 Dec 2022 16:59:42 +0000 (17:59 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation

20 months agoFix Friendica Photo GET API endpoint to work without explicit scale term
Hank Grabowski [Mon, 12 Dec 2022 16:27:59 +0000 (11:27 -0500)]
Fix Friendica Photo GET API endpoint to work without explicit scale term

20 months agoMerge pull request #12393 from annando/api-permissions
Hypolite Petovan [Mon, 12 Dec 2022 15:20:28 +0000 (10:20 -0500)]
Merge pull request #12393 from annando/api-permissions

API: Allow permissions for status posts

20 months agoUpdate src/Module/Api/Twitter/Statuses/Update.php
Michael Vogel [Mon, 12 Dec 2022 14:51:14 +0000 (15:51 +0100)]
Update src/Module/Api/Twitter/Statuses/Update.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoMerge pull request #12391 from annando/issue-12338
Hypolite Petovan [Mon, 12 Dec 2022 14:39:12 +0000 (09:39 -0500)]
Merge pull request #12391 from annando/issue-12338

Issue 12338: Use redirect for "about" and "about/more"

20 months agoRedirect in a different way
Michael [Mon, 12 Dec 2022 11:24:20 +0000 (11:24 +0000)]
Redirect in a different way

20 months agoDon't send the header
Michael [Mon, 12 Dec 2022 03:13:24 +0000 (03:13 +0000)]
Don't send the header

20 months agoTransmit header before creating user list
Michael [Mon, 12 Dec 2022 02:43:32 +0000 (02:43 +0000)]
Transmit header before creating user list

20 months agoDon't display pending requests
Michael [Mon, 12 Dec 2022 02:33:57 +0000 (02:33 +0000)]
Don't display pending requests

20 months agoFix tests
Michael [Sun, 11 Dec 2022 22:56:56 +0000 (22:56 +0000)]
Fix tests

20 months agoAPI: Allow permissions for status posts
Michael [Sun, 11 Dec 2022 22:48:43 +0000 (22:48 +0000)]
API: Allow permissions for status posts

20 months agoAPI: Use "contact" for own relations
Michael [Sun, 11 Dec 2022 22:26:30 +0000 (22:26 +0000)]
API: Use "contact" for own relations

20 months agoMerge branch 'friendica:2022.12-rc' into new_image_presentation
MarekBenjamin [Sun, 11 Dec 2022 21:25:47 +0000 (22:25 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation

20 months agoMerge pull request #12390 from annando/fixes
Hypolite Petovan [Sun, 11 Dec 2022 20:05:47 +0000 (15:05 -0500)]
Merge pull request #12390 from annando/fixes

Only reshare the author's posts on `MIRROR_NATIVE_RESHARE`

20 months agoMerge pull request #12389 from annando/fatal
Hypolite Petovan [Sun, 11 Dec 2022 20:04:54 +0000 (15:04 -0500)]
Merge pull request #12389 from annando/fatal

Handle some fatal errors

20 months agoIssue 12338: Use redirect for "about" and "about/more"
Michael [Sun, 11 Dec 2022 19:50:10 +0000 (19:50 +0000)]
Issue 12338: Use redirect for "about" and "about/more"

20 months agoMerge remote-tracking branch 'origin/2022.12-rc' into fixes
Michael [Sun, 11 Dec 2022 19:00:59 +0000 (19:00 +0000)]
Merge remote-tracking branch 'origin/2022.12-rc' into fixes

20 months agoadded more sophisticated column balancing logic for portraits and landscapes
Marek Bachmann [Sun, 11 Dec 2022 17:25:19 +0000 (18:25 +0100)]
added more sophisticated column balancing logic for portraits and landscapes

20 months agoMerge branch 'friendica:2022.12-rc' into new_image_presentation
MarekBenjamin [Sun, 11 Dec 2022 17:24:27 +0000 (18:24 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation

20 months agoMerge pull request #12388 from MrPetovan/task/psr-20
Philipp [Sun, 11 Dec 2022 17:21:20 +0000 (18:21 +0100)]
Merge pull request #12388 from MrPetovan/task/psr-20

Add Clock classes to deal with "now" times in tests

20 months agoHandle some fatal errors
Michael [Sun, 11 Dec 2022 16:48:36 +0000 (16:48 +0000)]
Handle some fatal errors

20 months agofixed bug in portrait iteration
Marek Bachmann [Sun, 11 Dec 2022 16:09:28 +0000 (17:09 +0100)]
fixed bug in portrait iteration

shortened var names

added some comments

20 months agoMerge branch 'friendica:2022.12-rc' into new_image_presentation
MarekBenjamin [Sun, 11 Dec 2022 15:56:33 +0000 (16:56 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation

20 months agoAdd Clock classes to deal with "now" times in tests
Hypolite Petovan [Sun, 11 Dec 2022 03:39:09 +0000 (22:39 -0500)]
Add Clock classes to deal with "now" times in tests

- [Composer] Add psr/clock dependency

20 months agoMerge pull request #12385 from annando/more-blurhash
Hypolite Petovan [Sun, 11 Dec 2022 14:24:49 +0000 (09:24 -0500)]
Merge pull request #12385 from annando/more-blurhash

Add more BlurHash to avoid not being able to display some picture

20 months agoSome small fixes
Michael Vogel [Sun, 11 Dec 2022 10:21:02 +0000 (11:21 +0100)]
Some small fixes

20 months agoAvoid error when image couldn't be fetched
Michael [Sun, 11 Dec 2022 10:12:20 +0000 (10:12 +0000)]
Avoid error when image couldn't be fetched

20 months agoAdd more BlurHash to avoid not being able to display some picture
Michael [Sun, 11 Dec 2022 09:56:30 +0000 (09:56 +0000)]
Add more BlurHash to avoid not being able to display some picture

20 months agoMerge pull request #12383 from annando/issue-12367
Hypolite Petovan [Sun, 11 Dec 2022 04:55:05 +0000 (23:55 -0500)]
Merge pull request #12383 from annando/issue-12367

Issue 12367: Calculate relative date on "date" level instead of "datetime"

20 months agoMerge pull request #12384 from annando/issue-12285
Hypolite Petovan [Sun, 11 Dec 2022 04:54:39 +0000 (23:54 -0500)]
Merge pull request #12384 from annando/issue-12285

Issue 12285: Show sharing notification only once

20 months agoSimplify variable name
Michael [Sun, 11 Dec 2022 04:16:58 +0000 (04:16 +0000)]
Simplify variable name

20 months agoIssue 12285: Show sharing notification only once
Michael [Sun, 11 Dec 2022 04:11:29 +0000 (04:11 +0000)]
Issue 12285: Show sharing notification only once

20 months agoOnly calculate the last login on a "date" level
Michael [Sun, 11 Dec 2022 03:26:45 +0000 (03:26 +0000)]
Only calculate the last login on a "date" level

20 months agoIssue 12367: Calculate relative date on "date" level instead of "datetime"
Michael [Sun, 11 Dec 2022 03:24:36 +0000 (03:24 +0000)]
Issue 12367: Calculate relative date on "date" level instead of "datetime"

20 months agoMerge branch 'friendica:2022.12-rc' into new_image_presentation
MarekBenjamin [Sat, 10 Dec 2022 22:59:51 +0000 (23:59 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation

20 months agoRestored $s = $hook_data['html']; call which was removed on error
Marek Bachmann [Sat, 10 Dec 2022 22:47:37 +0000 (23:47 +0100)]
Restored $s = $hook_data['html']; call which was removed on error

20 months agoRemoved unused imports
Marek Bachmann [Sat, 10 Dec 2022 22:45:42 +0000 (23:45 +0100)]
Removed unused imports

20 months agoRemoved not needed image_grid_column.tpl
Marek Bachmann [Sat, 10 Dec 2022 22:44:23 +0000 (23:44 +0100)]
Removed not needed image_grid_column.tpl

20 months agoAdded some logic for image grid column balancing
Marek Bachmann [Sat, 10 Dec 2022 22:37:03 +0000 (23:37 +0100)]
Added some logic for image grid column balancing

20 months agoMerge pull request #12381 from annando/issue-11875
Hypolite Petovan [Sat, 10 Dec 2022 22:20:38 +0000 (17:20 -0500)]
Merge pull request #12381 from annando/issue-11875

Issue 11875: Fetch post on activity

20 months agoMerge pull request #12380 from annando/parts
Hypolite Petovan [Sat, 10 Dec 2022 22:20:06 +0000 (17:20 -0500)]
Merge pull request #12380 from annando/parts

Fix "part" calculation for split posts

20 months agoremove old code
Marek Bachmann [Sat, 10 Dec 2022 21:58:43 +0000 (22:58 +0100)]
remove old code

20 months agoAdded image grid generation to addVisualAttachments
Marek Bachmann [Sat, 10 Dec 2022 21:54:50 +0000 (22:54 +0100)]
Added image grid generation to addVisualAttachments

20 months agoIssue 11875: Fetch post on activity
Michael [Sat, 10 Dec 2022 21:48:00 +0000 (21:48 +0000)]
Issue 11875: Fetch post on activity

20 months agoFix "part" calculation for splitted posts
Michael [Sat, 10 Dec 2022 21:23:21 +0000 (21:23 +0000)]
Fix "part" calculation for splitted posts

20 months agoMerge branch 'friendica:2022.12-rc' into new_image_presentation
MarekBenjamin [Sat, 10 Dec 2022 21:17:26 +0000 (22:17 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation

20 months agoMerge pull request #12379 from annando/id-for-image
Hypolite Petovan [Sat, 10 Dec 2022 19:46:19 +0000 (14:46 -0500)]
Merge pull request #12379 from annando/id-for-image

ID added for list of images in a post

20 months agoID added for list of images in a post
Michael [Sat, 10 Dec 2022 19:08:56 +0000 (19:08 +0000)]
ID added for list of images in a post

20 months agoMerge pull request #12364 from MrPetovan/bug/warnings
Michael Vogel [Sat, 10 Dec 2022 17:10:24 +0000 (18:10 +0100)]
Merge pull request #12364 from MrPetovan/bug/warnings

Address several warning messages

20 months agoMerge pull request #12360 from MrPetovan/bug/deprecated
Michael Vogel [Sat, 10 Dec 2022 17:08:17 +0000 (18:08 +0100)]
Merge pull request #12360 from MrPetovan/bug/deprecated

Address several Deprecated messages

20 months agoMerge pull request #12378 from annando/localprobe
Hypolite Petovan [Sat, 10 Dec 2022 16:47:45 +0000 (11:47 -0500)]
Merge pull request #12378 from annando/localprobe

Diaspora added to localprobe

20 months agoRemove parameter-less call of OStatus\Salmon module in DFRN\Notify
Hypolite Petovan [Thu, 8 Dec 2022 14:45:33 +0000 (09:45 -0500)]
Remove parameter-less call of OStatus\Salmon module in DFRN\Notify

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1342615279

20 months agoCheck for existence of a public contact id before deleting related notifications...
Hypolite Petovan [Thu, 8 Dec 2022 14:41:08 +0000 (09:41 -0500)]
Check for existence of a public contact id before deleting related notifications in Model\Contact

- Address part of https://github.com/friendica/friendica/issues/11993#issuecomment-1338134893

20 months agoThrow exception when a few keys are missing from probe data array in Repository\Diasp...
Hypolite Petovan [Thu, 8 Dec 2022 14:40:35 +0000 (09:40 -0500)]
Throw exception when a few keys are missing from probe data array in Repository\DiasporaContact

- Address part of https://github.com/friendica/friendica/issues/11993#issuecomment-1338134893

20 months agoDelete introductions when referenced contact id doesn't exist anymore in Ping module
Hypolite Petovan [Thu, 8 Dec 2022 14:24:06 +0000 (09:24 -0500)]
Delete introductions when referenced contact id doesn't exist anymore in Ping module

- Address part of https://github.com/friendica/friendica/issues/11993#issuecomment-1338134893

20 months agoRemove superfluous strlen call in Module\Tos
Hypolite Petovan [Thu, 8 Dec 2022 13:51:49 +0000 (08:51 -0500)]
Remove superfluous strlen call in Module\Tos

- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1342617099

20 months agoWard against empty JsonLD::fetchElement result in ActivityPub\Receiver::processTags
Hypolite Petovan [Thu, 8 Dec 2022 03:35:37 +0000 (22:35 -0500)]
Ward against empty JsonLD::fetchElement result in ActivityPub\Receiver::processTags

- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1336478368

20 months agoCheck for last-activity value before feeding it to strtotime in Module\NoScrape
Hypolite Petovan [Thu, 8 Dec 2022 03:31:27 +0000 (22:31 -0500)]
Check for last-activity value before feeding it to strtotime in Module\NoScrape

- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1340019523

20 months agoWard against invalid name from receiver in ActivityPub::storeReceivers
Hypolite Petovan [Thu, 8 Dec 2022 03:28:09 +0000 (22:28 -0500)]
Ward against invalid name from receiver in ActivityPub::storeReceivers

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783

20 months agoEnsure strpos is provided a string in App::runFrontend
Hypolite Petovan [Thu, 8 Dec 2022 03:24:01 +0000 (22:24 -0500)]
Ensure strpos is provided a string in App::runFrontend

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783

20 months agoProvide default host value to hash() in Model\Item::guidFromUri
Hypolite Petovan [Thu, 8 Dec 2022 03:21:23 +0000 (22:21 -0500)]
Provide default host value to hash() in Model\Item::guidFromUri

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783

20 months agoCheck for parts key existence before performing strpos in Network\Probe
Hypolite Petovan [Thu, 8 Dec 2022 03:15:47 +0000 (22:15 -0500)]
Check for parts key existence before performing strpos in Network\Probe

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783

20 months agoCoalesce null activity name in ActivityPub\Processor
Hypolite Petovan [Thu, 8 Dec 2022 03:10:38 +0000 (22:10 -0500)]
Coalesce null activity name in ActivityPub\Processor

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783

20 months agoReplace parse_url with UriInterface instantiation in Model\APContact
Hypolite Petovan [Thu, 8 Dec 2022 03:08:48 +0000 (22:08 -0500)]
Replace parse_url with UriInterface instantiation in Model\APContact

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783

20 months agoSimplify lastname/firstname
Michael [Sat, 10 Dec 2022 16:02:38 +0000 (16:02 +0000)]
Simplify lastname/firstname