Commit graph

6310 commits

Author SHA1 Message Date
Michael Vogel af10ed8a15
Merge pull request #9274 from MrPetovan/bug/parse-url-charset
Restrict character class for charset capture in Util\ParseUrl
2020-09-26 21:43:14 +02:00
Michael 3efbf1beb7 Fix notice 2020-09-26 18:59:31 +00:00
Michael 4a40a40ed1 Merge remote-tracking branch 'upstream/develop' into hide-sharer 2020-09-26 18:05:15 +00:00
Michael c0ddcfb0cd Hide own contacts 2020-09-26 18:01:10 +00:00
Michael 3ffb90cf07 Improve naming, make widget collapsable 2020-09-26 14:13:14 +00:00
Hypolite Petovan 4657a8c97a
Merge pull request #9280 from annando/account-selector
Account selector for the community page
2020-09-26 08:45:28 -04:00
Hypolite Petovan 8e6483970a
Merge pull request #9277 from annando/issue-9268
Issue 9268: Don't show posts from followers on community page
2020-09-26 08:28:01 -04:00
Hypolite Petovan f30d1a6d70
Merge pull request #9278 from annando/issue-9276
Issue 9276: Cache the trending hashtags in the background
2020-09-26 08:24:54 -04:00
Michael 3b90dc0289 Use period and limit in the cache key 2020-09-26 12:16:46 +00:00
Michael f936d93730 Moved "selected" check into the template 2020-09-26 12:13:30 +00:00
Michael 5a48002575 Account selector for the community page 2020-09-26 11:05:18 +00:00
Michael 91ccdac652 Remove unneeded addon reload 2020-09-26 09:53:44 +00:00
Michael f7cf8fe3d0 Issue 9276: Cache the trending hashtags in the background 2020-09-26 09:42:12 +00:00
Michael b522f20702 Issue 9268: Don't show posts from followers on community page 2020-09-26 09:09:56 +00:00
Hypolite Petovan b26d225136 Restrict character class for charset capture in Util\ParseUrl
- Address https://github.com/friendica/friendica/issues/9252#issuecomment-698742359
2020-09-25 11:36:09 -04:00
Hypolite Petovan 04f993b611
Merge pull request #9273 from annando/inherit-causer
We now inherit the causer for completing a thread
2020-09-25 10:46:28 -04:00
Michael 9ea34370a6 We now inherit the causer for completing a thread 2020-09-25 12:16:08 +00:00
Hypolite Petovan f52d44554e Add style and script tag escaping when parsing charset in Util\ParseUrl
- Address https://github.com/friendica/friendica/issues/9251#issuecomment-698086677
2020-09-25 06:55:52 -04:00
Michael 9552473db5 Issue 9264: post types should now work 2020-09-25 06:47:07 +00:00
Hypolite Petovan 9cfd4ef868
Merge pull request #9267 from annando/follower-indicator
Issue 9264: Ensure that "pt_follower" is only set when its a real follower
2020-09-24 08:41:50 -04:00
Hypolite Petovan 013d3510f4
Merge pull request #9265 from annando/uri-id
Ensure that the uri-id is always set
2020-09-24 08:18:48 -04:00
Michael d9d1268194 Issue 9264: Ensure that "pt_follower" is only set when its a real follower 2020-09-24 10:26:28 +00:00
Michael c06e077c27 Ensure that the uri-id is always set 2020-09-23 18:55:16 +00:00
Hypolite Petovan 3038e4a3f9
Merge pull request #9262 from nupplaphil/phpmailer_fix
E-Mail Message-ID & Newline fix
2020-09-23 14:22:12 -04:00
Philipp Holzer 3eaaf716e9
just log double message IDs, don't discard the email 2020-09-23 19:38:20 +02:00
Hypolite Petovan fa94c82299
Merge pull request #9260 from annando/ap-relay-settings
Relay settings are now valid for the ActivityRelay as well
2020-09-23 12:46:32 -04:00
Michael ea698b6702 Delimiter added 2020-09-23 15:57:10 +00:00
Hypolite Petovan befc8c86ab
Merge pull request #9261 from annando/relay-distribution
Delayed relay distribution
2020-09-23 11:43:52 -04:00
Michael 4a8531354b Use preg_quote 2020-09-23 15:28:00 +00:00
Michael 8805348abc Removed parameter 2020-09-23 15:20:16 +00:00
Michael c5304d1ff4 Use plainext 2020-09-23 09:00:09 +00:00
Hypolite Petovan 2cb87aca33 Improve charset detection in Util\ParseUrl
- Pages with charset meta tag weren't properly decoded
2020-09-22 20:35:36 -04:00
Philipp Holzer e2b736d0a9
Fix phpmailer (Case sensitive Check) 2020-09-22 22:48:34 +02:00
Michael Vogel 380828d78c Delayed relay distribution 2020-09-22 22:14:37 +02:00
Philipp Holzer b1a402a787
Fix newline email error 2020-09-22 21:08:36 +02:00
Philipp Holzer 545517e85f
Add protected mail function for testability 2020-09-22 21:08:36 +02:00
Michael b0c9c9b7cb Relay settings are now valid for the ActivityRelay as well 2020-09-22 15:48:44 +00:00
Hypolite Petovan d0505222ef
Merge pull request #9257 from annando/causer-id
We now store the causer-id in the items
2020-09-22 10:23:07 -04:00
Michael 93cd85595c Added foreign key 2020-09-22 07:19:44 +00:00
Michael d3abf5eff9 Set "follower" on relayed posts as well 2020-09-22 05:57:03 +00:00
Michael 338ddf45b1 We now store the causer-id in the items 2020-09-22 05:36:01 +00:00
Michael Vogel 9c7a4ae2bd
Merge pull request #9255 from MrPetovan/bug/fatal-errors
Add expected method MailBuilder->withHeaders
2020-09-21 19:03:57 +02:00
Michael 11d2b027ec Additional direction for fetching content 2020-09-21 15:17:33 +00:00
Hypolite Petovan acd6fd7dd3 Add expected method MailBuilder->withHeaders
- Address https://github.com/friendica/friendica/issues/9250#issuecomment-696055412
2020-09-21 11:07:34 -04:00
Michael c082109ff9 Show if a post arrived via relay 2020-09-21 12:31:20 +00:00
Michael 60b33cd3b1 Fix a type / add "list" command to relay cli 2020-09-21 07:42:53 +00:00
Hypolite Petovan a852455d0e Merge remote-tracking branch 'friendica/stable' into develop
# Conflicts:
#	composer.lock
2020-09-20 15:32:58 -04:00
Michael fe825b3634 Fix notice 2020-09-20 17:47:44 +00:00
Michael 6c7bce86fe Avoid fatal error on the community page 2020-09-20 17:37:09 +00:00
Hypolite Petovan bfd49ccacb
Merge pull request #9247 from annando/issue-9246
Issue 9246: Don't perform fulltext searches on URL
2020-09-20 11:19:23 -04:00
Hypolite Petovan c8f385727e
Improve log message language in Module/Search/Index.php
Co-authored-by: Steffen K9 <admin@libranet.de>
2020-09-20 11:19:03 -04:00
Michael 2bd1e8cf65 Corrected comment 2020-09-20 09:38:31 +00:00
Michael 6bdc55e13e Issue 9246: Don't perform fulltext searches on URL 2020-09-20 09:37:05 +00:00
Michael 12e74a70a4 Added logging 2020-09-20 07:46:23 +00:00
Michael a42217eae4 Fixes notice "Undefined index: text" 2020-09-20 07:45:19 +00:00
Michael 1898c0c351 Fix notice "Undefined index: gravity" 2020-09-20 04:49:48 +00:00
Hypolite Petovan 722aada460
Merge pull request #9242 from nupplaphil/bug/9142-message-id
Transform email header string to header array
2020-09-19 22:10:20 -04:00
Philipp Holzer c41614fef1
Add improvements 2020-09-19 22:49:44 +02:00
Michael bf2ca5fcf9 Issue 9229: Show unfollow with known contacts 2020-09-19 20:47:05 +00:00
Hypolite Petovan b9a61e5bfb
Merge pull request #9243 from annando/preview-text
Only display redundant preview data with preview picture
2020-09-19 15:42:40 -04:00
Michael 1a0db28d2e Only display redundant preview data with preview picture 2020-09-19 19:02:40 +00:00
Philipp Holzer c9e510d4fd
Use getmypid() as dependency (improve testing) 2020-09-19 20:28:01 +02:00
Philipp Holzer ac1d2cf38f
Transform email header string to header array & replace it at various situations. 2020-09-19 20:16:55 +02:00
Michael 38635b1544 Issue 8961: Move default value for site settings to settings.config.php 2020-09-19 17:52:11 +00:00
Michael e6884a934c Fix Notice: "Undefined variable: r" 2020-09-19 16:47:00 +00:00
Michael 6020e824a8 Don't set count to 0 2020-09-19 12:07:17 +00:00
Michael 86592daaa1 Include more field in the fulltext search 2020-09-19 10:45:11 +00:00
Michael dfeae25e6d Issue 9231: Speed up full text search 2020-09-19 08:26:50 +00:00
Tobias Diekershoff 5eb44ca36b
Merge pull request #9233 from annando/notice
Fixes several notices
2020-09-19 08:07:16 +02:00
Michael 84a9a5b174 Fixes several notices 2020-09-19 03:16:26 +00:00
Michael Vogel e229ad9555
Merge pull request #9226 from MrPetovan/bug/fatal-errors
Ensure author-link key has a value in Worker\Notifier
2020-09-18 22:28:42 +02:00
Michael fcddf24f88 Remove tracking pixels when importing feeds 2020-09-18 15:25:48 +00:00
Michael 74e5a73678 Fix fatal errors and notices 2020-09-18 12:08:40 +00:00
Hypolite Petovan 425790d2fd
Merge pull request #9224 from annando/issue-9165
Issue 9165:  Make pager work for search
2020-09-18 00:18:50 -04:00
Hypolite Petovan fb131027fa Ensure author-link key has a value in Worker\Notifier
- Address https://github.com/friendica/friendica/issues/8875#issuecomment-691942457
2020-09-17 22:47:37 -04:00
Michael 03157cc2f2 Issue 9165: Make pager work for search 2020-09-17 21:10:59 +00:00
Michael 64c6224968 Issue 8958: Ensure to have no foreign key violation 2020-09-17 19:10:45 +00:00
Michael c36bfcf17d Changed loglevels in the worker 2020-09-17 17:57:41 +00:00
Hypolite Petovan 380cd902d0
Merge pull request #9217 from annando/fix-empty-preview
Fixes empty feed preview data
2020-09-17 10:19:20 -04:00
Hypolite Petovan 3e9aa606ab
Merge pull request #9211 from annando/send-relais
We can now manage relay servers and can send content to them
2020-09-17 10:18:06 -04:00
Michael 451613a76a Merge branch 'fix-empty-preview' of github.com:annando/friendica into fix-empty-preview 2020-09-17 13:13:49 +00:00
Michael 032df50e9d Simplify check 2020-09-17 13:13:40 +00:00
Michael Vogel 005defa6cd
Update src/Protocol/Feed.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-09-17 15:08:01 +02:00
Michael 1bbad87ff0 Remove the text if it is identical to the body 2020-09-17 13:07:20 +00:00
Michael fbc1cd2528 Fixes empty feed preview data 2020-09-17 10:36:33 +00:00
Michael 35fb7a13ca Merge branch 'send-relais' of github.com:annando/friendica into send-relais 2020-09-17 04:36:38 +00:00
Michael 144ee09c43 Improved description 2020-09-17 04:36:32 +00:00
Michael Vogel 0fe2146338
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-09-17 06:33:31 +02:00
Michael 5f46b09772 Added some logging 2020-09-17 04:31:38 +00:00
Hypolite Petovan a705db27c2 Fix wrong expected DB field name in DFRN::fetchauthor 2020-09-16 22:45:51 -04:00
Michael Vogel de3ed5faf4
Merge pull request #9197 from MrPetovan/bug/9192-normalize-escaping-item
Remove obsolete uses of Strings::escapeTags in mod/item
2020-09-16 22:10:19 +02:00
Michael c8f02350b6 Changed class description 2020-09-16 18:38:36 +00:00
Michael 373ba425ae Merge branch 'send-relais' of github.com:annando/friendica into send-relais 2020-09-16 18:25:13 +00:00
Michael Vogel 6c6cfa939d
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-09-16 20:23:27 +02:00
Michael 522bd5d774 Merge remote-tracking branch 'upstream/2020.09-rc' into send-relais 2020-09-16 10:27:14 +00:00
Hypolite Petovan ba23d3af9e
Merge pull request #9213 from annando/new-relay-server
Changed name for the sample relay server
2020-09-16 05:23:58 -04:00
Hypolite Petovan 6b8ea346bc
Merge pull request #9212 from annando/nofinalurlfeed
Ignore list for redirects
2020-09-16 05:22:33 -04:00
Michael efb461583b Move default setting to the configuration file 2020-09-16 06:08:30 +00:00
Michael 351d14d6f5 Replaced the defunct relay server at another place as well 2020-09-16 05:29:33 +00:00
Michael 6a505372fa Changed name for the sample relay server 2020-09-16 05:20:38 +00:00