]> git.mxchange.org Git - friendica.git/log
friendica.git
9 months agochange last occurances isreplyto to inreplyto
Jakobus Schürz [Wed, 11 Oct 2023 15:07:37 +0000 (17:07 +0200)]
change last occurances isreplyto to inreplyto

9 months agotranslations
Jakobus Schürz [Wed, 11 Oct 2023 15:03:27 +0000 (17:03 +0200)]
translations

9 months agochange isreplyto to inreplyto
Jakobus Schürz [Wed, 11 Oct 2023 15:01:08 +0000 (17:01 +0200)]
change isreplyto to inreplyto

9 months agoUpdate src/Object/Post.php
xundeenergie [Wed, 11 Oct 2023 13:55:02 +0000 (15:55 +0200)]
Update src/Object/Post.php

Sugfestion accepted

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoMerge branch '2023.09-rc' into flip-replyto-link
Jakobus Schürz [Wed, 11 Oct 2023 12:23:13 +0000 (14:23 +0200)]
Merge branch '2023.09-rc' into flip-replyto-link

9 months agotranslation
Jakobus Schürz [Wed, 11 Oct 2023 12:19:04 +0000 (14:19 +0200)]
translation

9 months agoMerge pull request #13529 from xundeenergie/send-with-ctrlenter
Hypolite Petovan [Wed, 11 Oct 2023 11:42:50 +0000 (07:42 -0400)]
Merge pull request #13529 from xundeenergie/send-with-ctrlenter

[frio] fix commenting on 1st comment level

9 months agofix commenting on 1st comment level
Jakobus Schürz [Wed, 11 Oct 2023 06:38:05 +0000 (08:38 +0200)]
fix commenting on 1st comment level

9 months agoMerge pull request #13528 from xundeenergie/send-with-ctrlenter
Tobias Diekershoff [Wed, 11 Oct 2023 04:52:12 +0000 (06:52 +0200)]
Merge pull request #13528 from xundeenergie/send-with-ctrlenter

send on ctrl+enter - resolves #13039

9 months agosend on ctrl+enter
Jakobus Schürz [Wed, 11 Oct 2023 00:06:17 +0000 (02:06 +0200)]
send on ctrl+enter

in
* comments
* prv_messages
* composer
* jot

9 months agotranslations
Jakobus Schürz [Wed, 11 Oct 2023 00:11:16 +0000 (02:11 +0200)]
translations

9 months agoMerge branch '2023.09-rc' into flip-replyto-link
Jakobus Schürz [Wed, 11 Oct 2023 00:07:47 +0000 (02:07 +0200)]
Merge branch '2023.09-rc' into flip-replyto-link

9 months agoMerge pull request #13525 from annando/api-pictures
Hypolite Petovan [Tue, 10 Oct 2023 13:16:31 +0000 (09:16 -0400)]
Merge pull request #13525 from annando/api-pictures

Fix images in the API

9 months agotranslations
Jakobus Schürz [Mon, 9 Oct 2023 18:28:01 +0000 (20:28 +0200)]
translations

9 months agoMerge branch '2023.09-rc' into flip-replyto-link
Jakobus Schürz [Mon, 9 Oct 2023 18:24:14 +0000 (20:24 +0200)]
Merge branch '2023.09-rc' into flip-replyto-link

9 months agoAdd a couple of missing fields in Content\Item->localize
Hypolite Petovan [Sun, 8 Oct 2023 12:55:48 +0000 (08:55 -0400)]
Add a couple of missing fields in Content\Item->localize

- Address "Undefined array key "author-alias"" in Content\Item->localize:323

9 months agoAdd callstack to log messages to better troubleshoot warning messages
Hypolite Petovan [Sun, 8 Oct 2023 02:29:06 +0000 (22:29 -0400)]
Add callstack to log messages to better troubleshoot warning messages

9 months agoNormalize template variables in Widget\VCard
Hypolite Petovan [Sun, 8 Oct 2023 02:06:47 +0000 (22:06 -0400)]
Normalize template variables in Widget\VCard

- Display new links in vier
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1751750581

9 months agoshow "parent unknown" when parent not federated
Jakobus Schürz [Mon, 9 Oct 2023 18:10:02 +0000 (20:10 +0200)]
show "parent unknown" when parent not federated

in some cases (visibility is private of parent comment), there is no
parent federated to my instance, and then the comment "hangs around"
with no information, why there is no parent.

For normal users this can be confusing, why all exept "this" comment
have parents.

So i added a simple text instead of link to parent with a "title" field
with a small explanation, why parent is not viewable.

translations done

9 months agoset font-size of reply-to and shared-by to class time
Jakobus Schürz [Mon, 9 Oct 2023 07:23:10 +0000 (09:23 +0200)]
set font-size of reply-to and shared-by to class time

9 months agoMerge pull request #13518 from MrPetovan/bug/warnings
Michael Vogel [Mon, 9 Oct 2023 03:29:06 +0000 (05:29 +0200)]
Merge pull request #13518 from MrPetovan/bug/warnings

Normalize template variables in Widget\VCard

9 months ago make reply-to link depending on screen-width
Jakobus Schürz [Sun, 8 Oct 2023 23:55:19 +0000 (01:55 +0200)]
 make reply-to link depending on screen-width

* on small/smartphone-screens show "reply to" link above the posting and
  an eventual "shared by" link in a second line.
* on middle/tablet-screens show "reply-to" and "shared-by" link in one
  line above the posting, divided by a dot.
* on large screens show reply-to-link next to the time/date-link when
  posting was posted.

the first to positions are better for users with thick fingers on
smartphones. (like me)

Change "in reply to" to "is reply to". Sounds better.

translations done

9 months agomake reply-to link depending on screen-width
Jakobus Schürz [Sun, 8 Oct 2023 23:40:47 +0000 (01:40 +0200)]
make reply-to link depending on screen-width

* on small/smartphone-screens show "reply to" link above the posting and
  an eventual "shared by" link in a second line.
* on middle/tablet-screens show "reply-to" and "shared-by" link in one
  line above the posting, divided by a dot.
* on large screens show reply-to-link next to the time/date-link when
  posting was posted.

the first to positions are better for users with thick fingers on
smartphones. (like me)

Change "in reply to" to "is reply to". Sounds better.

9 months agoFix images in the API
Michael [Sun, 8 Oct 2023 19:49:18 +0000 (19:49 +0000)]
Fix images in the API

9 months agoMerge pull request #13522 from MrPetovan/task/expose-image-description
Tobias Diekershoff [Sun, 8 Oct 2023 16:38:59 +0000 (18:38 +0200)]
Merge pull request #13522 from MrPetovan/task/expose-image-description

Add caption display for described images in Fancybox gallery

9 months agoAdd caption display for described images in Fancybox gallery
Hypolite Petovan [Sun, 8 Oct 2023 14:29:09 +0000 (10:29 -0400)]
Add caption display for described images in Fancybox gallery

9 months agoAdd caption to described images without a preview
Hypolite Petovan [Sun, 8 Oct 2023 14:28:17 +0000 (10:28 -0400)]
Add caption to described images without a preview

9 months agoAdd a couple of missing fields in Content\Item->localize
Hypolite Petovan [Sun, 8 Oct 2023 12:55:48 +0000 (08:55 -0400)]
Add a couple of missing fields in Content\Item->localize

- Address "Undefined array key "author-alias"" in Content\Item->localize:323

9 months agoAdd callstack to log messages to better troubleshoot warning messages
Hypolite Petovan [Sun, 8 Oct 2023 02:29:06 +0000 (22:29 -0400)]
Add callstack to log messages to better troubleshoot warning messages

9 months agoNormalize template variables in Widget\VCard
Hypolite Petovan [Sun, 8 Oct 2023 02:06:47 +0000 (22:06 -0400)]
Normalize template variables in Widget\VCard

- Display new links in vier
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1751750581

9 months agoMerge pull request #13519 from annando/language
Tobias Diekershoff [Sun, 8 Oct 2023 09:38:48 +0000 (11:38 +0200)]
Merge pull request #13519 from annando/language

Check more fields for the language

9 months agoMessages.po again
Michael [Sun, 8 Oct 2023 07:42:39 +0000 (07:42 +0000)]
Messages.po again

9 months agoMessages.po updated
Michael [Sun, 8 Oct 2023 07:26:24 +0000 (07:26 +0000)]
Messages.po updated

9 months agoCheck more fields for the language
Michael [Sun, 8 Oct 2023 06:44:37 +0000 (06:44 +0000)]
Check more fields for the language

9 months agoMerge pull request #13517 from MrPetovan/bug/13506-inline-image-width-allocation
Michael Vogel [Sun, 8 Oct 2023 06:35:57 +0000 (08:35 +0200)]
Merge pull request #13517 from MrPetovan/bug/13506-inline-image-width-allocation

Set allocated max width for inline images we have dimensions of

9 months agoSet allocated max width for inline images we have dimensions of
Hypolite Petovan [Sat, 7 Oct 2023 21:13:36 +0000 (17:13 -0400)]
Set allocated max width for inline images we have dimensions of

9 months agoMerge pull request #13508 from xundeenergie/move-mentionbutton-to-navbar
Hypolite Petovan [Sat, 7 Oct 2023 17:28:43 +0000 (13:28 -0400)]
Merge pull request #13508 from xundeenergie/move-mentionbutton-to-navbar

[frio] move mention-button to navbar

9 months agoMerge branch '2023.09-rc' into move-mentionbutton-to-navbar
Jakobus Schürz [Sat, 7 Oct 2023 17:01:07 +0000 (19:01 +0200)]
Merge branch '2023.09-rc' into move-mentionbutton-to-navbar

9 months agoadd margin top to separate buttons, move button to navbar
Jakobus Schürz [Sat, 7 Oct 2023 16:41:08 +0000 (18:41 +0200)]
add margin top to separate buttons, move button to navbar

9 months agoMerge pull request #13516 from MrPetovan/2023.09-rc
Hypolite Petovan [Sat, 7 Oct 2023 16:48:13 +0000 (12:48 -0400)]
Merge pull request #13516 from MrPetovan/2023.09-rc

Revert "Merge pull request #13512 from MrPetovan/bug/13506-allocated-width"

9 months agoRevert "Merge pull request #13512 from MrPetovan/bug/13506-allocated-width"
Hypolite Petovan [Sat, 7 Oct 2023 16:46:20 +0000 (12:46 -0400)]
Revert "Merge pull request #13512 from MrPetovan/bug/13506-allocated-width"

This reverts commit d1e6a16cde5f83d22bfd3adcac585dce0d419cf8, reversing
changes made to 6c9d3d42d3e0c584b9b7082cb979cda2f395a849.

9 months agoMerge pull request #13512 from MrPetovan/bug/13506-allocated-width
Tobias Diekershoff [Sat, 7 Oct 2023 12:26:43 +0000 (14:26 +0200)]
Merge pull request #13512 from MrPetovan/bug/13506-allocated-width

Fix wrong template variable name when using content/image/single_with_height_allocation.tpl

9 months agoLimit width of height allocated image to parent width
Hypolite Petovan [Sat, 7 Oct 2023 10:09:52 +0000 (06:09 -0400)]
Limit width of height allocated image to parent width

9 months agoFix wrong template variable name when using content/image/single_with_height_allocati...
Hypolite Petovan [Sat, 7 Oct 2023 09:18:33 +0000 (05:18 -0400)]
Fix wrong template variable name when using content/image/single_with_height_allocation.tpl

9 months agoMerge pull request #13514 from MrPetovan/bug/channel-classes
Michael Vogel [Sat, 7 Oct 2023 10:03:02 +0000 (12:03 +0200)]
Merge pull request #13514 from MrPetovan/bug/channel-classes

User Repository\UserDefinedChannel->selectByUid instead of Factory\UserDefinedChannel->getForUser

9 months agoUser Repository\UserDefinedChannel->selectByUid instead of Factory\UserDefinedChannel...
Hypolite Petovan [Sat, 7 Oct 2023 09:44:24 +0000 (05:44 -0400)]
User Repository\UserDefinedChannel->selectByUid instead of Factory\UserDefinedChannel->getForUser

- Rename Repository\Channel to Repository\UserDefinedChannel
- Add new Collection\UserDefinedChannels class
- Move Factory\Timeline->createFromTableRow to Factory\UserDefinedChannel

9 months agotranslations
Jakobus Schürz [Sat, 7 Oct 2023 09:28:29 +0000 (11:28 +0200)]
translations

9 months agoMerge pull request #13507 from xundeenergie/finalize-mention-buttons
Hypolite Petovan [Sat, 7 Oct 2023 09:23:19 +0000 (05:23 -0400)]
Merge pull request #13507 from xundeenergie/finalize-mention-buttons

Finalize mention buttons

9 months agoMerge pull request #13510 from annando/fix-thread-parent
Hypolite Petovan [Sat, 7 Oct 2023 09:22:40 +0000 (05:22 -0400)]
Merge pull request #13510 from annando/fix-thread-parent

Fix for the display of the thread parent

9 months agotranslations
Jakobus Schürz [Sat, 7 Oct 2023 08:50:57 +0000 (10:50 +0200)]
translations

9 months agoadd blanks, suggested from codereview
Jakobus Schürz [Sat, 7 Oct 2023 08:44:53 +0000 (10:44 +0200)]
add blanks, suggested from codereview

9 months agoFix for the display of the thread parent
Michael [Sat, 7 Oct 2023 08:51:47 +0000 (08:51 +0000)]
Fix for the display of the thread parent

9 months agoMerge pull request #13509 from MrPetovan/bug/in-reply-to
Michael Vogel [Sat, 7 Oct 2023 07:34:18 +0000 (09:34 +0200)]
Merge pull request #13509 from MrPetovan/bug/in-reply-to

Fix typo in "in reply to" base translation string

9 months agoFix typo in "in reply to" base translation string
Hypolite Petovan [Sat, 7 Oct 2023 06:31:56 +0000 (02:31 -0400)]
Fix typo in "in reply to" base translation string

9 months agoMerge pull request #13448 from annando/user-defined-channels
Hypolite Petovan [Sat, 7 Oct 2023 06:09:19 +0000 (02:09 -0400)]
Merge pull request #13448 from annando/user-defined-channels

Channels can now be created by users

9 months agoMerge pull request #13499 from xundeenergie/reference-links
Hypolite Petovan [Sat, 7 Oct 2023 03:40:13 +0000 (23:40 -0400)]
Merge pull request #13499 from xundeenergie/reference-links

add link to parent of comment

9 months agomove mention-button to navbar
Jakobus Schürz [Fri, 6 Oct 2023 23:33:45 +0000 (01:33 +0200)]
move mention-button to navbar

translations

9 months agoadd mention-/showgroup button also to profile/vcard.tpl
Jakobus Schürz [Fri, 6 Oct 2023 23:28:23 +0000 (01:28 +0200)]
add mention-/showgroup button also to profile/vcard.tpl

update translations

9 months agoput group-logic for "widget" to php-file
Jakobus Schürz [Thu, 5 Oct 2023 21:18:04 +0000 (23:18 +0200)]
put group-logic for "widget" to php-file

9 months agoMerge commit 'b3097da6f' into reference-links
Jakobus Schürz [Fri, 6 Oct 2023 22:40:02 +0000 (00:40 +0200)]
Merge commit 'b3097da6f' into reference-links

9 months agofix missing blank; translations
Jakobus Schürz [Fri, 6 Oct 2023 20:34:14 +0000 (22:34 +0200)]
fix missing blank; translations

9 months agotranslations update
Jakobus Schürz [Fri, 6 Oct 2023 08:28:09 +0000 (10:28 +0200)]
translations update

9 months agouse scrollToItem instead of own function
Jakobus Schürz [Thu, 5 Oct 2023 15:19:16 +0000 (17:19 +0200)]
use scrollToItem instead of own function

rename isanswerto and "Is answer to" to isreplyto and "is reply to"

9 months agochange logic in if clause in case of codereview
Jakobus Schürz [Thu, 5 Oct 2023 15:02:33 +0000 (17:02 +0200)]
change logic in if clause in case of codereview

9 months agobetter display of parent-link
Jakobus Schürz [Thu, 5 Oct 2023 13:36:01 +0000 (15:36 +0200)]
better display of parent-link

9 months agoupdate translations
Jakobus Schürz [Thu, 5 Oct 2023 10:46:24 +0000 (12:46 +0200)]
update translations

9 months agoadd link to parent of comment
Jakobus Schürz [Thu, 5 Oct 2023 10:39:31 +0000 (12:39 +0200)]
add link to parent of comment

9 months agoUnneeded constructors removed
Michael [Fri, 6 Oct 2023 21:08:33 +0000 (21:08 +0000)]
Unneeded constructors removed

9 months agoupdate translations
Tobias Diekershoff [Fri, 6 Oct 2023 05:50:12 +0000 (07:50 +0200)]
update translations

DE, FR and HU translations

9 months agoUpdate messages.po
Philipp [Thu, 5 Oct 2023 20:02:55 +0000 (22:02 +0200)]
Update messages.po

9 months agoFix: The calculation of unseen circles can now be deactivated again
Michael [Thu, 5 Oct 2023 17:06:21 +0000 (17:06 +0000)]
Fix: The calculation of unseen circles can now be deactivated again

9 months agoClean channel confusion
Michael [Fri, 6 Oct 2023 11:38:29 +0000 (11:38 +0000)]
Clean channel confusion

9 months agoUpdates messages.po
Michael [Fri, 6 Oct 2023 10:02:27 +0000 (10:02 +0000)]
Updates messages.po

9 months agoMerge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels
Michael [Fri, 6 Oct 2023 10:00:09 +0000 (10:00 +0000)]
Merge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels

9 months agotranslations update
Jakobus Schürz [Fri, 6 Oct 2023 08:28:09 +0000 (10:28 +0200)]
translations update

9 months agoChannel class confusion solved
Michael [Fri, 6 Oct 2023 08:20:17 +0000 (08:20 +0000)]
Channel class confusion solved

9 months agoMerge pull request #13504 from tobiasd/20231006-lng
Michael Vogel [Fri, 6 Oct 2023 08:08:43 +0000 (10:08 +0200)]
Merge pull request #13504 from tobiasd/20231006-lng

update DE, FR, HU translations

9 months agoupdate translations
Tobias Diekershoff [Fri, 6 Oct 2023 05:50:12 +0000 (07:50 +0200)]
update translations

DE, FR and HU translations

9 months agoMerge pull request #13502 from nupplaphil/fix/messages.po
Philipp [Thu, 5 Oct 2023 20:27:35 +0000 (22:27 +0200)]
Merge pull request #13502 from nupplaphil/fix/messages.po

Update messages.po

9 months agoUpdate messages.po
Philipp [Thu, 5 Oct 2023 20:02:55 +0000 (22:02 +0200)]
Update messages.po

9 months agoNow there are user defined channels
Michael [Thu, 5 Oct 2023 19:10:20 +0000 (19:10 +0000)]
Now there are user defined channels

9 months agoMerge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels
Michael [Thu, 5 Oct 2023 18:19:38 +0000 (18:19 +0000)]
Merge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels

9 months agoMerge pull request #13500 from annando/unseen-circles
Tobias Diekershoff [Thu, 5 Oct 2023 17:42:55 +0000 (19:42 +0200)]
Merge pull request #13500 from annando/unseen-circles

Fix: The calculation of unseen circles can now be deactivated again

9 months agoFix: The calculation of unseen circles can now be deactivated again
Michael [Thu, 5 Oct 2023 17:06:21 +0000 (17:06 +0000)]
Fix: The calculation of unseen circles can now be deactivated again

9 months agouse scrollToItem instead of own function
Jakobus Schürz [Thu, 5 Oct 2023 15:19:16 +0000 (17:19 +0200)]
use scrollToItem instead of own function

rename isanswerto and "Is answer to" to isreplyto and "is reply to"

9 months agochange logic in if clause in case of codereview
Jakobus Schürz [Thu, 5 Oct 2023 15:02:33 +0000 (17:02 +0200)]
change logic in if clause in case of codereview

9 months agobetter display of parent-link
Jakobus Schürz [Thu, 5 Oct 2023 13:36:01 +0000 (15:36 +0200)]
better display of parent-link

9 months agoMerge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels
Michael [Thu, 5 Oct 2023 13:15:45 +0000 (13:15 +0000)]
Merge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels

9 months agoupdate translations
Jakobus Schürz [Thu, 5 Oct 2023 10:46:24 +0000 (12:46 +0200)]
update translations

9 months agoadd link to parent of comment
Jakobus Schürz [Thu, 5 Oct 2023 10:39:31 +0000 (12:39 +0200)]
add link to parent of comment

9 months agoRemove unneeded functions
Michael [Thu, 5 Oct 2023 09:25:23 +0000 (09:25 +0000)]
Remove unneeded functions

9 months agoTimeline classes are split into multiple classes
Michael [Thu, 5 Oct 2023 05:36:12 +0000 (05:36 +0000)]
Timeline classes are split into multiple classes

9 months agoSome more changes after review
Michael [Thu, 5 Oct 2023 03:17:55 +0000 (03:17 +0000)]
Some more changes after review

9 months agoChanges after review
Michael [Thu, 5 Oct 2023 03:16:44 +0000 (03:16 +0000)]
Changes after review

9 months agoset version for 2023.09-rc
Tobias Diekershoff [Wed, 4 Oct 2023 18:40:08 +0000 (20:40 +0200)]
set version for 2023.09-rc

9 months agoMerge pull request #13495 from xundeenergie/load-contact-photos-lazy
Hypolite Petovan [Wed, 4 Oct 2023 13:47:47 +0000 (09:47 -0400)]
Merge pull request #13495 from xundeenergie/load-contact-photos-lazy

Load contact photos lazy

9 months agoadd loading="lazy" also to vier templates
Jakobus Schürz [Wed, 4 Oct 2023 10:01:20 +0000 (12:01 +0200)]
add loading="lazy" also to vier templates

9 months agoadd loagin="lazy" to avatar-images too
Jakobus Schürz [Wed, 4 Oct 2023 09:56:46 +0000 (11:56 +0200)]
add loagin="lazy" to avatar-images too

resolves #13486

The loading of avatar-images still blocked the loading of notifications.

mostyl in frio!
now it's a big time improvement on loading friendica

9 months agoMerge remote-tracking branch 'upstream/develop' into user-defined-channels
Michael [Wed, 4 Oct 2023 09:40:32 +0000 (09:40 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-defined-channels

9 months agoMerge pull request #13488 from MrPetovan/bug/frio-search-result-padding
Tobias Diekershoff [Wed, 4 Oct 2023 06:17:12 +0000 (08:17 +0200)]
Merge pull request #13488 from MrPetovan/bug/frio-search-result-padding

[frio] Remove superfluous padding from search results in mobile view