]> git.mxchange.org Git - friendica.git/log
friendica.git
20 months agoOnly attach images
Michael [Tue, 11 Oct 2022 21:39:28 +0000 (21:39 +0000)]
Only attach images

20 months agoSimplified code
Michael [Tue, 11 Oct 2022 20:48:47 +0000 (20:48 +0000)]
Simplified code

20 months agoFix attached media in quoted posts
Michael [Tue, 11 Oct 2022 20:10:39 +0000 (20:10 +0000)]
Fix attached media in quoted posts

20 months agoMerge pull request #11983 from MrPetovan/bug/fatal-errors
Philipp [Tue, 11 Oct 2022 15:52:17 +0000 (17:52 +0200)]
Merge pull request #11983 from MrPetovan/bug/fatal-errors

Contact array can be empty in Model\Contact::getAvatarPath

20 months agoContact array can be empty in Model\Contact::getAvatarPath
Hypolite Petovan [Tue, 11 Oct 2022 12:26:00 +0000 (08:26 -0400)]
Contact array can be empty in Model\Contact::getAvatarPath

- Address https://github.com/friendica/friendica/issues/11630#issuecomment-1274195844

20 months agoMerge pull request #11982 from annando/fix-quote
Hypolite Petovan [Tue, 11 Oct 2022 01:53:19 +0000 (21:53 -0400)]
Merge pull request #11982 from annando/fix-quote

Quoted posts from Twitter now contain media again

20 months agoQuoted posts from Twitter now contain media again
Michael [Mon, 10 Oct 2022 23:18:58 +0000 (23:18 +0000)]
Quoted posts from Twitter now contain media again

20 months agoMerge pull request #11981 from annando/better-quote
Hypolite Petovan [Mon, 10 Oct 2022 13:46:47 +0000 (09:46 -0400)]
Merge pull request #11981 from annando/better-quote

Quote of quotes are visually improved

20 months agoQuote of quotes are visually improved
Michael [Mon, 10 Oct 2022 12:30:07 +0000 (12:30 +0000)]
Quote of quotes are visually improved

20 months agoMerge pull request #11980 from annando/cooldown
Tobias Diekershoff [Mon, 10 Oct 2022 10:17:45 +0000 (12:17 +0200)]
Merge pull request #11980 from annando/cooldown

Use "maxloadavg" when "worker_load_cooldown" is not defined

20 months agoUse "maxloadavg" when "worker_load_cooldown" is not defined
Michael [Mon, 10 Oct 2022 06:01:07 +0000 (06:01 +0000)]
Use "maxloadavg" when "worker_load_cooldown" is not defined

20 months agoMerge pull request #11979 from annando/issue-11853
Hypolite Petovan [Sun, 9 Oct 2022 21:45:33 +0000 (17:45 -0400)]
Merge pull request #11979 from annando/issue-11853

Notices

20 months agoMerge pull request #11978 from annando/quote-simplified
Hypolite Petovan [Sun, 9 Oct 2022 21:26:22 +0000 (17:26 -0400)]
Merge pull request #11978 from annando/quote-simplified

The quote functionality is simplified

20 months agoThe quote functionality is simplified
Michael [Sun, 9 Oct 2022 21:16:36 +0000 (21:16 +0000)]
The quote functionality is simplified

20 months agoMerge pull request #11977 from MrPetovan/bug/11938-exotic-date-time-formats
Michael Vogel [Sun, 9 Oct 2022 15:16:01 +0000 (17:16 +0200)]
Merge pull request #11977 from MrPetovan/bug/11938-exotic-date-time-formats

Add a couple new cases to DateTimeFormat::fix()

20 months agoAdd a couple of cases to DateTimeFormat::fix()
Hypolite Petovan [Sun, 9 Oct 2022 13:24:06 +0000 (09:24 -0400)]
Add a couple of cases to DateTimeFormat::fix()

- Reworked method to perform more string replacements and fewer regular expression matches

20 months agoOnly call DateTimeFormat::fix() when there's an Exception
Hypolite Petovan [Sun, 9 Oct 2022 04:23:09 +0000 (00:23 -0400)]
Only call DateTimeFormat::fix() when there's an Exception

- This prevents valid date/time strings to be mangled by fix()

20 months agoMerge pull request #11973 from MrPetovan/task/test-fixDateFormat
Michael Vogel [Sat, 8 Oct 2022 15:11:10 +0000 (17:11 +0200)]
Merge pull request #11973 from MrPetovan/task/test-fixDateFormat

Add tests for DateTimeFormat::fix()

20 months agoMerge pull request #11976 from annando/issue-11975
Hypolite Petovan [Sat, 8 Oct 2022 14:48:57 +0000 (10:48 -0400)]
Merge pull request #11976 from annando/issue-11975

Issue 11975: Don't call the postupdate if the table is missing

20 months agoIssue 11975: Don't call the postupdate if the table is missing
Michael [Sat, 8 Oct 2022 14:42:11 +0000 (14:42 +0000)]
Issue 11975: Don't call the postupdate if the table is missing

20 months agoMerge pull request #11974 from annando/issue-11969
Hypolite Petovan [Sat, 8 Oct 2022 14:04:07 +0000 (10:04 -0400)]
Merge pull request #11974 from annando/issue-11969

Issue 11969: Simplified share

20 months agoIssue 11969: Simplified share
Michael [Sat, 8 Oct 2022 09:36:35 +0000 (09:36 +0000)]
Issue 11969: Simplified share

20 months agoAdd tests for DateTimeFormat::fix()
Hypolite Petovan [Fri, 7 Oct 2022 21:33:52 +0000 (17:33 -0400)]
Add tests for DateTimeFormat::fix()

20 months agoSimplify method name for DateTimeFormat::fix
Hypolite Petovan [Fri, 7 Oct 2022 21:32:34 +0000 (17:32 -0400)]
Simplify method name for DateTimeFormat::fix

20 months agoMerge pull request #11972 from annando/issue-11969
Hypolite Petovan [Fri, 7 Oct 2022 21:35:26 +0000 (17:35 -0400)]
Merge pull request #11972 from annando/issue-11969

Issue 11969: Only use the simple share with federated posts

20 months agoMerge pull request #11970 from MrPetovan/bug/marcor-newapi
Michael Vogel [Fri, 7 Oct 2022 21:32:21 +0000 (23:32 +0200)]
Merge pull request #11970 from MrPetovan/bug/marcor-newapi

Fix parameter names before being passed to Model\Event::store

20 months agoFix parameter names before being passed to Model\Event::store
Hypolite Petovan [Fri, 7 Oct 2022 19:39:24 +0000 (15:39 -0400)]
Fix parameter names before being passed to Model\Event::store

- Partial revert of 946db2ab459bd1c8e5d3fff47a6e964cd7a9094e

20 months agoOnly use http links
Michael [Fri, 7 Oct 2022 21:17:39 +0000 (21:17 +0000)]
Only use http links

20 months agoIssue 11969: Only use the simple share with federated posts
Michael [Fri, 7 Oct 2022 21:09:15 +0000 (21:09 +0000)]
Issue 11969: Only use the simple share with federated posts

20 months agoMerge pull request #11971 from annando/dateformat
Hypolite Petovan [Fri, 7 Oct 2022 21:04:12 +0000 (17:04 -0400)]
Merge pull request #11971 from annando/dateformat

And another weird date format

20 months agoAnd another weird date format
Michael [Fri, 7 Oct 2022 19:56:02 +0000 (19:56 +0000)]
And another weird date format

20 months agoMerge pull request #11967 from annando/quote-share
Hypolite Petovan [Fri, 7 Oct 2022 12:00:31 +0000 (08:00 -0400)]
Merge pull request #11967 from annando/quote-share

Improve quote share ("message_id" added)

20 months agoUse trim
Michael [Fri, 7 Oct 2022 08:14:04 +0000 (08:14 +0000)]
Use trim

20 months agoFix test
Michael [Fri, 7 Oct 2022 08:13:26 +0000 (08:13 +0000)]
Fix test

20 months agoSpaces to tabs
Michael [Fri, 7 Oct 2022 08:07:12 +0000 (08:07 +0000)]
Spaces to tabs

20 months agoHarmonized regular expression
Michael [Fri, 7 Oct 2022 08:00:09 +0000 (08:00 +0000)]
Harmonized regular expression

20 months agoMore whitespace
Michael [Fri, 7 Oct 2022 07:57:20 +0000 (07:57 +0000)]
More whitespace

20 months agoWhitespace removed
Michael [Fri, 7 Oct 2022 07:55:44 +0000 (07:55 +0000)]
Whitespace removed

20 months agoMoved the share interpretation
Michael [Fri, 7 Oct 2022 07:41:03 +0000 (07:41 +0000)]
Moved the share interpretation

20 months ago"share" added to autocomplete
Michael [Fri, 7 Oct 2022 05:54:17 +0000 (05:54 +0000)]
"share" added to autocomplete

20 months agoSimplified share element
Michael [Fri, 7 Oct 2022 05:51:36 +0000 (05:51 +0000)]
Simplified share element

20 months agoMerge pull request #11968 from MrPetovan/bug/11943-frio-left-sidebar-button-mobile
Tobias Diekershoff [Fri, 7 Oct 2022 05:40:25 +0000 (07:40 +0200)]
Merge pull request #11968 from MrPetovan/bug/11943-frio-left-sidebar-button-mobile

[frio] Add left sidebar toggle button for mobile anonymous view

20 months agoFix tests?
Michael [Fri, 7 Oct 2022 05:22:10 +0000 (05:22 +0000)]
Fix tests?

20 months ago[frio] Add left sidebar toggle button for mobile anonymous view
Hypolite Petovan [Thu, 6 Oct 2022 22:00:43 +0000 (18:00 -0400)]
[frio] Add left sidebar toggle button for mobile anonymous view

- It was missing from the anonymous top bar

20 months agoImprove quote share ("message_id" added)
Michael [Thu, 6 Oct 2022 21:50:20 +0000 (21:50 +0000)]
Improve quote share ("message_id" added)

20 months agoMerge pull request #11966 from annando/date-correction
Hypolite Petovan [Thu, 6 Oct 2022 21:39:44 +0000 (17:39 -0400)]
Merge pull request #11966 from annando/date-correction

Juts another date format fix

20 months agoJuts another date format fix
Michael [Thu, 6 Oct 2022 21:09:52 +0000 (21:09 +0000)]
Juts another date format fix

20 months agoMerge pull request #11965 from annando/akkoma
Tobias Diekershoff [Thu, 6 Oct 2022 06:33:59 +0000 (08:33 +0200)]
Merge pull request #11965 from annando/akkoma

Akkoma is added to the federation statistics

20 months agoAkkoma is added to the federation statistics
Michael [Thu, 6 Oct 2022 04:57:43 +0000 (04:57 +0000)]
Akkoma is added to the federation statistics

20 months agoMerge pull request #11964 from annando/dfrn-issharing
Hypolite Petovan [Wed, 5 Oct 2022 22:28:09 +0000 (18:28 -0400)]
Merge pull request #11964 from annando/dfrn-issharing

Added sharing check for DFRN

20 months agoAdded sharing check for DFRN
Michael [Wed, 5 Oct 2022 21:11:09 +0000 (21:11 +0000)]
Added sharing check for DFRN

20 months agoMerge pull request #11961 from tobiasd/2022.09-credits
Hypolite Petovan [Tue, 4 Oct 2022 15:37:12 +0000 (11:37 -0400)]
Merge pull request #11961 from tobiasd/2022.09-credits

regen CREDITS for the next release

20 months agoregen CREDITS for the next release
Tobias Diekershoff [Tue, 4 Oct 2022 15:28:08 +0000 (17:28 +0200)]
regen CREDITS for the next release

21 months agoMerge pull request #11960 from annando/issue-11880
Hypolite Petovan [Mon, 3 Oct 2022 23:10:00 +0000 (19:10 -0400)]
Merge pull request #11960 from annando/issue-11880

Issue 11880: Provide "alt" description from uploaded file

21 months agoIssue 11880: Provide "alt" description from uploaded file
Michael [Mon, 3 Oct 2022 21:23:04 +0000 (21:23 +0000)]
Issue 11880: Provide "alt" description from uploaded file

21 months agoMerge pull request #11959 from annando/notice
Philipp [Mon, 3 Oct 2022 20:21:18 +0000 (22:21 +0200)]
Merge pull request #11959 from annando/notice

Fix: Undefined array key "object_object_type"

21 months agoFix: Undefined array key "object_object_type"
Michael [Mon, 3 Oct 2022 20:01:28 +0000 (20:01 +0000)]
Fix: Undefined array key "object_object_type"

21 months agoMerge pull request #11958 from annando/issue-11938
Hypolite Petovan [Mon, 3 Oct 2022 17:47:27 +0000 (13:47 -0400)]
Merge pull request #11958 from annando/issue-11938

Issue 11938: Fix weird date formats

21 months agoUpdate src/Util/DateTimeFormat.php
Michael Vogel [Mon, 3 Oct 2022 17:04:49 +0000 (19:04 +0200)]
Update src/Util/DateTimeFormat.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
21 months agoIssue 11938: Fix weird date formats
Michael [Mon, 3 Oct 2022 16:12:22 +0000 (16:12 +0000)]
Issue 11938: Fix weird date formats

21 months agoMerge pull request #11957 from annando/issue-11891
Hypolite Petovan [Mon, 3 Oct 2022 15:15:55 +0000 (11:15 -0400)]
Merge pull request #11957 from annando/issue-11891

Issue 11891: Enable search for user@domain.tld

21 months agoIssue 11891: Enable search for user@domain.tld
Michael [Mon, 3 Oct 2022 13:53:19 +0000 (13:53 +0000)]
Issue 11891: Enable search for user@domain.tld

21 months agoMerge pull request #11956 from annando/issue-11952
Hypolite Petovan [Mon, 3 Oct 2022 13:20:37 +0000 (09:20 -0400)]
Merge pull request #11956 from annando/issue-11952

Issue 11952: Avoid to send AP related comments to Diaspora

21 months agoFix log message
Michael [Mon, 3 Oct 2022 11:42:50 +0000 (11:42 +0000)]
Fix log message

21 months agoRecursively check if the thread supports Diaspora
Michael [Mon, 3 Oct 2022 11:04:57 +0000 (11:04 +0000)]
Recursively check if the thread supports Diaspora

21 months agoIssue 11952: Avoid to send AP related comments to Diaspora
Michael [Mon, 3 Oct 2022 10:40:16 +0000 (10:40 +0000)]
Issue 11952: Avoid to send AP related comments to Diaspora

21 months agoMerge pull request #11955 from annando/issue-11953
Hypolite Petovan [Mon, 3 Oct 2022 01:35:30 +0000 (21:35 -0400)]
Merge pull request #11955 from annando/issue-11953

Fix picture link removal in "getAttachedData"

21 months agoAdded description
Michael [Sun, 2 Oct 2022 23:55:33 +0000 (23:55 +0000)]
Added description

21 months agoImproved URL handling
Michael [Sun, 2 Oct 2022 20:42:21 +0000 (20:42 +0000)]
Improved URL handling

21 months agoMerge pull request #11948 from annando/transmit-quote
Hypolite Petovan [Sun, 2 Oct 2022 16:14:19 +0000 (12:14 -0400)]
Merge pull request #11948 from annando/transmit-quote

Support for transmitting quoted posts

21 months agoCase changed
Michael [Sun, 2 Oct 2022 04:51:00 +0000 (04:51 +0000)]
Case changed

21 months agoMerge remote-tracking branch 'upstream/2022.09-rc' into issue-11953
Michael [Sat, 1 Oct 2022 23:02:55 +0000 (23:02 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into issue-11953

21 months agoAdd ♲ symbol
Michael [Sat, 1 Oct 2022 22:36:02 +0000 (22:36 +0000)]
Add ♲ symbol

21 months agoMerge remote-tracking branch 'upstream/2022.09-rc' into transmit-quote
Michael [Sat, 1 Oct 2022 22:30:44 +0000 (22:30 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into transmit-quote

21 months agoFix picture link removal in "getAttachedData"
Michael [Sat, 1 Oct 2022 22:26:37 +0000 (22:26 +0000)]
Fix picture link removal in "getAttachedData"

21 months agoMerge pull request #11954 from annando/issue-11953
Hypolite Petovan [Sat, 1 Oct 2022 19:49:21 +0000 (15:49 -0400)]
Merge pull request #11954 from annando/issue-11953

Issue 11953: Split a message in parts

21 months agoEnsure not to add the plink
Michael [Sat, 1 Oct 2022 16:54:11 +0000 (16:54 +0000)]
Ensure not to add the plink

21 months agoIssue 11953: Split a message in parts
Michael [Sat, 1 Oct 2022 16:37:32 +0000 (16:37 +0000)]
Issue 11953: Split a message in parts

21 months agoAdded comment for the deactivated part
Michael [Fri, 30 Sep 2022 07:17:07 +0000 (07:17 +0000)]
Added comment for the deactivated part

21 months agoDon't transmit the shared attachments
Michael [Fri, 30 Sep 2022 07:10:43 +0000 (07:10 +0000)]
Don't transmit the shared attachments

21 months agoSupport for transmitting quoted posts
Michael [Thu, 29 Sep 2022 22:29:15 +0000 (22:29 +0000)]
Support for transmitting quoted posts

21 months agoMerge pull request #11947 from annando/ap-quote
Hypolite Petovan [Thu, 29 Sep 2022 16:20:46 +0000 (12:20 -0400)]
Merge pull request #11947 from annando/ap-quote

Support for quoted links is added

21 months agoSupport for quoted links is added
Michael [Thu, 29 Sep 2022 16:04:33 +0000 (16:04 +0000)]
Support for quoted links is added

21 months agoMerge pull request #11946 from annando/non-follower-content
Hypolite Petovan [Thu, 29 Sep 2022 15:34:43 +0000 (11:34 -0400)]
Merge pull request #11946 from annando/non-follower-content

Additional checks for non follower content

21 months agoMerge pull request #11945 from tobiasd/20220929-fr
Hypolite Petovan [Thu, 29 Sep 2022 15:21:59 +0000 (11:21 -0400)]
Merge pull request #11945 from tobiasd/20220929-fr

FR translation update THX Nicolas Derive

21 months agoAdd uri as well
Michael [Thu, 29 Sep 2022 14:13:39 +0000 (14:13 +0000)]
Add uri as well

21 months agoDetect the thread parent id if it is missing
Michael [Thu, 29 Sep 2022 13:48:10 +0000 (13:48 +0000)]
Detect the thread parent id if it is missing

21 months agoAdditional checks for non follower content
Michael [Thu, 29 Sep 2022 12:45:47 +0000 (12:45 +0000)]
Additional checks for non follower content

21 months agoFR translation update THX Nicolas Derive
Tobias Diekershoff [Thu, 29 Sep 2022 12:26:01 +0000 (14:26 +0200)]
FR translation update THX Nicolas Derive

21 months agoMerge pull request #11944 from annando/follow-object
Hypolite Petovan [Wed, 28 Sep 2022 18:35:56 +0000 (14:35 -0400)]
Merge pull request #11944 from annando/follow-object

Added logging of unexpected follow messages

21 months agoChanged log level
Michael [Wed, 28 Sep 2022 16:45:18 +0000 (16:45 +0000)]
Changed log level

21 months agoAdded logging of unexpected follow messages
Michael [Wed, 28 Sep 2022 16:32:17 +0000 (16:32 +0000)]
Added logging of unexpected follow messages

21 months agoMerge pull request #11942 from annando/contact-posts
Hypolite Petovan [Wed, 28 Sep 2022 09:55:10 +0000 (05:55 -0400)]
Merge pull request #11942 from annando/contact-posts

Only display reshared thread starting posts

21 months agoOnly display reshared thread starting posts
Michael [Wed, 28 Sep 2022 09:48:48 +0000 (09:48 +0000)]
Only display reshared thread starting posts

21 months agoMerge pull request #11940 from annando/issue-11876
Hypolite Petovan [Tue, 27 Sep 2022 16:07:30 +0000 (12:07 -0400)]
Merge pull request #11940 from annando/issue-11876

Issue 11876: Fix local message distribution

21 months agoIssue 11876: Fix local message distribution
Michael [Tue, 27 Sep 2022 15:58:16 +0000 (15:58 +0000)]
Issue 11876: Fix local message distribution

21 months agoMerge pull request #11939 from nupplaphil/bug/l10n
Hypolite Petovan [Tue, 27 Sep 2022 15:20:37 +0000 (11:20 -0400)]
Merge pull request #11939 from nupplaphil/bug/l10n

Minor l10n issue

21 months agoMinor l10n issue
Philipp [Tue, 27 Sep 2022 08:52:17 +0000 (10:52 +0200)]
Minor l10n issue

21 months agoMerge pull request #11921 from annando/worker-timeout
Hypolite Petovan [Mon, 26 Sep 2022 14:51:46 +0000 (10:51 -0400)]
Merge pull request #11921 from annando/worker-timeout

We can now configure the worker runtime limits

21 months agoUse class constant
Michael [Mon, 26 Sep 2022 13:33:31 +0000 (13:33 +0000)]
Use class constant