]>
git.mxchange.org Git - friendica.git/log
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.
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.
Marek Bachmann [Sat, 26 Nov 2022 22:25:11 +0000 (23:25 +0100)]
Integrated isnumeric check to limit comparison condition
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>
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>
Marek Bachmann [Sat, 26 Nov 2022 20:53:12 +0000 (21:53 +0100)]
whitespaces
Marek Bachmann [Sat, 26 Nov 2022 20:47:55 +0000 (21:47 +0100)]
Better formatting
Marek Bachmann [Sat, 26 Nov 2022 20:44:41 +0000 (21:44 +0100)]
fixed a forgotten debug output
Marek Bachmann [Sat, 26 Nov 2022 20:43:31 +0000 (21:43 +0100)]
introduced getBytesFromShorthand function to covert from shorthand notation to int
Marek Bachmann [Fri, 25 Nov 2022 22:36:28 +0000 (23:36 +0100)]
changed var name
Marek Bachmann [Fri, 25 Nov 2022 22:01:25 +0000 (23:01 +0100)]
message.po once more
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.
MarekBenjamin [Fri, 25 Nov 2022 20:53:32 +0000 (21:53 +0100)]
Update mod/photos.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Marek Bachmann [Fri, 25 Nov 2022 18:55:43 +0000 (19:55 +0100)]
updated messages.po
Marek Bachmann [Fri, 25 Nov 2022 18:44:09 +0000 (19:44 +0100)]
Show image size limit in Frio as "usagemessage" for photo_upload
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
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
Michael [Thu, 24 Nov 2022 06:36:08 +0000 (06:36 +0000)]
Issue 12189: Quote share a feed now shares the linked feed url
Michael [Thu, 24 Nov 2022 05:17:14 +0000 (05:17 +0000)]
Silently quit on unfollow of invalid contacts
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
Michael [Wed, 23 Nov 2022 22:05:36 +0000 (22:05 +0000)]
Updated database.sql
Michael [Wed, 23 Nov 2022 21:47:47 +0000 (21:47 +0000)]
Update added
Michael [Wed, 23 Nov 2022 21:11:09 +0000 (21:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into remote-self
Michael [Wed, 23 Nov 2022 21:10:57 +0000 (21:10 +0000)]
"MIRROR_FORWARDED" is no more
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…
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
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
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
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
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
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
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
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
Michael [Wed, 23 Nov 2022 14:17:39 +0000 (14:17 +0000)]
Tempory fix removed
Michael [Wed, 23 Nov 2022 14:16:13 +0000 (14:16 +0000)]
Updated messages.po
Michael [Wed, 23 Nov 2022 14:00:34 +0000 (14:00 +0000)]
"MIRROR_FORWARDED" is removed
Michael [Wed, 23 Nov 2022 06:28:24 +0000 (06:28 +0000)]
Merge remote-tracking branch 'upstream/develop' into no-api-post
Michael [Wed, 23 Nov 2022 06:27:40 +0000 (06:27 +0000)]
No more automated posts via mod/item.php
Hypolite Petovan [Tue, 22 Nov 2022 23:19:13 +0000 (18:19 -0500)]
Merge pull request #12240 from MarekBenjamin/patch-2
Update sample-nginx.config
MarekBenjamin [Tue, 22 Nov 2022 21:56:29 +0000 (22:56 +0100)]
Update sample-nginx.config
Removed `ssl on` in line 54 directive since it is deprecated and already activated with the `listen 443 ssl;` directive in line 51
Hypolite Petovan [Tue, 22 Nov 2022 05:32:44 +0000 (00:32 -0500)]
Merge pull request #12234 from HankG/fix-friendica-notification-seen-endpoint
Update Notify->iid to itemId for notification endpoint
Hank Grabowski [Tue, 22 Nov 2022 04:40:15 +0000 (23:40 -0500)]
Update Notify->iid to itemId for notification endpoint
Hypolite Petovan [Mon, 21 Nov 2022 21:51:43 +0000 (16:51 -0500)]
Merge pull request #12231 from HankG/fix-unfavourite-endpoint
Fix unfavourite (and related) endpoints
Hank Grabowski [Mon, 21 Nov 2022 21:38:54 +0000 (16:38 -0500)]
The two endpoints for unfavoriting/liking (and related things) was failing because it wasn't using the correct uuid in item.php in processing the action.
Philipp [Sun, 20 Nov 2022 23:32:15 +0000 (00:32 +0100)]
Merge pull request #12228 from MrPetovan/task/4090-move-mod-photos
Create /profile/{nickname}/photos route
Philipp [Sun, 20 Nov 2022 23:16:26 +0000 (00:16 +0100)]
Merge pull request #12225 from MrPetovan/bug/10188-addon-config
Remove config/addon-sample.config.php file in favor of per-addon configuration files
Hypolite Petovan [Sun, 20 Nov 2022 23:14:37 +0000 (18:14 -0500)]
Update doc/Config.md from review suggestion
Co-authored-by: Philipp <admin+Github@philipp.info>
Hypolite Petovan [Sun, 20 Nov 2022 22:26:08 +0000 (17:26 -0500)]
Update main translation file after moving strings
Hypolite Petovan [Sun, 20 Nov 2022 22:15:07 +0000 (17:15 -0500)]
Create /profile/{nickname}/photos route
- Create new Profile\Photos\Index module class
- Update most references of the legacy /photos/{nickname} route
Hypolite Petovan [Sun, 20 Nov 2022 22:07:08 +0000 (17:07 -0500)]
Fix string interpolation in Model\Photo::upload
Hypolite Petovan [Sun, 20 Nov 2022 16:37:26 +0000 (11:37 -0500)]
Remove config/addon-sample.config.php file in favor of per-addon configuration files
- Update documentation and .gitignore
Tobias Diekershoff [Sun, 20 Nov 2022 18:42:11 +0000 (19:42 +0100)]
Merge pull request #12226 from MrPetovan/bug/warnings
Use guid from shared post in Protocol\Diaspora::getReshareDetails
Hypolite Petovan [Sun, 20 Nov 2022 18:01:37 +0000 (13:01 -0500)]
Use guid from shared post in Protocol\Diaspora::getReshareDetails
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-
1321194769
Tobias Diekershoff [Sun, 20 Nov 2022 07:21:06 +0000 (08:21 +0100)]
Merge pull request #12221 from MrPetovan/bug/warnings
Fix various PHP 8 deprecations
Tobias Diekershoff [Sun, 20 Nov 2022 07:14:42 +0000 (08:14 +0100)]
Merge pull request #12218 from MrPetovan/bug/frion-search-items
[frio] Improve search list display for web and mobile
Tobias Diekershoff [Sun, 20 Nov 2022 07:10:42 +0000 (08:10 +0100)]
Merge pull request #12222 from MrPetovan/bug/12219-hovercard-stay-local
Fix support for `/contact/123456/conversations` URLs in Module\Contact\Hovercard
Tobias Diekershoff [Sun, 20 Nov 2022 07:05:44 +0000 (08:05 +0100)]
Merge pull request #12223 from MrPetovan/task/12220-add-authorize_interaction-route
Add support for Mastodon /authorize_interaction route
Hypolite Petovan [Sun, 20 Nov 2022 00:55:01 +0000 (19:55 -0500)]
Add support for Mastodon /authorize_interaction route
- It is used by Fedifind to follow people who set their Webfinger address in their Twitter bio
Hypolite Petovan [Sun, 20 Nov 2022 00:41:45 +0000 (19:41 -0500)]
Fix support for `/contact/123456/conversations` URLs in Module\Contact\Hovercard
Hypolite Petovan [Sun, 20 Nov 2022 00:30:48 +0000 (19:30 -0500)]
Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator
Hypolite Petovan [Sun, 20 Nov 2022 00:10:02 +0000 (19:10 -0500)]
Fix various PHP 8 deprecations
Hypolite Petovan [Sun, 20 Nov 2022 00:08:44 +0000 (19:08 -0500)]
Ensure IEMail::getMessage returns a string
Hypolite Petovan [Sun, 20 Nov 2022 00:07:43 +0000 (19:07 -0500)]
Fix database connection with sockets
- Reformat Database\Database.php file
- Reformat and fix spelling in static/defaults.config.php file
Hypolite Petovan [Sat, 19 Nov 2022 22:16:51 +0000 (17:16 -0500)]
[frio] Improve search list display for web and mobile
- Reduced margins
- Repositioned the network icon and external link
Hypolite Petovan [Sat, 19 Nov 2022 22:16:01 +0000 (17:16 -0500)]
Hide non-functional mass deletion feature in search view
Philipp [Sat, 19 Nov 2022 18:59:40 +0000 (19:59 +0100)]
Merge pull request #12208 from MrPetovan/bug/12059-display-not-found
Improve error message when conversation isn't available in Module\Item\Display
Philipp [Sat, 19 Nov 2022 18:53:38 +0000 (19:53 +0100)]
Merge pull request #12215 from MrPetovan/bug/hovercard-url
Fix support for `/contact/redir` URLs in Module\Contact\Hovercard
Philipp [Sat, 19 Nov 2022 18:53:11 +0000 (19:53 +0100)]
Merge pull request #12216 from MrPetovan/bug/fatal-errors
Fix constructor compatibility with BaseSettings parent class
Hypolite Petovan [Sat, 19 Nov 2022 18:33:05 +0000 (13:33 -0500)]
Fix constructor compatibility with BaseSettings parent class
- Address https://paste.metaversum.wtf/?
fc75de3f8eba6e7d #813SFjJwWWaJERQyrEpGAVnL33xZpTRV4MZeKmzsAvK8
Hypolite Petovan [Sat, 19 Nov 2022 12:50:07 +0000 (07:50 -0500)]
Update main translation file after adding a string
Hypolite Petovan [Sat, 19 Nov 2022 01:44:53 +0000 (20:44 -0500)]
Improve error message when conversation isn't available in Module\Item\Display
- Retrieve the parent post no matter what. Previously it was depending on the user's settings, which gave unpredictable behavior if the parent post wasn't retrieved for whatever reason.
- List possible reasons the conversation isn't showing up based on the condition in Model\Post::selectViewForUser
- Allow HTML in exception messages
Hypolite Petovan [Sat, 19 Nov 2022 17:25:27 +0000 (12:25 -0500)]
Fix support for `/contact/redir` URLs in Module\Contact\Hovercard
- The feature was broken after the Redir route was moved
Hypolite Petovan [Sat, 19 Nov 2022 17:27:40 +0000 (12:27 -0500)]
Merge pull request #12214 from Schnoop/bugfix/DivisionByZero
Prevent division by zero in Mastodon Attachment.
Thorsten [Sat, 19 Nov 2022 17:16:41 +0000 (18:16 +0100)]
Prevent division by zero.
Hypolite Petovan [Sat, 19 Nov 2022 16:59:33 +0000 (11:59 -0500)]
Merge pull request #12213 from Schnoop/bugfix/NodeInfo
Fix that users property should be an object instead of array.
Thorsten [Sat, 19 Nov 2022 15:48:07 +0000 (16:48 +0100)]
Fix that user property should be an object instead of array.
Tobias Diekershoff [Sat, 19 Nov 2022 14:52:53 +0000 (15:52 +0100)]
Merge pull request #12207 from MrPetovan/bug/12187-register-uid-0
Ensure register records aren't created with uid = 0
Hypolite Petovan [Sat, 19 Nov 2022 14:21:13 +0000 (09:21 -0500)]
Merge pull request #12211 from Schnoop/feature/fixImportLink
Fix route for user import.
Thorsten [Sat, 19 Nov 2022 14:17:42 +0000 (15:17 +0100)]
Fix route for user import.
Hypolite Petovan [Sat, 19 Nov 2022 12:53:55 +0000 (07:53 -0500)]
Update main translation file after adding strings
Hypolite Petovan [Fri, 18 Nov 2022 21:04:02 +0000 (16:04 -0500)]
Ensure register records aren't created with uid = 0
- uid = 0 matches system account and public contact records, giving unexpected display in pending user list. More importantly, the originally created user can't be approved since its user id is lost.
Hypolite Petovan [Fri, 18 Nov 2022 19:44:05 +0000 (14:44 -0500)]
Merge pull request #12202 from Schnoop/develop
Add meta tag to attachment to show images in mastodon app.
Schnoop [Fri, 18 Nov 2022 19:08:10 +0000 (20:08 +0100)]
Merge pull request #1 from Schnoop/Schnoop-patch-1
Update main.js