]> git.mxchange.org Git - friendica.git/log
friendica.git
16 months agoRemove reference to remove field in event table
Hypolite Petovan [Mon, 20 Feb 2023 13:26:23 +0000 (08:26 -0500)]
Remove reference to remove field in event table

- Address https://anonsys.net/display/bf69967c-1663-f368-5a52-cdd110992529

16 months agoMerge pull request #12816 from annando/view
Hypolite Petovan [Mon, 20 Feb 2023 12:54:29 +0000 (07:54 -0500)]
Merge pull request #12816 from annando/view

Config option to process the "view" activity

16 months agoFix the spelling of some verbs
Michael [Mon, 20 Feb 2023 08:54:27 +0000 (08:54 +0000)]
Fix the spelling of some verbs

16 months agoConfig option to process the "view" activity
Michael [Mon, 20 Feb 2023 06:41:28 +0000 (06:41 +0000)]
Config option to process the "view" activity

16 months agoMerge pull request #12812 from annando/emoji-activities
Tobias Diekershoff [Sat, 18 Feb 2023 07:34:16 +0000 (08:34 +0100)]
Merge pull request #12812 from annando/emoji-activities

Activities are now displayed as Emojis

16 months agoActivities are now displayed as Emojis
Michael [Sat, 18 Feb 2023 06:56:03 +0000 (06:56 +0000)]
Activities are now displayed as Emojis

16 months agoMerge pull request #12806 from annando/loglevels
Hypolite Petovan [Fri, 17 Feb 2023 23:19:03 +0000 (18:19 -0500)]
Merge pull request #12806 from annando/loglevels

Some loglevels are adjusted to more reasonable levels

16 months agoMerge pull request #12799 from HankG/fix-mastodon-friend-requests-ids
Hypolite Petovan [Fri, 17 Feb 2023 23:09:26 +0000 (18:09 -0500)]
Merge pull request #12799 from HankG/fix-mastodon-friend-requests-ids

Change FollowRequest to return the user ID so is compatible with POST endpoint

16 months agoMerge pull request #12801 from HankG/fix-mastodon-api-search
Michael Vogel [Fri, 17 Feb 2023 17:56:08 +0000 (18:56 +0100)]
Merge pull request #12801 from HankG/fix-mastodon-api-search

Fix mastodon api search

16 months agoRemove FollowRequest type and use mstdnAccount->createFromContactId instead
Hank Grabowski [Fri, 17 Feb 2023 16:09:16 +0000 (11:09 -0500)]
Remove FollowRequest type and use mstdnAccount->createFromContactId instead

16 months agoAllow @-symbols in Mastodon status searches under all conditions
Hank Grabowski [Fri, 17 Feb 2023 15:49:32 +0000 (10:49 -0500)]
Allow @-symbols in Mastodon status searches under all conditions

16 months agoSome loglevels are adjusted to more reasonablöe levels
Michael [Thu, 16 Feb 2023 20:47:37 +0000 (20:47 +0000)]
Some loglevels are adjusted to more reasonablöe levels

16 months agoCleanup unused imports, excessive line length in Mastodon FollowRequest factory
Hank Grabowski [Wed, 15 Feb 2023 20:43:57 +0000 (15:43 -0500)]
Cleanup unused imports, excessive line length in Mastodon FollowRequest factory

16 months agoDelete unused Mastodon FollowRequest object (can just use Account now)
Hank Grabowski [Wed, 15 Feb 2023 20:43:17 +0000 (15:43 -0500)]
Delete unused Mastodon FollowRequest object (can just use Account now)

16 months agoChange FollowRequest return type to be Account
Hank Grabowski [Wed, 15 Feb 2023 20:40:10 +0000 (15:40 -0500)]
Change FollowRequest return type to be Account

16 months agoFix style error
Hank Grabowski [Wed, 15 Feb 2023 20:13:30 +0000 (15:13 -0500)]
Fix style error

16 months agoAllows @ in query on statuses when resolving since Mastodon links have it
Hank Grabowski [Wed, 15 Feb 2023 20:12:58 +0000 (15:12 -0500)]
Allows @ in query on statuses when resolving since Mastodon links have it

16 months agoChange FollowRequest to return the user ID so is compatible with POST endpoint
Hank Grabowski [Wed, 15 Feb 2023 17:30:49 +0000 (12:30 -0500)]
Change FollowRequest to return the user ID so is compatible with POST endpoint

16 months agoMerge pull request #12797 from annando/emoji-react
Philipp [Wed, 15 Feb 2023 08:12:28 +0000 (09:12 +0100)]
Merge pull request #12797 from annando/emoji-react

We can now store emoji reactions from Misskey

16 months agoWe can now store emoji reactions from Misskey
Michael [Wed, 15 Feb 2023 05:13:40 +0000 (05:13 +0000)]
We can now store emoji reactions from Misskey

16 months agoMerge pull request #12796 from annando/fatal
Philipp [Tue, 14 Feb 2023 21:28:01 +0000 (22:28 +0100)]
Merge pull request #12796 from annando/fatal

Fix fatal error because of an invalid url

16 months agoMerge pull request #12795 from annando/caps
Philipp [Tue, 14 Feb 2023 21:27:12 +0000 (22:27 +0100)]
Merge pull request #12795 from annando/caps

Fix case

16 months agoFix fatal error because of an invalid url
Michael [Tue, 14 Feb 2023 21:19:47 +0000 (21:19 +0000)]
Fix fatal error because of an invalid url

16 months agoFix caps
Michael [Tue, 14 Feb 2023 20:52:33 +0000 (20:52 +0000)]
Fix caps

16 months agoMerge pull request #12786 from annando/c2s-post
Hypolite Petovan [Tue, 14 Feb 2023 20:49:25 +0000 (15:49 -0500)]
Merge pull request #12786 from annando/c2s-post

C2S: Posting is now possible

16 months agoFix variable name
Michael [Tue, 14 Feb 2023 20:43:54 +0000 (20:43 +0000)]
Fix variable name

16 months agoMerge pull request #12791 from HankG/mastodon-notifications-api-fixes
Michael Vogel [Tue, 14 Feb 2023 00:02:28 +0000 (01:02 +0100)]
Merge pull request #12791 from HankG/mastodon-notifications-api-fixes

Mastodon notifications api fixes

16 months agoSome more standards
Michael [Mon, 13 Feb 2023 23:57:39 +0000 (23:57 +0000)]
Some more standards

16 months agoFix more standards
Michael [Mon, 13 Feb 2023 23:53:43 +0000 (23:53 +0000)]
Fix more standards

16 months agoSoem more C2S stuff moved
Michael [Mon, 13 Feb 2023 23:49:08 +0000 (23:49 +0000)]
Soem more C2S stuff moved

16 months agoMerge remote-tracking branch 'upstream/develop' into c2s-post
Michael [Mon, 13 Feb 2023 23:37:40 +0000 (23:37 +0000)]
Merge remote-tracking branch 'upstream/develop' into c2s-post

16 months agoApply suggestions from code review
Michael Vogel [Mon, 13 Feb 2023 23:34:47 +0000 (00:34 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
16 months agoAutomatic PHPCBF style fix
Hank Grabowski [Mon, 13 Feb 2023 22:27:06 +0000 (17:27 -0500)]
Automatic PHPCBF style fix

16 months agoAdd unsupported Friendica notification types to built query
Hank Grabowski [Mon, 13 Feb 2023 22:26:24 +0000 (17:26 -0500)]
Add unsupported Friendica notification types to built query

16 months agoMerge pull request #12789 from nupplaphil/bug/flasky_test
Hypolite Petovan [Mon, 13 Feb 2023 22:06:26 +0000 (17:06 -0500)]
Merge pull request #12789 from nupplaphil/bug/flasky_test

[tests] Fix flaky tests

16 months agoNew class for c2s activities
Michael [Mon, 13 Feb 2023 21:27:11 +0000 (21:27 +0000)]
New class for c2s activities

16 months agoRemove extraneous, unused, non-standard 'count' parameter from request list
Hank Grabowski [Mon, 13 Feb 2023 20:13:17 +0000 (15:13 -0500)]
Remove extraneous, unused, non-standard 'count' parameter from request list
  - artifact of when I was playing around with the endpoint that somehow
    didn't get deleted when I did the ultimate commit.

16 months agorevert api.fixture.php change
Philipp [Mon, 13 Feb 2023 20:02:48 +0000 (21:02 +0100)]
revert api.fixture.php change

16 months agocode review
Philipp [Mon, 13 Feb 2023 19:56:19 +0000 (20:56 +0100)]
code review

16 months agoRestructure tests
Philipp [Mon, 13 Feb 2023 19:52:24 +0000 (20:52 +0100)]
Restructure tests
- Avoid database leftovers

16 months agoMerge remote-tracking branch 'upstream/develop' into c2s-post
Michael [Mon, 13 Feb 2023 19:20:18 +0000 (19:20 +0000)]
Merge remote-tracking branch 'upstream/develop' into c2s-post

16 months agoRemove flasky testpart
Philipp [Mon, 13 Feb 2023 18:24:01 +0000 (19:24 +0100)]
Remove flasky testpart

16 months agoSplit C2S activity
Michael [Mon, 13 Feb 2023 15:32:14 +0000 (15:32 +0000)]
Split C2S activity

16 months agoMerge pull request #12772 from nupplaphil/feat/config_hybrid
Hypolite Petovan [Mon, 13 Feb 2023 13:16:29 +0000 (08:16 -0500)]
Merge pull request #12772 from nupplaphil/feat/config_hybrid

Revert node.config.php into Config table

16 months agoAdded documentation
Michael [Mon, 13 Feb 2023 11:57:02 +0000 (11:57 +0000)]
Added documentation

16 months agoFix logic
Philipp [Mon, 13 Feb 2023 10:34:32 +0000 (11:34 +0100)]
Fix logic

16 months agoremove unnecessary comments
Philipp [Mon, 13 Feb 2023 10:32:10 +0000 (11:32 +0100)]
remove unnecessary comments

16 months agopassing the return value
Michael [Mon, 13 Feb 2023 06:27:45 +0000 (06:27 +0000)]
passing the return value

16 months agoAdd docs
Philipp [Sun, 12 Feb 2023 22:54:11 +0000 (23:54 +0100)]
Add docs

16 months agoadd license header ;)
Philipp [Sun, 12 Feb 2023 16:09:06 +0000 (17:09 +0100)]
add license header ;)

16 months agomanually check and create the Config table before running the update
Philipp [Sun, 12 Feb 2023 15:44:56 +0000 (16:44 +0100)]
manually check and create the Config table before running the update

16 months agodon't try to use the Config table if it doesn't exist
Philipp [Sun, 12 Feb 2023 15:23:51 +0000 (16:23 +0100)]
don't try to use the Config table if it doesn't exist

16 months agoremove maybeSerialize (always serialize)
Philipp [Sun, 12 Feb 2023 14:48:41 +0000 (15:48 +0100)]
remove maybeSerialize (always serialize)

16 months agoanother phpunit optimiziation ..
Philipp [Sun, 12 Feb 2023 14:41:25 +0000 (15:41 +0100)]
another phpunit optimiziation ..

16 months agoC2S: Posting is now possible
Michael [Sun, 12 Feb 2023 14:18:03 +0000 (14:18 +0000)]
C2S: Posting is now possible

16 months agoOptimize phpunit
Philipp [Sun, 12 Feb 2023 13:57:55 +0000 (14:57 +0100)]
Optimize phpunit

16 months agouse own local.config.php for CI
Philipp [Sun, 12 Feb 2023 13:38:43 +0000 (14:38 +0100)]
use own local.config.php for CI

16 months agoUpdate messages.po
Philipp [Sun, 12 Feb 2023 12:38:10 +0000 (13:38 +0100)]
Update messages.po

16 months agoadapt update script
Philipp [Sun, 12 Feb 2023 12:38:02 +0000 (13:38 +0100)]
adapt update script

16 months agoFix dba cache
Philipp [Sun, 12 Feb 2023 12:23:39 +0000 (13:23 +0100)]
Fix dba cache

16 months agoadhere php-cs
Philipp [Sun, 12 Feb 2023 12:17:55 +0000 (13:17 +0100)]
adhere php-cs

16 months agoFix and adapt tests
Philipp [Sun, 12 Feb 2023 12:09:14 +0000 (13:09 +0100)]
Fix and adapt tests

16 months agoFix and adapt tests
Philipp [Sun, 12 Feb 2023 12:09:05 +0000 (13:09 +0100)]
Fix and adapt tests

16 months agosuppress E_WARNING at tests with vfs://
Philipp [Sun, 12 Feb 2023 10:41:20 +0000 (11:41 +0100)]
suppress E_WARNING at tests with vfs://

16 months agoadd license
Philipp [Fri, 10 Feb 2023 13:54:17 +0000 (14:54 +0100)]
add license

16 months agoMerge pull request #12784 from annando/redirect-root
Hypolite Petovan [Fri, 10 Feb 2023 13:10:36 +0000 (08:10 -0500)]
Merge pull request #12784 from annando/redirect-root

Redirect AP requests to the root to the system actor

16 months agoRevert node.config.php into Config table
Philipp [Sat, 4 Feb 2023 23:15:01 +0000 (00:15 +0100)]
Revert node.config.php into Config table

16 months agoRe-Add Config table
Philipp [Sat, 4 Feb 2023 19:52:24 +0000 (20:52 +0100)]
Re-Add Config table

16 months agoAdd exception if lock wasn't successful
Philipp [Sat, 4 Feb 2023 19:03:44 +0000 (20:03 +0100)]
Add exception if lock wasn't successful

16 months agoRedirect AP requests to the root to the system actor
Michael [Fri, 10 Feb 2023 10:29:35 +0000 (10:29 +0000)]
Redirect AP requests to the root to the system actor

16 months agoMerge pull request #12782 from annando/c2s-2
Hypolite Petovan [Wed, 8 Feb 2023 20:30:00 +0000 (15:30 -0500)]
Merge pull request #12782 from annando/c2s-2

C2S: Improve C2S-API, fix inbox endpoint

16 months agoC2S: Improve C2S-API, fix inbox endpoint
Michael [Wed, 8 Feb 2023 20:16:19 +0000 (20:16 +0000)]
C2S: Improve C2S-API, fix inbox endpoint

16 months agoMerge pull request #12774 from MrPetovan/bug/albumname-xss
Philipp [Wed, 8 Feb 2023 14:56:36 +0000 (15:56 +0100)]
Merge pull request #12774 from MrPetovan/bug/albumname-xss

[frio] Fix XSS vulneralibity in Justified-Gallery Javascript dependency

16 months agoMerge pull request #12781 from MrPetovan/bug/12779-security-txt
Michael Vogel [Wed, 8 Feb 2023 14:25:10 +0000 (15:25 +0100)]
Merge pull request #12781 from MrPetovan/bug/12779-security-txt

Switch date format to RFC 3339 in security.txt

16 months agoSwitch date format to RFC 3339 in security.txt
Hypolite Petovan [Wed, 8 Feb 2023 13:35:06 +0000 (08:35 -0500)]
Switch date format to RFC 3339 in security.txt

16 months ago[frio] Fix XSS vulneralibity in Justified-Gallery Javascript dependency
Hypolite Petovan [Sun, 5 Feb 2023 02:03:41 +0000 (21:03 -0500)]
[frio] Fix XSS vulneralibity in Justified-Gallery Javascript dependency

16 months agoMerge pull request #12778 from annando/issue-12764
Hypolite Petovan [Tue, 7 Feb 2023 15:15:00 +0000 (10:15 -0500)]
Merge pull request #12778 from annando/issue-12764

Issue 12764: Fix photo permissions when posting via web

16 months agoIssue 12764: Fix photo permissions when posting via web
Michael [Tue, 7 Feb 2023 14:18:01 +0000 (14:18 +0000)]
Issue 12764: Fix photo permissions when posting via web

16 months agoMerge pull request #12773 from MrPetovan/bug/return-xss
Philipp [Sun, 5 Feb 2023 19:02:57 +0000 (20:02 +0100)]
Merge pull request #12773 from MrPetovan/bug/return-xss

Ensure arbitrary HTTPException messages are HTML escaped

16 months agoUpdate main translation files after updating strings
Hypolite Petovan [Sun, 5 Feb 2023 00:53:16 +0000 (19:53 -0500)]
Update main translation files after updating strings

16 months agoEnsure arbitrary HTTPException messages are HTML escaped
Hypolite Petovan [Sun, 5 Feb 2023 00:19:43 +0000 (19:19 -0500)]
Ensure arbitrary HTTPException messages are HTML escaped

- These messages can include user-supplied strings

16 months agoCreate specific module to display HTML message when a conversation isn't found in...
Hypolite Petovan [Sun, 5 Feb 2023 00:18:05 +0000 (19:18 -0500)]
Create specific module to display HTML message when a conversation isn't found in Module\Item\Display

16 months agoMerge pull request #12770 from annando/warning
Hypolite Petovan [Sat, 4 Feb 2023 12:29:16 +0000 (07:29 -0500)]
Merge pull request #12770 from annando/warning

Fixes "Invalid URL for photo" for photos without host

16 months agoFixes "Invalid URL for photo" for photos without host
Michael [Sat, 4 Feb 2023 12:14:40 +0000 (12:14 +0000)]
Fixes "Invalid URL for photo" for photos without host

17 months agoMerge pull request #12762 from MrPetovan/bug/warnings
Michael Vogel [Thu, 2 Feb 2023 10:54:50 +0000 (11:54 +0100)]
Merge pull request #12762 from MrPetovan/bug/warnings

Ward against potentially missing "platform" array key in Model\GServer::fetchSiteinfo

17 months agoMerge pull request #12752 from annando/c2s
Hypolite Petovan [Wed, 1 Feb 2023 16:48:24 +0000 (11:48 -0500)]
Merge pull request #12752 from annando/c2s

First implementation of ActivityPub C2S

17 months agoDesciption added
Michael [Wed, 1 Feb 2023 16:33:07 +0000 (16:33 +0000)]
Desciption added

17 months agoWard against potentially missing "platform" array key in Model\GServer::fetchSiteinfo
Hypolite Petovan [Wed, 1 Feb 2023 13:35:33 +0000 (08:35 -0500)]
Ward against potentially missing "platform" array key in Model\GServer::fetchSiteinfo

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1411635902

17 months agoFix #12757
Michael [Tue, 31 Jan 2023 05:45:24 +0000 (05:45 +0000)]
Fix #12757

17 months agoMerge pull request #12756 from annando/issue-12753
Philipp [Mon, 30 Jan 2023 07:32:21 +0000 (08:32 +0100)]
Merge pull request #12756 from annando/issue-12753

Issue 12753: For remote-self feed items the plink mustn't point to the original feed link

17 months agoIssue 12753: For remote-self feed items the plink mustn't point to the original feed...
Michael [Mon, 30 Jan 2023 06:58:36 +0000 (06:58 +0000)]
Issue 12753: For remote-self feed items the plink mustn't point to the original feed link

17 months agoUpdated class description
Michael [Sun, 29 Jan 2023 17:51:04 +0000 (17:51 +0000)]
Updated class description

17 months agoFirst implementation of ActivityPub C2S
Michael [Sun, 29 Jan 2023 14:41:14 +0000 (14:41 +0000)]
First implementation of ActivityPub C2S

17 months agoMerge pull request #12747 from MrPetovan/bug/warnings
Philipp [Sun, 29 Jan 2023 07:21:46 +0000 (08:21 +0100)]
Merge pull request #12747 from MrPetovan/bug/warnings

Address a couple of warnings

17 months agoMerge pull request #12746 from MrPetovan/bug/fatal-errors
Philipp [Sun, 29 Jan 2023 07:21:26 +0000 (08:21 +0100)]
Merge pull request #12746 from MrPetovan/bug/fatal-errors

Remove Feed contacts from profile contact list

17 months agoMerge pull request #12745 from MrPetovan/task/12728-jsonld-local-files
Philipp [Sun, 29 Jan 2023 07:20:58 +0000 (08:20 +0100)]
Merge pull request #12745 from MrPetovan/task/12728-jsonld-local-files

Read local files instead of performing self HTTP requests in JsonLD::documentLoader

17 months agoCheck $url variable for value before using it in Module\Photo::getPhotoById
Hypolite Petovan [Sun, 29 Jan 2023 05:12:59 +0000 (00:12 -0500)]
Check $url variable for value before using it in Module\Photo::getPhotoById

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1407342540

17 months agoPrevent the use of $shared_item if it's falsy in Mastodon\Status::createQuote
Hypolite Petovan [Sun, 29 Jan 2023 05:11:13 +0000 (00:11 -0500)]
Prevent the use of $shared_item if it's falsy in Mastodon\Status::createQuote

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1407342324

17 months agoRemove Feed contacts from profile contact list
Hypolite Petovan [Sun, 29 Jan 2023 05:07:05 +0000 (00:07 -0500)]
Remove Feed contacts from profile contact list

- These contact don't have a public pendant and therefore shouldn't be shown to visitors
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1406191980

17 months agoImprove return value consistency in Util\BasePath::getPath
Hypolite Petovan [Sun, 29 Jan 2023 03:19:47 +0000 (22:19 -0500)]
Improve return value consistency in Util\BasePath::getPath