]> git.mxchange.org Git - friendica.git/log
friendica.git
18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

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

18 months agoDiaspora added to localprobe
Michael [Sat, 10 Dec 2022 15:59:11 +0000 (15:59 +0000)]
Diaspora added to localprobe

18 months agoMerge pull request #12377 from MrPetovan/bug/12376-diasporacontact-subscribe
Michael Vogel [Sat, 10 Dec 2022 14:47:49 +0000 (15:47 +0100)]
Merge pull request #12377 from MrPetovan/bug/12376-diasporacontact-subscribe

Change DiasporaContact->subscribe type to string

18 months agoChange DiasporaContact->subscribe type to string
Hypolite Petovan [Sat, 10 Dec 2022 14:23:29 +0000 (09:23 -0500)]
Change DiasporaContact->subscribe type to string

- This avoids the expected "{uri}" placeholder to be URL-encoded in the string representation

18 months agoMerge pull request #12375 from annando/issue-12373
Hypolite Petovan [Sat, 10 Dec 2022 13:45:53 +0000 (08:45 -0500)]
Merge pull request #12375 from annando/issue-12373

Issue 12373: Fix communication to Diaspora

18 months ago"networks" has to contain all probing fields
Michael [Sat, 10 Dec 2022 12:35:05 +0000 (12:35 +0000)]
"networks" has to contain all probing fields

18 months agoRemove testcode, improve rearrange
Michael [Sat, 10 Dec 2022 12:14:23 +0000 (12:14 +0000)]
Remove testcode, improve rearrange

18 months agoIssue 12373: Fix communication to Diaspora
Michael [Sat, 10 Dec 2022 12:08:55 +0000 (12:08 +0000)]
Issue 12373: Fix communication to Diaspora

18 months agoMerge pull request #12374 from MrPetovan/bug/admin-logs-view
Philipp [Fri, 9 Dec 2022 21:36:43 +0000 (22:36 +0100)]
Merge pull request #12374 from MrPetovan/bug/admin-logs-view

Fix wrong condition when redirecting to filtered log view in admin/logs

18 months agoFix wrong condition when redirecting to filtered log view in admin/logs
Hypolite Petovan [Fri, 9 Dec 2022 21:24:37 +0000 (16:24 -0500)]
Fix wrong condition when redirecting to filtered log view in admin/logs

- Address https://friendica.xyz/display/adf174d5-1563-937d-3cd7-2df680918252

18 months agoMerge pull request #12372 from loma-one/patch-3
Hypolite Petovan [Thu, 8 Dec 2022 21:57:58 +0000 (16:57 -0500)]
Merge pull request #12372 from loma-one/patch-3

Change icon size button comments

18 months agoMerge pull request #12371 from loma-one/patch-1
Hypolite Petovan [Thu, 8 Dec 2022 21:57:31 +0000 (16:57 -0500)]
Merge pull request #12371 from loma-one/patch-1

Change oversized buttons

18 months agoTitel H2
loma-one [Thu, 8 Dec 2022 21:14:47 +0000 (22:14 +0100)]
Titel H2

18 months agoÄnderung Icon-Größe Schaltfläche Kommentare
loma-one [Thu, 8 Dec 2022 20:47:52 +0000 (21:47 +0100)]
Änderung Icon-Größe Schaltfläche Kommentare

Using the glocal css "template-icon" to show the correct size of the buttons

18 months agoMerge pull request #12370 from loma-one/patch-2
Hypolite Petovan [Thu, 8 Dec 2022 20:00:36 +0000 (15:00 -0500)]
Merge pull request #12370 from loma-one/patch-2

css specification for oversized button in composer

18 months agocss specification for oversized button in composer
loma-one [Thu, 8 Dec 2022 19:42:28 +0000 (20:42 +0100)]
css specification for oversized button in composer

In order to specify the buttons in the composer in the correct size again, an additional specification has been added. This can also be used for other oversized buttons.

18 months agoChange oversized buttons
loma-one [Thu, 8 Dec 2022 19:38:44 +0000 (20:38 +0100)]
Change oversized buttons

Additional css specification in global.css to resize the button in the composer. ".template-icon"
Use ".template-icon" in additional buttons that are currently displayed oversized.

18 months agoMerge pull request #12368 from tobiasd/20221208-de2
Hypolite Petovan [Thu, 8 Dec 2022 17:17:30 +0000 (12:17 -0500)]
Merge pull request #12368 from tobiasd/20221208-de2

DE translation update

18 months agoDE translation update
Tobias Diekershoff [Thu, 8 Dec 2022 17:11:16 +0000 (18:11 +0100)]
DE translation update

18 months agoMerge pull request #12366 from tobiasd/20221208-fr
Hypolite Petovan [Thu, 8 Dec 2022 17:00:14 +0000 (12:00 -0500)]
Merge pull request #12366 from tobiasd/20221208-fr

FR translation update THX kalon33

18 months agoFR translation update THX kalon33
Tobias Diekershoff [Thu, 8 Dec 2022 16:52:34 +0000 (17:52 +0100)]
FR translation update THX kalon33

18 months agoMerge pull request #12365 from MrPetovan/bug/fatal-errors
Philipp [Thu, 8 Dec 2022 16:14:51 +0000 (17:14 +0100)]
Merge pull request #12365 from MrPetovan/bug/fatal-errors

Address a couple of fatal error messages

18 months agoFix OPTIONS responses
Hypolite Petovan [Thu, 8 Dec 2022 15:10:40 +0000 (10:10 -0500)]
Fix OPTIONS responses

18 months agoInitialize parameter with $server for all Router cases including Maintenance mode
Hypolite Petovan [Thu, 8 Dec 2022 15:10:23 +0000 (10:10 -0500)]
Initialize parameter with $server for all Router cases including Maintenance mode

- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1339614287
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1339909728

18 months agoMerge pull request #12363 from annando/bulk-images
Hypolite Petovan [Thu, 8 Dec 2022 13:38:52 +0000 (08:38 -0500)]
Merge pull request #12363 from annando/bulk-images

Add images in a loop (preparation for a gallery)

18 months agoAdd images in a loop (preparation for a galery)
Michael [Thu, 8 Dec 2022 07:16:25 +0000 (07:16 +0000)]
Add images in a loop (preparation for a galery)

18 months agoMerge pull request #12362 from tobiasd/20221208-de
Michael Vogel [Thu, 8 Dec 2022 07:03:54 +0000 (08:03 +0100)]
Merge pull request #12362 from tobiasd/20221208-de

DE translation update

18 months agoMerge pull request #12361 from annando/issue-12345
Tobias Diekershoff [Thu, 8 Dec 2022 05:59:04 +0000 (06:59 +0100)]
Merge pull request #12361 from annando/issue-12345

Issue 12345: No link preview on DFRN posts

18 months agoDE translation update
Tobias Diekershoff [Thu, 8 Dec 2022 05:55:55 +0000 (06:55 +0100)]
DE translation update

18 months agoIssue 12345: No link preview on DFRN posts
Michael [Thu, 8 Dec 2022 05:49:25 +0000 (05:49 +0000)]
Issue 12345: No link preview on DFRN posts

18 months agoMerge pull request #12350 from annando/link-preview
Hypolite Petovan [Wed, 7 Dec 2022 21:34:18 +0000 (16:34 -0500)]
Merge pull request #12350 from annando/link-preview

The appearance of the link preview is now configurable

18 months agoMerge pull request #12352 from foss-/patch-4
Hypolite Petovan [Wed, 7 Dec 2022 14:01:37 +0000 (09:01 -0500)]
Merge pull request #12352 from foss-/patch-4

Doc > FAQ.md: AddTwidereX iOS, Remove deprecated and non-functional clients

18 months agoAddTwidereX iOS, Remove deprecated and non-functional clients
foss- [Wed, 7 Dec 2022 12:16:08 +0000 (13:16 +0100)]
AddTwidereX iOS, Remove deprecated and non-functional clients

- add TwidereX to iOS
- Remove Twidere Android (currently broken and no longer under development. fun fact: its Google Play link was already going to TwidereX)
- Remove B4X Android + iOS (Google Play Link dead https://github.com/AnywhereSoftware/B4X-Pleroma, website unmaintained, no commits for over a year)
- Remove Tootle iOS, Linux (repo archived: https://github.com/bleakgrey/tootle, no development in almost 3 years)

18 months agoUpdated messages.po
Michael [Wed, 7 Dec 2022 07:12:56 +0000 (07:12 +0000)]
Updated messages.po

18 months agoThe appearanxe of the link preview is now configurable
Michael [Wed, 7 Dec 2022 07:02:04 +0000 (07:02 +0000)]
The appearanxe of the link preview is now configurable

18 months agoMerge pull request #12349 from annando/hidewall
Hypolite Petovan [Wed, 7 Dec 2022 04:57:09 +0000 (23:57 -0500)]
Merge pull request #12349 from annando/hidewall

Fix "Missing hidewall key" message

18 months agoFix "Missing hidewall key"
Michael [Tue, 6 Dec 2022 22:23:43 +0000 (22:23 +0000)]
Fix "Missing hidewall key"

18 months agoMerge pull request #12348 from annando/api-search-offset
Tobias Diekershoff [Tue, 6 Dec 2022 20:05:32 +0000 (21:05 +0100)]
Merge pull request #12348 from annando/api-search-offset

API: Only search for direct hit without offset

18 months agoAPI: Only search for direct hit without offset
Michael [Tue, 6 Dec 2022 18:47:43 +0000 (18:47 +0000)]
API: Only search for direct hit without offset

18 months agoMerge pull request #12347 from annando/add-parents
Tobias Diekershoff [Tue, 6 Dec 2022 18:21:22 +0000 (19:21 +0100)]
Merge pull request #12347 from annando/add-parents

Fix post completion

18 months agoFix post completion
Michael [Tue, 6 Dec 2022 17:45:18 +0000 (17:45 +0000)]
Fix post completion

18 months agobump version to 2022.12-rc
Tobias Diekershoff [Tue, 6 Dec 2022 13:34:03 +0000 (14:34 +0100)]
bump version to 2022.12-rc

18 months agoMerge pull request #12340 from nupplaphil/bug/friendica-12339
Hypolite Petovan [Tue, 6 Dec 2022 01:49:03 +0000 (20:49 -0500)]
Merge pull request #12340 from nupplaphil/bug/friendica-12339

[frio] Fix preview function when creating posts

18 months agoMerge pull request #12341 from annando/fix-small-preview
Philipp [Mon, 5 Dec 2022 20:45:37 +0000 (21:45 +0100)]
Merge pull request #12341 from annando/fix-small-preview

The BlurHash function must not change the original image

18 months agoThe BlurHash function must not change the original image
Michael [Mon, 5 Dec 2022 20:38:21 +0000 (20:38 +0000)]
The BlurHash function must not change the original image

18 months agoFix preview function when creating posts
Philipp [Mon, 5 Dec 2022 20:10:14 +0000 (21:10 +0100)]
Fix preview function when creating posts

18 months agoMerge pull request #12336 from annando/imagick-blurhash
Hypolite Petovan [Mon, 5 Dec 2022 13:12:56 +0000 (08:12 -0500)]
Merge pull request #12336 from annando/imagick-blurhash

Support blurhash for Imagick

18 months agoSwap conditions
Michael [Mon, 5 Dec 2022 12:53:21 +0000 (12:53 +0000)]
Swap conditions

18 months agoMerge pull request #12337 from foss-/patch-3
Tobias Diekershoff [Mon, 5 Dec 2022 12:04:15 +0000 (13:04 +0100)]
Merge pull request #12337 from foss-/patch-3

Update FAQ client list

18 months agoUpdate FAQ client list
foss- [Mon, 5 Dec 2022 11:59:46 +0000 (12:59 +0100)]
Update FAQ client list

- add Android Mastodon F-Droid
- add TheDesk to macOS, Windows
- add Tooot Android Google Play link
- add Fedi GitHub link
- remove Mastonaut (unmaintained since April 2022 https://mastodon.technology/@brunoph/108138252725934908)
- remove Friendly (unmaintained since 2018)

18 months agoMerge remote-tracking branch 'upstream/develop' into imagick-blurhash
Michael [Mon, 5 Dec 2022 07:34:16 +0000 (07:34 +0000)]
Merge remote-tracking branch 'upstream/develop' into imagick-blurhash

18 months agoSupport blurhash for Imagick
Michael [Mon, 5 Dec 2022 06:53:19 +0000 (06:53 +0000)]
Support blurhash for Imagick

18 months agoMerge pull request #12238 from MrPetovan/task/refactor-dcontact
Philipp [Mon, 5 Dec 2022 06:38:05 +0000 (07:38 +0100)]
Merge pull request #12238 from MrPetovan/task/refactor-dcontact

New table "diaspora-contact" (new paradigm) v34 FINAL

18 months ago[Database version 1500] Remove obsolete table fcontact
Hypolite Petovan [Fri, 11 Nov 2022 01:42:47 +0000 (20:42 -0500)]
[Database version 1500] Remove obsolete table fcontact

18 months ago[Database version 1499] Create new paradigm classes for Diaspora Contact
Hypolite Petovan [Wed, 15 Sep 2021 04:36:01 +0000 (00:36 -0400)]
[Database version 1499] Create new paradigm classes for Diaspora Contact

- Switch table fcontact for dcontact in views

18 months agoUse "author_handle" for the author handle extracted from Diaspora XML messages
Michael [Sat, 28 Aug 2021 08:42:20 +0000 (08:42 +0000)]
Use "author_handle" for the author handle extracted from Diaspora XML messages

- We have structured data under the variable name "author"
- Remove unused $uid parameter from Diaspora::storeByGuid
- Convert $person parameter to just its URL in Diaspora::authorContactByUrl
- Flip parameters in getUriFromGuid to get rid of $onlyfound

18 months ago[Database version 1498] New table "diaspora-contact" for Diaspora contacts (duh)
Michael [Sat, 28 Aug 2021 07:10:27 +0000 (07:10 +0000)]
[Database version 1498] New table "diaspora-contact" for Diaspora contacts (duh)

- Remove duplicated "author-uri-id" keys in view declarations

18 months agoMerge pull request #12333 from annando/issue-12327
Hypolite Petovan [Mon, 5 Dec 2022 04:30:58 +0000 (23:30 -0500)]
Merge pull request #12333 from annando/issue-12327

Issue 12327: Convert avatars to static

18 months agoMerge pull request #12332 from annando/issue-11915
Hypolite Petovan [Mon, 5 Dec 2022 04:30:02 +0000 (23:30 -0500)]
Merge pull request #12332 from annando/issue-11915

Issue 11915: Show reshared posts for contacts

18 months agoRemove test code
Michael [Mon, 5 Dec 2022 03:59:47 +0000 (03:59 +0000)]
Remove test code

18 months agoFix the function description
Michael [Mon, 5 Dec 2022 03:46:40 +0000 (03:46 +0000)]
Fix the function description

18 months agoUpdate src/Factory/Api/Mastodon/Status.php
Michael Vogel [Mon, 5 Dec 2022 03:37:04 +0000 (04:37 +0100)]
Update src/Factory/Api/Mastodon/Status.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
18 months agoIssue 12327: Convert avatars to static
Michael [Sun, 4 Dec 2022 23:31:23 +0000 (23:31 +0000)]
Issue 12327: Convert avatars to static

18 months agoIssue 11915: Show reshared posts for contacts
Michael [Sun, 4 Dec 2022 21:57:58 +0000 (21:57 +0000)]
Issue 11915: Show reshared posts for contacts

18 months agoMerge pull request #12330 from annando/issue-12275
Philipp [Sun, 4 Dec 2022 16:51:11 +0000 (17:51 +0100)]
Merge pull request #12330 from annando/issue-12275

Issue 12275: Banner upload via avatar does work now

18 months agoIssue 12275: Banner upload via avatar does work now
Michael [Sun, 4 Dec 2022 16:33:29 +0000 (16:33 +0000)]
Issue 12275: Banner upload via avatar does work now

18 months agoMerge pull request #12329 from annando/blurhash
Hypolite Petovan [Sun, 4 Dec 2022 15:34:30 +0000 (10:34 -0500)]
Merge pull request #12329 from annando/blurhash

Use the blurhash when the remote picture doesn't load

18 months agoFix calls for pictures without blurhash
Michael [Sun, 4 Dec 2022 15:14:43 +0000 (15:14 +0000)]
Fix calls for pictures without blurhash

18 months agoUse the blurhash when the remote picture doesn't load
Michael [Sun, 4 Dec 2022 14:58:53 +0000 (14:58 +0000)]
Use the blurhash when the remote picture doesn't load

18 months agoMerge pull request #12328 from nupplaphil/feat/php81_phpunit
Hypolite Petovan [Sun, 4 Dec 2022 14:46:59 +0000 (09:46 -0500)]
Merge pull request #12328 from nupplaphil/feat/php81_phpunit

Woodpecker Enhancements

18 months agoMerge pull request #12326 from nupplaphil/feat/route_about
Hypolite Petovan [Sun, 4 Dec 2022 14:43:19 +0000 (09:43 -0500)]
Merge pull request #12326 from nupplaphil/feat/route_about

Add /about route

18 months agoMerge pull request #12325 from annando/blurhash
Philipp [Sun, 4 Dec 2022 14:25:33 +0000 (15:25 +0100)]
Merge pull request #12325 from annando/blurhash

API: Support Blurhash

18 months agoForce phpunit execution at the opensocial node
Philipp [Sun, 4 Dec 2022 14:06:10 +0000 (15:06 +0100)]
Force phpunit execution at the opensocial node

18 months agoTry PHP8.1 again
Philipp [Sun, 4 Dec 2022 13:53:14 +0000 (14:53 +0100)]
Try PHP8.1 again

18 months agoAdd /about route
Philipp [Sun, 4 Dec 2022 13:47:31 +0000 (14:47 +0100)]
Add /about route

18 months agoSupport Blurhash
Michael [Sun, 4 Dec 2022 13:29:21 +0000 (13:29 +0000)]
Support Blurhash

18 months agoMerge pull request #12313 from MrPetovan/bug/12312-calendar-JS
Philipp [Sun, 4 Dec 2022 11:53:00 +0000 (12:53 +0100)]
Merge pull request #12313 from MrPetovan/bug/12312-calendar-JS

Escape HTML in event mapping callback

18 months agoUpdating main translation file after updating a few strings
Hypolite Petovan [Sat, 3 Dec 2022 00:46:23 +0000 (19:46 -0500)]
Updating main translation file after updating a few strings

18 months agoEscape HTML in event mapping callback
Hypolite Petovan [Sat, 3 Dec 2022 00:41:46 +0000 (19:41 -0500)]
Escape HTML in event mapping callback

- This prevents arbitrary Javascript from being executed from the calendar view

18 months agoAdd information about BBCode availability in event fields
Hypolite Petovan [Sat, 3 Dec 2022 00:40:39 +0000 (19:40 -0500)]
Add information about BBCode availability in event fields

18 months agoFix event start time not being properly converted to UTC
Hypolite Petovan [Sat, 3 Dec 2022 00:37:39 +0000 (19:37 -0500)]
Fix event start time not being properly converted to UTC

- This was triggering unexpected time comparison errors

18 months agoFix description not being populated in event form when there's a validation error
Hypolite Petovan [Sat, 3 Dec 2022 00:36:57 +0000 (19:36 -0500)]
Fix description not being populated in event form when there's a validation error

18 months agoMerge pull request #12324 from annando/issue-10518
Philipp [Sun, 4 Dec 2022 10:21:35 +0000 (11:21 +0100)]
Merge pull request #12324 from annando/issue-10518

Issue 10518: "last-activity" instead of "login_date"

18 months agoSimplify "last-activity" handling
Michael [Sun, 4 Dec 2022 07:17:26 +0000 (07:17 +0000)]
Simplify "last-activity" handling