]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoMerge pull request #11270 from MrPetovan/task/10862-move-unfollow-worker
Michael Vogel [Thu, 24 Feb 2022 20:24:39 +0000 (21:24 +0100)]
Merge pull request #11270 from MrPetovan/task/10862-move-unfollow-worker

Move unfollow/revoke follow protocol to worker tasks

2 years agoUpdate main translation file after removing strings
Hypolite Petovan [Mon, 18 Oct 2021 00:27:30 +0000 (20:27 -0400)]
Update main translation file after removing strings

2 years agoMove follow revoke protocol to worker task
Hypolite Petovan [Sun, 17 Oct 2021 01:09:49 +0000 (21:09 -0400)]
Move follow revoke protocol to worker task

- Switch to public contact for revoke_follow hook

2 years agoMove unfollow protocol to worker task
Hypolite Petovan [Sun, 17 Oct 2021 01:24:34 +0000 (21:24 -0400)]
Move unfollow protocol to worker task

- Add uid parameter to unfollow hook
- Rework and unify Contact::unfollow, Contact::removeSharer and Contact::terminateFriendship
- Add missing twitterUser property to Twitter\Friendships\Destroy module

2 years agoRemove unused variable in Core\Worker::defer
Hypolite Petovan [Sun, 17 Oct 2021 01:07:31 +0000 (21:07 -0400)]
Remove unused variable in Core\Worker::defer

2 years agoReplace remaining instances of DBA::update('contact') with Contact::update()
Hypolite Petovan [Mon, 21 Feb 2022 15:16:38 +0000 (10:16 -0500)]
Replace remaining instances of DBA::update('contact') with Contact::update()

- This was breaking the synchronisation between the contact and user-contact tables

2 years agoMerge pull request #11279 from annando/show-bcc
Hypolite Petovan [Thu, 24 Feb 2022 13:13:35 +0000 (08:13 -0500)]
Merge pull request #11279 from annando/show-bcc

Display the BCC receiver when it is the local user

2 years agoMerge pull request #11280 from tobiasd/20220224-de
Michael Vogel [Thu, 24 Feb 2022 07:48:19 +0000 (08:48 +0100)]
Merge pull request #11280 from tobiasd/20220224-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Thu, 24 Feb 2022 07:20:40 +0000 (08:20 +0100)]
DE translation updates

2 years agoDisplay the BCC receiver when it is the local user
Michael [Thu, 24 Feb 2022 07:09:34 +0000 (07:09 +0000)]
Display the BCC receiver when it is the local user

2 years agoMerge pull request #11275 from MrPetovan/bug/11274-message-misdirected
Michael Vogel [Thu, 24 Feb 2022 04:16:54 +0000 (05:16 +0100)]
Merge pull request #11275 from MrPetovan/bug/11274-message-misdirected

Prevent tagsinput select element to be submitted without a value when they are required

2 years agoAdd required notify field to contacts in API test fixture
Hypolite Petovan [Tue, 22 Feb 2022 22:26:44 +0000 (17:26 -0500)]
Add required notify field to contacts in API test fixture

2 years agoEnsure the private message recipient is valid in Mail::send
Hypolite Petovan [Tue, 22 Feb 2022 15:44:30 +0000 (10:44 -0500)]
Ensure the private message recipient is valid in Mail::send

- Arbitrary input could be used to circumvent most restrictions regarding recipients (except contact relationship)

2 years agoPrevent tagsinput select element to be submitted without a value when they are required
Hypolite Petovan [Tue, 22 Feb 2022 15:09:54 +0000 (10:09 -0500)]
Prevent tagsinput select element to be submitted without a value when they are required

- This was allowing to submit private messages to the wrong recipient

2 years agoMerge pull request #11278 from annando/receiver-name
Hypolite Petovan [Wed, 23 Feb 2022 20:30:33 +0000 (15:30 -0500)]
Merge pull request #11278 from annando/receiver-name

Improve the name of the "followers" receiver

2 years agoImprove the name of the "followers" receiver
Michael [Wed, 23 Feb 2022 20:18:37 +0000 (20:18 +0000)]
Improve the name of the "followers" receiver

2 years agoMerge pull request #11277 from bkil/doc/troubleshooting-loadavg-acl-big-uploads
Hypolite Petovan [Wed, 23 Feb 2022 14:29:56 +0000 (09:29 -0500)]
Merge pull request #11277 from bkil/doc/troubleshooting-loadavg-acl-big-uploads

doc/Install.md: Troubleshooting: loadavg, filesystem ACL, big uploads

2 years agodoc/Install.md: fix typo within ACL section
bkil [Wed, 23 Feb 2022 14:20:15 +0000 (15:20 +0100)]
doc/Install.md: fix typo within ACL section

2 years agodoc/Install.md: Troubleshooting: loadavg, filesystem ACL, big uploads
bkil [Wed, 23 Feb 2022 14:05:24 +0000 (15:05 +0100)]
doc/Install.md: Troubleshooting: loadavg, filesystem ACL, big uploads

2 years agoMerge pull request #11267 from MrPetovan/task/11264-mastodon-api-version
Michael Vogel [Wed, 23 Feb 2022 04:38:25 +0000 (05:38 +0100)]
Merge pull request #11267 from MrPetovan/task/11264-mastodon-api-version

Update Mastodon API version string to include Mastodon version compatibility

2 years agoMerge pull request #11269 from tobiasd/20220221-de
Hypolite Petovan [Mon, 21 Feb 2022 05:43:15 +0000 (00:43 -0500)]
Merge pull request #11269 from tobiasd/20220221-de

DE translation updates

2 years agoMerge pull request #11268 from annando/comment-announce
Hypolite Petovan [Mon, 21 Feb 2022 05:42:54 +0000 (00:42 -0500)]
Merge pull request #11268 from annando/comment-announce

Display announces identical for starting posts and comments

2 years agoDE translation updates
Tobias Diekershoff [Mon, 21 Feb 2022 05:37:13 +0000 (06:37 +0100)]
DE translation updates

2 years agoDisplay announces identital for starting posts and comments
Michael [Mon, 21 Feb 2022 05:17:54 +0000 (05:17 +0000)]
Display announces identital for starting posts and comments

2 years agoUpdate Mastodon API version string to include Mastodon version compatibility
Hypolite Petovan [Sun, 20 Feb 2022 21:19:22 +0000 (16:19 -0500)]
Update Mastodon API version string to include Mastodon version compatibility

2 years agoAdd constructors to a couple of Mastodon API value objects
Hypolite Petovan [Sun, 20 Feb 2022 21:17:03 +0000 (16:17 -0500)]
Add constructors to a couple of Mastodon API value objects

2 years agoMerge pull request #11266 from annando/display-permissions
Hypolite Petovan [Sun, 20 Feb 2022 20:59:16 +0000 (15:59 -0500)]
Merge pull request #11266 from annando/display-permissions

Display the post receivers

2 years agoUpdated messages.po - again
Michael [Sun, 20 Feb 2022 20:50:50 +0000 (20:50 +0000)]
Updated messages.po - again

2 years agoUpdated messages.po
Michael [Sun, 20 Feb 2022 20:47:08 +0000 (20:47 +0000)]
Updated messages.po

2 years agoMerge remote-tracking branch 'upstream/develop' into display-permissions
Michael [Sun, 20 Feb 2022 20:45:32 +0000 (20:45 +0000)]
Merge remote-tracking branch 'upstream/develop' into display-permissions

2 years agoUpdated messages.po
Michael [Sun, 20 Feb 2022 19:29:48 +0000 (19:29 +0000)]
Updated messages.po

2 years agoDisplay the post receivers
Michael [Sun, 20 Feb 2022 19:25:55 +0000 (19:25 +0000)]
Display the post receivers

2 years agoMerge pull request #11260 from mkljczk/develop
Hypolite Petovan [Sun, 20 Feb 2022 14:45:25 +0000 (09:45 -0500)]
Merge pull request #11260 from mkljczk/develop

API: add list members editing

2 years agoApply suggestions
marcin mikołajczak [Sun, 20 Feb 2022 13:10:57 +0000 (14:10 +0100)]
Apply suggestions

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2 years agoMerge pull request #11263 from annando/smarty
Hypolite Petovan [Sun, 20 Feb 2022 09:06:25 +0000 (04:06 -0500)]
Merge pull request #11263 from annando/smarty

Fix for warnings in smarty templates

2 years agoMerge pull request #11262 from tobiasd/20220220-de
Philipp [Sun, 20 Feb 2022 08:02:09 +0000 (09:02 +0100)]
Merge pull request #11262 from tobiasd/20220220-de

DE translation updates

2 years agoFix for warnings in smarty templates
Michael [Sun, 20 Feb 2022 06:57:04 +0000 (06:57 +0000)]
Fix for warnings in smarty templates

2 years agoDE translation updates
Tobias Diekershoff [Sun, 20 Feb 2022 06:53:48 +0000 (07:53 +0100)]
DE translation updates

2 years agoMerge pull request #11261 from annando/notices
Tobias Diekershoff [Sun, 20 Feb 2022 06:23:53 +0000 (07:23 +0100)]
Merge pull request #11261 from annando/notices

Avoid warning and notice

2 years agoMerge pull request #11258 from MrPetovan/bug/11234-categories-profile
Michael Vogel [Sun, 20 Feb 2022 05:35:37 +0000 (06:35 +0100)]
Merge pull request #11258 from MrPetovan/bug/11234-categories-profile

Show only the user's categories on their profile

2 years agoAvoid warning and notice
Michael [Sun, 20 Feb 2022 05:14:36 +0000 (05:14 +0000)]
Avoid warning and notice

2 years agoAPI: add list members editing
marcin mikołajczak [Sat, 19 Feb 2022 22:16:21 +0000 (23:16 +0100)]
API: add list members editing

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2 years agoMerge pull request #11259 from annando/conversation-receivers
Hypolite Petovan [Sat, 19 Feb 2022 21:41:32 +0000 (16:41 -0500)]
Merge pull request #11259 from annando/conversation-receivers

Store the receivers of a post in the tags

2 years agoReverted change
Michael [Sat, 19 Feb 2022 20:32:19 +0000 (20:32 +0000)]
Reverted change

2 years agoSImplify code
Michael [Sat, 19 Feb 2022 19:45:27 +0000 (19:45 +0000)]
SImplify code

2 years agoUpdated messages.po
Michael [Sat, 19 Feb 2022 13:55:17 +0000 (13:55 +0000)]
Updated messages.po

2 years agoMerge remote-tracking branch 'upstream/develop' into conversation-receivers
Michael [Sat, 19 Feb 2022 13:52:45 +0000 (13:52 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-receivers

2 years agoStore the receivers of a post in the tags
Michael [Sat, 19 Feb 2022 13:31:49 +0000 (13:31 +0000)]
Store the receivers of a post in the tags

2 years agoMerge pull request #11256 from MrPetovan/bug/notices
Tobias Diekershoff [Sat, 19 Feb 2022 06:44:17 +0000 (07:44 +0100)]
Merge pull request #11256 from MrPetovan/bug/notices

Check for array content before querying keys in Worker\Notifier

2 years agoMerge pull request #11257 from MrPetovan/bug/11212-smarty-4-php8
Tobias Diekershoff [Sat, 19 Feb 2022 06:38:28 +0000 (07:38 +0100)]
Merge pull request #11257 from MrPetovan/bug/11212-smarty-4-php8

Switch to Smarty 4

2 years agoShow only the user's categories on their profile
Hypolite Petovan [Sat, 19 Feb 2022 04:58:23 +0000 (23:58 -0500)]
Show only the user's categories on their profile

2 years agoPrevent warnings on undefined Smarty template variables
Hypolite Petovan [Sat, 19 Feb 2022 03:44:11 +0000 (22:44 -0500)]
Prevent warnings on undefined Smarty template variables

2 years ago[Composer] Update smarty/smarty version mask to ^4
Hypolite Petovan [Sat, 19 Feb 2022 03:43:45 +0000 (22:43 -0500)]
[Composer] Update smarty/smarty version mask to ^4

2 years agoCheck for array content before querying keys in Worker\Notifier
Hypolite Petovan [Sat, 19 Feb 2022 01:25:18 +0000 (20:25 -0500)]
Check for array content before querying keys in Worker\Notifier

- Address https://github.com/friendica/friendica/issues/11218#issuecomment-1045137358

2 years agoMerge pull request #11253 from annando/forum3
Hypolite Petovan [Fri, 18 Feb 2022 17:19:57 +0000 (12:19 -0500)]
Merge pull request #11253 from annando/forum3

More rework to make private communities working

2 years agoMerge pull request #11249 from MrPetovan/bug/11248-getinfofromurl-cache-key
Michael Vogel [Fri, 18 Feb 2022 16:53:20 +0000 (17:53 +0100)]
Merge pull request #11249 from MrPetovan/bug/11248-getinfofromurl-cache-key

Hash the URL before using it as cache key in Util\Images::getInfoFromURLCached

2 years agoMerge pull request #11255 from MrPetovan/task/11245-thread-completion-like
Tobias Diekershoff [Fri, 18 Feb 2022 16:09:42 +0000 (17:09 +0100)]
Merge pull request #11255 from MrPetovan/task/11245-thread-completion-like

Relax comparison with pconfig system.accept_only_sharer value

2 years agoRelax comparison with pconfig system.accept_only_sharer value
Hypolite Petovan [Fri, 18 Feb 2022 14:32:30 +0000 (09:32 -0500)]
Relax comparison with pconfig system.accept_only_sharer value

- DI::pConfig()->get returns a string value, not an integer
- Removed superfluous default values now that we aren't doing strict type checking

2 years agoHash the URL before using it as cache key in Util\Images::getInfoFromURLCached
Hypolite Petovan [Tue, 15 Feb 2022 21:10:15 +0000 (16:10 -0500)]
Hash the URL before using it as cache key in Util\Images::getInfoFromURLCached

- This prevents oversized URL from stunting the database cache

2 years agoAdd the mentions
Michael [Fri, 18 Feb 2022 09:12:33 +0000 (09:12 +0000)]
Add the mentions

2 years agotests
Michael [Fri, 18 Feb 2022 06:12:02 +0000 (06:12 +0000)]
tests

2 years agoTests again
Michael [Fri, 18 Feb 2022 05:56:17 +0000 (05:56 +0000)]
Tests again

2 years agoAvoid failed test
Michael [Fri, 18 Feb 2022 05:34:18 +0000 (05:34 +0000)]
Avoid failed  test

2 years agoImprove look of reshared items on the forum profile
Michael [Thu, 17 Feb 2022 23:06:57 +0000 (23:06 +0000)]
Improve look of reshared items on the forum profile

2 years agoUser lower case
Michael [Thu, 17 Feb 2022 21:51:47 +0000 (21:51 +0000)]
User lower case

2 years agoRrepeat comments as well
Michael [Thu, 17 Feb 2022 21:44:59 +0000 (21:44 +0000)]
Rrepeat comments as well

2 years agoRenamed function
Michael [Thu, 17 Feb 2022 07:53:24 +0000 (07:53 +0000)]
Renamed function

2 years agoMerge remote-tracking branch 'upstream/develop' into forum3
Michael [Thu, 17 Feb 2022 07:11:50 +0000 (07:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into forum3

2 years agoMerge pull request #11246 from MrPetovan/task/11245-thread-completion-like
Michael Vogel [Thu, 17 Feb 2022 07:02:19 +0000 (08:02 +0100)]
Merge pull request #11246 from MrPetovan/task/11245-thread-completion-like

Expand system.accept_only_sharer pconfig value to include previous behavior with likes

2 years agoUpdated messages.po
Michael [Wed, 16 Feb 2022 23:07:09 +0000 (23:07 +0000)]
Updated messages.po

2 years agoMore rework to make private communities working
Michael [Wed, 16 Feb 2022 22:56:55 +0000 (22:56 +0000)]
More rework to make private communities working

2 years agoMerge pull request #11252 from tobiasd/20220216-changelog
Michael Vogel [Wed, 16 Feb 2022 08:32:34 +0000 (09:32 +0100)]
Merge pull request #11252 from tobiasd/20220216-changelog

Note about breaking changes in private forums

2 years agoNote about breaking changes in private forums
Tobias Diekershoff [Wed, 16 Feb 2022 06:43:02 +0000 (07:43 +0100)]
Note about breaking changes in private forums

This adds a note/reminder to the CHANGELOG file about the breaking changes introduced in this version regarding the _private forums_.

2 years agoMerge pull request #11251 from annando/forum2
Hypolite Petovan [Wed, 16 Feb 2022 01:16:07 +0000 (20:16 -0500)]
Merge pull request #11251 from annando/forum2

Fix for private communities

2 years agoMerge pull request #11250 from nupplaphil/bug/redis_pw
Hypolite Petovan [Wed, 16 Feb 2022 01:15:06 +0000 (20:15 -0500)]
Merge pull request #11250 from nupplaphil/bug/redis_pw

Don't use empty values for redis password and port

2 years agoMerge pull request #11247 from MrPetovan/bug/notices
Michael Vogel [Wed, 16 Feb 2022 00:06:23 +0000 (01:06 +0100)]
Merge pull request #11247 from MrPetovan/bug/notices

Check the existence of the `uid` field before accessing it in Module\Photo

2 years agoFix for private communities
Michael [Tue, 15 Feb 2022 23:51:13 +0000 (23:51 +0000)]
Fix for private communities

2 years agoadapt test
Philipp [Tue, 15 Feb 2022 22:17:40 +0000 (23:17 +0100)]
adapt test

2 years agoConfig Console Show 'NULL' for null-values
Philipp [Tue, 15 Feb 2022 22:10:41 +0000 (23:10 +0100)]
Config Console Show 'NULL' for null-values

2 years agoDon't use empty, but not null values for redis password and port
Philipp [Tue, 15 Feb 2022 22:04:43 +0000 (23:04 +0100)]
Don't use empty, but not null values for redis password and port

2 years agoCheck the existence of the `uid` field before accessing it in Module\Photo
Hypolite Petovan [Tue, 15 Feb 2022 20:59:35 +0000 (15:59 -0500)]
Check the existence of the `uid` field before accessing it in Module\Photo

- Address https://github.com/friendica/friendica/issues/11218#issuecomment-1039512291

2 years agoUpdated main translation file after changing several strings
Hypolite Petovan [Tue, 15 Feb 2022 20:54:12 +0000 (15:54 -0500)]
Updated main translation file after changing several strings

2 years agoExpand system.accept_only_sharer pconfig value to include previous behavior with...
Hypolite Petovan [Tue, 15 Feb 2022 20:40:18 +0000 (15:40 -0500)]
Expand system.accept_only_sharer pconfig value to include previous behavior with likes

2 years agoMerge pull request #11242 from annando/private-forums
Hypolite Petovan [Tue, 15 Feb 2022 17:06:34 +0000 (12:06 -0500)]
Merge pull request #11242 from annando/private-forums

Private forums are now working via AP

2 years agoDatabase version increased, code simplified
Michael [Tue, 15 Feb 2022 15:44:44 +0000 (15:44 +0000)]
Database version increased, code simplified

2 years agoMerge pull request #11244 from MrPetovan/bug/11232-post-media-order
Michael Vogel [Tue, 15 Feb 2022 15:38:36 +0000 (16:38 +0100)]
Merge pull request #11244 from MrPetovan/bug/11232-post-media-order

Use expected order for post medias

2 years agoMerge pull request #11241 from annando/timing
Hypolite Petovan [Tue, 15 Feb 2022 15:20:04 +0000 (10:20 -0500)]
Merge pull request #11241 from annando/timing

Workaround for timing problems / Avoid a notice in the scheduled posts

2 years agoUse expected order for post medias
Hypolite Petovan [Tue, 15 Feb 2022 14:53:24 +0000 (09:53 -0500)]
Use expected order for post medias

- This fixes the wrong display order of post pictures

2 years agoBlock communication with Diaspora for communities
Michael [Tue, 15 Feb 2022 07:08:02 +0000 (07:08 +0000)]
Block communication with Diaspora for communities

2 years agounset several table fields before distribution
Michael [Tue, 15 Feb 2022 06:21:46 +0000 (06:21 +0000)]
unset several table fields before distribution

2 years agoImprove local forum distribution
Michael [Mon, 14 Feb 2022 22:04:33 +0000 (22:04 +0000)]
Improve local forum distribution

2 years agoFetch the user id when not provided
Michael [Sun, 13 Feb 2022 16:42:43 +0000 (16:42 +0000)]
Fetch the user id when not provided

2 years agoMerge remote-tracking branch 'upstream/develop' into private-forums
Michael [Sun, 13 Feb 2022 07:03:20 +0000 (07:03 +0000)]
Merge remote-tracking branch 'upstream/develop' into private-forums

2 years agoMerge pull request #11240 from annando/thread-completion
Tobias Diekershoff [Sun, 13 Feb 2022 06:51:55 +0000 (07:51 +0100)]
Merge pull request #11240 from annando/thread-completion

Avoid thread completion on activities

2 years agoMerge pull request #11239 from annando/simplify-avatar
Tobias Diekershoff [Sun, 13 Feb 2022 06:45:30 +0000 (07:45 +0100)]
Merge pull request #11239 from annando/simplify-avatar

Simplify author contact fetching

2 years agoNo notifcations for forum / fetch user for fetching content
Michael [Sun, 13 Feb 2022 05:45:06 +0000 (05:45 +0000)]
No notifcations for forum / fetch user for fetching content

2 years agoPrivate forums are now working via ActivityPub
Michael [Sat, 12 Feb 2022 18:38:36 +0000 (18:38 +0000)]
Private forums are now working via ActivityPub

2 years agoWorkaround for timing problems / Avoid a notice in the scheduled posts
Michael Vogel [Sat, 12 Feb 2022 17:27:58 +0000 (18:27 +0100)]
Workaround for timing problems / Avoid a notice in the scheduled posts

2 years agoAvoid thread completion on activities
Michael [Sat, 12 Feb 2022 13:05:56 +0000 (13:05 +0000)]
Avoid thread completion on activities

2 years agoSimplify author contact fetching
Michael [Sat, 12 Feb 2022 10:46:17 +0000 (10:46 +0000)]
Simplify author contact fetching