]> git.mxchange.org Git - friendica.git/log
friendica.git
19 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

19 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.

19 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.

19 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

19 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>
19 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>
19 months agowhitespaces
Marek Bachmann [Sat, 26 Nov 2022 20:53:12 +0000 (21:53 +0100)]
whitespaces

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

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

19 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

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

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

19 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.

19 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>
19 months agoupdated messages.po
Marek Bachmann [Fri, 25 Nov 2022 18:55:43 +0000 (19:55 +0100)]
updated messages.po

19 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

19 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"

19 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"

19 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

19 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

19 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

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

19 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

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

19 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

19 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

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

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

19 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

19 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

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

19 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

19 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

19 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

19 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

19 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

19 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

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

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

19 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

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

19 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…

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

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

19 months agoUpdated messages.po
Michael [Wed, 23 Nov 2022 14:16:13 +0000 (14:16 +0000)]
Updated messages.po

19 months ago"MIRROR_FORWARDED" is removed
Michael [Wed, 23 Nov 2022 14:00:34 +0000 (14:00 +0000)]
"MIRROR_FORWARDED" is removed

19 months agoMerge remote-tracking branch 'upstream/develop' into no-api-post
Michael [Wed, 23 Nov 2022 06:28:24 +0000 (06:28 +0000)]
Merge remote-tracking branch 'upstream/develop' into no-api-post

19 months agoNo more automated posts via mod/item.php
Michael [Wed, 23 Nov 2022 06:27:40 +0000 (06:27 +0000)]
No more automated posts via mod/item.php

19 months agoMerge pull request #12240 from MarekBenjamin/patch-2
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

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

19 months agoMerge pull request #12234 from HankG/fix-friendica-notification-seen-endpoint
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

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

19 months agoMerge pull request #12231 from HankG/fix-unfavourite-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

19 months agoThe two endpoints for unfavoriting/liking (and related things) was failing because...
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.

19 months agoMerge pull request #12228 from MrPetovan/task/4090-move-mod-photos
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

19 months agoMerge pull request #12225 from MrPetovan/bug/10188-addon-config
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

19 months agoUpdate doc/Config.md from review suggestion
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>
19 months agoUpdate main translation file after moving strings
Hypolite Petovan [Sun, 20 Nov 2022 22:26:08 +0000 (17:26 -0500)]
Update main translation file after moving strings

19 months agoCreate /profile/{nickname}/photos route
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

19 months agoFix string interpolation in Model\Photo::upload
Hypolite Petovan [Sun, 20 Nov 2022 22:07:08 +0000 (17:07 -0500)]
Fix string interpolation in Model\Photo::upload

19 months agoRemove config/addon-sample.config.php file in favor of per-addon configuration files
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

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

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

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

19 months agoMerge pull request #12218 from MrPetovan/bug/frion-search-items
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

19 months agoMerge pull request #12222 from MrPetovan/bug/12219-hovercard-stay-local
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

19 months agoMerge pull request #12223 from MrPetovan/task/12220-add-authorize_interaction-route
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

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

19 months agoFix support for `/contact/123456/conversations` URLs in Module\Contact\Hovercard
Hypolite Petovan [Sun, 20 Nov 2022 00:41:45 +0000 (19:41 -0500)]
Fix support for `/contact/123456/conversations` URLs in Module\Contact\Hovercard

19 months agoFix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator
Hypolite Petovan [Sun, 20 Nov 2022 00:30:48 +0000 (19:30 -0500)]
Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator

19 months agoFix various PHP 8 deprecations
Hypolite Petovan [Sun, 20 Nov 2022 00:10:02 +0000 (19:10 -0500)]
Fix various PHP 8 deprecations

19 months agoEnsure IEMail::getMessage returns a string
Hypolite Petovan [Sun, 20 Nov 2022 00:08:44 +0000 (19:08 -0500)]
Ensure IEMail::getMessage returns a string

19 months agoFix database connection with sockets
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

19 months ago[frio] Improve search list display for web and mobile
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

19 months agoHide non-functional mass deletion feature in search view
Hypolite Petovan [Sat, 19 Nov 2022 22:16:01 +0000 (17:16 -0500)]
Hide non-functional mass deletion feature in search view

19 months agoMerge pull request #12208 from MrPetovan/bug/12059-display-not-found
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

19 months agoMerge pull request #12215 from MrPetovan/bug/hovercard-url
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

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

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

19 months agoUpdate main translation file after adding a string
Hypolite Petovan [Sat, 19 Nov 2022 12:50:07 +0000 (07:50 -0500)]
Update main translation file after adding a string

19 months agoImprove error message when conversation isn't available in Module\Item\Display
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

19 months agoFix support for `/contact/redir` URLs in Module\Contact\Hovercard
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

19 months agoMerge pull request #12214 from Schnoop/bugfix/DivisionByZero
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.

19 months agoPrevent division by zero.
Thorsten [Sat, 19 Nov 2022 17:16:41 +0000 (18:16 +0100)]
Prevent division by zero.

19 months agoMerge pull request #12213 from Schnoop/bugfix/NodeInfo
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.

19 months agoFix that user 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.

19 months agoMerge pull request #12207 from MrPetovan/bug/12187-register-uid-0
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

19 months agoMerge pull request #12211 from Schnoop/feature/fixImportLink
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.

19 months agoFix route for user import.
Thorsten [Sat, 19 Nov 2022 14:17:42 +0000 (15:17 +0100)]
Fix route for user import.

19 months agoUpdate main translation file after adding strings
Hypolite Petovan [Sat, 19 Nov 2022 12:53:55 +0000 (07:53 -0500)]
Update main translation file after adding strings

19 months agoEnsure register records aren't created with uid = 0
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.

19 months agoMerge pull request #12202 from Schnoop/develop
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.