]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoFix faulty test expectation in ApiTest->testApiFriendicaNotificationWithXmlResult
Hypolite Petovan [Tue, 9 Jun 2020 00:43:46 +0000 (20:43 -0400)]
Fix faulty test expectation in ApiTest->testApiFriendicaNotificationWithXmlResult

4 years agoAdd null/empty string parameter value case in BBCode::convert
Hypolite Petovan [Mon, 8 Jun 2020 23:15:08 +0000 (19:15 -0400)]
Add null/empty string parameter value case in BBCode::convert

- Remove obsolete coalesce operator uses

4 years agoRemove superfluous indentation level in mod/poco
Hypolite Petovan [Mon, 8 Jun 2020 22:58:05 +0000 (18:58 -0400)]
Remove superfluous indentation level in mod/poco

4 years agoEnsure strings are provided to BBCode::toPlaintext in include/api
Hypolite Petovan [Fri, 5 Jun 2020 03:39:53 +0000 (23:39 -0400)]
Ensure strings are provided to BBCode::toPlaintext in include/api

- Prevents some type mismatch fatal errors with BBCode::performWithEscapedTags

4 years agoAdd documentation about escaping blocks in doc/BBCode
Hypolite Petovan [Fri, 5 Jun 2020 01:17:27 +0000 (21:17 -0400)]
Add documentation about escaping blocks in doc/BBCode

4 years agoAdd tag escaping to tag handling in mod/item
Hypolite Petovan [Fri, 5 Jun 2020 00:57:27 +0000 (20:57 -0400)]
Add tag escaping to tag handling in mod/item

4 years agoAdd tag escaping to Item::setHashtags
Hypolite Petovan [Fri, 5 Jun 2020 00:56:50 +0000 (20:56 -0400)]
Add tag escaping to Item::setHashtags

- Add return value to Item::setHashtags

4 years agoAdd tag escaping to BBCode::setTags
Hypolite Petovan [Fri, 5 Jun 2020 00:54:40 +0000 (20:54 -0400)]
Add tag escaping to BBCode::setTags

4 years agoReplace existing block escaping by performWitEscaped* calls
Hypolite Petovan [Thu, 4 Jun 2020 23:30:28 +0000 (19:30 -0400)]
Replace existing block escaping by performWitEscaped* calls

4 years agoAdd new Strings::performWithEscapedBlocks methods
Hypolite Petovan [Thu, 4 Jun 2020 23:25:48 +0000 (19:25 -0400)]
Add new Strings::performWithEscapedBlocks methods

- Add new BBCode::performWithEscapedTags method
- Add tests

4 years agoMerge pull request #8727 from MrPetovan/task/8676-ap-attachments
Michael Vogel [Mon, 8 Jun 2020 20:11:40 +0000 (22:11 +0200)]
Merge pull request #8727 from MrPetovan/task/8676-ap-attachments

[ActivityPub] Add support for more attachments structures

4 years agoAdd check for existing attachment in ActivityPub\Processor::constructAttachList
Hypolite Petovan [Sun, 7 Jun 2020 20:23:57 +0000 (16:23 -0400)]
Add check for existing attachment in ActivityPub\Processor::constructAttachList

4 years ago[ActivityPub] Add support for more attachments structures
Hypolite Petovan [Thu, 4 Jun 2020 19:51:14 +0000 (15:51 -0400)]
[ActivityPub] Add support for more attachments structures

- Add support for type: Page into [attachment], type: Link using href attribute
- Ensure Receiver::process* parameter is an array
- Remove superfluous eptiness check in JsonLD::fetchElementArray

4 years agoMerge pull request #8747 from annando/fix-8742
Hypolite Petovan [Sun, 7 Jun 2020 17:05:09 +0000 (13:05 -0400)]
Merge pull request #8747 from annando/fix-8742

Fix 8742: The pre update is now executed

4 years agoFix 8742: The pre update is now executed
Michael [Sun, 7 Jun 2020 16:41:01 +0000 (16:41 +0000)]
Fix 8742: The pre update is now executed

4 years agoMerge pull request #8742 from MrPetovan/task/blocklist-safelist
Michael Vogel [Sun, 7 Jun 2020 16:26:26 +0000 (18:26 +0200)]
Merge pull request #8742 from MrPetovan/task/blocklist-safelist

Replace charged terms with "allowlist", "denylist" and "blocklist"

4 years agoReplace remaining instances with "allowlist", "denylist" and "blocklist"
Hypolite Petovan [Sat, 6 Jun 2020 20:44:39 +0000 (16:44 -0400)]
Replace remaining instances with "allowlist", "denylist" and "blocklist"

4 years agoRename system config value to db_log_index_denylist
Hypolite Petovan [Sat, 6 Jun 2020 20:44:07 +0000 (16:44 -0400)]
Rename system config value to db_log_index_denylist

4 years agoRename contact table column to ffi_keyword_denylist
Hypolite Petovan [Sat, 6 Jun 2020 20:43:23 +0000 (16:43 -0400)]
Rename contact table column to ffi_keyword_denylist

4 years agoMerge pull request #8738 from annando/jsonld-tests
Hypolite Petovan [Sun, 7 Jun 2020 14:23:12 +0000 (10:23 -0400)]
Merge pull request #8738 from annando/jsonld-tests

Added tests for JsonLD class

4 years agoEnsure that empty arrays are returned as empty arrays
Michael [Sun, 7 Jun 2020 08:49:53 +0000 (08:49 +0000)]
Ensure that empty arrays are returned as empty arrays

4 years agoThe more tests the better?
Michael [Sun, 7 Jun 2020 08:39:00 +0000 (08:39 +0000)]
The more tests the better?

4 years agoThere is always one last test ...
Michael [Sun, 7 Jun 2020 08:29:19 +0000 (08:29 +0000)]
There is always one last test ...

4 years agoTwo more tests
Michael [Sun, 7 Jun 2020 08:24:08 +0000 (08:24 +0000)]
Two more tests

4 years agoAnother test added
Michael [Sun, 7 Jun 2020 08:15:04 +0000 (08:15 +0000)]
Another test added

4 years agoMerge pull request #8741 from MrPetovan/task/hook-probe-detect
Michael Vogel [Sat, 6 Jun 2020 21:06:51 +0000 (23:06 +0200)]
Merge pull request #8741 from MrPetovan/task/hook-probe-detect

Add probe_detect hook

4 years agoFix test
Michael [Sat, 6 Jun 2020 19:53:26 +0000 (19:53 +0000)]
Fix test

4 years agoAvoiding unwanted side effects
Michael [Sat, 6 Jun 2020 19:29:37 +0000 (19:29 +0000)]
Avoiding unwanted side effects

4 years agoMerge pull request #8739 from annando/issue-8732
Hypolite Petovan [Sat, 6 Jun 2020 19:21:38 +0000 (15:21 -0400)]
Merge pull request #8739 from annando/issue-8732

Issue 8732: Fix fetch saved searches

4 years agoRemove obsolete Twitter probing
Hypolite Petovan [Sat, 6 Jun 2020 19:08:21 +0000 (15:08 -0400)]
Remove obsolete Twitter probing

- Profile page source offers no details about accounts when not logged in

4 years agoAdd probe_detect hook
Hypolite Petovan [Sat, 6 Jun 2020 18:54:04 +0000 (14:54 -0400)]
Add probe_detect hook

4 years agoIssue 8732: Fix fetch aved searches
Michael [Sat, 6 Jun 2020 18:45:16 +0000 (18:45 +0000)]
Issue 8732: Fix fetch aved searches

4 years agoJust some more tests added
Michael [Sat, 6 Jun 2020 14:59:28 +0000 (14:59 +0000)]
Just some more tests added

4 years agoAdded test for fetching arrays
Michael [Sat, 6 Jun 2020 14:16:27 +0000 (14:16 +0000)]
Added test for fetching arrays

4 years agoAdded tests for JsonLD class
Michael [Sat, 6 Jun 2020 12:53:36 +0000 (12:53 +0000)]
Added tests for JsonLD class

4 years agoMerge pull request #8737 from annando/issue-8735
Hypolite Petovan [Sat, 6 Jun 2020 12:35:57 +0000 (08:35 -0400)]
Merge pull request #8737 from annando/issue-8735

Issue 8735: Ensure the correct data type for "hide"

4 years agoIssue 8735: Ensure the correct data type for "hide"
Michael [Sat, 6 Jun 2020 08:11:19 +0000 (08:11 +0000)]
Issue 8735: Ensure the correct data type for "hide"

4 years agoMerge pull request #8734 from MrPetovan/bug/8732-noscrape-notice
Michael Vogel [Sat, 6 Jun 2020 07:31:31 +0000 (09:31 +0200)]
Merge pull request #8734 from MrPetovan/bug/8732-noscrape-notice

Exit with an error if profile info isn't available in Module\NoScrape

4 years agoExit with an error if profile info isn't available in Module\NoScrape
Hypolite Petovan [Fri, 5 Jun 2020 18:28:11 +0000 (14:28 -0400)]
Exit with an error if profile info isn't available in Module\NoScrape

4 years agoMerge pull request #8733 from annando/fix-notice
Tobias Diekershoff [Fri, 5 Jun 2020 12:38:24 +0000 (14:38 +0200)]
Merge pull request #8733 from annando/fix-notice

Fix Notice "Undefined index: subscribe"

4 years agoFix Notice "Undefined index: subscribe"
Michael [Fri, 5 Jun 2020 10:44:36 +0000 (10:44 +0000)]
Fix Notice "Undefined index: subscribe"

4 years agoMerge pull request #8731 from MrPetovan/task/frio-mobile-active-buttons-color
Tobias Diekershoff [Fri, 5 Jun 2020 04:42:33 +0000 (06:42 +0200)]
Merge pull request #8731 from MrPetovan/task/frio-mobile-active-buttons-color

[frio] Add color to active buttons in mobile view

4 years agoMerge pull request #8730 from MrPetovan/bug/fatal-errors
Michael Vogel [Fri, 5 Jun 2020 03:59:36 +0000 (05:59 +0200)]
Merge pull request #8730 from MrPetovan/bug/fatal-errors

Ensure $categories is set in mod/item

4 years ago[frio] Add color to active buttons in mobile view
Hypolite Petovan [Fri, 5 Jun 2020 03:47:13 +0000 (23:47 -0400)]
[frio] Add color to active buttons in mobile view

4 years agoEnsure $categories is set in mod/item
Hypolite Petovan [Fri, 5 Jun 2020 01:32:47 +0000 (21:32 -0400)]
Ensure $categories is set in mod/item

- Address https://github.com/friendica/friendica/issues/8473#issuecomment-639052328

4 years agoMerge pull request #8728 from annando/ap-webfinger
Hypolite Petovan [Fri, 5 Jun 2020 01:24:53 +0000 (21:24 -0400)]
Merge pull request #8728 from annando/ap-webfinger

Use webfinger in apcontact fetch

4 years agoRemove the "addr" when webfinger fails
Michael [Thu, 4 Jun 2020 22:08:31 +0000 (22:08 +0000)]
Remove the "addr" when webfinger fails

4 years agoUse webfinger in apcontact fetch
Michael [Thu, 4 Jun 2020 21:55:14 +0000 (21:55 +0000)]
Use webfinger in apcontact fetch

4 years agoMerge pull request #8725 from MrPetovan/bug/8722-oembed-share
Michael Vogel [Thu, 4 Jun 2020 16:29:18 +0000 (18:29 +0200)]
Merge pull request #8725 from MrPetovan/bug/8722-oembed-share

Remove Twitter exception for shared blocks

4 years agoRemove Twitter exception for shared blocks in Text\BBCode::convertShareCallback
Hypolite Petovan [Thu, 4 Jun 2020 15:13:31 +0000 (11:13 -0400)]
Remove Twitter exception for shared blocks in Text\BBCode::convertShareCallback

- Twitter stopped supporting OEmbed which defaulted to an undesirable fallback

4 years agoRevert "Move share content conversion before link handling in Text\BBCode::convert"
Hypolite Petovan [Thu, 4 Jun 2020 15:11:44 +0000 (11:11 -0400)]
Revert "Move share content conversion before link handling in Text\BBCode::convert"

This reverts commit 010ec99b35c2bee8f23060e96c2af3ba5849cf84.

4 years agoMerge pull request #8723 from MrPetovan/bug/8722-oembed-share
Tobias Diekershoff [Thu, 4 Jun 2020 04:40:44 +0000 (06:40 +0200)]
Merge pull request #8723 from MrPetovan/bug/8722-oembed-share

Move share content conversion before link handling in Text\BBCode::convert

4 years agoMove share content conversion before link handling in Text\BBCode::convert
Hypolite Petovan [Thu, 4 Jun 2020 02:02:01 +0000 (22:02 -0400)]
Move share content conversion before link handling in Text\BBCode::convert

4 years agoMerge pull request #8720 from annando/issue-8714
Hypolite Petovan [Wed, 3 Jun 2020 13:12:43 +0000 (09:12 -0400)]
Merge pull request #8720 from annando/issue-8714

Issue 8714: Make redirects more secure

4 years agoRemoved unused parts
Michael [Wed, 3 Jun 2020 10:33:54 +0000 (10:33 +0000)]
Removed unused parts

4 years agoFile ending, Error Message
Michael [Wed, 3 Jun 2020 09:40:43 +0000 (09:40 +0000)]
File ending, Error Message

4 years agoMerge remote-tracking branch 'upstream/develop' into issue-8714
Michael [Wed, 3 Jun 2020 09:27:02 +0000 (09:27 +0000)]
Merge remote-tracking branch 'upstream/develop' into issue-8714

4 years agoMerge pull request #8721 from annando/fatal
Hypolite Petovan [Wed, 3 Jun 2020 08:09:49 +0000 (04:09 -0400)]
Merge pull request #8721 from annando/fatal

Fix fatal errors because of mixed data types

4 years agoFix fatal errors because of mixed data types
Michael [Wed, 3 Jun 2020 06:57:51 +0000 (06:57 +0000)]
Fix fatal errors because of mixed data types

4 years agoIssue 8714: Make redirects more secure
Michael [Wed, 3 Jun 2020 05:14:45 +0000 (05:14 +0000)]
Issue 8714: Make redirects more secure

4 years agoMerge pull request #8719 from MrPetovan/task/8717-help-console-globalcommunitysilence
Michael Vogel [Wed, 3 Jun 2020 04:14:56 +0000 (06:14 +0200)]
Merge pull request #8719 from MrPetovan/task/8717-help-console-globalcommunitysilence

Improve language of console globalcommunitysilence help line

4 years agoMerge pull request #8718 from MrPetovan/bug/fatal-errors
Michael Vogel [Wed, 3 Jun 2020 04:13:48 +0000 (06:13 +0200)]
Merge pull request #8718 from MrPetovan/bug/fatal-errors

Use expected return variable type in Network\Probe::detect

4 years agoImprove language of console globalcommunitysilence help line
Hypolite Petovan [Wed, 3 Jun 2020 04:03:58 +0000 (00:03 -0400)]
Improve language of console globalcommunitysilence help line

4 years agoUse expected return variable type in Network\Probe::detect
Hypolite Petovan [Wed, 3 Jun 2020 03:41:10 +0000 (23:41 -0400)]
Use expected return variable type in Network\Probe::detect

4 years agoMerge pull request #8716 from annando/notice
Hypolite Petovan [Wed, 3 Jun 2020 01:35:39 +0000 (21:35 -0400)]
Merge pull request #8716 from annando/notice

Let "subscribe" be filled at every time to avoid a notice

4 years agoLet "subscribe" be filled at every time to avoid a notice
Michael [Tue, 2 Jun 2020 19:11:37 +0000 (19:11 +0000)]
Let "subscribe" be filled at every time to avoid a notice

4 years agoMerge pull request #8713 from annando/issue-8675
Hypolite Petovan [Tue, 2 Jun 2020 13:08:14 +0000 (09:08 -0400)]
Merge pull request #8713 from annando/issue-8675

Issue 8675: reduce requests of foreign pages

4 years agoChanged logging
Michael [Tue, 2 Jun 2020 06:47:44 +0000 (06:47 +0000)]
Changed logging

4 years agoIssue 8675: reduce requests of foreign pages
Michael [Mon, 1 Jun 2020 21:52:31 +0000 (21:52 +0000)]
Issue 8675: reduce requests of foreign pages

4 years agoMerge pull request #8712 from annando/changed-log
Tobias Diekershoff [Mon, 1 Jun 2020 16:28:37 +0000 (18:28 +0200)]
Merge pull request #8712 from annando/changed-log

Changed deprecated log calls

4 years agoChanged deprecated log calls
Michael [Mon, 1 Jun 2020 13:51:58 +0000 (13:51 +0000)]
Changed deprecated log calls

4 years agoMerge pull request #8710 from annando/fix-vid
Hypolite Petovan [Sun, 31 May 2020 22:06:52 +0000 (18:06 -0400)]
Merge pull request #8710 from annando/fix-vid

Handling situations where "vid" is empty

4 years agoAdditional "is null" check in post update / create the "vid" if needed
Michael [Sun, 31 May 2020 15:48:31 +0000 (15:48 +0000)]
Additional "is null" check in post update / create the "vid" if needed

4 years agoHandling situations where "vid" is empty
Michael [Sun, 31 May 2020 14:38:00 +0000 (14:38 +0000)]
Handling situations where "vid" is empty

4 years agoMerge pull request #8708 from annando/foreign-key-constraint
Hypolite Petovan [Sat, 30 May 2020 19:37:57 +0000 (15:37 -0400)]
Merge pull request #8708 from annando/foreign-key-constraint

Fix foreign key constraint with "post-tag" table

4 years agoFix wrong variable names
Michael [Sat, 30 May 2020 17:06:59 +0000 (17:06 +0000)]
Fix wrong variable names

4 years agoFix foreign key constraint with "post-tag" table
Michael [Sat, 30 May 2020 16:36:09 +0000 (16:36 +0000)]
Fix foreign key constraint with "post-tag" table

4 years agoMerge pull request #8706 from annando/notice
Hypolite Petovan [Sat, 30 May 2020 01:35:49 +0000 (21:35 -0400)]
Merge pull request #8706 from annando/notice

Fix "gravity" notice

4 years agoMissing gravity
Michael [Fri, 29 May 2020 22:19:59 +0000 (22:19 +0000)]
Missing gravity

4 years agoFix "gravity" notice
Michael [Fri, 29 May 2020 21:41:10 +0000 (21:41 +0000)]
Fix "gravity" notice

4 years agoMerge pull request #8697 from MrPetovan/task/8691-like-links-one-way
Michael Vogel [Fri, 29 May 2020 13:33:24 +0000 (15:33 +0200)]
Merge pull request #8697 from MrPetovan/task/8691-like-links-one-way

Make like links one way

4 years agoAppease VSCode inferior static analysis in Model\Item
Hypolite Petovan [Fri, 29 May 2020 13:01:37 +0000 (09:01 -0400)]
Appease VSCode inferior static analysis in Model\Item

4 years agoMerge pull request #8705 from annando/thread-uri-id
Hypolite Petovan [Fri, 29 May 2020 03:59:44 +0000 (23:59 -0400)]
Merge pull request #8705 from annando/thread-uri-id

Add "uri-id" to the "thread" table

4 years agoMerge pull request #8696 from MrPetovan/bug/8694-event-network-unkn
Michael Vogel [Fri, 29 May 2020 03:05:35 +0000 (05:05 +0200)]
Merge pull request #8696 from MrPetovan/bug/8694-event-network-unkn

Assign default protocol to new events

4 years agoAdded new field to the test data
Michael [Fri, 29 May 2020 02:25:17 +0000 (02:25 +0000)]
Added new field to the test data

4 years agoUpdated database description
Michael [Fri, 29 May 2020 02:19:58 +0000 (02:19 +0000)]
Updated database description

4 years agoMerge pull request #8704 from annando/parent-2
Hypolite Petovan [Thu, 28 May 2020 21:48:57 +0000 (17:48 -0400)]
Merge pull request #8704 from annando/parent-2

"parent = id" is replaced with gravity check

4 years agoAdd "uri-id" to the "thread" table
Michael [Thu, 28 May 2020 21:44:55 +0000 (21:44 +0000)]
Add "uri-id" to the "thread" table

4 years ago"parent = id" is replaced with gravity check
Michael [Thu, 28 May 2020 16:02:36 +0000 (16:02 +0000)]
"parent = id" is replaced with gravity check

4 years agoMerge pull request #8703 from annando/fix-8702
Hypolite Petovan [Thu, 28 May 2020 13:17:45 +0000 (09:17 -0400)]
Merge pull request #8703 from annando/fix-8702

Fix 8702

4 years agoAdd the space at a different place
Michael [Thu, 28 May 2020 06:08:03 +0000 (06:08 +0000)]
Add the space at a different place

4 years agoFixing #8702
Michael [Wed, 27 May 2020 22:16:33 +0000 (22:16 +0000)]
Fixing #8702

4 years agoMerge branch 'develop' of github.com:annando/friendica into develop
Michael [Wed, 27 May 2020 21:29:43 +0000 (21:29 +0000)]
Merge branch 'develop' of github.com:annando/friendica into develop

4 years agoMerge pull request #8701 from annando/issue-8700
Hypolite Petovan [Wed, 27 May 2020 19:30:04 +0000 (15:30 -0400)]
Merge pull request #8701 from annando/issue-8700

Issue 8700: Resolvable activities

4 years agoIssue 8700: Resolvable activities
Michael [Wed, 27 May 2020 19:05:33 +0000 (19:05 +0000)]
Issue 8700: Resolvable activities

4 years agoIssue 8700: Resolvable activities
Michael [Wed, 27 May 2020 19:04:40 +0000 (19:04 +0000)]
Issue 8700: Resolvable activities

4 years agoMerge pull request #8698 from MrPetovan/bug/8685-frio-compose-disable-asynchronous
Hypolite Petovan [Wed, 27 May 2020 13:09:10 +0000 (09:09 -0400)]
Merge pull request #8698 from MrPetovan/bug/8685-frio-compose-disable-asynchronous

[frio] Move variable assignment where it belongs in asynchronous comment form submission callback

4 years agoMerge pull request #8695 from annando/no-parent
Hypolite Petovan [Wed, 27 May 2020 13:07:33 +0000 (09:07 -0400)]
Merge pull request #8695 from annando/no-parent

Replace "id = parent" checks with "gravity" checks

4 years ago[frio] Move variable assignment where it belongs in asynchronous comment form submiss...
Hypolite Petovan [Wed, 27 May 2020 13:05:46 +0000 (09:05 -0400)]
[frio] Move variable assignment where it belongs in asynchronous comment form submission callback

4 years agoMake "like" links one way
Hypolite Petovan [Wed, 27 May 2020 12:40:00 +0000 (08:40 -0400)]
Make "like" links one way

- Updated dolike() function to accept a "un-" switch
- [frio] Updated doLikeAction() function to call dolike() instead of having duplicated code
- Added boolean logic (with explanatory truth table) to smartly delete existing activities in Model\Item::performActivity
- Moved verb/activity parameter handling closer to their use in Model\Item::performActivity
- Updated all references to dolike() and doLikeAction() to include the "un-" switch