]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoMerge pull request #11349 from tobiasd/20220316-de
Michael Vogel [Wed, 16 Mar 2022 08:29:44 +0000 (09:29 +0100)]
Merge pull request #11349 from tobiasd/20220316-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Wed, 16 Mar 2022 06:34:29 +0000 (07:34 +0100)]
DE translation updates

2 years agoMerge pull request #11348 from tobiasd/20220316-typo
Michael Vogel [Wed, 16 Mar 2022 05:42:52 +0000 (06:42 +0100)]
Merge pull request #11348 from tobiasd/20220316-typo

fixing a typo

2 years agoregen messages.po
Tobias Diekershoff [Wed, 16 Mar 2022 05:27:23 +0000 (06:27 +0100)]
regen messages.po

2 years agotypo
Tobias Diekershoff [Wed, 16 Mar 2022 05:25:21 +0000 (06:25 +0100)]
typo

2 years agoMerge pull request #11342 from MrPetovan/task/4639-soapbox-intro-notification
Tobias Diekershoff [Tue, 15 Mar 2022 11:28:24 +0000 (12:28 +0100)]
Merge pull request #11342 from MrPetovan/task/4639-soapbox-intro-notification

Add correct ordering for detailed notifications

2 years agoAdd correct ordering for detailed notifications
Hypolite Petovan [Tue, 15 Mar 2022 11:05:59 +0000 (07:05 -0400)]
Add correct ordering for detailed notifications

2 years agoMerge pull request #11341 from tobiasd/20220315-getcontactstoupdate
Michael Vogel [Tue, 15 Mar 2022 08:06:43 +0000 (09:06 +0100)]
Merge pull request #11341 from tobiasd/20220315-getcontactstoupdate

PHP deprecation warning due wrong order of function parameters

2 years agolimit parameter was missing from docblock
Tobias Diekershoff [Tue, 15 Mar 2022 07:46:26 +0000 (08:46 +0100)]
limit parameter was missing from docblock

2 years agoPHP deprecation warning due wrong order of function parameters
Tobias Diekershoff [Tue, 15 Mar 2022 07:44:17 +0000 (08:44 +0100)]
PHP deprecation warning due wrong order of function parameters

With PHP 8.0 I got the following PHP Deprecation message

```
PHP Deprecated:  Required parameter $limit follows optional parameter $ids in src/Worker/UpdateContacts.php on line 104
```

this PR fixes the wrong order of the parameters.

2 years agoMerge pull request #11336 from MrPetovan/task/4639-soapbox-intro-notification
Michael Vogel [Tue, 15 Mar 2022 06:09:24 +0000 (07:09 +0100)]
Merge pull request #11336 from MrPetovan/task/4639-soapbox-intro-notification

Add exception when message is empty in FormatteNavNotification::createFromNotification

2 years agoUpdate main translation file after string changes
Hypolite Petovan [Tue, 15 Mar 2022 02:29:38 +0000 (22:29 -0400)]
Update main translation file after string changes

2 years agoFix misleading notification message strings
Hypolite Petovan [Tue, 15 Mar 2022 02:25:57 +0000 (22:25 -0400)]
Fix misleading notification message strings

- The mentioned title is from the top-level post, not the liked post

2 years agoHide like notifications from menu again
Hypolite Petovan [Tue, 15 Mar 2022 02:25:10 +0000 (22:25 -0400)]
Hide like notifications from menu again

2 years agoAdd exception when message is empty in FormatteNavNotification::createFromNotification
Hypolite Petovan [Tue, 15 Mar 2022 01:53:33 +0000 (21:53 -0400)]
Add exception when message is empty in FormatteNavNotification::createFromNotification

- Filter out message less notifications in Ping

2 years agoMerge pull request #11333 from annando/feed-guid
Hypolite Petovan [Mon, 14 Mar 2022 22:02:29 +0000 (18:02 -0400)]
Merge pull request #11333 from annando/feed-guid

Don't use the GUID value directly

2 years agoMerge pull request #11273 from MrPetovan/task/4639-soapbox-intro-notification
Michael Vogel [Mon, 14 Mar 2022 21:53:57 +0000 (22:53 +0100)]
Merge pull request #11273 from MrPetovan/task/4639-soapbox-intro-notification

Add follow notifications for soapbox accounts

2 years agoDon't use the GUID value directly
Michael [Mon, 14 Mar 2022 21:09:14 +0000 (21:09 +0000)]
Don't use the GUID value directly

2 years agoUpdated main translation file after string changes
Hypolite Petovan [Sun, 6 Mar 2022 11:57:36 +0000 (06:57 -0500)]
Updated main translation file after string changes

2 years agoDelete follow notification on unfollow
Hypolite Petovan [Sun, 6 Mar 2022 11:36:39 +0000 (06:36 -0500)]
Delete follow notification on unfollow

- Fix translation string typo

2 years agoSwitch data source from notify to notification in Module\Notifications\Ping
Hypolite Petovan [Sat, 5 Mar 2022 20:34:09 +0000 (15:34 -0500)]
Switch data source from notify to notification in Module\Notifications\Ping

- Change unused FormattedNotification classes to FormattedNavNotification classes

2 years agoMove mod/ping to module class
Hypolite Petovan [Fri, 4 Mar 2022 14:01:56 +0000 (09:01 -0500)]
Move mod/ping to module class

2 years agoRemove unused deprecated XML output in mod/ping
Hypolite Petovan [Fri, 4 Mar 2022 12:36:44 +0000 (07:36 -0500)]
Remove unused deprecated XML output in mod/ping

- Remove unused parameters localUser and uid in mod/ping
- Unify data array initialization in mod/ping

2 years agoReplace Javascript notification string formatting with Smarty templates
Hypolite Petovan [Fri, 4 Mar 2022 05:21:06 +0000 (00:21 -0500)]
Replace Javascript notification string formatting with Smarty templates

2 years agoAdd legacy notification endpoint for deprecated Notify entity
Hypolite Petovan [Thu, 3 Mar 2022 14:07:37 +0000 (09:07 -0500)]
Add legacy notification endpoint for deprecated Notify entity

- Add dependencies to Notifications\Notification module class

2 years agoUse public contact ID in Model\Post\UserNotification::insertNotification
Hypolite Petovan [Thu, 3 Mar 2022 13:49:07 +0000 (08:49 -0500)]
Use public contact ID in Model\Post\UserNotification::insertNotification

- Add localRelationship dependency to Notification factory
- Remove dependencies from Factory\Notification->getMessageFromNotification method

2 years agoDeprecated the notify table/classes
Hypolite Petovan [Wed, 23 Feb 2022 07:10:57 +0000 (02:10 -0500)]
Deprecated the notify table/classes

2 years agoMerge pull request #11332 from annando/receivers2
Tobias Diekershoff [Mon, 14 Mar 2022 08:41:42 +0000 (09:41 +0100)]
Merge pull request #11332 from annando/receivers2

Don't send forum posts to the user's followers

2 years agoDon't send forum posts to the user's followers
Michael [Mon, 14 Mar 2022 06:07:51 +0000 (06:07 +0000)]
Don't send forum posts to the user's followers

2 years agoMerge pull request #11331 from annando/forum-receivers
Tobias Diekershoff [Mon, 14 Mar 2022 05:43:43 +0000 (06:43 +0100)]
Merge pull request #11331 from annando/forum-receivers

Send community posts only to the community

2 years agoSend community posts only to the community
Michael [Sun, 13 Mar 2022 19:31:21 +0000 (19:31 +0000)]
Send community posts only to the community

2 years agoMerge pull request #11330 from annando/feed-stuff
Hypolite Petovan [Sun, 13 Mar 2022 15:47:49 +0000 (11:47 -0400)]
Merge pull request #11330 from annando/feed-stuff

Some small improvements for importing feeds

2 years agoSome small improvements for importing feeds
Michael [Sun, 13 Mar 2022 15:29:07 +0000 (15:29 +0000)]
Some small improvements for importing feeds

2 years agoMerge pull request #11327 from tobiasd/20220313-de
Michael Vogel [Sun, 13 Mar 2022 08:49:30 +0000 (09:49 +0100)]
Merge pull request #11327 from tobiasd/20220313-de

DE translation updates

2 years agoMerge pull request #11326 from annando/notifications
Tobias Diekershoff [Sun, 13 Mar 2022 07:14:28 +0000 (08:14 +0100)]
Merge pull request #11326 from annando/notifications

Don't send notifications for activities caused by the community contact

2 years agoDE translation updates
Tobias Diekershoff [Sun, 13 Mar 2022 07:12:35 +0000 (08:12 +0100)]
DE translation updates

2 years agoDon't send notifications for activities caused by the community contact
Michael [Sun, 13 Mar 2022 05:44:29 +0000 (05:44 +0000)]
Don't send notifications for activities caused by the community contact

2 years agoMerge pull request #11323 from annando/direction
Hypolite Petovan [Sat, 12 Mar 2022 18:42:08 +0000 (13:42 -0500)]
Merge pull request #11323 from annando/direction

Issue 11309: improved check for wanted posts

2 years agoAdded Documentation
Michael [Sat, 12 Mar 2022 17:29:46 +0000 (17:29 +0000)]
Added Documentation

2 years agoAdded parameter values
Michael [Sat, 12 Mar 2022 15:27:56 +0000 (15:27 +0000)]
Added parameter values

2 years agoImproved completion check for AP
Michael [Sat, 12 Mar 2022 11:17:33 +0000 (11:17 +0000)]
Improved completion check for AP

2 years agoFurther improved logging
Michael [Sat, 12 Mar 2022 07:48:31 +0000 (07:48 +0000)]
Further improved logging

2 years agoImproved logging
Michael [Sat, 12 Mar 2022 07:34:30 +0000 (07:34 +0000)]
Improved logging

2 years agoMerge pull request #11321 from MrPetovan/bug/11319-wrong-path-subfolder-install
Michael Vogel [Sat, 12 Mar 2022 07:10:07 +0000 (08:10 +0100)]
Merge pull request #11321 from MrPetovan/bug/11319-wrong-path-subfolder-install

Normalize base URL usage in admin templates

2 years agoIssue 11309: improved check for wanted posts
Michael [Sat, 12 Mar 2022 07:08:10 +0000 (07:08 +0000)]
Issue 11309: improved check for wanted posts

2 years agoMerge pull request #11322 from annando/community-notification
Hypolite Petovan [Sat, 12 Mar 2022 04:59:50 +0000 (23:59 -0500)]
Merge pull request #11322 from annando/community-notification

Reduce amount of notifications by communities

2 years agoReduce amount of notifications by communities
Michael [Sat, 12 Mar 2022 04:20:19 +0000 (04:20 +0000)]
Reduce amount of notifications by communities

2 years agoUpdated translation file after changing a string
Hypolite Petovan [Sat, 12 Mar 2022 03:52:44 +0000 (22:52 -0500)]
Updated translation file after changing a string

2 years agoNormalize base URL usage in admin templates
Hypolite Petovan [Sat, 12 Mar 2022 03:40:27 +0000 (22:40 -0500)]
Normalize base URL usage in admin templates

2 years agoMerge pull request #11318 from annando/issue-11315
Hypolite Petovan [Fri, 11 Mar 2022 20:52:42 +0000 (15:52 -0500)]
Merge pull request #11318 from annando/issue-11315

Issue 11315: Fix for all receivers in "to"

2 years agoIssue 11315: Fix for all receivers in "to"
Michael [Fri, 11 Mar 2022 20:39:03 +0000 (20:39 +0000)]
Issue 11315: Fix for all receivers in "to"

2 years agoMerge pull request #11316 from annando/issue-11309
Hypolite Petovan [Fri, 11 Mar 2022 14:50:49 +0000 (09:50 -0500)]
Merge pull request #11316 from annando/issue-11309

Issue 11309: Check if a post is wanted

2 years agoIssue 11309: Check if a post is wanted
Michael [Fri, 11 Mar 2022 14:00:05 +0000 (14:00 +0000)]
Issue 11309: Check if a post is wanted

2 years agoMerge pull request #11314 from annando/server-estimate-usage
Hypolite Petovan [Thu, 10 Mar 2022 23:25:30 +0000 (18:25 -0500)]
Merge pull request #11314 from annando/server-estimate-usage

Estimate active server users when not provided by the system

2 years agoEstimate active server users when not provided by the system
Michael [Thu, 10 Mar 2022 21:50:00 +0000 (21:50 +0000)]
Estimate active server users when not provided by the system

2 years agoMerge pull request #11312 from annando/permissions
Hypolite Petovan [Thu, 10 Mar 2022 11:06:36 +0000 (06:06 -0500)]
Merge pull request #11312 from annando/permissions

Show permissions for all posts when possible

2 years agoShow permissions for all posts when possible
Michael [Thu, 10 Mar 2022 07:38:12 +0000 (07:38 +0000)]
Show permissions for all posts when possible

2 years agoMerge pull request #11308 from annando/api-bookmark
Hypolite Petovan [Tue, 8 Mar 2022 22:42:05 +0000 (17:42 -0500)]
Merge pull request #11308 from annando/api-bookmark

API: Fixed the bookmarking

2 years agoAPI: Fixed the bookmarking
Michael [Tue, 8 Mar 2022 22:38:06 +0000 (22:38 +0000)]
API: Fixed the bookmarking

2 years agoMerge pull request #11307 from annando/api-reply-fix
Hypolite Petovan [Tue, 8 Mar 2022 20:53:12 +0000 (15:53 -0500)]
Merge pull request #11307 from annando/api-reply-fix

API: Fix "in_reply_to_status_id"

2 years agoMerge pull request #11306 from annando/abstract-space
Hypolite Petovan [Tue, 8 Mar 2022 20:52:48 +0000 (15:52 -0500)]
Merge pull request #11306 from annando/abstract-space

Replace abstract content with a space to prevent missing spaces

2 years agoMerge pull request #11305 from annando/api-spoiler
Hypolite Petovan [Tue, 8 Mar 2022 20:48:46 +0000 (15:48 -0500)]
Merge pull request #11305 from annando/api-spoiler

API: Improve support for the summary field

2 years agoAPI: Fix "in_reply_to_status_id"
Michael [Tue, 8 Mar 2022 20:46:26 +0000 (20:46 +0000)]
API: Fix "in_reply_to_status_id"

2 years agoMerge pull request #11304 from annando/type-hints
Hypolite Petovan [Tue, 8 Mar 2022 20:36:43 +0000 (15:36 -0500)]
Merge pull request #11304 from annando/type-hints

Type hints reverted

2 years agoReplace abstract content with a space to prevent missing spaces
Michael [Tue, 8 Mar 2022 19:58:55 +0000 (19:58 +0000)]
Replace abstract content with a space to prevent missing spaces

2 years agoAPI: Improve support for the summary field
Michael [Tue, 8 Mar 2022 18:32:09 +0000 (18:32 +0000)]
API: Improve support for the summary field

2 years agoType hints reverted
Michael [Tue, 8 Mar 2022 18:26:59 +0000 (18:26 +0000)]
Type hints reverted

2 years agoMerge pull request #11302 from tobiasd/20220308-pl
Hypolite Petovan [Tue, 8 Mar 2022 15:48:27 +0000 (10:48 -0500)]
Merge pull request #11302 from tobiasd/20220308-pl

PL translation update THX strebski

2 years agoPL translation update THX strebski
Tobias Diekershoff [Tue, 8 Mar 2022 15:19:38 +0000 (16:19 +0100)]
PL translation update THX strebski

2 years agoadded empty 2022.05 block to the CHANGELOG
Tobias Diekershoff [Mon, 7 Mar 2022 13:12:07 +0000 (14:12 +0100)]
added empty 2022.05 block to the CHANGELOG

2 years agobump Friendica version to 2022.05-dev again
Tobias Diekershoff [Mon, 7 Mar 2022 13:10:57 +0000 (14:10 +0100)]
bump Friendica version to 2022.05-dev again

2 years agobump Friendica version to 2022.03
Tobias Diekershoff [Mon, 7 Mar 2022 13:08:21 +0000 (14:08 +0100)]
bump Friendica version to 2022.03

2 years agoset release date in the CHANGELOG
Tobias Diekershoff [Mon, 7 Mar 2022 13:06:01 +0000 (14:06 +0100)]
set release date in the CHANGELOG

2 years agoMerge pull request #11285 from tobiasd/2022.03-changelog
Tobias Diekershoff [Mon, 7 Mar 2022 13:04:21 +0000 (14:04 +0100)]
Merge pull request #11285 from tobiasd/2022.03-changelog

changes since the release 2022.02

2 years agoMerge pull request #11298 from nupplaphil/bug/friendica-11219
Hypolite Petovan [Sun, 6 Mar 2022 22:46:03 +0000 (17:46 -0500)]
Merge pull request #11298 from nupplaphil/bug/friendica-11219

Exclude symbolic links from tar transformation

2 years agoExclude symbolic links from tar transformation
Philipp [Sun, 6 Mar 2022 19:11:06 +0000 (20:11 +0100)]
Exclude symbolic links from tar transformation

2 years agoMerge pull request #11294 from annando/fix-mail-setting
Hypolite Petovan [Sun, 6 Mar 2022 15:17:02 +0000 (10:17 -0500)]
Merge pull request #11294 from annando/fix-mail-setting

Fix storing mail settings

2 years agoMerge pull request #11297 from tobiasd/20220306-de
Michael Vogel [Sun, 6 Mar 2022 13:37:40 +0000 (14:37 +0100)]
Merge pull request #11297 from tobiasd/20220306-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Sun, 6 Mar 2022 13:23:59 +0000 (14:23 +0100)]
DE translation updates

2 years agoApply suggestions from code review
Michael Vogel [Sun, 6 Mar 2022 13:15:59 +0000 (14:15 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agonew abstract config added
Tobias Diekershoff [Sun, 6 Mar 2022 13:12:13 +0000 (14:12 +0100)]
new abstract config added

2 years agovariable type for the return value is added
Michael [Sun, 6 Mar 2022 12:21:27 +0000 (12:21 +0000)]
variable type for the return value is added

2 years agoMerge pull request #11296 from annando/use-abstract
Hypolite Petovan [Sun, 6 Mar 2022 12:17:08 +0000 (07:17 -0500)]
Merge pull request #11296 from annando/use-abstract

Improved support for Mastodon style content warnings

2 years agoImproved support for Mastodon style content warnings
Michael [Sun, 6 Mar 2022 11:49:55 +0000 (11:49 +0000)]
Improved support for Mastodon style content warnings

2 years agoApply suggestions from code review
Michael Vogel [Sun, 6 Mar 2022 04:49:49 +0000 (05:49 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoMerge pull request #11295 from tobiasd/20220305-ar
Michael Vogel [Sat, 5 Mar 2022 21:55:32 +0000 (22:55 +0100)]
Merge pull request #11295 from tobiasd/20220305-ar

AR translation updates THX abidin toumi

2 years agoAR translation was updated
Tobias Diekershoff [Sat, 5 Mar 2022 17:21:41 +0000 (18:21 +0100)]
AR translation was updated

2 years agoAR translation updates THX abidin toumi
Tobias Diekershoff [Sat, 5 Mar 2022 17:19:41 +0000 (18:19 +0100)]
AR translation updates THX abidin toumi

2 years agoFix storing mail settings
Michael [Sat, 5 Mar 2022 13:08:09 +0000 (13:08 +0000)]
Fix storing mail settings

2 years agoMerge pull request #11293 from annando/api-direct
Tobias Diekershoff [Sat, 5 Mar 2022 06:31:02 +0000 (07:31 +0100)]
Merge pull request #11293 from annando/api-direct

API: Support for the "direct" visibility

2 years agoAPI: Support for the "direct" visibility
Michael [Sat, 5 Mar 2022 06:14:30 +0000 (06:14 +0000)]
API: Support for the "direct" visibility

2 years agoMerge pull request #11292 from annando/api-visibility
Tobias Diekershoff [Fri, 4 Mar 2022 08:28:33 +0000 (09:28 +0100)]
Merge pull request #11292 from annando/api-visibility

API: We can now post to groups via the Mastodon endpoint

2 years agoAPI: We can now post to groups via the Mastodon endpoint
Michael [Fri, 4 Mar 2022 05:50:33 +0000 (05:50 +0000)]
API: We can now post to groups via the Mastodon endpoint

2 years agoMerge pull request #11288 from annando/api-fix2
Hypolite Petovan [Wed, 2 Mar 2022 17:25:51 +0000 (12:25 -0500)]
Merge pull request #11288 from annando/api-fix2

API: Only display active incoming contact requests

2 years agoFix test / Use new expandTags function
Michael [Wed, 2 Mar 2022 17:17:07 +0000 (17:17 +0000)]
Fix test / Use new expandTags function

2 years agoMerge pull request #11289 from tobiasd/20220302-hu
Hypolite Petovan [Wed, 2 Mar 2022 13:39:41 +0000 (08:39 -0500)]
Merge pull request #11289 from tobiasd/20220302-hu

HU translation updated THX Balázs Úr

2 years agoAPI: Forum mentions are now working
Michael [Wed, 2 Mar 2022 06:59:07 +0000 (06:59 +0000)]
API: Forum mentions are now working

2 years agoHU translation was updated
Tobias Diekershoff [Wed, 2 Mar 2022 06:08:34 +0000 (07:08 +0100)]
HU translation was updated

2 years agoHU translation updated THX Balázs Úr
Tobias Diekershoff [Wed, 2 Mar 2022 06:07:13 +0000 (07:07 +0100)]
HU translation updated THX Balázs Úr

2 years agoAPI: Only display active incoming contact requests
Michael [Wed, 2 Mar 2022 05:05:49 +0000 (05:05 +0000)]
API: Only display active incoming contact requests