]> git.mxchange.org Git - friendica.git/log
friendica.git
19 months agoand now the missing ')' at the correct position
Marek Bachmann [Mon, 28 Nov 2022 00:16:54 +0000 (01:16 +0100)]
and now the missing  ')' at the correct position

19 months agoAdded missing ')'
Marek Bachmann [Mon, 28 Nov 2022 00:11:02 +0000 (01:11 +0100)]
Added missing ')'

19 months agoUpdate src/Module/Admin/Site.php
MarekBenjamin [Mon, 28 Nov 2022 00:06:40 +0000 (01:06 +0100)]
Update src/Module/Admin/Site.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
19 months agomessages.po
Marek Bachmann [Sun, 27 Nov 2022 22:53:34 +0000 (23:53 +0100)]
messages.po

19 months agoMerge branch 'develop' into show_image_upload_limit
Marek Bachmann [Sun, 27 Nov 2022 22:52:58 +0000 (23:52 +0100)]
Merge branch 'develop' into show_image_upload_limit

# Conflicts:
# src/Util/Strings.php
# view/lang/C/messages.po

19 months agoMerge pull request #12281 from annando/issue-12149
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

19 months agoIssue 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

19 months agoMerge pull request #12279 from MrPetovan/bug/12273-api-search-exact-results
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

19 months agoReturn 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

19 months agoMerge pull request #12277 from nupplaphil/mod/fbrowser
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

19 months agoMerge pull request #12280 from MrPetovan/bug/11804-delete-notifications-item
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

19 months agoRemove 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

20 months agoPerfection!
Philipp [Sun, 27 Nov 2022 00:52:49 +0000 (01:52 +0100)]
Perfection!

20 months agoApply suggestions from code review
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>
20 months agoCache the Module class
Philipp [Sun, 27 Nov 2022 00:44:12 +0000 (01:44 +0100)]
Cache the Module class

20 months agoUpdate messages.po
Philipp [Sun, 27 Nov 2022 00:36:31 +0000 (01:36 +0100)]
Update messages.po

20 months agoAdhere feedback
Philipp [Sun, 27 Nov 2022 00:33:13 +0000 (01:33 +0100)]
Adhere feedback

20 months agoBe more kindly :-)
Philipp [Sun, 27 Nov 2022 00:27:44 +0000 (01:27 +0100)]
Be more kindly :-)

20 months agoMove Browser & Upload to own namespace
Philipp [Sun, 27 Nov 2022 00:25:59 +0000 (01:25 +0100)]
Move Browser & Upload to own namespace

20 months agoMove FileBrowser to own namespace & Bugfix album usage
Philipp [Sat, 26 Nov 2022 23:28:29 +0000 (00:28 +0100)]
Move FileBrowser to own namespace & Bugfix album usage

20 months agoApply suggestions from code review
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>
20 months agoUpdate src/App/Arguments.php
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>
20 months agoMake PHP-CS happy
Philipp [Sat, 26 Nov 2022 21:52:36 +0000 (22:52 +0100)]
Make PHP-CS happy

20 months agoMerge pull request #12276 from MrPetovan/bug/fatal-errors
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

20 months agoMerge pull request #12278 from MrPetovan/bug/warnings
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

20 months agoAdded info about upload_max_filesize to admin page
Marek Bachmann [Sat, 26 Nov 2022 22:45:58 +0000 (23:45 +0100)]
Added info about upload_max_filesize to admin page

20 months agousing constant value for calculation of MiB output, really no need to calculate 2...
Marek Bachmann [Sat, 26 Nov 2022 22:44:23 +0000 (23:44 +0100)]
using constant value for calculation of MiB output, really no need to calculate 2**20 for just dividing the bytes by one constant divisor.

20 months agousing constant value for calculation of MiB output, really no need to cluclate 2...
Marek Bachmann [Sat, 26 Nov 2022 22:33:51 +0000 (23:33 +0100)]
using constant value for calculation of MiB output, really no need to cluclate 2**20 for just deviding the bytes by one constant divisor.

20 months agoAdd a default value for $data['version'] in Model\GServer
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

20 months agoHave a default value for $item['contact-id'] in Model\Post\Delayed
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

20 months agoIntegrated isnumeric check to limit comparison condition
Marek Bachmann [Sat, 26 Nov 2022 22:25:11 +0000 (23:25 +0100)]
Integrated isnumeric check to limit comparison condition

20 months agoUpdate src/Util/Strings.php
MarekBenjamin [Sat, 26 Nov 2022 22:14:21 +0000 (23:14 +0100)]
Update src/Util/Strings.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoUpdate src/Util/Strings.php
MarekBenjamin [Sat, 26 Nov 2022 22:12:46 +0000 (23:12 +0100)]
Update src/Util/Strings.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoRemove mod/fbrowser
Philipp [Sat, 26 Nov 2022 21:37:03 +0000 (22:37 +0100)]
Remove mod/fbrowser

20 months agoLicense :)
Philipp [Sat, 26 Nov 2022 21:33:45 +0000 (22:33 +0100)]
License :)

20 months agoMove mod/fbrowser to src\Modules\Attachment|Photos\Browser
Philipp [Fri, 25 Nov 2022 22:43:07 +0000 (23:43 +0100)]
Move mod/fbrowser to src\Modules\Attachment|Photos\Browser

20 months agowhitespaces
Marek Bachmann [Sat, 26 Nov 2022 20:53:12 +0000 (21:53 +0100)]
whitespaces

20 months agoBetter formatting
Marek Bachmann [Sat, 26 Nov 2022 20:47:55 +0000 (21:47 +0100)]
Better formatting

20 months agofixed a forgotten debug output
Marek Bachmann [Sat, 26 Nov 2022 20:44:41 +0000 (21:44 +0100)]
fixed a forgotten debug output

20 months agointroduced getBytesFromShorthand function to covert from shorthand notation to int
Marek Bachmann [Sat, 26 Nov 2022 20:43:31 +0000 (21:43 +0100)]
introduced getBytesFromShorthand function to covert from shorthand notation to int

20 months agoCheck for existence of $contact.photo_menu.edit in frio:contact/entry.tpl
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

20 months agoCatch worker argument type errors
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

20 months agoMerge pull request #12272 from annando/issue-12133
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

20 months agoUpdated documentation
Michael [Sat, 26 Nov 2022 09:00:35 +0000 (09:00 +0000)]
Updated documentation

20 months agoIssue 12133: Account data can now be updated via API
Michael [Sat, 26 Nov 2022 08:56:24 +0000 (08:56 +0000)]
Issue 12133: Account data can now be updated via API

20 months agoMerge pull request #12271 from annando/api-suggestion
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

20 months agoIssue 12266: APISuggestions should now work
Michael [Sat, 26 Nov 2022 02:08:34 +0000 (02:08 +0000)]
Issue 12266: APISuggestions should now work

20 months agoMerge pull request #12269 from annando/api-edit
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

20 months agoMerge pull request #12270 from nupplaphil/bug/woodpecker_ci
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

20 months agoRemove 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

20 months agochanged var name
Marek Bachmann [Fri, 25 Nov 2022 22:36:28 +0000 (23:36 +0100)]
changed var name

20 months agoMerge pull request #12249 from MrPetovan/bug/deprecated
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

20 months agoMerge pull request #12246 from MrPetovan/bug/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

20 months agomessage.po once more
Marek Bachmann [Fri, 25 Nov 2022 22:01:25 +0000 (23:01 +0100)]
message.po once more

20 months agoAdded check if upload_max_filesize (php.ini) or friendica option 'maxfilesize' is...
Marek Bachmann [Fri, 25 Nov 2022 21:57:06 +0000 (22:57 +0100)]
Added check if upload_max_filesize (php.ini) or friendica option 'maxfilesize' is dominant for the actual image upload limit and print out the lower (relevant) one.

20 months agoUpdate mod/photos.php
MarekBenjamin [Fri, 25 Nov 2022 20:53:32 +0000 (21:53 +0100)]
Update mod/photos.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoAPI: Enable edit
Michael [Fri, 25 Nov 2022 19:35:40 +0000 (19:35 +0000)]
API: Enable edit

20 months agoupdated messages.po
Marek Bachmann [Fri, 25 Nov 2022 18:55:43 +0000 (19:55 +0100)]
updated messages.po

20 months agoShow image size limit in Frio as "usagemessage" for photo_upload
Marek Bachmann [Fri, 25 Nov 2022 18:44:09 +0000 (19:44 +0100)]
Show image size limit in Frio as "usagemessage" for photo_upload

20 months ago[Composer] Upgrade to phpseclib version 3
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

20 months agoReplace call to parse_url() with Uri instanciation in Util\Proxy
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

20 months agoFix null value passed to string functions deprecation notices
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

20 months agoAdd \ReturnTypeWillChange attribute to methods inherited from native interfaces
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

20 months agoMerge pull request #12264 from annando/error
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"

20 months agoFix "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"

20 months agoMerge pull request #12254 from MrPetovan/bug/reorder-search
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

20 months agoReorder 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

20 months agoMerge pull request #12261 from MarekBenjamin/develop
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

20 months agoremoved double blank
Marek Bachmann [Fri, 25 Nov 2022 00:03:34 +0000 (01:03 +0100)]
removed double blank

20 months agoMerge remote-tracking branch 'origin/develop' into develop
Marek Bachmann [Fri, 25 Nov 2022 00:00:06 +0000 (01:00 +0100)]
Merge remote-tracking branch 'origin/develop' into develop

20 months agocorrected typos in DocBlocks
Marek Bachmann [Thu, 24 Nov 2022 23:59:24 +0000 (00:59 +0100)]
corrected typos in DocBlocks

20 months agoMerge pull request #12259 from MarekBenjamin/nginx_template_improvements
Philipp [Thu, 24 Nov 2022 22:39:32 +0000 (23:39 +0100)]
Merge pull request #12259 from MarekBenjamin/nginx_template_improvements

Nginx template improvements

20 months agoMerge remote-tracking branch 'origin/nginx_template_improvements' into nginx_template...
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

20 months agotypo
Marek Bachmann [Thu, 24 Nov 2022 22:07:55 +0000 (23:07 +0100)]
typo

20 months agoUpdate mods/sample-nginx-certbot.config
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>
20 months agoMerge branch 'friendica:develop' into nginx_template_improvements
MarekBenjamin [Thu, 24 Nov 2022 21:58:18 +0000 (22:58 +0100)]
Merge branch 'friendica:develop' into nginx_template_improvements

20 months agocontent of sample-nginx-certbot.config
Marek Bachmann [Thu, 24 Nov 2022 21:57:09 +0000 (22:57 +0100)]
content of sample-nginx-certbot.config

20 months agoMerge pull request #12255 from annando/invalid-unfollow
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

20 months agoreturn "null"
Michael [Thu, 24 Nov 2022 19:45:45 +0000 (19:45 +0000)]
return "null"

20 months agoAdded sample-nginx-cerbot.config to easly configure nginx to use ssl for friendica...
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

20 months agoReplaced hostname in rewrite url for forwarding http to https by $server_name variabl...
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

20 months agoMerge pull request #12256 from annando/issue-12189
Hypolite Petovan [Thu, 24 Nov 2022 13:01:42 +0000 (08:01 -0500)]
Merge pull request #12256 from annando/issue-12189

Issue 12189: Quote share a feed now shares the linked feed url

20 months agoIssue 12189: Quote share a feed now shares the linked feed url
Michael [Thu, 24 Nov 2022 06:36:08 +0000 (06:36 +0000)]
Issue 12189: Quote share a feed now shares the linked feed url

20 months agoSilently quit on unfollow of invalid contacts
Michael [Thu, 24 Nov 2022 05:17:14 +0000 (05:17 +0000)]
Silently quit on unfollow of invalid contacts

20 months agoMerge pull request #12251 from annando/remote-self
Hypolite Petovan [Wed, 23 Nov 2022 22:18:20 +0000 (17:18 -0500)]
Merge pull request #12251 from annando/remote-self

"MIRROR_FORWARDED" is no more

20 months agoUpdated database.sql
Michael [Wed, 23 Nov 2022 22:05:36 +0000 (22:05 +0000)]
Updated database.sql

20 months agoUpdate added
Michael [Wed, 23 Nov 2022 21:47:47 +0000 (21:47 +0000)]
Update added

20 months agoMerge remote-tracking branch 'upstream/develop' into remote-self
Michael [Wed, 23 Nov 2022 21:11:09 +0000 (21:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into remote-self

20 months ago"MIRROR_FORWARDED" is no more
Michael [Wed, 23 Nov 2022 21:10:57 +0000 (21:10 +0000)]
"MIRROR_FORWARDED" is no more

20 months agoMerge pull request #12248 from MarekBenjamin/ImageUploadSizeSettingInformation
Hypolite Petovan [Wed, 23 Nov 2022 18:31:14 +0000 (13:31 -0500)]
Merge pull request #12248 from MarekBenjamin/ImageUploadSizeSettingInformation

Added information that max image upload size on admin page does not a…

20 months agoAdded information that max image upload size on admin page does not affect server...
Marek Bachmann [Wed, 23 Nov 2022 17:17:33 +0000 (18:17 +0100)]
Added information that max image upload size on admin page does not affect server-side upload limits

20 months agoMerge pull request #12244 from MrPetovan/bug/warnings
Michael Vogel [Wed, 23 Nov 2022 16:50:25 +0000 (17:50 +0100)]
Merge pull request #12244 from MrPetovan/bug/warnings

Address various Warning messages

20 months agoEnsure the existence of various keys in decoded data in Diaspora::decodeRaw
Hypolite Petovan [Wed, 23 Nov 2022 16:22:54 +0000 (11:22 -0500)]
Ensure the existence of various keys in decoded data in Diaspora::decodeRaw

- Address https://github.com/friendica/friendica/issues/11994#issuecomment-1302681295

20 months agoEnsure $owner is set in ActivityPub\Transmitter::sendContactReject
Hypolite Petovan [Wed, 23 Nov 2022 16:05:36 +0000 (11:05 -0500)]
Ensure $owner is set in ActivityPub\Transmitter::sendContactReject

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1289535020

20 months agoEnsure $attachment has a width and a height when it's an image in Mastodon\Attachment
Hypolite Petovan [Wed, 23 Nov 2022 16:00:15 +0000 (11:00 -0500)]
Ensure $attachment has a width and a height when it's an image in Mastodon\Attachment

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1323274513

20 months agoWard against the possible case that $actor is empty in ActivityPub\Processor::createItem
Hypolite Petovan [Wed, 23 Nov 2022 15:47:51 +0000 (10:47 -0500)]
Ward against the possible case that $actor is empty in ActivityPub\Processor::createItem

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1323273452

20 months agoEnsure $owner is set in ActivityPub\Transmitter::sendActivity
Hypolite Petovan [Wed, 23 Nov 2022 15:40:41 +0000 (10:40 -0500)]
Ensure $owner is set in ActivityPub\Transmitter::sendActivity

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1322704863

20 months agoReturn early if user contact doesn't exist in Mastodon\Notification::getType
Hypolite Petovan [Wed, 23 Nov 2022 15:35:49 +0000 (10:35 -0500)]
Return early if user contact doesn't exist in Mastodon\Notification::getType

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1321804594

20 months agoMerge pull request #12243 from annando/remote-self
Hypolite Petovan [Wed, 23 Nov 2022 15:00:06 +0000 (10:00 -0500)]
Merge pull request #12243 from annando/remote-self

No more automated posts via mod/item.php

20 months agoTempory fix removed
Michael [Wed, 23 Nov 2022 14:17:39 +0000 (14:17 +0000)]
Tempory fix removed