friendica.git/.git
3 years agoSome more replaced logger
Michael [Sun, 28 Jun 2020 17:35:56 +0000 (17:35 +0000)]
Some more replaced logger

3 years agoReplace deprecated Logger calls
Michael [Sun, 28 Jun 2020 15:43:58 +0000 (15:43 +0000)]
Replace deprecated Logger calls

3 years agoMerge pull request #8825 from annando/render-speed
Tobias Diekershoff [Sun, 28 Jun 2020 14:18:36 +0000 (16:18 +0200)]
Merge pull request #8825 from annando/render-speed

Improve render speed by not probing for unknown contacts

3 years agoImprove render speed by not probing for unknown contacts
Michael Vogel [Sun, 28 Jun 2020 13:57:33 +0000 (15:57 +0200)]
Improve render speed by not probing for unknown contacts

3 years agoMerge pull request #8821 from MrPetovan/bug/fix-item-source-route
Michael Vogel [Sun, 28 Jun 2020 12:02:25 +0000 (14:02 +0200)]
Merge pull request #8821 from MrPetovan/bug/fix-item-source-route

Improve Module\Admin\Item\Source

3 years agoImprove Module\Admin\Item\Source
Hypolite Petovan [Sun, 30 Jun 2019 17:33:33 +0000 (13:33 -0400)]
Improve Module\Admin\Item\Source

- Use router parameter
- Accept full URLs with GUID in form
- Fix 500 error when item with guid doesn't exist

3 years agoMerge pull request #8823 from annando/keyword-notices
Tobias Diekershoff [Sun, 28 Jun 2020 09:10:37 +0000 (11:10 +0200)]
Merge pull request #8823 from annando/keyword-notices

Fix notice "Undefined index: keywords"

3 years agoMerge pull request #8824 from annando/fix-coord
Tobias Diekershoff [Sun, 28 Jun 2020 09:08:22 +0000 (11:08 +0200)]
Merge pull request #8824 from annando/fix-coord

Fix processing of received coordinates

3 years agoFix processing of received coordinates
Michael [Sun, 28 Jun 2020 08:46:27 +0000 (08:46 +0000)]
Fix processing of received coordinates

3 years agoMerge pull request #8822 from MrPetovan/bug/8709-frio-admin-site-accordion
Michael Vogel [Sun, 28 Jun 2020 06:25:22 +0000 (08:25 +0200)]
Merge pull request #8822 from MrPetovan/bug/8709-frio-admin-site-accordion

[frio] Add missing margin above relocate form in admin site

3 years agoEmpty lines removed
Michael Vogel [Sun, 28 Jun 2020 06:23:53 +0000 (08:23 +0200)]
Empty lines removed

3 years agoFix notice "Undefined index: keywords"
Michael Vogel [Sun, 28 Jun 2020 06:18:35 +0000 (08:18 +0200)]
Fix notice "Undefined index: keywords"

3 years ago[frio] Add missing margin above relocate form in admin site
Hypolite Petovan [Sat, 27 Jun 2020 22:37:02 +0000 (18:37 -0400)]
[frio] Add missing margin above relocate form in admin site

3 years agoMerge pull request #8811 from MrPetovan/task/8517-probe-mobile-twitter
Michael Vogel [Sat, 27 Jun 2020 15:32:19 +0000 (17:32 +0200)]
Merge pull request #8811 from MrPetovan/task/8517-probe-mobile-twitter

Add support for mobile profile URL to core twitter probing

3 years agoMerge pull request #8820 from annando/fix-author-network
Hypolite Petovan [Sat, 27 Jun 2020 15:28:14 +0000 (11:28 -0400)]
Merge pull request #8820 from annando/fix-author-network

Fix notice "Undefined index: author-network"

3 years agoFix notice "Undefined index: author-network"
Michael [Sat, 27 Jun 2020 15:10:06 +0000 (15:10 +0000)]
Fix notice "Undefined index: author-network"

3 years agoSimplify sender handle assignment in Model\Mail
Hypolite Petovan [Sat, 27 Jun 2020 13:34:19 +0000 (09:34 -0400)]
Simplify sender handle assignment in Model\Mail

3 years agoMerge pull request #8817 from annando/ap-diaspora-delivery
Hypolite Petovan [Sat, 27 Jun 2020 13:30:11 +0000 (09:30 -0400)]
Merge pull request #8817 from annando/ap-diaspora-delivery

Prevent delivering AP comments to Diaspora

3 years agoMerge pull request #8816 from annando/fix-ap-receiving
Tobias Diekershoff [Sat, 27 Jun 2020 12:52:02 +0000 (14:52 +0200)]
Merge pull request #8816 from annando/fix-ap-receiving

Fix receiving non public posts from AP

3 years agoPrevent delivering AP comments to Diaspora
Michael [Sat, 27 Jun 2020 12:18:36 +0000 (12:18 +0000)]
Prevent delivering AP comments to Diaspora

3 years agoFix receiving non public posts from AP
Michael [Sat, 27 Jun 2020 10:35:45 +0000 (10:35 +0000)]
Fix receiving non public posts from AP

3 years agoAdd support for mobile profile URL to core twitter probing
Hypolite Petovan [Thu, 25 Jun 2020 01:07:49 +0000 (21:07 -0400)]
Add support for mobile profile URL to core twitter probing

3 years agoEnsure url property of Probe::uri result is used authoritatively
Hypolite Petovan [Thu, 25 Jun 2020 00:57:47 +0000 (20:57 -0400)]
Ensure url property of Probe::uri result is used authoritatively

- Some profile URLs aren't canonical and need to be updated during probe

3 years agoMerge pull request #8815 from annando/forum-notice
Hypolite Petovan [Fri, 26 Jun 2020 12:13:12 +0000 (08:13 -0400)]
Merge pull request #8815 from annando/forum-notice

Fix for "PHP Notice:  Undefined index: forum in /src/Protocol/OStatus.php on line 2091"

3 years agoFix notice "Undefined index: forum"
Michael [Fri, 26 Jun 2020 05:29:00 +0000 (05:29 +0000)]
Fix notice "Undefined index: forum"

3 years agoNew function to fetch contact data by url
Michael [Fri, 26 Jun 2020 05:28:25 +0000 (05:28 +0000)]
New function to fetch contact data by url

3 years agoMerge pull request #8813 from annando/issue-8807
Hypolite Petovan [Thu, 25 Jun 2020 21:04:50 +0000 (17:04 -0400)]
Merge pull request #8813 from annando/issue-8807

Issue 8807: Improved feed detecting

3 years agoUnify code structure
Michael [Thu, 25 Jun 2020 20:41:34 +0000 (20:41 +0000)]
Unify code structure

3 years agoIssue 8807: Improved feed detecting
Michael [Thu, 25 Jun 2020 20:29:21 +0000 (20:29 +0000)]
Issue 8807: Improved feed detecting

3 years agoMerge pull request #8803 from MrPetovan/bug/8477-api-photo-item-selectfirstforuser
Michael Vogel [Thu, 25 Jun 2020 17:22:49 +0000 (19:22 +0200)]
Merge pull request #8803 from MrPetovan/bug/8477-api-photo-item-selectfirstforuser

[API] Replace unwarranted Item::selectFirstForUser calls in photo endpoints

3 years agoReplace array_unique with GROUP BY clause in api_fr_photoalbum_delete()
Hypolite Petovan [Thu, 25 Jun 2020 12:05:09 +0000 (08:05 -0400)]
Replace array_unique with GROUP BY clause in api_fr_photoalbum_delete()

3 years agoMerge pull request #8805 from MrPetovan/bug/notices
Michael Vogel [Thu, 25 Jun 2020 06:39:28 +0000 (08:39 +0200)]
Merge pull request #8805 from MrPetovan/bug/notices

Add logging to rare condition in Model\Profile::sidebar

3 years agoMerge pull request #8804 from MrPetovan/bug/warnings
Michael Vogel [Thu, 25 Jun 2020 06:37:41 +0000 (08:37 +0200)]
Merge pull request #8804 from MrPetovan/bug/warnings

Add type hint to Database::insert

3 years agoMerge pull request #8809 from MrPetovan/bug/8808-db-error-contact
Michael Vogel [Thu, 25 Jun 2020 03:48:03 +0000 (05:48 +0200)]
Merge pull request #8809 from MrPetovan/bug/8808-db-error-contact

Add expected whitespace before Widget::unavailableNetworks() output

3 years agoAdd expected whitespace before Widget::unavailableNetworks() output in Module\Contact
Hypolite Petovan [Wed, 24 Jun 2020 22:49:55 +0000 (18:49 -0400)]
Add expected whitespace before Widget::unavailableNetworks() output in Module\Contact

3 years agoAdd logging to rare condition in Model\Profile::sidebar
Hypolite Petovan [Wed, 24 Jun 2020 13:56:11 +0000 (09:56 -0400)]
Add logging to rare condition in Model\Profile::sidebar

- Adresses https://github.com/friendica/friendica/issues/8475#issuecomment-647104375

3 years agoAdd type hint to Database::insert
Hypolite Petovan [Wed, 24 Jun 2020 13:36:34 +0000 (09:36 -0400)]
Add type hint to Database::insert

- Will escalate warning to fatal error in https://github.com/friendica/friendica/issues/8474#issuecomment-646802016

3 years ago[API] Replace unwarranted Item::selectFirstForUser calls in photo endpoints
Hypolite Petovan [Wed, 24 Jun 2020 12:14:45 +0000 (08:14 -0400)]
[API] Replace unwarranted Item::selectFirstForUser calls in photo endpoints

- Item::selectFirstForUser checks for item.visible = 1 which isn't necessarily set on photo-related items

3 years ago[API] Miscellaneous improvements
Hypolite Petovan [Wed, 24 Jun 2020 12:11:47 +0000 (08:11 -0400)]
[API] Miscellaneous improvements

- Use empty() instead of isset($r) && $r in save_media_to_database()
- Use expected variable name for result array in api_fr_photo_delete()
- Use correct associative array references in prepare_photo_data()
- Replace a() call in api_fr_photoalbum_delete()

3 years agoMerge pull request #8792 from MrPetovan/task/share-block-guid
Michael Vogel [Tue, 23 Jun 2020 19:26:07 +0000 (21:26 +0200)]
Merge pull request #8792 from MrPetovan/task/share-block-guid

[frio] Add local post link to share block when guid attribute is present

3 years agoMerge pull request #8802 from MrPetovan/task/8314-api-capture-login
Michael Vogel [Tue, 23 Jun 2020 19:23:08 +0000 (21:23 +0200)]
Merge pull request #8802 from MrPetovan/task/8314-api-capture-login

Update user.login_date for authenticated API calls

3 years agoMerge pull request #8801 from MrPetovan/task/8800-pre-whitespaces
Tobias Diekershoff [Tue, 23 Jun 2020 15:01:44 +0000 (17:01 +0200)]
Merge pull request #8801 from MrPetovan/task/8800-pre-whitespaces

[pre] blocks now preserve spaces

3 years agoAdd API login capture 12h cooldown to spare database writes
Hypolite Petovan [Tue, 23 Jun 2020 14:15:39 +0000 (10:15 -0400)]
Add API login capture 12h cooldown to spare database writes

3 years agoUpdate user.login_date for authenticated API calls
Hypolite Petovan [Tue, 23 Jun 2020 13:09:23 +0000 (09:09 -0400)]
Update user.login_date for authenticated API calls

3 years ago[pre] blocks now preserve spaces
Hypolite Petovan [Tue, 23 Jun 2020 11:53:18 +0000 (07:53 -0400)]
[pre] blocks now preserve spaces

- Added test case
- Added English documentation

3 years agoKeep spaces after non-tags in Content\BBCode::convert
Hypolite Petovan [Tue, 23 Jun 2020 11:52:38 +0000 (07:52 -0400)]
Keep spaces after non-tags in Content\BBCode::convert

- Added test case

3 years agoMerge pull request #8799 from MrPetovan/bug/3084-text-complete-catch-escape
Tobias Diekershoff [Tue, 23 Jun 2020 04:55:54 +0000 (06:55 +0200)]
Merge pull request #8799 from MrPetovan/bug/3084-text-complete-catch-escape

Prevent propagation of escape key press when it was used to close autocomplete dropdown

3 years agoPrevent propagation of escape key press when it was used to close autocomplete dropdown
Hypolite Petovan [Tue, 23 Jun 2020 02:25:15 +0000 (22:25 -0400)]
Prevent propagation of escape key press when it was used to close autocomplete dropdown

- It was causing the modal window to unexpectedly close

3 years agoAdd more expected data to test fixtures
Hypolite Petovan [Mon, 22 Jun 2020 21:49:20 +0000 (17:49 -0400)]
Add more expected data to test fixtures

3 years ago[frio] Add local post link to share block when guid attribute is present
Hypolite Petovan [Sun, 21 Jun 2020 13:45:36 +0000 (09:45 -0400)]
[frio] Add local post link to share block when guid attribute is present

3 years agoMake guid attribute available to convertShare callback
Hypolite Petovan [Sun, 21 Jun 2020 13:45:00 +0000 (09:45 -0400)]
Make guid attribute available to convertShare callback

3 years agoUpdate getShareOpeningTag::getShareOpeningTag method signature
Hypolite Petovan [Sun, 21 Jun 2020 13:42:37 +0000 (09:42 -0400)]
Update getShareOpeningTag::getShareOpeningTag method signature

- Optional parameter $guid is now at the end
- Always provided parameter $posted is now mandatory

3 years agoMerge pull request #8791 from tobiasd/2020.06-rc
Hypolite Petovan [Sat, 20 Jun 2020 16:48:56 +0000 (12:48 -0400)]
Merge pull request #8791 from tobiasd/2020.06-rc

Update composer.phar to Version 1.10.7

3 years agoMerge pull request #8790 from MrPetovan/bug/notices
Tobias Diekershoff [Sat, 20 Jun 2020 16:07:54 +0000 (18:07 +0200)]
Merge pull request #8790 from MrPetovan/bug/notices

Fix latest notice messages

3 years agoUpdate composer.phar to Version 1.10.7
Tobias Diekershoff [Sat, 20 Jun 2020 15:41:25 +0000 (17:41 +0200)]
Update composer.phar to Version 1.10.7

3 years agoMerge pull request #8789 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Fri, 19 Jun 2020 15:55:48 +0000 (17:55 +0200)]
Merge pull request #8789 from MrPetovan/bug/fatal-errors

Account for contact.ffi_keyword_denylist field being NULL by default

3 years agoUse Contact::getDetailsByURL instead of custom query in Protocol\OStatus
Hypolite Petovan [Fri, 19 Jun 2020 11:10:39 +0000 (07:10 -0400)]
Use Contact::getDetailsByURL instead of custom query in Protocol\OStatus

- Address part of https://github.com/friendica/friendica/issues/8475#issuecomment-646457104

3 years agoReplace obsolete anonymity test with a slightly less obsolete one in Model\Item
Hypolite Petovan [Fri, 19 Jun 2020 11:05:58 +0000 (07:05 -0400)]
Replace obsolete anonymity test with a slightly less obsolete one in Model\Item

- Address part of https://github.com/friendica/friendica/issues/8475#issuecomment-646457104

3 years agoAccount for contact.ffi_keyword_denylist field being NULL by default in Protocol...
Hypolite Petovan [Fri, 19 Jun 2020 11:01:05 +0000 (07:01 -0400)]
Account for contact.ffi_keyword_denylist field being NULL by default in Protocol\Feed

3 years agoMerge pull request #8786 from MrPetovan/task/composer
Michael Vogel [Thu, 18 Jun 2020 16:59:51 +0000 (18:59 +0200)]
Merge pull request #8786 from MrPetovan/task/composer

[Composer] Update dependencies ahead of release

3 years agoMerge pull request #8787 from MrPetovan/task/move-share-header
Michael Vogel [Thu, 18 Jun 2020 15:56:23 +0000 (17:56 +0200)]
Merge pull request #8787 from MrPetovan/task/move-share-header

Replace share_header calls with BBCode::getShareOpeningTag

3 years ago[Composer] Update dependencies ahead of release
Hypolite Petovan [Wed, 17 Jun 2020 17:23:28 +0000 (13:23 -0400)]
[Composer] Update dependencies ahead of release

  - Updating ezyang/htmlpurifier (v4.7.0 => v4.12.0)
  - Updating level-2/dice (4.0.1 => 4.0.2)
  - Updating michelf/php-markdown (1.8.0 => 1.9.0)
  - Updating psr/log (1.1.0 => 1.1.3)
  - Updating monolog/monolog (1.25.1 => 1.25.4)
  - Updating pear/text_languagedetect (v1.0.0 => v1.0.1)
  - Updating smarty/smarty (v3.1.33 => v3.1.36)
  - Updating bower-asset/base64 (1.0.2 => 1.1.0)
  - Updating bower-asset/chart-js (v2.8.0 => v2.9.3)
  - Updating bower-asset/vue (v2.6.10 => v2.6.11)
  - Updating npm-asset/fullcalendar (3.10.1 => 3.10.2)
  - Updating npm-asset/moment (2.24.0 => 2.26.0)
  - Updating paragonie/sodium_compat (v1.11.1 => v1.13.0)
  - Updating paragonie/constant_time_encoding (v2.2.3 => v2.3.0)
  - Installing symfony/polyfill-php72 (v1.17.0)
  - Installing symfony/polyfill-mbstring (v1.17.0)
  - Installing symfony/polyfill-intl-idn (v1.17.0)
  - Updating guzzlehttp/guzzle (6.3.3 => 6.5.5)
  - Updating paragonie/certainty (v2.5.0 => v2.6.1)
  - Updating npm-asset/php-date-formatter (v1.3.5 => v1.3.6)
  - Updating symfony/polyfill-util (v1.12.0 => v1.17.0)
  - Updating symfony/polyfill-php56 (v1.12.0 => v1.17.0)

3 years ago[Composer] Enforce minimum supported PHP version for package version selection
Hypolite Petovan [Wed, 17 Jun 2020 17:22:25 +0000 (13:22 -0400)]
[Composer] Enforce minimum supported PHP version for package version selection

3 years agoRemove share_header() function from mod/share
Hypolite Petovan [Thu, 18 Jun 2020 15:23:57 +0000 (11:23 -0400)]
Remove share_header() function from mod/share

3 years agoReplace share_header calls with BBCode::getShareOpeningTag
Hypolite Petovan [Thu, 18 Jun 2020 12:53:57 +0000 (08:53 -0400)]
Replace share_header calls with BBCode::getShareOpeningTag

3 years agoAdd new Content\BBCode::getShareOpeningTag
Hypolite Petovan [Thu, 18 Jun 2020 12:53:30 +0000 (08:53 -0400)]
Add new Content\BBCode::getShareOpeningTag

3 years agoMerge pull request #8784 from MrPetovan/bug/8781-link-preview-unlabeled-links-scheme
Michael Vogel [Thu, 18 Jun 2020 04:46:35 +0000 (06:46 +0200)]
Merge pull request #8784 from MrPetovan/bug/8781-link-preview-unlabeled-links-scheme

Add constraints on Page Info URLs

3 years agoImplement pull request feedback
Hypolite Petovan [Thu, 18 Jun 2020 01:44:28 +0000 (21:44 -0400)]
Implement pull request feedback

- Improve formatting of drop_item in mod/item
- Replace deprecated Logger::log() calls in Protocol\Feed::consume

3 years agoAdd PageInfo result panels to Debug\Babel
Hypolite Petovan [Wed, 17 Jun 2020 08:58:13 +0000 (04:58 -0400)]
Add PageInfo result panels to Debug\Babel

3 years agoDeprecate page_info functions to new PageInfo class
Hypolite Petovan [Wed, 17 Jun 2020 08:57:21 +0000 (04:57 -0400)]
Deprecate page_info functions to new PageInfo class

- Add tests for parts not using remote requests
- Add scheme requirement for page info URLs
- Add policy to keep label from stripped Page Info links

3 years agoDeprecate consume_feed() in favor of Protocol\Feed::consume
Hypolite Petovan [Wed, 17 Jun 2020 08:54:44 +0000 (04:54 -0400)]
Deprecate consume_feed() in favor of Protocol\Feed::consume

3 years agoMove subscribe_to_hub function to Worker/OnePoll from include/items
Hypolite Petovan [Wed, 17 Jun 2020 08:52:23 +0000 (04:52 -0400)]
Move subscribe_to_hub function to Worker/OnePoll from include/items

- It was its only usage

3 years agoMove drop_items and drop_item out of include/items
Hypolite Petovan [Wed, 17 Jun 2020 08:50:28 +0000 (04:50 -0400)]
Move drop_items and drop_item out of include/items

- They were only used in mod/item

3 years agoAdd new endsWith method to Util\Strings
Hypolite Petovan [Wed, 17 Jun 2020 06:02:13 +0000 (02:02 -0400)]
Add new endsWith method to Util\Strings

3 years agoMerge pull request #8783 from MrPetovan/bug/8488-exclude-img-tags
Michael Vogel [Wed, 17 Jun 2020 06:20:50 +0000 (08:20 +0200)]
Merge pull request #8783 from MrPetovan/bug/8488-exclude-img-tags

Exclude [img] tags from tag replacement

3 years agoMerge pull request #8782 from annando/notice
Hypolite Petovan [Tue, 16 Jun 2020 21:10:52 +0000 (17:10 -0400)]
Merge pull request #8782 from annando/notice

Hopefully fixes notice "Undefined index: gravity"

3 years agoPossibly fix "Undefined index: url"
Michael [Tue, 16 Jun 2020 20:41:34 +0000 (20:41 +0000)]
Possibly fix "Undefined index: url"

3 years agoExclude [img] tags from tag replacement
Hypolite Petovan [Tue, 16 Jun 2020 20:34:16 +0000 (16:34 -0400)]
Exclude [img] tags from tag replacement

- It broke image captions by inserting an HTML link inside an HTML attribute

3 years agoHopefully fixes notice "Undefined index: gravity"
Michael [Tue, 16 Jun 2020 20:30:25 +0000 (20:30 +0000)]
Hopefully fixes notice "Undefined index: gravity"

3 years agoMerge pull request #8779 from annando/max-comments
Hypolite Petovan [Tue, 16 Jun 2020 12:43:28 +0000 (08:43 -0400)]
Merge pull request #8779 from annando/max-comments

Different comment limits for single view

3 years agoUpdate src/Module/Admin/Site.php
Michael Vogel [Tue, 16 Jun 2020 12:37:36 +0000 (14:37 +0200)]
Update src/Module/Admin/Site.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoDifferent comment limits for single view
Michael [Tue, 16 Jun 2020 06:49:53 +0000 (06:49 +0000)]
Different comment limits for single view

3 years agoMerge pull request #8776 from annando/annando/issue8766
Hypolite Petovan [Mon, 15 Jun 2020 13:04:38 +0000 (09:04 -0400)]
Merge pull request #8776 from annando/annando/issue8766

Categories are not showing up at the bottom of the post

3 years agoMerge pull request #8777 from tobiasd/20200615-lng
Michael Vogel [Mon, 15 Jun 2020 04:47:58 +0000 (06:47 +0200)]
Merge pull request #8777 from tobiasd/20200615-lng

Translation updates DE, ET, NL, PL, RU, ZH-CN

3 years agoAdded Estonian translation THX Rain Hawk
Tobias Diekershoff [Mon, 15 Jun 2020 04:23:18 +0000 (06:23 +0200)]
Added Estonian translation THX Rain Hawk

3 years agoRU translations THX Alexander An
Tobias Diekershoff [Mon, 15 Jun 2020 04:21:57 +0000 (06:21 +0200)]
RU translations THX Alexander An

3 years agoPL translation update THX waldis
Tobias Diekershoff [Mon, 15 Jun 2020 04:21:16 +0000 (06:21 +0200)]
PL translation update THX waldis

3 years agoNL translation update THX Casper
Tobias Diekershoff [Mon, 15 Jun 2020 04:20:28 +0000 (06:20 +0200)]
NL translation update THX Casper

3 years agoupdate to the zh-cn translation THX steve jobs
Tobias Diekershoff [Mon, 15 Jun 2020 04:19:49 +0000 (06:19 +0200)]
update to the zh-cn translation THX steve jobs

3 years agoDE translation update THX copis
Tobias Diekershoff [Mon, 15 Jun 2020 04:18:25 +0000 (06:18 +0200)]
DE translation update THX copis

3 years agoCategories are not showing up at the bottom of the post
Michael [Mon, 15 Jun 2020 03:43:51 +0000 (03:43 +0000)]
Categories are not showing up at the bottom of the post
Fixes friendica/friendica#8766

3 years agoMerge pull request #8774 from annando/annando/issue8769
Hypolite Petovan [Sun, 14 Jun 2020 19:03:37 +0000 (15:03 -0400)]
Merge pull request #8774 from annando/annando/issue8769

redir - clicking on title of own post leads to access denied error

3 years agoMerge pull request #8772 from annando/post-update
Hypolite Petovan [Sun, 14 Jun 2020 18:57:10 +0000 (14:57 -0400)]
Merge pull request #8772 from annando/post-update

Speed up post update for gsid

3 years agoMerge pull request #8771 from annando/annando/issue8663
Hypolite Petovan [Sun, 14 Jun 2020 18:51:33 +0000 (14:51 -0400)]
Merge pull request #8771 from annando/annando/issue8663

Abuse mail received because of "unusual traffic"

3 years agoredir - clicking on title of own post leads to access denied error
Michael [Sun, 14 Jun 2020 18:40:02 +0000 (18:40 +0000)]
redir - clicking on title of own post leads to access denied error
Fixes friendica/friendica#8769

3 years agoSpeed up post update for gsid
Michael Vogel [Sun, 14 Jun 2020 16:09:59 +0000 (18:09 +0200)]
Speed up post update for gsid

3 years agoAbuse mail received because of "unusual traffic"
Michael [Sun, 14 Jun 2020 15:47:47 +0000 (15:47 +0000)]
Abuse mail received because of "unusual traffic"
Fixes friendica/friendica#8663

3 years agoMerge pull request #8770 from annando/probing
Hypolite Petovan [Sun, 14 Jun 2020 15:18:16 +0000 (11:18 -0400)]
Merge pull request #8770 from annando/probing

Reduced network request when probing

3 years ago2020.06-rc
Tobias Diekershoff [Sun, 14 Jun 2020 14:51:22 +0000 (16:51 +0200)]
2020.06-rc

3 years agoMerge pull request #8617 from MrPetovan/task/8220-twitter-followers-list
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