]>
git.mxchange.org Git - friendica.git/log
Michael Vogel [Wed, 30 Nov 2022 12:37:40 +0000 (13:37 +0100)]
Merge pull request #12300 from matthiasmoritz/bug-noLocalPosts
Fix #12262 - shared friendica posts are filtered on status page
Matthias Moritz [Wed, 30 Nov 2022 12:20:50 +0000 (13:20 +0100)]
Merge branch 'bug-noLocalPosts' of https://github.com/matthiasmoritz/friendica into bug-noLocalPosts
Matthias Moritz [Wed, 30 Nov 2022 12:19:31 +0000 (13:19 +0100)]
Update Status.php
Instead of removing AP, added Protocol::DFRN to the list of networks.
Matthias Moritz [Wed, 30 Nov 2022 11:18:48 +0000 (12:18 +0100)]
Merge branch 'friendica:develop' into bug-noLocalPosts
Matthias Moritz [Wed, 30 Nov 2022 11:15:58 +0000 (12:15 +0100)]
Fix #12262 - shared friendica posts are filtered on status page
Native shares from the same Instance (or maybe all Friendica instances) were filtered out from the users home. With this commit they now appear on the users Profile/Status
Michael Vogel [Wed, 30 Nov 2022 06:19:46 +0000 (07:19 +0100)]
Merge pull request #12296 from MrPetovan/bug/deprecated
Address some PHP 8.1 deprecation notices
Hypolite Petovan [Wed, 30 Nov 2022 00:31:16 +0000 (19:31 -0500)]
Address some PHP 8.1 deprecation notices
- Replace a strstr call by strpos in Model\APContact
- Simplify conditions in Protocol\DFRN
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1331012289
Hypolite Petovan [Wed, 30 Nov 2022 00:36:51 +0000 (19:36 -0500)]
Merge pull request #12294 from annando/tag-warnings
Fix warning 'Undefined array key "name"'
Michael [Tue, 29 Nov 2022 23:21:27 +0000 (23:21 +0000)]
Fix warning 'Undefined array key "name"'
Hypolite Petovan [Tue, 29 Nov 2022 20:01:57 +0000 (15:01 -0500)]
Merge pull request #12293 from annando/report-status
Added status to the report
Michael [Tue, 29 Nov 2022 19:50:12 +0000 (19:50 +0000)]
Added status to the report
Michael Vogel [Tue, 29 Nov 2022 18:59:10 +0000 (19:59 +0100)]
Merge pull request #12290 from MrPetovan/bug/frio-contact-follow
[frio] Add page wrapper to contact follow page
Hypolite Petovan [Tue, 29 Nov 2022 18:55:33 +0000 (13:55 -0500)]
Merge pull request #12292 from annando/api-speed
API: Speed improvements
Michael [Tue, 29 Nov 2022 18:45:30 +0000 (18:45 +0000)]
API: Speed improvements
Hypolite Petovan [Tue, 29 Nov 2022 11:37:41 +0000 (06:37 -0500)]
[frio] Add page wrapper to contact follow page
Hypolite Petovan [Mon, 28 Nov 2022 21:46:19 +0000 (16:46 -0500)]
Merge pull request #12289 from annando/fatal
Fix fatal errors because of unknown function/variable names
Michael [Mon, 28 Nov 2022 21:22:21 +0000 (21:22 +0000)]
Fix fatal errors because of unknown function/variable names
Hypolite Petovan [Mon, 28 Nov 2022 21:13:37 +0000 (16:13 -0500)]
Merge pull request #12288 from annando/api-tags
API: Added trending links
Michael Vogel [Mon, 28 Nov 2022 20:42:34 +0000 (21:42 +0100)]
Update src/Module/Api/Mastodon/Trends/Links.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Mon, 28 Nov 2022 20:22:08 +0000 (20:22 +0000)]
Updated database.sql
Michael [Mon, 28 Nov 2022 20:19:57 +0000 (20:19 +0000)]
API: Added trending links
Hypolite Petovan [Mon, 28 Nov 2022 19:52:29 +0000 (14:52 -0500)]
Merge pull request #12283 from annando/api-tags
Issue 12191: API tag handling
Hypolite Petovan [Mon, 28 Nov 2022 19:52:01 +0000 (14:52 -0500)]
Merge pull request #12287 from nupplaphil/bug/fix_router
Fix Legacy Router class routing
Michael [Mon, 28 Nov 2022 19:31:04 +0000 (19:31 +0000)]
Added changelog entry
Philipp [Mon, 28 Nov 2022 19:13:38 +0000 (20:13 +0100)]
Fix Legacy Router class routing
Michael [Mon, 28 Nov 2022 14:51:37 +0000 (14:51 +0000)]
Only use items that had originally been posted in the last week
Michael [Mon, 28 Nov 2022 10:54:26 +0000 (10:54 +0000)]
Code standards
Michael [Mon, 28 Nov 2022 09:30:41 +0000 (09:30 +0000)]
API: Tredning statuses added
Philipp [Mon, 28 Nov 2022 07:12:53 +0000 (08:12 +0100)]
Merge pull request #12284 from tobiasd/
20221128 -de
DE translation update THX MarekBenjamin
Michael [Mon, 28 Nov 2022 07:08:01 +0000 (07:08 +0000)]
API: Trending tags are added
Michael [Mon, 28 Nov 2022 06:52:55 +0000 (06:52 +0000)]
Coding styles
Michael [Mon, 28 Nov 2022 06:46:18 +0000 (06:46 +0000)]
Updated documentation
Tobias Diekershoff [Mon, 28 Nov 2022 06:00:11 +0000 (07:00 +0100)]
DE translation update THX MarekBenjamin
Michael [Mon, 28 Nov 2022 04:07:25 +0000 (04:07 +0000)]
Standards
Michael [Mon, 28 Nov 2022 04:04:35 +0000 (04:04 +0000)]
Merge branch 'api-tags' of github.com:annando/friendica into api-tags
Michael [Mon, 28 Nov 2022 04:04:27 +0000 (04:04 +0000)]
Trim the tag
Michael Vogel [Mon, 28 Nov 2022 04:00:08 +0000 (05:00 +0100)]
Update src/Module/Api/Mastodon/FollowedTags.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Mon, 28 Nov 2022 03:29:43 +0000 (03:29 +0000)]
Issue 12191: We can now follow and unfollow tags via API
Michael [Mon, 28 Nov 2022 02:13:20 +0000 (02:13 +0000)]
Merge remote-tracking branch 'upstream/develop' into api-tags
Philipp [Sun, 27 Nov 2022 21:11:17 +0000 (22:11 +0100)]
Merge pull request #12281 from annando/issue-12149
Issue 12149: Show that a post was reshared
Michael [Sun, 27 Nov 2022 20:47:08 +0000 (20:47 +0000)]
Issue 12149: Show that a post was reshared
Michael [Sun, 27 Nov 2022 19:22:41 +0000 (19:22 +0000)]
API: Support new tag endpoints
Philipp [Sun, 27 Nov 2022 14:15:59 +0000 (15:15 +0100)]
Merge pull request #12279 from MrPetovan/bug/12273-api-search-exact-results
Return only one result in case of exact match in Api\Mastodon\Search
Hypolite Petovan [Sat, 26 Nov 2022 23:12:46 +0000 (18:12 -0500)]
Return only one result in case of exact match in Api\Mastodon\Search
Hypolite Petovan [Sun, 27 Nov 2022 12:55:55 +0000 (07:55 -0500)]
Merge pull request #12277 from nupplaphil/mod/fbrowser
Move mod/fbrowser to src\Modules\Attachment|Photos\Browser
Philipp [Sun, 27 Nov 2022 08:01:28 +0000 (09:01 +0100)]
Merge pull request #12280 from MrPetovan/bug/11804-delete-notifications-item
Remove related notifications when marking an item for deletion
Hypolite Petovan [Sun, 27 Nov 2022 02:48:26 +0000 (21:48 -0500)]
Remove related notifications when marking an item for deletion
Philipp [Sun, 27 Nov 2022 00:52:49 +0000 (01:52 +0100)]
Perfection!
Philipp [Sun, 27 Nov 2022 00:52:14 +0000 (01:52 +0100)]
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Sun, 27 Nov 2022 00:44:12 +0000 (01:44 +0100)]
Cache the Module class
Philipp [Sun, 27 Nov 2022 00:36:31 +0000 (01:36 +0100)]
Update messages.po
Philipp [Sun, 27 Nov 2022 00:33:13 +0000 (01:33 +0100)]
Adhere feedback
Philipp [Sun, 27 Nov 2022 00:27:44 +0000 (01:27 +0100)]
Be more kindly :-)
Philipp [Sun, 27 Nov 2022 00:25:59 +0000 (01:25 +0100)]
Move Browser & Upload to own namespace
Philipp [Sat, 26 Nov 2022 23:28:29 +0000 (00:28 +0100)]
Move FileBrowser to own namespace & Bugfix album usage
Philipp [Sat, 26 Nov 2022 22:34:16 +0000 (23:34 +0100)]
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Sat, 26 Nov 2022 22:32:56 +0000 (23:32 +0100)]
Update src/App/Arguments.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Sat, 26 Nov 2022 21:52:36 +0000 (22:52 +0100)]
Make PHP-CS happy
Philipp [Sat, 26 Nov 2022 23:31:14 +0000 (00:31 +0100)]
Merge pull request #12276 from MrPetovan/bug/fatal-errors
Address a couple of fatal errors
Philipp [Sat, 26 Nov 2022 23:31:01 +0000 (00:31 +0100)]
Merge pull request #12278 from MrPetovan/bug/warnings
Address a couple of warnings
Hypolite Petovan [Sat, 26 Nov 2022 22:28:55 +0000 (17:28 -0500)]
Add a default value for $data['version'] in Model\GServer
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-
1327320541
Hypolite Petovan [Sat, 26 Nov 2022 22:27:36 +0000 (17:27 -0500)]
Have a default value for $item['contact-id'] in Model\Post\Delayed
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-
1327030873
Philipp [Sat, 26 Nov 2022 21:37:03 +0000 (22:37 +0100)]
Remove mod/fbrowser
Philipp [Sat, 26 Nov 2022 21:33:45 +0000 (22:33 +0100)]
License :)
Philipp [Fri, 25 Nov 2022 22:43:07 +0000 (23:43 +0100)]
Move mod/fbrowser to src\Modules\Attachment|Photos\Browser
Hypolite Petovan [Sat, 26 Nov 2022 20:38:21 +0000 (15:38 -0500)]
Check for existence of $contact.photo_menu.edit in frio:contact/entry.tpl
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-
1327030221
Hypolite Petovan [Sat, 26 Nov 2022 20:21:46 +0000 (15:21 -0500)]
Catch worker argument type errors
- This marks the invalid worker queue item as completed instead of endlessly retrying it
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-
1327029331
Hypolite Petovan [Sat, 26 Nov 2022 13:50:18 +0000 (08:50 -0500)]
Merge pull request #12272 from annando/issue-12133
Issue 12133: Account data can now be updated via API
Michael [Sat, 26 Nov 2022 09:00:35 +0000 (09:00 +0000)]
Updated documentation
Michael [Sat, 26 Nov 2022 08:56:24 +0000 (08:56 +0000)]
Issue 12133: Account data can now be updated via API
Hypolite Petovan [Sat, 26 Nov 2022 02:39:40 +0000 (21:39 -0500)]
Merge pull request #12271 from annando/api-suggestion
Issue 12266: APISuggestions should now work
Michael [Sat, 26 Nov 2022 02:08:34 +0000 (02:08 +0000)]
Issue 12266: APISuggestions should now work
Hypolite Petovan [Sat, 26 Nov 2022 00:22:27 +0000 (19:22 -0500)]
Merge pull request #12269 from annando/api-edit
Issue 12192: API: Enable edit
Hypolite Petovan [Fri, 25 Nov 2022 23:58:20 +0000 (18:58 -0500)]
Merge pull request #12270 from nupplaphil/bug/woodpecker_ci
Remove addon-sample.config.php from build pipeline
Philipp [Fri, 25 Nov 2022 22:46:17 +0000 (23:46 +0100)]
Remove addon-sample.config.php from build pipeline
Philipp [Fri, 25 Nov 2022 22:32:32 +0000 (23:32 +0100)]
Merge pull request #12249 from MrPetovan/bug/deprecated
Address several PHP 8.1 deprecation notices
Philipp [Fri, 25 Nov 2022 22:30:56 +0000 (23:30 +0100)]
Merge pull request #12246 from MrPetovan/bug/notices
Ensure the existence of various keys in decoded data in Diaspora::decodeRaw
Michael [Fri, 25 Nov 2022 19:35:40 +0000 (19:35 +0000)]
API: Enable edit
Hypolite Petovan [Wed, 23 Nov 2022 18:45:58 +0000 (13:45 -0500)]
[Composer] Upgrade to phpseclib version 3
- Create custom Key file format for Salmon Magic key
- Remove obsolete pemToME and MEtoPem Crypto methods
- Remove unused newECKeypair Crypto method
- Switch to constant-time Base64 encode/decode in Base64Url Strings methods
Hypolite Petovan [Wed, 23 Nov 2022 18:41:13 +0000 (13:41 -0500)]
Replace call to parse_url() with Uri instanciation in Util\Proxy
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1321796513
Hypolite Petovan [Wed, 23 Nov 2022 18:38:40 +0000 (13:38 -0500)]
Fix null value passed to string functions deprecation notices
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1321796513
Hypolite Petovan [Wed, 23 Nov 2022 18:36:49 +0000 (13:36 -0500)]
Add \ReturnTypeWillChange attribute to methods inherited from native interfaces
- Part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1321796513
Hypolite Petovan [Fri, 25 Nov 2022 13:05:10 +0000 (08:05 -0500)]
Merge pull request #12264 from annando/error
Fix "Argument #1 ($parts) must be of type array, bool given"
Michael [Fri, 25 Nov 2022 06:08:56 +0000 (06:08 +0000)]
Fix "Argument #1 ($parts) must be of type array, bool given"
Michael Vogel [Fri, 25 Nov 2022 05:11:46 +0000 (06:11 +0100)]
Merge pull request #12254 from MrPetovan/bug/reorder-search
Reorder search to try redirecting to post first
Hypolite Petovan [Thu, 24 Nov 2022 04:26:23 +0000 (23:26 -0500)]
Reorder search to try redirecting to post first
- Pleroma's post page includes the author's feed which wrongly gets picked up as a contact
- Address https://libranet.de/display/
0b6b25a8 -1563-7ec0-7408-
70b986546395
Hypolite Petovan [Fri, 25 Nov 2022 00:18:28 +0000 (19:18 -0500)]
Merge pull request #12261 from MarekBenjamin/develop
Correct multiple times coppied typos in the DocBlocks of DBA.php
Marek Bachmann [Fri, 25 Nov 2022 00:03:34 +0000 (01:03 +0100)]
removed double blank
Marek Bachmann [Fri, 25 Nov 2022 00:00:06 +0000 (01:00 +0100)]
Merge remote-tracking branch 'origin/develop' into develop
Marek Bachmann [Thu, 24 Nov 2022 23:59:24 +0000 (00:59 +0100)]
corrected typos in DocBlocks
Philipp [Thu, 24 Nov 2022 22:39:32 +0000 (23:39 +0100)]
Merge pull request #12259 from MarekBenjamin/nginx_template_improvements
Nginx template improvements
Marek Bachmann [Thu, 24 Nov 2022 22:08:07 +0000 (23:08 +0100)]
Merge remote-tracking branch 'origin/nginx_template_improvements' into nginx_template_improvements
Marek Bachmann [Thu, 24 Nov 2022 22:07:55 +0000 (23:07 +0100)]
typo
MarekBenjamin [Thu, 24 Nov 2022 22:07:27 +0000 (23:07 +0100)]
Update mods/sample-nginx-certbot.config
Damn typos, I am too used to use autocorrect, need to learn again to proofread my own texts! Thank you very much! <3
Co-authored-by: Philipp <admin+Github@philipp.info>
MarekBenjamin [Thu, 24 Nov 2022 21:58:18 +0000 (22:58 +0100)]
Merge branch 'friendica:develop' into nginx_template_improvements
Marek Bachmann [Thu, 24 Nov 2022 21:57:09 +0000 (22:57 +0100)]
content of sample-nginx-certbot.config
Hypolite Petovan [Thu, 24 Nov 2022 19:46:59 +0000 (14:46 -0500)]
Merge pull request #12255 from annando/invalid-unfollow
Silently quit on unfollow of invalid contacts
Michael [Thu, 24 Nov 2022 19:45:45 +0000 (19:45 +0000)]
return "null"
Marek Bachmann [Thu, 24 Nov 2022 19:08:49 +0000 (20:08 +0100)]
Added sample-nginx-cerbot.config to easly configure nginx to use ssl for friendica using certbot
Marek Bachmann [Thu, 24 Nov 2022 18:20:26 +0000 (19:20 +0100)]
Replaced hostname in rewrite url for forwarding http to https by $server_name variable instead of hard coded example.com url
Updated default PHP-FPM path from 7.0 to 7.4