]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoMove ActivityPub endpoints to an AP class
Michael [Sat, 17 Jul 2021 20:28:46 +0000 (20:28 +0000)]
Move ActivityPub endpoints to an AP class

2 years agoMerge pull request #10507 from annando/issue-10506
Tobias Diekershoff [Sat, 17 Jul 2021 04:47:30 +0000 (06:47 +0200)]
Merge pull request #10507 from annando/issue-10506

Issue 10506: Fix for multiple picture posts

2 years agoIssue 10506: Fix for multiple picture posts
Michael [Sat, 17 Jul 2021 04:32:46 +0000 (04:32 +0000)]
Issue 10506: Fix for multiple picture posts

2 years agoMerge pull request #10505 from annando/dfrn-endpoints
Hypolite Petovan [Fri, 16 Jul 2021 18:32:53 +0000 (14:32 -0400)]
Merge pull request #10505 from annando/dfrn-endpoints

DFRN endpoints moved, changelog entry added

2 years agoDFRN endpoints moved, changelog entry added
Michael [Fri, 16 Jul 2021 14:45:29 +0000 (14:45 +0000)]
DFRN endpoints moved, changelog entry added

2 years agoMerge pull request #10503 from annando/no-legacy-dfrn
Hypolite Petovan [Thu, 15 Jul 2021 20:24:07 +0000 (16:24 -0400)]
Merge pull request #10503 from annando/no-legacy-dfrn

Legacy DFRN transport layer is removed

2 years agoMerge pull request #10499 from realkinetix/sanitize-ap-followers-count
Hypolite Petovan [Thu, 15 Jul 2021 19:14:22 +0000 (15:14 -0400)]
Merge pull request #10499 from realkinetix/sanitize-ap-followers-count

Sanitize negative followers count on APContact

2 years agoImproved comment
Michael [Thu, 15 Jul 2021 17:42:03 +0000 (17:42 +0000)]
Improved comment

2 years agoRemoved test
Michael [Thu, 15 Jul 2021 13:37:48 +0000 (13:37 +0000)]
Removed test

2 years agoLegacy DFRN transport layer is removed
Michael [Thu, 15 Jul 2021 13:28:32 +0000 (13:28 +0000)]
Legacy DFRN transport layer is removed

2 years agoNegative numbers in following is a thing too
RealKinetix [Wed, 14 Jul 2021 20:51:30 +0000 (13:51 -0700)]
Negative numbers in following is a thing too

Check & sanitize 'following' as well, as per:
https://mastodon.social/@BLUW

2 years agoAdjust where the code is to avoid empty warning
RealKinetix [Wed, 14 Jul 2021 20:46:38 +0000 (13:46 -0700)]
Adjust where the code is to avoid empty warning

Shifted the code to avoid:
PHP Warning:  Undefined array key "totalItems" in /home/friendicadev/friendica/src/Model/APContact.php on line 277

2 years agoFix indent to standards
RealKinetix [Wed, 14 Jul 2021 19:17:03 +0000 (12:17 -0700)]
Fix indent to standards

2 years agoSanitize negative followers count on APContact
RealKinetix [Wed, 14 Jul 2021 17:15:19 +0000 (10:15 -0700)]
Sanitize negative followers count on APContact

Please see
https://github.com/friendica/friendica/issues/9498#issuecomment-818894106
and related discussion regarding this - it appears it's possible for AP
users, maybe just Mastodon users, to have a negative followers count.
This causes fatal errors in Friendica, so I think we should sanitize
this input.

2 years agoMerge pull request #10496 from annando/subscribe
Hypolite Petovan [Wed, 14 Jul 2021 10:45:25 +0000 (06:45 -0400)]
Merge pull request #10496 from annando/subscribe

Subscribe to contacts from a remote AP account

2 years agoMerge pull request #10497 from MrPetovan/bug/10494-api-last-status-optional
Michael Vogel [Wed, 14 Jul 2021 03:09:11 +0000 (05:09 +0200)]
Merge pull request #10497 from MrPetovan/bug/10494-api-last-status-optional

Make last status parameter actually optional in Object\Api\Mastodon\Conversation

2 years agoMake last status parameter actually optional in Object\Api\Mastodon\Conversation
Hypolite Petovan [Wed, 14 Jul 2021 03:02:11 +0000 (23:02 -0400)]
Make last status parameter actually optional in Object\Api\Mastodon\Conversation

2 years agoRemoved experimental code
Michael [Wed, 14 Jul 2021 02:59:29 +0000 (02:59 +0000)]
Removed experimental code

2 years agospaces removed
Michael [Wed, 14 Jul 2021 02:57:50 +0000 (02:57 +0000)]
spaces removed

2 years agoUpdated messages.po
Michael [Wed, 14 Jul 2021 02:56:15 +0000 (02:56 +0000)]
Updated messages.po

2 years agoMerge remote-tracking branch 'upstream/develop' into subscribe
Michael [Wed, 14 Jul 2021 02:54:12 +0000 (02:54 +0000)]
Merge remote-tracking branch 'upstream/develop' into subscribe

2 years agoMerge pull request #10493 from annando/api
Hypolite Petovan [Wed, 14 Jul 2021 02:48:31 +0000 (22:48 -0400)]
Merge pull request #10493 from annando/api

Improve how shared posting look on mobile apps

2 years agoMerge pull request #10492 from annando/simple-short
Hypolite Petovan [Wed, 14 Jul 2021 02:47:47 +0000 (22:47 -0400)]
Merge pull request #10492 from annando/simple-short

Issue 10491: Possibility for simple shortening added

2 years agoAdded messages.po
Michael [Mon, 12 Jul 2021 14:20:10 +0000 (14:20 +0000)]
Added messages.po

2 years agoIssue 10491: Possibility for simple shortening added
Michael [Mon, 12 Jul 2021 14:11:51 +0000 (14:11 +0000)]
Issue 10491: Possibility for simple shortening added

2 years agoMerge remote-tracking branch 'upstream/develop' into api
Michael [Wed, 14 Jul 2021 02:28:37 +0000 (02:28 +0000)]
Merge remote-tracking branch 'upstream/develop' into api

2 years agoMerge pull request #10490 from annando/fatal
Hypolite Petovan [Wed, 14 Jul 2021 01:01:53 +0000 (21:01 -0400)]
Merge pull request #10490 from annando/fatal

Fix Uncaught TypeError: Argument 1 passed to Friendica\Model\Item::storeForUserByUriId()

2 years agoMerge pull request #10489 from annando/notice
Hypolite Petovan [Wed, 14 Jul 2021 01:00:30 +0000 (21:00 -0400)]
Merge pull request #10489 from annando/notice

Fixes "Undefined index: nick"

2 years agoChange the BBCode version
Michael [Tue, 13 Jul 2021 20:37:06 +0000 (20:37 +0000)]
Change the BBCode version

2 years agoImprove links for API
Michael [Tue, 13 Jul 2021 14:40:10 +0000 (14:40 +0000)]
Improve links for API

2 years agoImprove how shared posting look on mobile apps
Michael [Tue, 13 Jul 2021 08:30:05 +0000 (08:30 +0000)]
Improve how shared posting look on mobile apps

2 years agoAutomatically subscribe to the followings of a given AP account
Michael [Tue, 13 Jul 2021 06:06:08 +0000 (06:06 +0000)]
Automatically subscribe to the followings of a given AP account

2 years agoDefining return value
Michael [Mon, 12 Jul 2021 20:06:35 +0000 (20:06 +0000)]
Defining return value

2 years agoDefiniing parameter type
Michael [Mon, 12 Jul 2021 14:28:13 +0000 (14:28 +0000)]
Definiing parameter type

2 years agoAdded messages.po
Michael [Mon, 12 Jul 2021 14:20:10 +0000 (14:20 +0000)]
Added messages.po

2 years agoIssue 10491: Possibility for simple shortening added
Michael [Mon, 12 Jul 2021 14:11:51 +0000 (14:11 +0000)]
Issue 10491: Possibility for simple shortening added

2 years agoFix Uncaught TypeError: Argument 1 passed to Friendica\Model\Item::storeForUserByUriId()
Michael [Mon, 12 Jul 2021 07:02:01 +0000 (07:02 +0000)]
Fix Uncaught TypeError: Argument 1 passed to Friendica\Model\Item::storeForUserByUriId()

2 years agoFixes "Undefined index: nick"
Michael [Mon, 12 Jul 2021 06:25:48 +0000 (06:25 +0000)]
Fixes "Undefined index: nick"

2 years agoMerge pull request #10484 from annando/use-account-view
Hypolite Petovan [Mon, 12 Jul 2021 02:56:23 +0000 (22:56 -0400)]
Merge pull request #10484 from annando/use-account-view

We now use the new account-user-view (and fixed the function name)

2 years agoAccepting "null" as parameter value
Michael [Sun, 11 Jul 2021 14:37:17 +0000 (14:37 +0000)]
Accepting "null" as parameter value

2 years agoMerge pull request #10486 from nupplaphil/feat/remove_test_data
Michael Vogel [Sun, 11 Jul 2021 12:38:34 +0000 (14:38 +0200)]
Merge pull request #10486 from nupplaphil/feat/remove_test_data

Remove outdated friendica_test_data.sql

2 years agoRemove outdated friendica_test_data.sql
Philipp [Sun, 11 Jul 2021 12:27:52 +0000 (14:27 +0200)]
Remove outdated friendica_test_data.sql

2 years agoAvoid problems with "null" values
Michael [Sun, 11 Jul 2021 11:11:03 +0000 (11:11 +0000)]
Avoid problems with "null" values

2 years agoLinefeed added
Michael [Sun, 11 Jul 2021 09:51:04 +0000 (09:51 +0000)]
Linefeed added

2 years agoWe now use the new account-user-view (and fixed the function name)
Michael [Sun, 11 Jul 2021 09:39:34 +0000 (09:39 +0000)]
We now use the new account-user-view (and fixed the function name)

2 years agoMerge pull request #10483 from annando/account
Hypolite Petovan [Sun, 11 Jul 2021 05:14:39 +0000 (01:14 -0400)]
Merge pull request #10483 from annando/account

New view that combines all contact tables

2 years agoPublic id added
Michael [Sun, 11 Jul 2021 03:06:46 +0000 (03:06 +0000)]
Public id added

2 years agoNew view chat combines all contact tables
Michael [Sat, 10 Jul 2021 21:55:03 +0000 (21:55 +0000)]
New view chat combines all contact tables

2 years agoMerge pull request #10482 from annando/converturiid
Hypolite Petovan [Sat, 10 Jul 2021 21:45:34 +0000 (17:45 -0400)]
Merge pull request #10482 from annando/converturiid

Some more "convertForUriId" replacements

2 years agoFix fatal error
Michael [Sat, 10 Jul 2021 21:08:55 +0000 (21:08 +0000)]
Fix fatal error

2 years agoFix tests
Michael [Sat, 10 Jul 2021 14:04:27 +0000 (14:04 +0000)]
Fix tests

2 years agoFix tests
Michael [Sat, 10 Jul 2021 14:02:03 +0000 (14:02 +0000)]
Fix tests

2 years agoSome more "convertForUriId" replacements
Michael [Sat, 10 Jul 2021 12:58:48 +0000 (12:58 +0000)]
Some more "convertForUriId" replacements

2 years agoMerge pull request #10480 from annando/postupdate
Hypolite Petovan [Sat, 10 Jul 2021 02:19:39 +0000 (22:19 -0400)]
Merge pull request #10480 from annando/postupdate

Post update: Set "uri-id" in the contact tables

2 years agoMerge pull request #10479 from MrPetovan/task/9378-merge-share-template
Michael Vogel [Sat, 10 Jul 2021 02:01:51 +0000 (04:01 +0200)]
Merge pull request #10479 from MrPetovan/task/9378-merge-share-template

Merge frio-specific share block template into the base template

2 years agoPost update: Set "uri-id" in the contact tables
Michael [Sat, 10 Jul 2021 01:41:26 +0000 (01:41 +0000)]
Post update: Set "uri-id" in the contact tables

2 years agoMerge pull request #10478 from annando/notice
Hypolite Petovan [Fri, 9 Jul 2021 23:31:30 +0000 (19:31 -0400)]
Merge pull request #10478 from annando/notice

Fix notice "undefined index: uri"

2 years agoMerge frio-specific share block template into the base template
Hypolite Petovan [Fri, 9 Jul 2021 23:23:01 +0000 (19:23 -0400)]
Merge frio-specific share block template into the base template

- Add BIDI support for share blocks
- Remove redundant share block styles

2 years agoRevert some test changes
Michael [Fri, 9 Jul 2021 19:32:06 +0000 (19:32 +0000)]
Revert some test changes

2 years agoFix notices because of unknown Hubzilla activity type
Michael [Fri, 9 Jul 2021 19:30:41 +0000 (19:30 +0000)]
Fix notices because of unknown Hubzilla activity type

2 years agoFix "Undefined index: reply-to-id"
Michael [Fri, 9 Jul 2021 18:10:48 +0000 (18:10 +0000)]
Fix "Undefined index: reply-to-id"

2 years agoFix the tests, hopefully
Michael [Fri, 9 Jul 2021 17:13:54 +0000 (17:13 +0000)]
Fix the tests, hopefully

2 years agoDon't update automatically to make tests happy
Michael [Fri, 9 Jul 2021 16:20:22 +0000 (16:20 +0000)]
Don't update automatically to make tests happy

2 years agoFix notice "undefined index: uri"
Michael [Fri, 9 Jul 2021 14:52:22 +0000 (14:52 +0000)]
Fix notice "undefined index: uri"

2 years agoMerge pull request #10472 from annando/proxy
Hypolite Petovan [Fri, 9 Jul 2021 12:35:48 +0000 (08:35 -0400)]
Merge pull request #10472 from annando/proxy

Simplified proxy, item cache related stuff removed

2 years agoUpdate on empty uri-id
Michael [Fri, 9 Jul 2021 08:46:42 +0000 (08:46 +0000)]
Update on empty uri-id

2 years agoContact tables added to expire function
Michael [Fri, 9 Jul 2021 08:08:48 +0000 (08:08 +0000)]
Contact tables added to expire function

2 years agoThe uri-id is now in all contact tables
Michael [Fri, 9 Jul 2021 07:09:33 +0000 (07:09 +0000)]
The uri-id is now in all contact tables

2 years agoFix tests
Michael [Fri, 9 Jul 2021 06:37:45 +0000 (06:37 +0000)]
Fix tests

2 years agoFunction renamed to better reflect the functionality
Michael [Fri, 9 Jul 2021 06:29:24 +0000 (06:29 +0000)]
Function renamed to better reflect the functionality

2 years agoAvoid error on empty content
Michael [Fri, 9 Jul 2021 04:42:01 +0000 (04:42 +0000)]
Avoid error on empty content

2 years agoAlways update on missing uri-id, check for uri-id in contact before removal
Michael [Fri, 9 Jul 2021 04:38:36 +0000 (04:38 +0000)]
Always update on missing uri-id, check for uri-id in contact before removal

2 years agoSet "convertForItem" at more places
Michael [Thu, 8 Jul 2021 20:01:52 +0000 (20:01 +0000)]
Set "convertForItem" at more places

2 years agoMoved database structure
Michael [Thu, 8 Jul 2021 19:16:23 +0000 (19:16 +0000)]
Moved database structure

2 years agowe now have got an uri-id field for the contact table
Michael [Thu, 8 Jul 2021 18:59:58 +0000 (18:59 +0000)]
we now have got an uri-id field for the contact table

2 years agoNew founction to count threads
Michael [Thu, 8 Jul 2021 17:32:41 +0000 (17:32 +0000)]
New founction to count threads

2 years agoAvoid notice
Michael [Thu, 8 Jul 2021 16:38:02 +0000 (16:38 +0000)]
Avoid notice

2 years agoFixed function name
Michael [Thu, 8 Jul 2021 15:44:55 +0000 (15:44 +0000)]
Fixed function name

2 years ago"convert" changed to "convertForItem"
Michael [Thu, 8 Jul 2021 15:41:46 +0000 (15:41 +0000)]
"convert" changed to "convertForItem"

2 years agoNew function to convert BBCode for a given ID
Michael [Thu, 8 Jul 2021 13:47:46 +0000 (13:47 +0000)]
New function to convert BBCode for a given ID

2 years agoImproved logging, improved link check
Michael [Tue, 6 Jul 2021 17:40:40 +0000 (17:40 +0000)]
Improved logging, improved link check

2 years agoJust look at HTTP links
Michael [Tue, 6 Jul 2021 16:10:10 +0000 (16:10 +0000)]
Just look at HTTP links

2 years agoImproved link check
Michael [Tue, 6 Jul 2021 15:06:15 +0000 (15:06 +0000)]
Improved link check

2 years agoProviding the uri-id to "convert" when possible
Michael [Tue, 6 Jul 2021 12:34:48 +0000 (12:34 +0000)]
Providing the uri-id to "convert" when possible

2 years agoCleaned code for contact avatars
Michael [Tue, 6 Jul 2021 10:36:00 +0000 (10:36 +0000)]
Cleaned code for contact avatars

2 years agoParameter documentation
Michael [Tue, 6 Jul 2021 10:00:53 +0000 (10:00 +0000)]
Parameter documentation

2 years agoFurther simplification
Michael [Tue, 6 Jul 2021 09:24:25 +0000 (09:24 +0000)]
Further simplification

2 years agoReplace proxy function
Michael [Tue, 6 Jul 2021 09:22:41 +0000 (09:22 +0000)]
Replace proxy function

2 years agoSimplify the attachment handling
Michael [Tue, 6 Jul 2021 08:57:49 +0000 (08:57 +0000)]
Simplify the attachment handling

2 years agoModfy links for attachments
Michael [Tue, 6 Jul 2021 08:40:59 +0000 (08:40 +0000)]
Modfy links for attachments

2 years agoUpdated messages.po
Michael [Tue, 6 Jul 2021 07:16:46 +0000 (07:16 +0000)]
Updated messages.po

2 years agoQuit on empty uri-id
Michael [Tue, 6 Jul 2021 06:45:53 +0000 (06:45 +0000)]
Quit on empty uri-id

2 years agoProxy settings removed
Michael [Tue, 6 Jul 2021 06:44:18 +0000 (06:44 +0000)]
Proxy settings removed

2 years agoProxy removed in API
Michael [Tue, 6 Jul 2021 06:38:15 +0000 (06:38 +0000)]
Proxy removed in API

2 years agoUse the uri-id directly in the bbcode converter
Michael [Tue, 6 Jul 2021 05:25:30 +0000 (05:25 +0000)]
Use the uri-id directly in the bbcode converter

2 years agoUse the post uri-id for false reshares
Michael [Tue, 6 Jul 2021 04:36:45 +0000 (04:36 +0000)]
Use the post uri-id for false reshares

2 years agoReplace the proxify function
Michael [Mon, 5 Jul 2021 21:35:57 +0000 (21:35 +0000)]
Replace the proxify function

2 years agoRemove attachment on plaintext conversion
Michael [Mon, 5 Jul 2021 20:20:39 +0000 (20:20 +0000)]
Remove attachment on plaintext conversion

2 years agoChangelog updated
Michael [Mon, 5 Jul 2021 19:44:08 +0000 (19:44 +0000)]
Changelog updated

2 years agoStyle
Michael [Mon, 5 Jul 2021 19:42:17 +0000 (19:42 +0000)]
Style