Commit Graph

27459 Commits

Author SHA1 Message Date
Hypolite Petovan 7d800c81ec Fix faulty test expectation in ApiTest->testApiFriendicaNotificationWithXmlResult 2020-06-08 20:43:46 -04:00
Hypolite Petovan 89b3ae2657 Add null/empty string parameter value case in BBCode::convert
- Remove obsolete coalesce operator uses
2020-06-08 19:15:08 -04:00
Hypolite Petovan 0c1e876ee0 Remove superfluous indentation level in mod/poco 2020-06-08 18:58:05 -04:00
Hypolite Petovan 6774ee6691 Ensure strings are provided to BBCode::toPlaintext in include/api
- Prevents some type mismatch fatal errors with BBCode::performWithEscapedTags
2020-06-08 18:40:21 -04:00
Hypolite Petovan a132a21da7 Add documentation about escaping blocks in doc/BBCode 2020-06-08 18:40:21 -04:00
Hypolite Petovan 31d6a6157c Add tag escaping to tag handling in mod/item 2020-06-08 18:40:21 -04:00
Hypolite Petovan 76460ddd2d Add tag escaping to Item::setHashtags
- Add return value to Item::setHashtags
2020-06-08 18:40:21 -04:00
Hypolite Petovan 472018191b Add tag escaping to BBCode::setTags 2020-06-08 18:40:20 -04:00
Hypolite Petovan 0bc7b89530 Replace existing block escaping by performWitEscaped* calls 2020-06-08 18:40:20 -04:00
Hypolite Petovan 348b71d0b0 Add new Strings::performWithEscapedBlocks methods
- Add new BBCode::performWithEscapedTags method
- Add tests
2020-06-08 18:40:20 -04:00
Michael Vogel 6665eb76f9
Merge pull request #8727 from MrPetovan/task/8676-ap-attachments
[ActivityPub] Add support for more attachments structures
2020-06-08 22:11:40 +02:00
Hypolite Petovan 4d3dd28c44 Add check for existing attachment in ActivityPub\Processor::constructAttachList 2020-06-07 16:23:57 -04:00
Hypolite Petovan 01e9beffc2 [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
2020-06-07 15:41:11 -04:00
Hypolite Petovan 59bd6fd908
Merge pull request #8747 from annando/fix-8742
Fix 8742: The pre update is now executed
2020-06-07 13:05:09 -04:00
Michael 4c4f2c6a20 Fix 8742: The pre update is now executed 2020-06-07 16:41:01 +00:00
Michael Vogel 51a6b0fcb6
Merge pull request #8742 from MrPetovan/task/blocklist-safelist
Replace charged terms with "allowlist", "denylist" and "blocklist"
2020-06-07 18:26:26 +02:00
Hypolite Petovan 8eeb7807d3 Replace remaining instances with "allowlist", "denylist" and "blocklist" 2020-06-07 11:24:56 -04:00
Hypolite Petovan 530ff51898 Rename system config value to db_log_index_denylist 2020-06-07 11:24:56 -04:00
Hypolite Petovan 34463f37e4 Rename contact table column to ffi_keyword_denylist 2020-06-07 11:24:52 -04:00
Hypolite Petovan 586eddbd1a
Merge pull request #8738 from annando/jsonld-tests
Added tests for JsonLD class
2020-06-07 10:23:12 -04:00
Michael 8823cbf9c4 Ensure that empty arrays are returned as empty arrays 2020-06-07 08:49:53 +00:00
Michael 8868bc3b55 The more tests the better? 2020-06-07 08:39:00 +00:00
Michael bc616a142b There is always one last test ... 2020-06-07 08:29:19 +00:00
Michael 1f36c655e1 Two more tests 2020-06-07 08:24:08 +00:00
Michael 775437cb1c Another test added 2020-06-07 08:15:04 +00:00
Michael Vogel 3e2ebcb1c7
Merge pull request #8741 from MrPetovan/task/hook-probe-detect
Add probe_detect hook
2020-06-06 23:06:51 +02:00
Michael 11404646db Fix test 2020-06-06 19:53:26 +00:00
Michael c38452d16e Avoiding unwanted side effects 2020-06-06 19:29:37 +00:00
Hypolite Petovan b1e6a4e499
Merge pull request #8739 from annando/issue-8732
Issue 8732: Fix fetch saved searches
2020-06-06 15:21:38 -04:00
Hypolite Petovan 5cb3a5ff74 Remove obsolete Twitter probing
- Profile page source offers no details about accounts when not logged in
2020-06-06 15:08:21 -04:00
Hypolite Petovan 6bed6d5587 Add probe_detect hook 2020-06-06 14:54:04 -04:00
Michael d68372c872 Issue 8732: Fix fetch aved searches 2020-06-06 18:45:16 +00:00
Michael 0799b721c9 Just some more tests added 2020-06-06 14:59:28 +00:00
Michael 699429ab08 Added test for fetching arrays 2020-06-06 14:16:27 +00:00
Michael 95d997c79d Added tests for JsonLD class 2020-06-06 12:53:36 +00:00
Hypolite Petovan b3c07fc726
Merge pull request #8737 from annando/issue-8735
Issue 8735: Ensure the correct data type for "hide"
2020-06-06 08:35:57 -04:00
Michael bc4e5b4d69 Issue 8735: Ensure the correct data type for "hide" 2020-06-06 08:11:19 +00:00
Michael Vogel 3eb3fe8e98
Merge pull request #8734 from MrPetovan/bug/8732-noscrape-notice
Exit with an error if profile info isn't available in Module\NoScrape
2020-06-06 09:31:31 +02:00
Hypolite Petovan 1304e14572 Exit with an error if profile info isn't available in Module\NoScrape 2020-06-05 14:28:11 -04:00
Tobias Diekershoff 2e0151bec0
Merge pull request #8733 from annando/fix-notice
Fix Notice "Undefined index: subscribe"
2020-06-05 14:38:24 +02:00
Michael 7374104f29 Fix Notice "Undefined index: subscribe" 2020-06-05 10:44:36 +00:00
Tobias Diekershoff ff9f2dd6cc
Merge pull request #8731 from MrPetovan/task/frio-mobile-active-buttons-color
[frio] Add color to active buttons in mobile view
2020-06-05 06:42:33 +02:00
Michael Vogel a3fabd57a3
Merge pull request #8730 from MrPetovan/bug/fatal-errors
Ensure $categories is set in mod/item
2020-06-05 05:59:36 +02:00
Hypolite Petovan fa1e7676c7 [frio] Add color to active buttons in mobile view 2020-06-04 23:47:13 -04:00
Hypolite Petovan d6fd5b273b Ensure $categories is set in mod/item
- Address https://github.com/friendica/friendica/issues/8473#issuecomment-639052328
2020-06-04 21:32:47 -04:00
Hypolite Petovan 37d61fbc44
Merge pull request #8728 from annando/ap-webfinger
Use webfinger in apcontact fetch
2020-06-04 21:24:53 -04:00
Michael 7b70eefbb6 Remove the "addr" when webfinger fails 2020-06-04 22:08:31 +00:00
Michael 62217735f0 Use webfinger in apcontact fetch 2020-06-04 21:55:14 +00:00
Michael Vogel 5d24a67c40
Merge pull request #8725 from MrPetovan/bug/8722-oembed-share
Remove Twitter exception for shared blocks
2020-06-04 18:29:18 +02:00
Hypolite Petovan e0152bec7d Remove Twitter exception for shared blocks in Text\BBCode::convertShareCallback
- Twitter stopped supporting OEmbed which defaulted to an undesirable fallback
2020-06-04 11:13:31 -04:00