]>
git.mxchange.org Git - friendica.git/log
MarekBenjamin [Mon, 28 Nov 2022 09:53:50 +0000 (10:53 +0100)]
Merge branch 'friendica:develop' into show_image_upload_limit
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
Tobias Diekershoff [Mon, 28 Nov 2022 06:00:11 +0000 (07:00 +0100)]
DE translation update THX MarekBenjamin
Marek Bachmann [Mon, 28 Nov 2022 00:23:00 +0000 (01:23 +0100)]
and the messages.po
Marek Bachmann [Mon, 28 Nov 2022 00:16:54 +0000 (01:16 +0100)]
and now the missing ')' at the correct position
Marek Bachmann [Mon, 28 Nov 2022 00:11:02 +0000 (01:11 +0100)]
Added missing ')'
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>
Marek Bachmann [Sun, 27 Nov 2022 22:53:34 +0000 (23:53 +0100)]
messages.po
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
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
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
Marek Bachmann [Sat, 26 Nov 2022 22:45:58 +0000 (23:45 +0100)]
Added info about upload_max_filesize to admin page
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.
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
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>
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
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
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
Marek Bachmann [Fri, 25 Nov 2022 22:36:28 +0000 (23:36 +0100)]
changed var name
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
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>
Michael [Fri, 25 Nov 2022 19:35:40 +0000 (19:35 +0000)]
API: Enable edit
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 [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
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: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
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