]>
git.mxchange.org Git - friendica.git/log
Michael [Mon, 19 Dec 2022 21:21:06 +0000 (21:21 +0000)]
Issue 12419: Quickhack to make GoToSocial work
Hypolite Petovan [Mon, 19 Dec 2022 19:48:45 +0000 (14:48 -0500)]
Merge pull request #12482 from annando/fix-reachable
Fix delivery problems with "reachable" test
Michael [Mon, 19 Dec 2022 19:41:04 +0000 (19:41 +0000)]
Fix delivery problems with "reachable" test
Hypolite Petovan [Mon, 19 Dec 2022 19:18:00 +0000 (14:18 -0500)]
Merge pull request #12480 from foss-/patch-5
update FAQ client list: remove Fedi from iOS apps
foss- [Mon, 19 Dec 2022 19:04:21 +0000 (20:04 +0100)]
update FAQ client list: remove Fedi from iOS apps
Their github https://github.com/Big-Fig/Fediverse.app links to a dead website https://fedi.app/fediapp and no updates for over a year. iOS App Store won't load app at https://apps.apple.com/us/app/fedi-for-pleroma-and-mastodon/id1478806281
Philipp [Mon, 19 Dec 2022 16:14:43 +0000 (17:14 +0100)]
Merge pull request #12447 from MrPetovan/bug/12441-profile-contacts
Retrieve contact records for the page visitor in several modules
Philipp [Mon, 19 Dec 2022 16:13:12 +0000 (17:13 +0100)]
Merge pull request #12479 from MrPetovan/bug/deprecated
Fix several Deprecated notices
Philipp [Mon, 19 Dec 2022 16:12:27 +0000 (17:12 +0100)]
Merge pull request #12478 from MrPetovan/bug/12476-profiles-inaccessible
Fix module instantiation in Profile\Index module
Hypolite Petovan [Mon, 19 Dec 2022 15:22:05 +0000 (10:22 -0500)]
Add logging and default value when JSON encode->decode fails in JsonLD::compact
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1357768936
Hypolite Petovan [Mon, 19 Dec 2022 15:17:57 +0000 (10:17 -0500)]
Provide default value for system.banner config key
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1357768936
Hypolite Petovan [Mon, 19 Dec 2022 15:11:12 +0000 (10:11 -0500)]
Ward against null value in language key of item array in Mastodon\Status object
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1357768936
Hypolite Petovan [Mon, 19 Dec 2022 15:05:21 +0000 (10:05 -0500)]
Don't compute system.update_interval when it's -1 (disabled)
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1357768936
Hypolite Petovan [Mon, 19 Dec 2022 14:23:54 +0000 (09:23 -0500)]
Fix module instantiation in Profile\Index module
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-
1357441775
Hypolite Petovan [Mon, 19 Dec 2022 14:23:20 +0000 (09:23 -0500)]
Remove DI dependency in Profile\Status module
Hypolite Petovan [Sat, 17 Dec 2022 06:20:59 +0000 (01:20 -0500)]
Remove fallback contact query from Model\Contact::photoMenu
- Correct contact is now supplied to the method
Hypolite Petovan [Sat, 17 Dec 2022 05:49:19 +0000 (00:49 -0500)]
Retrieve contact records for the page visitor in Profile\Common module
Hypolite Petovan [Sat, 17 Dec 2022 05:39:06 +0000 (00:39 -0500)]
Retrieve contact records for the page visitor in Contact\Contacts module
Hypolite Petovan [Sat, 17 Dec 2022 05:37:40 +0000 (00:37 -0500)]
Retrieve contact records for the page visitor in Profile\Contacts module
Hypolite Petovan [Sat, 17 Dec 2022 06:10:50 +0000 (01:10 -0500)]
Remove DI dependency in Contact\Hovercard module
Hypolite Petovan [Sat, 17 Dec 2022 05:46:08 +0000 (00:46 -0500)]
Remove DI dependency in Profile\Common module
Hypolite Petovan [Sat, 17 Dec 2022 05:38:02 +0000 (00:38 -0500)]
Remove DI dependency in Contact\Contacts module
Hypolite Petovan [Sat, 17 Dec 2022 05:20:23 +0000 (00:20 -0500)]
Remove DI dependency in Module\Profile\Contacts
Hypolite Petovan [Mon, 19 Dec 2022 14:26:00 +0000 (09:26 -0500)]
Merge pull request #12475 from annando/no-failed-delivery
Don't perform a delivery to failing servers
Michael Vogel [Mon, 19 Dec 2022 14:22:21 +0000 (15:22 +0100)]
Update src/Model/GServer.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Mon, 19 Dec 2022 09:30:56 +0000 (09:30 +0000)]
Don't perform a delivery to failing servers
Tobias Diekershoff [Mon, 19 Dec 2022 06:38:13 +0000 (07:38 +0100)]
Merge pull request #12472 from MrPetovan/bug/12466-profile-photos-aside
Remove VCard for owner in Profile\Photos module
Tobias Diekershoff [Mon, 19 Dec 2022 06:03:31 +0000 (07:03 +0100)]
Merge pull request #12471 from MrPetovan/bug/12468-bbcode-img-code
Skip literal text in ActivityPub\Transmitter::removePictures
Tobias Diekershoff [Mon, 19 Dec 2022 05:58:42 +0000 (06:58 +0100)]
Merge pull request #12469 from MrPetovan/bug/12462-tos-rules
Skip blank lines in Tos module
Tobias Diekershoff [Mon, 19 Dec 2022 05:57:56 +0000 (06:57 +0100)]
Merge pull request #12470 from MrPetovan/bug/12452-profile-field-URL
Convert custom profile field URL values to rel="me" links
Hypolite Petovan [Mon, 19 Dec 2022 04:52:33 +0000 (23:52 -0500)]
Remove VCard for owner in Profile\Photos module
- Remove unused remote contact retrieval
- Remove contact list from aside for non-owner visitors
Hypolite Petovan [Mon, 19 Dec 2022 04:32:52 +0000 (23:32 -0500)]
Skip literal text in ActivityPub\Transmitter::removePictures
Hypolite Petovan [Mon, 19 Dec 2022 04:24:59 +0000 (23:24 -0500)]
Convert custom profile field URL values to rel="me" links
Hypolite Petovan [Mon, 19 Dec 2022 03:49:49 +0000 (22:49 -0500)]
Fix link to profile page in custom profile fields settings
- Previous link was leading to conversations
Hypolite Petovan [Mon, 19 Dec 2022 03:49:18 +0000 (22:49 -0500)]
Remove DI dependency in Profile\Profile module
Hypolite Petovan [Mon, 19 Dec 2022 03:16:41 +0000 (22:16 -0500)]
Skip blank lines in Tos module
Philipp [Mon, 19 Dec 2022 00:32:02 +0000 (01:32 +0100)]
Merge pull request #12465 from annando/issue-12185
Issue 12185: Problems adding contacts
Tobias Diekershoff [Sun, 18 Dec 2022 18:41:04 +0000 (19:41 +0100)]
Merge pull request #12467 from MarekBenjamin/patch-1
Update CREDITS.txt
MarekBenjamin [Sun, 18 Dec 2022 18:17:09 +0000 (19:17 +0100)]
Update CREDITS.txt
Marek Bachmann (real name) and MarrekBejamin (git name) is the same person. No need for double credit 👼
Michael [Sun, 18 Dec 2022 15:43:35 +0000 (15:43 +0000)]
Issue 12185: Problems adding contacts
Hypolite Petovan [Sun, 18 Dec 2022 15:27:28 +0000 (10:27 -0500)]
Merge pull request #12464 from tobiasd/
20221218 -de
DE translation updates
Tobias Diekershoff [Sun, 18 Dec 2022 15:12:50 +0000 (16:12 +0100)]
DE translation updates
Michael Vogel [Sun, 18 Dec 2022 11:04:11 +0000 (12:04 +0100)]
Merge pull request #12461 from tobiasd/
20221218 -credits
20221218 credits
Tobias Diekershoff [Sun, 18 Dec 2022 09:06:18 +0000 (10:06 +0100)]
removed double entry
Philipp [Sun, 18 Dec 2022 08:26:04 +0000 (09:26 +0100)]
Merge pull request #12459 from MrPetovan/bug/12454-link-preview-translation
Add missing t() call in Settings\Display module
Tobias Diekershoff [Sun, 18 Dec 2022 08:20:12 +0000 (09:20 +0100)]
some more corrections
Tobias Diekershoff [Sun, 18 Dec 2022 08:19:11 +0000 (09:19 +0100)]
some more corrections
Tobias Diekershoff [Sun, 18 Dec 2022 08:17:09 +0000 (09:17 +0100)]
fix
Tobias Diekershoff [Sun, 18 Dec 2022 08:16:46 +0000 (09:16 +0100)]
fix
Tobias Diekershoff [Sun, 18 Dec 2022 08:15:31 +0000 (09:15 +0100)]
regen CREDITS.txt
Tobias Diekershoff [Sun, 18 Dec 2022 07:15:49 +0000 (08:15 +0100)]
Merge pull request #12460 from annando/photo-api
API: Fix interoperability between Friendica and Mastodon part
Michael [Sun, 18 Dec 2022 06:30:32 +0000 (06:30 +0000)]
API: Fix interoperability between Friendica and Mastodon part
Michael Vogel [Sun, 18 Dec 2022 06:06:59 +0000 (07:06 +0100)]
Merge pull request #12442 from MrPetovan/bug/warnings
Use account-user-view entry to instantiate Api\Mastodon\FollowRequestobjects
Hypolite Petovan [Sun, 18 Dec 2022 04:07:29 +0000 (23:07 -0500)]
Updated main translation file after adding a string
Hypolite Petovan [Sun, 18 Dec 2022 04:03:07 +0000 (23:03 -0500)]
Add missing t() call in Settings\Display module
Hypolite Petovan [Sun, 18 Dec 2022 03:59:28 +0000 (22:59 -0500)]
Remove DI dependency in Settings\Display module
Hypolite Petovan [Fri, 16 Dec 2022 15:29:20 +0000 (10:29 -0500)]
Use account-user-view entry to instantiate Api\Mastodon\FollowRequest objects
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-
1354395861
Michael Vogel [Sun, 18 Dec 2022 05:23:55 +0000 (06:23 +0100)]
Merge pull request #12458 from MrPetovan/bug/12456-tos-rules
Trim terms of service rules before turning them to an array
Hypolite Petovan [Sun, 18 Dec 2022 02:13:24 +0000 (21:13 -0500)]
Trim terms of service rules before turning them to an array
Philipp [Sat, 17 Dec 2022 22:30:10 +0000 (23:30 +0100)]
Merge pull request #12457 from annando/image-grid-shared
Fix image grid in shared Friendica posts
Michael [Sat, 17 Dec 2022 22:07:14 +0000 (22:07 +0000)]
Fix image grid in shared Friendica posts
Philipp [Sat, 17 Dec 2022 18:05:57 +0000 (19:05 +0100)]
Merge pull request #12359 from matthiasmoritz/calendar_default_view
Calendar default view
Hypolite Petovan [Sat, 17 Dec 2022 07:21:01 +0000 (02:21 -0500)]
Update main translation file after adding strings
Hypolite Petovan [Sat, 17 Dec 2022 07:13:33 +0000 (02:13 -0500)]
Add new calendar.default_view pconfig key
Hypolite Petovan [Sat, 17 Dec 2022 07:07:46 +0000 (02:07 -0500)]
Move first_day_of_week pconfig key to calendar category
Matthias Moritz [Wed, 7 Dec 2022 21:57:11 +0000 (22:57 +0100)]
Move vier version of calendat/calendar_head template to base
- With the support for the remaining themes dropped, the base template wasn't used anymore
Hypolite Petovan [Sat, 17 Dec 2022 15:52:46 +0000 (10:52 -0500)]
Merge pull request #12455 from tobiasd/
20221217 -security
renewed the expiration date for the security.txt file
Tobias Diekershoff [Sat, 17 Dec 2022 15:46:46 +0000 (16:46 +0100)]
renewed the expiration date for the security.txt file
Philipp [Sat, 17 Dec 2022 14:37:55 +0000 (15:37 +0100)]
Merge pull request #12451 from tobiasd/
20221217 -ru
RU translation update THX SpcCw
Tobias Diekershoff [Sat, 17 Dec 2022 14:24:59 +0000 (15:24 +0100)]
RU translation update THX SpcCw
Philipp [Sat, 17 Dec 2022 07:56:20 +0000 (08:56 +0100)]
Merge pull request #12449 from tobiasd/
20221217 -lng
DE, FR, HU and PL translation updates
Tobias Diekershoff [Sat, 17 Dec 2022 07:51:23 +0000 (08:51 +0100)]
DE translation updates
Tobias Diekershoff [Sat, 17 Dec 2022 07:49:27 +0000 (08:49 +0100)]
HU translation updates THX Balázs Úr
Tobias Diekershoff [Sat, 17 Dec 2022 07:48:10 +0000 (08:48 +0100)]
DE translation updates
Tobias Diekershoff [Sat, 17 Dec 2022 07:41:38 +0000 (08:41 +0100)]
FR translation updates THX kalon33
Tobias Diekershoff [Sat, 17 Dec 2022 07:40:27 +0000 (08:40 +0100)]
PL translation updates THX strebski
Hypolite Petovan [Sat, 17 Dec 2022 06:25:13 +0000 (01:25 -0500)]
Merge pull request #12446 from annando/preview-image
Fix: Images must not be removed on preview
Michael [Sat, 17 Dec 2022 05:48:09 +0000 (05:48 +0000)]
Fix: Images must not be removed on preview
Philipp [Sat, 17 Dec 2022 01:23:18 +0000 (02:23 +0100)]
Merge pull request #12445 from MrPetovan/bug/12382-tag-attachment
Exclude [attachment] from tag search
Philipp [Sat, 17 Dec 2022 01:17:00 +0000 (02:17 +0100)]
Merge pull request #12440 from MrPetovan/bug/fatal-errors
Catch exceptions in Model\Gserver::cleanURL
Philipp [Sat, 17 Dec 2022 01:16:21 +0000 (02:16 +0100)]
Merge pull request #12444 from MrPetovan/bug/11911-frio-modal-height
[frio] Allow space for the upload button in the fbrowser modal
Hypolite Petovan [Sat, 17 Dec 2022 01:06:37 +0000 (20:06 -0500)]
Exclude [attachment] from tag search
Hypolite Petovan [Sat, 17 Dec 2022 00:16:25 +0000 (19:16 -0500)]
[frio] Allow space for the upload button in the fbrowser modal
Hypolite Petovan [Fri, 16 Dec 2022 15:15:43 +0000 (10:15 -0500)]
Catch exceptions in Model\Gserver::cleanURL
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-
1354393419
Hypolite Petovan [Fri, 16 Dec 2022 22:05:16 +0000 (17:05 -0500)]
Merge pull request #12443 from nupplaphil/bug/dba_definition
Include DBA/View definitions from Hooks again
Philipp [Fri, 16 Dec 2022 21:05:32 +0000 (22:05 +0100)]
Add load(true) for ViewDefinitions as well
Philipp [Fri, 16 Dec 2022 20:59:32 +0000 (21:59 +0100)]
Include DBA definitions from Hooks again
Philipp [Fri, 16 Dec 2022 07:52:04 +0000 (08:52 +0100)]
Merge pull request #12436 from MrPetovan/bug/notices
Address a few notices
Philipp [Fri, 16 Dec 2022 07:51:17 +0000 (08:51 +0100)]
Merge pull request #12435 from MrPetovan/bug/12344-calendar-profile-load
Apply calendar owner custom theme
Hypolite Petovan [Fri, 16 Dec 2022 04:33:02 +0000 (23:33 -0500)]
Ward against empty siteinfo in Text\BBCode::embedURL
- Address https://github.com/friendica/friendica/issues/11994#issuecomment-
1349593196
Hypolite Petovan [Fri, 16 Dec 2022 04:31:32 +0000 (23:31 -0500)]
Ward against empty $contact array in Module\Photo::getPhotoById
- Address https://github.com/friendica/friendica/issues/11994#issuecomment-
1349591039
Hypolite Petovan [Fri, 16 Dec 2022 04:29:06 +0000 (23:29 -0500)]
Check that $probed key exists before comparison in OStatus\Subscribe
- Address https://github.com/friendica/friendica/issues/11994#issuecomment-
1349590054
Hypolite Petovan [Fri, 16 Dec 2022 04:14:45 +0000 (23:14 -0500)]
Apply calendar owner custom theme
Hypolite Petovan [Thu, 15 Dec 2022 20:49:20 +0000 (15:49 -0500)]
Merge pull request #12434 from MarekBenjamin/issue_make_balancing_optional
Removed balancing of image grid
Marek Bachmann [Thu, 15 Dec 2022 20:29:14 +0000 (21:29 +0100)]
Add unbalanced imagegrid generation
Philipp [Thu, 15 Dec 2022 17:38:06 +0000 (18:38 +0100)]
Merge pull request #12432 from MrPetovan/bug/12431-frio-forum-network
[frio] Re-hide the forum contact row in network page
Hypolite Petovan [Thu, 15 Dec 2022 16:10:28 +0000 (11:10 -0500)]
[frio] Re-hide the forum contact row in network page
Tobias Diekershoff [Thu, 15 Dec 2022 05:32:08 +0000 (06:32 +0100)]
Merge pull request #12422 from MrPetovan/bug/5095-group-tooltip
[frio] Reduce group member add/remove button virtual height
Tobias Diekershoff [Thu, 15 Dec 2022 05:25:55 +0000 (06:25 +0100)]
Merge pull request #12425 from MrPetovan/task/11774-frio-remove-banner-setting
[frio] Remove header banner setting form field
Tobias Diekershoff [Thu, 15 Dec 2022 05:24:32 +0000 (06:24 +0100)]
Merge pull request #12424 from MrPetovan/task/10100-contact-relationship-prominence
Make relationship filter widget more prominent in Module\Contact
Tobias Diekershoff [Thu, 15 Dec 2022 05:22:14 +0000 (06:22 +0100)]
Merge pull request #12426 from MrPetovan/task/12237-ACL-meta-groups-doc
Add documentation about the ACL autocomplete fields