]>
git.mxchange.org Git - friendica.git/log
Michael Vogel [Sun, 14 Jun 2020 14:06:22 +0000 (16:06 +0200)]
Merge pull request #8617 from MrPetovan/task/8220-twitter-followers-list
(Re)Implement Twitter contact API endpoints
Michael Vogel [Sat, 13 Jun 2020 06:19:16 +0000 (08:19 +0200)]
Merge pull request #8767 from MrPetovan/bug/8746-smarty-vars-leak
Clear all previous template variables before replacing Macros
Hypolite Petovan [Sat, 13 Jun 2020 02:06:09 +0000 (22:06 -0400)]
Clear all previous template variables before replacing Macros in FriendicaSmartyEngine
- Prevents variables leaking between replaceMacros() calls
Hypolite Petovan [Sat, 13 Jun 2020 02:05:12 +0000 (22:05 -0400)]
[frio] Remove duplicate page wrapper in auto_request
- [frio] Add page wrapper to minimal template (for sitewide theme settings)
Hypolite Petovan [Fri, 12 Jun 2020 20:42:16 +0000 (16:42 -0400)]
Merge pull request #8765 from annando/fix-pubkey
Fix providing the public key
Michael Vogel [Fri, 12 Jun 2020 19:51:42 +0000 (21:51 +0200)]
Fix providing the public key
Michael Vogel [Fri, 12 Jun 2020 04:58:20 +0000 (06:58 +0200)]
Merge pull request #8753 from MrPetovan/bug/fatal-errors
Remove dependency to App in Contact::createFromProbe
Michael Vogel [Fri, 12 Jun 2020 04:47:37 +0000 (06:47 +0200)]
Merge pull request #8761 from MrPetovan/bug/8743-frio-admin-users-table-order
[frio] Replace only the users table element when reordering on a column in mod_admin.js
Hypolite Petovan [Fri, 12 Jun 2020 00:26:29 +0000 (20:26 -0400)]
[frio] Replace only the users table element when reordering on a column in mod_admin.js
- Replace duplicate jQuery query with a variable
Michael Vogel [Thu, 11 Jun 2020 05:32:29 +0000 (07:32 +0200)]
Merge pull request #8740 from MrPetovan/task/frio-improve-share-display
[frio] Improve share blocks display
Michael Vogel [Thu, 11 Jun 2020 04:29:33 +0000 (06:29 +0200)]
Merge pull request #8754 from MrPetovan/task/8676-ap-attachments
Strip the link preview URL from the end of the body if any in ActivityPub\Processor
Michael Vogel [Wed, 10 Jun 2020 23:05:56 +0000 (01:05 +0200)]
Merge pull request #8758 from MrPetovan/bug/8726-mention-parsing
Add missing return variable while replacing tags in mod/item
Hypolite Petovan [Wed, 10 Jun 2020 21:23:07 +0000 (17:23 -0400)]
Add missing return variable while replacing tags in mod/item
Hypolite Petovan [Wed, 10 Jun 2020 19:33:03 +0000 (15:33 -0400)]
Merge pull request #8757 from annando/simplify-probe
Simplify the probing process
Michael [Wed, 10 Jun 2020 19:19:10 +0000 (19:19 +0000)]
Simplify the probing process
Michael Vogel [Wed, 10 Jun 2020 19:14:23 +0000 (21:14 +0200)]
Merge pull request #8755 from MrPetovan/bug/notices
Replace mention to $_SERVER with parameter in Content\Markdown::convert
Hypolite Petovan [Wed, 10 Jun 2020 15:40:18 +0000 (11:40 -0400)]
Replace mention to $_SERVER with parameter in Content\Markdown::convert
- $_SERVER key isn't always available, no idea what it was used for exactly
Hypolite Petovan [Wed, 10 Jun 2020 15:19:44 +0000 (11:19 -0400)]
Strip the link preview URL from the end of the body if any in ActivityPub\Processor
Hypolite Petovan [Wed, 10 Jun 2020 14:36:42 +0000 (10:36 -0400)]
Remove dependency to App in Contact::createFromProbe
- Address https://github.com/friendica/friendica/issues/8473#issuecomment-
641259906
Hypolite Petovan [Wed, 10 Jun 2020 13:55:52 +0000 (09:55 -0400)]
Add no-parsing block escaping in BBCode::setMentions
Hypolite Petovan [Sat, 6 Jun 2020 21:31:23 +0000 (17:31 -0400)]
Remove superfluous code
- Remove explicit default parameter value in BBCode::convertShareCallback
- Remove Probe::$baseurl reset since the twitter probe sets the `baseurl` property
- Remove baseurl guessing in Probe::detect
Hypolite Petovan [Sat, 6 Jun 2020 18:37:07 +0000 (14:37 -0400)]
[frio] Improve shared content display
Hypolite Petovan [Sat, 6 Jun 2020 18:36:48 +0000 (14:36 -0400)]
Add mention support to shared content
Hypolite Petovan [Wed, 10 Jun 2020 14:13:32 +0000 (10:13 -0400)]
Move handle_tag() to Content\Item::replaceTag
Hypolite Petovan [Sat, 6 Jun 2020 18:36:04 +0000 (14:36 -0400)]
Add probe data return if Contact::getDetailsByURL didn't yield a result in Contact::getDetailsByAddr
Hypolite Petovan [Sat, 6 Jun 2020 18:32:51 +0000 (14:32 -0400)]
Fix issue with Probe returning local baseurl for probed Twitter accounts
Hypolite Petovan [Wed, 10 Jun 2020 04:11:51 +0000 (00:11 -0400)]
Merge pull request #8752 from annando/posts-from-id
Avoid unneeded database calls when showing posts of contacts
Hypolite Petovan [Wed, 10 Jun 2020 04:10:32 +0000 (00:10 -0400)]
Merge pull request #8751 from annando/notice
Fix notice "Undefined index: template in src/Network/Probe.php on line 598"
Michael [Tue, 9 Jun 2020 22:38:06 +0000 (22:38 +0000)]
Avoid unneeded database calls when showing posts of contacts
Michael [Tue, 9 Jun 2020 20:44:55 +0000 (20:44 +0000)]
Fix notice " Undefined index: template in src/Network/Probe.php on line 598"
Michael Vogel [Tue, 9 Jun 2020 20:23:26 +0000 (22:23 +0200)]
Merge pull request #8749 from MrPetovan/task/8676-ap-attachments
Add quote support in attachment title in ActivityPub\Processor
Michael Vogel [Tue, 9 Jun 2020 20:03:06 +0000 (22:03 +0200)]
Merge pull request #8729 from MrPetovan/bug/8726-mention-parsing
Add tag escaping to BBCode::setTags
Hypolite Petovan [Tue, 9 Jun 2020 16:54:38 +0000 (12:54 -0400)]
Merge pull request #8750 from AlfredSK/fix-continue-warnings
fix-continue-warnings in AP processor
AlfredSK [Tue, 9 Jun 2020 16:40:36 +0000 (16:40 +0000)]
fix-continue-warnings
Hypolite Petovan [Tue, 9 Jun 2020 12:53:48 +0000 (08:53 -0400)]
Add quote support in attachment title in ActivityPub\Processor
Hypolite Petovan [Tue, 9 Jun 2020 12:39:37 +0000 (08:39 -0400)]
[Tests] Add test for Module\Api\Twitter\ContactEndpoint
- Add necessary fixture data
Hypolite Petovan [Tue, 9 Jun 2020 12:38:31 +0000 (08:38 -0400)]
[Tests] Extract fixture logic from ApiTest
- Reorder frio scheme tests to avoid PConfig persistence side-effect
Hypolite Petovan [Sun, 10 May 2020 14:24:35 +0000 (10:24 -0400)]
Add support for max_id parameter in new Twitter contact API endpoints
- Use filter_input instead of manual type casting
Hypolite Petovan [Sun, 10 May 2020 05:09:20 +0000 (01:09 -0400)]
Implement Twitter contact endpoints
- Implement /followers/ids
- Implement /followers/list
- Reimplement /friends/ids
- Reimplement /friends/list
- Update API reference
- Remove obsolete tests
Hypolite Petovan [Sun, 10 May 2020 05:04:18 +0000 (01:04 -0400)]
Add Twitter User Object and Factory
Hypolite Petovan [Tue, 9 Jun 2020 00:43:46 +0000 (20:43 -0400)]
Fix faulty test expectation in ApiTest->testApiFriendicaNotificationWithXmlResult
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
Hypolite Petovan [Mon, 8 Jun 2020 22:58:05 +0000 (18:58 -0400)]
Remove superfluous indentation level in mod/poco
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
Hypolite Petovan [Fri, 5 Jun 2020 01:17:27 +0000 (21:17 -0400)]
Add documentation about escaping blocks in doc/BBCode
Hypolite Petovan [Fri, 5 Jun 2020 00:57:27 +0000 (20:57 -0400)]
Add tag escaping to tag handling in mod/item
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
Hypolite Petovan [Fri, 5 Jun 2020 00:54:40 +0000 (20:54 -0400)]
Add tag escaping to BBCode::setTags
Hypolite Petovan [Thu, 4 Jun 2020 23:30:28 +0000 (19:30 -0400)]
Replace existing block escaping by performWitEscaped* calls
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
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
Hypolite Petovan [Sun, 7 Jun 2020 20:23:57 +0000 (16:23 -0400)]
Add check for existing attachment in ActivityPub\Processor::constructAttachList
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
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
Michael [Sun, 7 Jun 2020 16:41:01 +0000 (16:41 +0000)]
Fix 8742: The pre update is now executed
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"
Hypolite Petovan [Sat, 6 Jun 2020 20:44:39 +0000 (16:44 -0400)]
Replace remaining instances with "allowlist", "denylist" and "blocklist"
Hypolite Petovan [Sat, 6 Jun 2020 20:44:07 +0000 (16:44 -0400)]
Rename system config value to db_log_index_denylist
Hypolite Petovan [Sat, 6 Jun 2020 20:43:23 +0000 (16:43 -0400)]
Rename contact table column to ffi_keyword_denylist
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
Michael [Sun, 7 Jun 2020 08:49:53 +0000 (08:49 +0000)]
Ensure that empty arrays are returned as empty arrays
Michael [Sun, 7 Jun 2020 08:39:00 +0000 (08:39 +0000)]
The more tests the better?
Michael [Sun, 7 Jun 2020 08:29:19 +0000 (08:29 +0000)]
There is always one last test ...
Michael [Sun, 7 Jun 2020 08:24:08 +0000 (08:24 +0000)]
Two more tests
Michael [Sun, 7 Jun 2020 08:15:04 +0000 (08:15 +0000)]
Another test added
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
Michael [Sat, 6 Jun 2020 19:53:26 +0000 (19:53 +0000)]
Fix test
Michael [Sat, 6 Jun 2020 19:29:37 +0000 (19:29 +0000)]
Avoiding unwanted side effects
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
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
Hypolite Petovan [Sat, 6 Jun 2020 18:54:04 +0000 (14:54 -0400)]
Add probe_detect hook
Michael [Sat, 6 Jun 2020 18:45:16 +0000 (18:45 +0000)]
Issue 8732: Fix fetch aved searches
Michael [Sat, 6 Jun 2020 14:59:28 +0000 (14:59 +0000)]
Just some more tests added
Michael [Sat, 6 Jun 2020 14:16:27 +0000 (14:16 +0000)]
Added test for fetching arrays
Michael [Sat, 6 Jun 2020 12:53:36 +0000 (12:53 +0000)]
Added tests for JsonLD class
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"
Michael [Sat, 6 Jun 2020 08:11:19 +0000 (08:11 +0000)]
Issue 8735: Ensure the correct data type for "hide"
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
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
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"
Michael [Fri, 5 Jun 2020 10:44:36 +0000 (10:44 +0000)]
Fix Notice "Undefined index: subscribe"
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
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
Hypolite Petovan [Fri, 5 Jun 2020 03:47:13 +0000 (23:47 -0400)]
[frio] Add color to active buttons in mobile view
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
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
Michael [Thu, 4 Jun 2020 22:08:31 +0000 (22:08 +0000)]
Remove the "addr" when webfinger fails
Michael [Thu, 4 Jun 2020 21:55:14 +0000 (21:55 +0000)]
Use webfinger in apcontact fetch
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
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
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 .
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
Hypolite Petovan [Thu, 4 Jun 2020 02:02:01 +0000 (22:02 -0400)]
Move share content conversion before link handling in Text\BBCode::convert
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
Michael [Wed, 3 Jun 2020 10:33:54 +0000 (10:33 +0000)]
Removed unused parts
Michael [Wed, 3 Jun 2020 09:40:43 +0000 (09:40 +0000)]
File ending, Error Message
Michael [Wed, 3 Jun 2020 09:27:02 +0000 (09:27 +0000)]
Merge remote-tracking branch 'upstream/develop' into issue-8714
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
Michael [Wed, 3 Jun 2020 06:57:51 +0000 (06:57 +0000)]
Fix fatal errors because of mixed data types
Michael [Wed, 3 Jun 2020 05:14:45 +0000 (05:14 +0000)]
Issue 8714: Make redirects more secure