]>
git.mxchange.org Git - friendica.git/log
Michael [Sun, 6 Mar 2022 11:49:55 +0000 (11:49 +0000)]
Improved support for Mastodon style content warnings
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
Michael [Sat, 5 Mar 2022 06:14:30 +0000 (06:14 +0000)]
API: Support for the "direct" 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
Michael [Fri, 4 Mar 2022 05:50:33 +0000 (05:50 +0000)]
API: We can now post to groups via the Mastodon endpoint
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
Michael [Wed, 2 Mar 2022 17:17:07 +0000 (17:17 +0000)]
Fix test / Use new expandTags function
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
Michael [Wed, 2 Mar 2022 06:59:07 +0000 (06:59 +0000)]
API: Forum mentions are now working
Tobias Diekershoff [Wed, 2 Mar 2022 06:07:13 +0000 (07:07 +0100)]
HU translation updated THX Balázs Úr
Michael [Wed, 2 Mar 2022 05:05:49 +0000 (05:05 +0000)]
API: Only display active incoming contact requests
Hypolite Petovan [Mon, 28 Feb 2022 21:12:24 +0000 (16:12 -0500)]
Merge pull request #11286 from annando/api-fixes
API: Fix display of reshares / return value of activities
Michael [Mon, 28 Feb 2022 20:10:42 +0000 (20:10 +0000)]
API: Fix display of reshares / return value of activities
Philipp [Sun, 27 Feb 2022 07:58:13 +0000 (08:58 +0100)]
Merge pull request #11283 from tobiasd/
20220227-credits
regen CREDITS
Tobias Diekershoff [Sun, 27 Feb 2022 07:41:30 +0000 (08:41 +0100)]
regen CREDITS
Hypolite Petovan [Fri, 25 Feb 2022 21:11:18 +0000 (16:11 -0500)]
Merge pull request #11282 from annando/api-fix
API: several fixes to the Twitter/Statusnet API
Michael [Fri, 25 Feb 2022 21:08:37 +0000 (21:08 +0000)]
Updated changelog
Michael [Fri, 25 Feb 2022 21:03:16 +0000 (21:03 +0000)]
Fix test?
Michael [Fri, 25 Feb 2022 19:27:25 +0000 (19:27 +0000)]
Fix missing field
Michael [Fri, 25 Feb 2022 19:16:40 +0000 (19:16 +0000)]
API: several fixes to the Twitter/Statusnet API
Hypolite Petovan [Fri, 25 Feb 2022 15:36:43 +0000 (10:36 -0500)]
Merge pull request #11265 from k-alin/6606-k-alin-mysql-unix-socket
Enable MySQL unix socket connection
k-alin [Fri, 25 Feb 2022 15:15:54 +0000 (16:15 +0100)]
XMerge branch '6606-k-alin-mysql-unix-socket' of github.com:k-alin/friendica into 6606-k-alin-mysql-unix-socket
k-alin [Fri, 25 Feb 2022 15:15:19 +0000 (16:15 +0100)]
add socket to default settings in defaults.config.php
k-alin [Fri, 25 Feb 2022 15:09:54 +0000 (16:09 +0100)]
Update src/Database/Database.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
k-alin [Fri, 25 Feb 2022 14:01:02 +0000 (15:01 +0100)]
add socket to database settings in the autoinstaller
k-alin [Fri, 25 Feb 2022 11:57:16 +0000 (12:57 +0100)]
add socket to env settings
k-alin [Fri, 25 Feb 2022 11:09:54 +0000 (12:09 +0100)]
Update src/Database/Database.php
Correct indent
Co-authored-by: Philipp <admin+Github@philipp.info>
k-alin [Fri, 25 Feb 2022 11:09:30 +0000 (12:09 +0100)]
Update src/Database/Database.php
Correct indent
Co-authored-by: Philipp <admin+Github@philipp.info>
k-alin [Fri, 25 Feb 2022 11:09:12 +0000 (12:09 +0100)]
Update src/Database/Database.php
Correct indent
Co-authored-by: Philipp <admin+Github@philipp.info>
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
Hypolite Petovan [Mon, 18 Oct 2021 00:27:30 +0000 (20:27 -0400)]
Update main translation file after removing strings
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
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
Hypolite Petovan [Sun, 17 Oct 2021 01:07:31 +0000 (21:07 -0400)]
Remove unused variable in Core\Worker::defer
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
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
Michael Vogel [Thu, 24 Feb 2022 07:48:19 +0000 (08:48 +0100)]
Merge pull request #11280 from tobiasd/
20220224-de
DE translation updates
Tobias Diekershoff [Thu, 24 Feb 2022 07:20:40 +0000 (08:20 +0100)]
DE translation updates
Michael [Thu, 24 Feb 2022 07:09:34 +0000 (07:09 +0000)]
Display the BCC receiver when it is the local user
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
Hypolite Petovan [Tue, 22 Feb 2022 22:26:44 +0000 (17:26 -0500)]
Add required notify field to contacts in API test fixture
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)
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
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
Michael [Wed, 23 Feb 2022 20:18:37 +0000 (20:18 +0000)]
Improve the name of the "followers" receiver
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
bkil [Wed, 23 Feb 2022 14:20:15 +0000 (15:20 +0100)]
doc/Install.md: fix typo within ACL section
bkil [Wed, 23 Feb 2022 14:05:24 +0000 (15:05 +0100)]
doc/Install.md: Troubleshooting: loadavg, filesystem ACL, big uploads
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
Hypolite Petovan [Mon, 21 Feb 2022 05:43:15 +0000 (00:43 -0500)]
Merge pull request #11269 from tobiasd/
20220221-de
DE translation updates
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
Tobias Diekershoff [Mon, 21 Feb 2022 05:37:13 +0000 (06:37 +0100)]
DE translation updates
Michael [Mon, 21 Feb 2022 05:17:54 +0000 (05:17 +0000)]
Display announces identital for starting posts and comments
Hypolite Petovan [Sun, 20 Feb 2022 21:19:22 +0000 (16:19 -0500)]
Update Mastodon API version string to include Mastodon version compatibility
Hypolite Petovan [Sun, 20 Feb 2022 21:17:03 +0000 (16:17 -0500)]
Add constructors to a couple of Mastodon API value objects
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
Michael [Sun, 20 Feb 2022 20:50:50 +0000 (20:50 +0000)]
Updated messages.po - again
Michael [Sun, 20 Feb 2022 20:47:08 +0000 (20:47 +0000)]
Updated messages.po
Michael [Sun, 20 Feb 2022 20:45:32 +0000 (20:45 +0000)]
Merge remote-tracking branch 'upstream/develop' into display-permissions
Michael [Sun, 20 Feb 2022 19:29:48 +0000 (19:29 +0000)]
Updated messages.po
Michael [Sun, 20 Feb 2022 19:25:55 +0000 (19:25 +0000)]
Display the post receivers
k-alin [Sun, 20 Feb 2022 16:45:51 +0000 (17:45 +0100)]
mysql connection via socket if location of mysqld.sock was specified
k-alin [Sun, 20 Feb 2022 16:27:03 +0000 (17:27 +0100)]
Merge branch 'friendica:develop' into 6606-k-alin-mysql-unix-socket
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
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>
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
Philipp [Sun, 20 Feb 2022 08:02:09 +0000 (09:02 +0100)]
Merge pull request #11262 from tobiasd/
20220220-de
DE translation updates
Michael [Sun, 20 Feb 2022 06:57:04 +0000 (06:57 +0000)]
Fix for warnings in smarty templates
Tobias Diekershoff [Sun, 20 Feb 2022 06:53:48 +0000 (07:53 +0100)]
DE translation updates
Tobias Diekershoff [Sun, 20 Feb 2022 06:23:53 +0000 (07:23 +0100)]
Merge pull request #11261 from annando/notices
Avoid warning and notice
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
Michael [Sun, 20 Feb 2022 05:14:36 +0000 (05:14 +0000)]
Avoid warning and notice
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>
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
Michael [Sat, 19 Feb 2022 20:32:19 +0000 (20:32 +0000)]
Reverted change
Michael [Sat, 19 Feb 2022 19:45:27 +0000 (19:45 +0000)]
SImplify code
Michael [Sat, 19 Feb 2022 13:55:17 +0000 (13:55 +0000)]
Updated messages.po
Michael [Sat, 19 Feb 2022 13:52:45 +0000 (13:52 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-receivers
Michael [Sat, 19 Feb 2022 13:31:49 +0000 (13:31 +0000)]
Store the receivers of a post in the tags
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
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
Hypolite Petovan [Sat, 19 Feb 2022 04:58:23 +0000 (23:58 -0500)]
Show only the user's categories on their profile
Hypolite Petovan [Sat, 19 Feb 2022 03:44:11 +0000 (22:44 -0500)]
Prevent warnings on undefined Smarty template variables
Hypolite Petovan [Sat, 19 Feb 2022 03:43:45 +0000 (22:43 -0500)]
[Composer] Update smarty/smarty version mask to ^4
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
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
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
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
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
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
Michael [Fri, 18 Feb 2022 09:12:33 +0000 (09:12 +0000)]
Add the mentions
Michael [Fri, 18 Feb 2022 06:12:02 +0000 (06:12 +0000)]
tests
Michael [Fri, 18 Feb 2022 05:56:17 +0000 (05:56 +0000)]
Tests again
Michael [Fri, 18 Feb 2022 05:34:18 +0000 (05:34 +0000)]
Avoid failed test
Michael [Thu, 17 Feb 2022 23:06:57 +0000 (23:06 +0000)]
Improve look of reshared items on the forum profile
Michael [Thu, 17 Feb 2022 21:51:47 +0000 (21:51 +0000)]
User lower case
Michael [Thu, 17 Feb 2022 21:44:59 +0000 (21:44 +0000)]
Rrepeat comments as well
Michael [Thu, 17 Feb 2022 07:53:24 +0000 (07:53 +0000)]
Renamed function
Michael [Thu, 17 Feb 2022 07:11:50 +0000 (07:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into forum3
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