Commit Graph

24873 Commits

Author SHA1 Message Date
Tobias Diekershoff c76d0cc481 updated CHANGELOG file with the stuff of the last days 2019-09-22 07:35:21 +02:00
Tobias Diekershoff 5d5933386f Added info about the usage of the [abstract] in AP and especially in Mastodon to the documentation 2019-09-22 07:24:06 +02:00
Philipp 482cf1bbfe
Merge pull request #7646 from MrPetovan/bug/warnings
Remove setting obsolete App->data['user'] in Module\Profile\Contacts
2019-09-21 18:20:57 +02:00
Hypolite Petovan f51b275b17 Add parameter type hints in Temporal::getDateofBirthField 2019-09-21 10:52:55 -04:00
Hypolite Petovan 775324bd07
Merge pull request #7647 from annando/inter-transport
Always use direct DFRN transport on local contacts
2019-09-21 10:23:29 -04:00
Michael a2105c5dfe Changed documentation 2019-09-21 13:19:00 +00:00
Michael b24ef7247d Don't update the basepath on local check 2019-09-21 13:17:33 +00:00
Michael cf569425c6 Avoid a notice 2019-09-21 13:00:53 +00:00
Michael c364a77d63 Always use direct DFRN transport on local contacts 2019-09-21 12:39:07 +00:00
Hypolite Petovan 118e737a49 Remove dependency to App object in Temporal::getDateofBirthField 2019-09-21 05:15:52 -04:00
Hypolite Petovan f19136905f Remove setting obsolete App->data['user'] in Module\Profile\Contacts 2019-09-21 05:14:49 -04:00
Hypolite Petovan 7e600df9a6
Merge pull request #7645 from annando/fix-probe
Fix: updateFromProbe failed when updating non-federated networks
2019-09-20 19:50:10 -04:00
Michael 64f30d3627 Fix: updateFromProbe failed when updating non-federated networks 2019-09-20 21:01:52 +00:00
Hypolite Petovan cc617e42a3
Merge pull request #7642 from annando/fix-twitter
Fetch avatar and name on Twitter discovery
2019-09-19 07:10:23 -04:00
Hypolite Petovan 0c0f3b0fcc
Merge pull request #7641 from annando/update-unsearchable
Update the "unsearchable" field in the "self" contact
2019-09-19 07:09:23 -04:00
Michael 3b6f16347a Fetch avatar and name on Twitter discovery 2019-09-19 05:28:46 +00:00
Michael 0d32a8674b Update the "unsearchable" field in the "self" contact 2019-09-19 03:54:54 +00:00
Hypolite Petovan 89e1fee01e
Merge pull request #7640 from annando/hidewall
Changed "hidewall" behaviour
2019-09-18 13:31:07 -04:00
Michael 358cbe812a Correction: Must be inverted 2019-09-18 16:37:13 +00:00
Michael 9e7467f8f9 Added to-do 2019-09-18 05:56:06 +00:00
Michael 1144863090 Changed "hidewall" behaviour 2019-09-18 05:20:33 +00:00
Hypolite Petovan a2f388460e
Merge pull request #7639 from nupplaphil/bug/7635-PHP_SELF
Remove $_SERVER['PHP_SELF'] usage
2019-09-17 11:08:29 -04:00
Philipp Holzer b13dbb3dcb
Remove $_SERVER['PHP_SELF'] usage 2019-09-17 16:47:00 +02:00
Tobias Diekershoff a3848d3b80 typo 2019-09-17 07:47:03 +02:00
Tobias Diekershoff e0ac3bc9b8 updated CHANGELOG 2019-09-17 07:43:03 +02:00
Hypolite Petovan 9582714089
Merge pull request #7634 from tobiasd/20190916-de
DE translation update
2019-09-16 15:09:30 -04:00
Tobias Diekershoff e3f2f81464 DE translation update 2019-09-16 21:04:55 +02:00
Michael Vogel 6973f90b8b
Merge pull request #7630 from MrPetovan/bug/7629-diaspora-implicit-self-mention
Remove Diaspora implicit self mention
2019-09-15 13:13:37 +02:00
Hypolite Petovan 888f7ffd1c Use correct data key to compare authors before appending mention in Protocol\Diaspora 2019-09-15 07:05:47 -04:00
Michael Vogel b52756c4eb
Merge pull request #7631 from tobiasd/20190915-msg
regen messages.po
2019-09-15 08:31:41 +02:00
Tobias Diekershoff 76b130eba7 regen messages.po 2019-09-15 07:47:31 +02:00
Hypolite Petovan 69752fd945 Prevent prepending implicit mention if replied to item is ours in Protocol\Diaspora 2019-09-14 17:42:02 -04:00
Hypolite Petovan 2f5ea6dcdb
Merge pull request #7628 from tobiasd/20190914-searchhelp
Added some help text about influence on search engines
2019-09-14 14:12:49 -04:00
Tobias Diekershoff d2707a0e15 Added some help text about influence on search engines 2019-09-14 19:14:52 +02:00
Philipp ae462655a0
Merge pull request #7627 from MrPetovan/bug/warnings
Check the root directory is writable before copying .htaccess in Worker\Cron
2019-09-14 14:46:17 +02:00
Hypolite Petovan 6576f15164 Check the root directory is writable before copying .htaccess in Worker\Cron
- Addresses https://github.com/friendica/friendica/issues/7298#issuecomment-531454632
2019-09-14 06:30:41 -04:00
Tobias Diekershoff a78ffd5b7e
Merge pull request #7626 from annando/issue-6553
Issue 6553: Restructured code for treating removed accounts
2019-09-14 09:48:38 +02:00
Michael a037427a54 Added comment 2019-09-14 07:17:06 +00:00
Michael 9d87bc94a6 Issue 6553: Restructured code for treating removed accounts 2019-09-14 07:12:25 +00:00
Philipp c11bf8a14f
Merge pull request #7625 from tobiasd/20190914-de
DE translation update
2019-09-14 08:22:46 +02:00
Tobias Diekershoff b04504445b DE translation update 2019-09-14 07:48:34 +02:00
Philipp 43df34fe05
Merge pull request #7624 from MrPetovan/bug/notices
Fix notice message when $return is undefined in Core\ACL
2019-09-14 05:05:14 +02:00
Hypolite Petovan 32707022bf Remove GET page parameter access from Core\ACL 2019-09-13 20:06:57 -04:00
Hypolite Petovan 1a81ed8616 Fix notice message when $return is undefined in Core\ACL 2019-09-13 20:06:22 -04:00
Hypolite Petovan cd4edb1038
Merge pull request #7623 from annando/issue-870
Issue 870: Clarified description of the account removal activity
2019-09-13 18:55:14 -04:00
Michael 8852e26e9c And another documentation improvment 2019-09-13 20:56:32 +00:00
Michael 7e9f4becc0 Improvements 2019-09-13 20:37:10 +00:00
Michael d9476cac62 Issue 870: Clarified description of the account removal activity 2019-09-13 20:15:43 +00:00
Hypolite Petovan 2e0e1538d8
Merge pull request #7622 from annando/fix-notice
Fix a notice because of invalid return data
2019-09-13 15:13:53 -04:00
Michael 39133a1e0e Fix a notice because of invalid return data 2019-09-13 18:59:33 +00:00