]> git.mxchange.org Git - friendica.git/log
friendica.git
19 months agomessage.po
Marek Bachmann [Wed, 30 Nov 2022 03:39:00 +0000 (04:39 +0100)]
message.po

19 months agoCorrectly output binary prefix values since base 2 is used for conversion
Marek Bachmann [Wed, 30 Nov 2022 03:37:08 +0000 (04:37 +0100)]
Correctly output binary prefix values since base 2 is used for conversion

19 months agoCheck for inf values before try to converts bytes to binary prefix strings
Marek Bachmann [Wed, 30 Nov 2022 03:35:18 +0000 (04:35 +0100)]
Check for inf values before try to converts bytes to binary prefix strings

19 months agouse the existing function for format byte values to KiB, MiB, GiB
Marek Bachmann [Wed, 30 Nov 2022 03:34:40 +0000 (04:34 +0100)]
use the existing function for format byte values to KiB, MiB, GiB

19 months agoAdded getBytesFromShorthand at the remaining places.
Marek Bachmann [Wed, 30 Nov 2022 03:13:10 +0000 (04:13 +0100)]
Added getBytesFromShorthand at the remaining places.

19 months agoAdded handling as infinity if maxfilesize is set to 0
Marek Bachmann [Wed, 30 Nov 2022 01:44:48 +0000 (02:44 +0100)]
Added handling as infinity if maxfilesize is set to 0

19 months agoMerge branch 'develop' into show_image_upload_limit
Marek Bachmann [Wed, 30 Nov 2022 01:28:15 +0000 (02:28 +0100)]
Merge branch 'develop' into show_image_upload_limit

19 months agoWrapped all occurrences of DI::config()->get('system', 'maximagesize') with Strings...
Marek Bachmann [Wed, 30 Nov 2022 01:26:56 +0000 (02:26 +0100)]
Wrapped all occurrences of DI::config()->get('system', 'maximagesize') with Strings::getBytesFromShorthand()

19 months agoAdded info that shorthands can be used for maxfilesize Admin Site
Marek Bachmann [Wed, 30 Nov 2022 01:16:48 +0000 (02:16 +0100)]
Added info that shorthands can be used for maxfilesize Admin Site

19 months agoFixed meaning of "maximagesize" = 0 --> infinity
Marek Bachmann [Wed, 30 Nov 2022 01:16:04 +0000 (02:16 +0100)]
Fixed meaning of "maximagesize" = 0 --> infinity

19 months agoMerge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_...
Marek Bachmann [Wed, 30 Nov 2022 00:58:32 +0000 (01:58 +0100)]
Merge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_limit

19 months agoUse previously already available field.5 for short hand pattern ad admin page for...
Marek Bachmann [Wed, 30 Nov 2022 00:58:22 +0000 (01:58 +0100)]
Use previously already available field.5 for short hand pattern ad admin page for maximagesize

19 months agoUpdate src/Module/Admin/Site.php
MarekBenjamin [Wed, 30 Nov 2022 00:49:53 +0000 (01:49 +0100)]
Update src/Module/Admin/Site.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
19 months agoRemoved Trends.php which for what ever reason found its way in my branch under src...
Marek Bachmann [Wed, 30 Nov 2022 00:40:21 +0000 (01:40 +0100)]
Removed Trends.php which for what ever reason found its way in my branch under src/Module/Api/Mastodon but is not present in friendica:develop

19 months agoMerge pull request #12294 from annando/tag-warnings
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"'

19 months agoMerge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_...
Marek Bachmann [Wed, 30 Nov 2022 00:26:37 +0000 (01:26 +0100)]
Merge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_limit

19 months agoAdded Strings::getBytesFromShorthand() for file size check at upload and new message.po
Marek Bachmann [Wed, 30 Nov 2022 00:22:38 +0000 (01:22 +0100)]
Added Strings::getBytesFromShorthand() for file size check at upload and new message.po

19 months agowanted to use a constant for the shorthand regex to be used in the form input templat...
Marek Bachmann [Wed, 30 Nov 2022 00:15:42 +0000 (01:15 +0100)]
wanted to use a constant for the shorthand regex to be used in the form input templates and to check maximagesize post value. But Input field seems to require the regex without enclosing "/.../", so remove const for now

19 months agosplit-off! Trends.php allow shorthands in the system.maximagesize
Marek Bachmann [Wed, 30 Nov 2022 00:05:32 +0000 (01:05 +0100)]
split-off! Trends.php allow shorthands in the system.maximagesize

19 months agoallow shorthands in the system.maximagesize
Marek Bachmann [Wed, 30 Nov 2022 00:05:32 +0000 (01:05 +0100)]
allow shorthands in the system.maximagesize

19 months agoAdded Strings::getBytesFromShorthand() for file size check at upload and new message.po
Marek Bachmann [Wed, 30 Nov 2022 00:22:38 +0000 (01:22 +0100)]
Added Strings::getBytesFromShorthand() for file size check at upload and new message.po

19 months agowanted to use a constant for the shorthand regex to be used in the form input templat...
Marek Bachmann [Wed, 30 Nov 2022 00:15:42 +0000 (01:15 +0100)]
wanted to use a constant for the shorthand regex to be used in the form input templates and to check maximagesize post value. But Input field seems to require the regex without enclosing "/.../", so remove const for now

19 months agoallow shorthands in the system.maximagesize
Marek Bachmann [Wed, 30 Nov 2022 00:05:32 +0000 (01:05 +0100)]
allow shorthands in the system.maximagesize

19 months agoFix warning 'Undefined array key "name"'
Michael [Tue, 29 Nov 2022 23:21:27 +0000 (23:21 +0000)]
Fix warning 'Undefined array key "name"'

19 months agoMerge branch 'friendica:develop' into show_image_upload_limit
MarekBenjamin [Tue, 29 Nov 2022 20:58:46 +0000 (21:58 +0100)]
Merge branch 'friendica:develop' into show_image_upload_limit

19 months agoMerge pull request #12293 from annando/report-status
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

19 months agoAdded status to the report
Michael [Tue, 29 Nov 2022 19:50:12 +0000 (19:50 +0000)]
Added status to the report

19 months agoMerge pull request #12290 from MrPetovan/bug/frio-contact-follow
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

19 months agoMerge pull request #12292 from annando/api-speed
Hypolite Petovan [Tue, 29 Nov 2022 18:55:33 +0000 (13:55 -0500)]
Merge pull request #12292 from annando/api-speed

API: Speed improvements

19 months agoAPI: Speed improvements
Michael [Tue, 29 Nov 2022 18:45:30 +0000 (18:45 +0000)]
API: Speed improvements

19 months ago[frio] Add page wrapper to contact follow page
Hypolite Petovan [Tue, 29 Nov 2022 11:37:41 +0000 (06:37 -0500)]
[frio] Add page wrapper to contact follow page

19 months agoMerge branch 'develop' into show_image_upload_limit
Marek Bachmann [Mon, 28 Nov 2022 23:28:05 +0000 (00:28 +0100)]
Merge branch 'develop' into show_image_upload_limit

19 months agoMerge pull request #12289 from annando/fatal
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

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

19 months agoMerge pull request #12288 from annando/api-tags
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

19 months agoUpdate src/Module/Api/Mastodon/Trends/Links.php
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>
19 months agoUpdated database.sql
Michael [Mon, 28 Nov 2022 20:22:08 +0000 (20:22 +0000)]
Updated database.sql

19 months agoAPI: Added trending links
Michael [Mon, 28 Nov 2022 20:19:57 +0000 (20:19 +0000)]
API: Added trending links

19 months agoMerge pull request #12283 from annando/api-tags
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

19 months agoMerge pull request #12287 from nupplaphil/bug/fix_router
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

19 months agoAdded changelog entry
Michael [Mon, 28 Nov 2022 19:31:04 +0000 (19:31 +0000)]
Added changelog entry

19 months agoFix Legacy Router class routing
Philipp [Mon, 28 Nov 2022 19:13:38 +0000 (20:13 +0100)]
Fix Legacy Router class routing

19 months agoOnly use items that had originally been posted in the last week
Michael [Mon, 28 Nov 2022 14:51:37 +0000 (14:51 +0000)]
Only use items that had originally been posted in the last week

19 months agoCode standards
Michael [Mon, 28 Nov 2022 10:54:26 +0000 (10:54 +0000)]
Code standards

19 months agoMerge branch 'friendica:develop' into show_image_upload_limit
MarekBenjamin [Mon, 28 Nov 2022 09:53:50 +0000 (10:53 +0100)]
Merge branch 'friendica:develop' into show_image_upload_limit

19 months agoAPI: Tredning statuses added
Michael [Mon, 28 Nov 2022 09:30:41 +0000 (09:30 +0000)]
API: Tredning statuses added

19 months agoMerge pull request #12284 from tobiasd/20221128-de
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

19 months agoAPI: Trending tags are added
Michael [Mon, 28 Nov 2022 07:08:01 +0000 (07:08 +0000)]
API: Trending tags are added

19 months agoCoding styles
Michael [Mon, 28 Nov 2022 06:52:55 +0000 (06:52 +0000)]
Coding styles

19 months agoUpdated documentation
Michael [Mon, 28 Nov 2022 06:46:18 +0000 (06:46 +0000)]
Updated documentation

19 months agoDE translation update THX MarekBenjamin
Tobias Diekershoff [Mon, 28 Nov 2022 06:00:11 +0000 (07:00 +0100)]
DE translation update THX  MarekBenjamin

19 months agoStandards
Michael [Mon, 28 Nov 2022 04:07:25 +0000 (04:07 +0000)]
Standards

19 months agoMerge branch 'api-tags' of github.com:annando/friendica into api-tags
Michael [Mon, 28 Nov 2022 04:04:35 +0000 (04:04 +0000)]
Merge branch 'api-tags' of github.com:annando/friendica into api-tags

19 months agoTrim the tag
Michael [Mon, 28 Nov 2022 04:04:27 +0000 (04:04 +0000)]
Trim the tag

19 months agoUpdate src/Module/Api/Mastodon/FollowedTags.php
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>
19 months agoIssue 12191: We can now follow and unfollow tags via API
Michael [Mon, 28 Nov 2022 03:29:43 +0000 (03:29 +0000)]
Issue 12191: We can now follow and unfollow tags via API

19 months agoMerge remote-tracking branch 'upstream/develop' into api-tags
Michael [Mon, 28 Nov 2022 02:13:20 +0000 (02:13 +0000)]
Merge remote-tracking branch 'upstream/develop' into api-tags

19 months agoand the messages.po
Marek Bachmann [Mon, 28 Nov 2022 00:23:00 +0000 (01:23 +0100)]
and the messages.po

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 agoAPI: Support new tag endpoints
Michael [Sun, 27 Nov 2022 19:22:41 +0000 (19:22 +0000)]
API: Support new tag endpoints

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

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

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

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

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

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

19 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

19 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

19 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>
19 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>
19 months agoMake PHP-CS happy
Philipp [Sat, 26 Nov 2022 21:52:36 +0000 (22:52 +0100)]
Make PHP-CS happy

19 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

19 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

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

19 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

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 agoRemove mod/fbrowser
Philipp [Sat, 26 Nov 2022 21:37:03 +0000 (22:37 +0100)]
Remove mod/fbrowser

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

19 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

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