Michael
c80fb8bad4
More white icons added / automated style
2024-11-10 23:12:36 +00:00
Art4
712b9e9610
Fix lang strings object in PhpToPo command
2024-11-10 22:50:59 +00:00
Michael
a4c5d7539c
Preparation für multiple icon styles / improved code
2024-11-10 19:50:01 +00:00
Art4
d87f24f17a
Replace calls for App::redirect() with AppHelper
2024-11-10 16:19:02 +00:00
Art4
2c0db2f043
Replace calls for App::setCurrentTheme() with AppHelper
2024-11-10 16:09:30 +00:00
Art4
c495461ffb
Fix missing $app
2024-11-10 12:13:32 +00:00
Art4
782271aa3c
Refactor App class
2024-11-10 12:02:31 +00:00
Art4
4abfc3907b
Replace calls for App::getCurrentTheme() with AppHelper
2024-11-10 11:59:43 +00:00
Art4
e6b39e5f1c
Fix cs in App and AppLegacy classes
2024-11-10 11:42:59 +00:00
Art4
ae75ffc31a
replace calls for App::getBasePath() with AppHelper
2024-11-10 10:57:13 +00:00
Art4
79f9e78daf
Replace temp variable with property
2024-11-10 08:53:36 +00:00
Art4
81c0c56e5a
Replace calls for App with AppHelper in Module\Install
2024-11-10 08:46:50 +00:00
Art4
d9d1e9e0e0
Merge branch 'add-static-code-analysis' into refactoring-of-app-class
2024-11-10 08:10:17 +00:00
Art4
221dad7663
Merge branch 'improve-tests' into add-static-code-analysis
2024-11-10 00:20:29 +00:00
Art4
940884e4bd
Refactor Crypto::randomDigits()
2024-11-09 23:18:13 +00:00
Art4
7de79fc753
Replace calls for App:::getThemeInfoValue() with AppHelper
2024-11-08 23:23:01 +00:00
Art4
536234a9c6
Replace calls for App::getThemeInfo() with AppHelper
2024-11-08 23:14:08 +00:00
Art4
be193a236e
Replace all calls for App::getTimeZone() with AppHelper
2024-11-08 23:08:40 +00:00
Art4
d9087b4f7c
Replace all calls for App::getContactId() with AppHelper
2024-11-08 23:04:52 +00:00
Art4
cad3311afb
Replace calls for App::setContactId() with AppHelper
2024-11-08 22:50:08 +00:00
Art4
6f14645a5f
Replace calls for App::getProfileOwner() with AppHelper
2024-11-08 22:45:14 +00:00
Art4
6a6a5af3b2
Replace calls of App::setProfileOwner with AppHelper
2024-11-08 16:20:55 +00:00
Art4
9477e1b55f
Move AppHelper code to AppLegacy, create interface for AppHelper
2024-11-08 16:07:24 +00:00
Art4
85f74c80e8
extract redirect method into AppHelper
2024-11-08 12:13:20 +00:00
Art4
470c47f45c
Extract config methods into AppHelper
2024-11-08 12:06:30 +00:00
Art4
0fc9f7f0b4
extract ThemeInfo methods into AppHelper
2024-11-08 11:05:02 +00:00
Art4
6fd74bccb0
Remove unused dependencies
2024-11-08 09:44:01 +00:00
Michael
e73566c0a1
SVG icons for various fediverse systems
2024-11-08 09:43:19 +00:00
Art4
48b2cff53d
extract getter and setter for current theme into AppHelper
2024-11-08 09:39:16 +00:00
Art4
60a9833130
Replace App with AppHelper in Worker classes
2024-11-08 07:42:35 +00:00
Art4
1d5fc6a4bf
Extract Queue getter and setter into AppHelper
2024-11-08 07:30:36 +00:00
Art4
f0ce7ea61e
Extract App::getProfileOwner() and setProfileOwner() into AppHelper
2024-11-06 13:36:38 +01:00
Art4
b5317f8e46
Refactor App, add AppHelper in constructor
2024-11-06 12:26:33 +00:00
Art4
00d2e24dd2
Refactor Security\Authentication class, remove dependency for App instance
2024-11-06 13:21:57 +01:00
Art4
c0bd3b5ff0
Extract App::setContactId() and App::getContactId() into AppHelper
2024-11-06 13:11:26 +01:00
Art4
94b4009397
Improve code style in Security\Authentication
2024-11-06 13:06:54 +01:00
Art4
ae36d66ddc
Replace App with AppHelper in Calendar/Event/API.php
2024-11-06 12:52:48 +01:00
Art4
7c6505cc55
Replace App with AppHelper in Network classes
2024-11-06 08:14:50 +00:00
Art4
9074258b78
Replace static calls of DI::app() with DI::apphelper()
2024-11-06 07:57:43 +00:00
Art4
4f16bbe5f5
deprecate App::ge DI::app(),tTimeZone() and App::setTimezone()
2024-11-06 07:52:46 +00:00
Art4
81b0bab084
Create AppHelper class
2024-11-06 07:32:07 +00:00
Art4
d29a18e56f
Refactor App class
2024-11-06 07:21:50 +00:00
Tobias Diekershoff
435c37bff4
Merge pull request #14533 from annando/warning
...
Fixes "foreach() argument must be of type array|object, string given"
2024-11-06 06:29:04 +01:00
Michael
97b38b99df
Fixes "foreach() argument must be of type array|object, string given"
2024-11-05 19:10:32 +00:00
Art4
dfb821d3b5
Ignore false positive PHPStan error
...
see https://github.com/friendica/friendica-addons/pull/1363
2024-11-05 15:26:24 +00:00
Art4
a28a207774
Fix name of Mode class
2024-11-05 12:20:43 +00:00
Art4
eff96cc140
add missing use statement
2024-11-05 12:17:41 +00:00
Art4
4b971f84fd
Fix returns in Console commands
2024-11-05 12:13:18 +00:00
Art4
01ba276455
Add missing return
...
This needs some refactoring: returning nothing implicit returns null, thas will be convert to int 0.
I return false instead of nothing to keep this behaviour for BC.
2024-11-05 11:52:23 +00:00
Art4
bf04b3e57d
Fix usage of static
2024-11-05 11:27:29 +00:00
Art4
f024de4350
add missing property in FixAPDeliveryWorkerTaskParameters
2024-11-05 11:25:35 +00:00
Michael
1226cd4487
"Connector" added as parcel
2024-11-05 11:04:57 +00:00
Michael
29310562a5
Notifier: Only relay public posts
2024-11-05 07:41:14 +00:00
Art4
3c229443e8
Remove missleading template phpdoc
2024-11-05 07:14:24 +00:00
Art4
4e49c45021
Remove support for apc
2024-11-05 07:07:58 +00:00
Tobias Diekershoff
6a3dfdb26b
Merge pull request #14530 from annando/fix-install
...
Fix installation
2024-11-04 22:39:33 +01:00
Michael
f6b4f974f0
Only transmit via AP if the relayed post is an AP post
2024-11-04 21:08:06 +00:00
Art4
8448d719e7
Remove support for apc
...
apc is deprecated since PHP 5.5 and not compatible with PHP 7
2024-11-04 20:34:42 +00:00
Michael
67a8c5073c
Fix installation
2024-11-04 20:27:17 +00:00
Art4
ad6be21b56
Fix defaults in Contact model
2024-11-04 20:02:44 +00:00
Art4
28f2b7fc81
Fix variable name
...
The variable was renamed but this line was accidently overseen
see 62eb16e9ad (diff-785d24b46fdf749363656f33208f941ea0eca809c7c76452180a0bfc16df68a3R2555)
2024-11-04 15:28:10 +00:00
Art4
3535c7c4cd
Remove unused code
2024-11-04 15:09:33 +00:00
Art4
71add60f59
remove unused code
...
this code was never called because $body is never declared
and hence the if could never be true
2024-11-04 15:04:06 +00:00
Art4
57c188d01d
Fix wrong use of static
2024-11-04 13:46:33 +00:00
Art4
4a9c7d2f30
Remove call of non-existing functions
...
This functions were removed in commit a97b3f690c9e4476ba638236897507100f77af6f
- twitter_statuses_show()
- twitter_media_entities()
- twitter_expand_entities()
see a97b3f690c
2024-11-04 13:56:08 +01:00
Art4
b5c2cbc597
Refactor Friendica\Module\Debug\ItemBody class
2024-11-04 13:36:57 +01:00
Art4
979468e7fb
refactor of Friendica\Object\Api\Mastodon\Preferences class
2024-11-04 13:30:26 +01:00
Art4
9ae7b9cf01
Fix warnings in Receiver.php
2024-11-04 11:58:08 +00:00
Art4
3a8058ec09
Extract visible_whitespace() into separate method in ActivityPubConversion
2024-11-03 15:54:37 +01:00
Art4
e984057ceb
Extract visible_whitespace() into separate method
2024-11-03 15:52:46 +01:00
Art4
c5dac44c8f
add missing return statement
2024-11-03 15:49:44 +01:00
Michael
ea9d0fb9b0
Process deletions via ActivityPub
2024-11-03 06:10:25 +00:00
Art4
04d4c6d8f0
Fix mocking namespace
2024-11-02 20:57:11 +01:00
Michael
5e3f9d1235
Improved delivery / fix falsely delivery content via DFRN
2024-10-31 18:41:17 +00:00
Michael
94ad35a5df
Prevent dead contacts from being revived
2024-10-30 05:07:58 +00:00
Tobias Diekershoff
db95def246
fix gettext error
...
xgettext was complaining that the term 'Error' was used once without the plural form
2024-10-29 07:59:44 +01:00
Michael Vogel
b2b879851c
Merge pull request #14514 from tobiasd/issue14512
...
remove old reverence to addons.friendi.ca
2024-10-29 07:29:21 +01:00
Tobias Diekershoff
61435984b0
remove old reverence to addons.friendi.ca
...
fixes #14512
The URL of the addon repository is corrected with this PR as well.
2024-10-29 06:57:00 +01:00
Michael
42117a391c
Issue 14478: Always use an existing application for OAuth
2024-10-28 20:57:20 +00:00
Tobias Diekershoff
7e446e8100
Merge pull request #14507 from annando/issue-14491
...
Issue 14491: CSS class for pictures with or without alt descriptions
2024-10-28 06:52:59 +01:00
Michael
89bc4af2c6
Issue 13270: Fix display of private comments on the profile page
2024-10-27 19:14:51 +00:00
Michael
e9064aff32
Issue 14491: CSS class for pictures with or without alt descriptions
2024-10-27 15:48:06 +00:00
Tobias Diekershoff
2d7964ad7c
Merge pull request #14504 from annando/archive-unarchive
...
The code for archiving and unarchiving contacts is improved
2024-10-27 07:27:53 +01:00
Tobias Diekershoff
e5991069ed
Merge pull request #14501 from annando/issue-14495
...
Issue 14495: Rich HTML content with embedded pictures
2024-10-27 07:25:21 +01:00
Tobias Diekershoff
561ac9e4ee
Merge pull request #14502 from annando/platform-name
...
Don't show "(AP)" at platform names anymore
2024-10-27 07:23:47 +01:00
Michael
ea5a19972e
The code for archiving and unarchiving contacts is improved
2024-10-26 15:48:12 +00:00
Michael
676f54b7b2
Don't show "(AP)" at platform names anymore
2024-10-26 15:36:41 +00:00
Michael
9261f29553
Issue 14495: Rich HTML content with embedded pictures
2024-10-26 15:34:17 +00:00
Michael
63b1adecea
Issue 14478: Fix OAuth registration with Buffer
2024-10-25 19:52:47 +00:00
Michael
122f61a603
Issue 14478: Improved logging
2024-10-25 12:50:25 +00:00
Michael
1c081ced74
Issue 14488: Extended date change range for signatures
2024-10-23 21:13:45 +00:00
Tobias Diekershoff
a0a8aeb304
Merge pull request #14486 from annando/issue-14145
...
Issue 14145: Fix communication with Hubzilla
2024-10-21 18:31:24 +02:00
Michael
58cd216eb7
Issue 14145: Fix communication with Hubzilla
2024-10-21 06:08:28 +00:00
Philipp
7ca4e6e338
Add admin info to stats Endpoint
2024-10-21 07:24:24 +02:00
Michael Vogel
e8ab8a84af
Merge pull request #14484 from nupplaphil/fix/2f_app_specific
...
QuickFix: 2FA - App specific password
2024-10-20 22:13:38 +02:00
Philipp
dc4eac2742
QuickFix: 2FA - App specific password
2024-10-20 21:46:22 +02:00
Michael
d13dba7445
Issue 14126: Workaround for wrong content types
2024-10-20 18:38:16 +00:00
Michael
94ef7c55c0
Issue 14121: Show precise contact counts for own user
2024-10-20 17:46:01 +00:00
Michael
d867d73a23
Improved block behaviour
2024-10-20 08:33:16 +00:00
Michael
acb305cf73
Issue 14212: exclude channel only posts from the API timeline
2024-10-19 19:56:20 +00:00
Tobias Diekershoff
8c6ff3f876
Merge pull request #14474 from annando/issue-14174
...
Issue 14174 and 14421: Option to hide emojis and pictures without description
2024-10-19 07:50:48 +02:00
Michael
55381329b3
Fix image posts done by Buffer
2024-10-19 03:35:21 +00:00
Michael
301717802d
Issue 14174 and 14421: Option to hide emojis and pictures without description
2024-10-18 19:13:07 +00:00
Michael
b10255ca44
Issue 14471: Fix wegfinger request
2024-10-17 22:04:31 +00:00
Michael
93536f31e8
Fix the following of accounts with "?" in the URL
2024-10-16 03:00:20 +00:00
Tobias Diekershoff
7bd076fce9
bump version 2024.09-rc
2024-10-15 04:00:50 +00:00
Michael
fc3ab1762e
Fix: changing contact settings
2024-10-08 20:49:24 +00:00
Tobias Diekershoff
a3dff95c2b
Merge pull request #14457 from annando/length-check
...
Fix for the string truncation for "latin1" charset
2024-10-08 08:06:31 +02:00
Michael
53015140d9
Fix linefeeds in "detected languages" popup
2024-10-07 20:47:10 +00:00
Michael
d8bcf38a78
Fixed for the string truncation for "latin1" charset
2024-10-07 20:44:45 +00:00
Michael
7e405f6b61
Platform icons assigned for Hometown and Akkoma
2024-09-29 18:14:14 +00:00
Michael
eb9d8f19d7
Issue 14451: Accept GZIP content encoding
2024-09-27 19:34:49 +00:00
Michael
43fa03db36
Issue 14448: Fix the Pertube context
2024-09-24 20:35:42 +00:00
Michael
e2a82886a4
Fix counter for emoji reactions
2024-09-18 20:49:30 +00:00
Michael
7525d80d03
Issue 14419: Avoid fatal errors with animated WebP images and GDlib
2024-09-18 04:06:57 +00:00
Tobias Diekershoff
38ff423716
Merge pull request #14437 from annando/network-blank
...
Avoid blank network page on database issues
2024-09-15 09:03:07 +02:00
Michael
47478fe8f7
Avoid blank network page on database issues
2024-09-15 05:35:30 +00:00
Michael
072123af8f
Basic support for HLS added
2024-09-14 18:06:59 +00:00
Michael
44f4876d58
Fix polling of feeds
2024-09-12 12:41:23 +00:00
Michael
e8a3be6820
OStatus support removed
2024-09-11 03:44:40 +00:00
Michael
4712d562b5
Fixes warning "Undefined array key "@type"
2024-09-10 11:23:06 +00:00
Michael
bb9dadf2ec
Prevent a loop when trying to detect the server type
2024-09-09 21:26:07 +00:00
Michael
d5ab92f695
The limit for the expiry can now be configured
2024-09-09 03:27:18 +00:00
Michael
092ec00cdb
Changed order of expiry commands
2024-09-08 16:19:01 +00:00
Tobias Diekershoff
37faff6d98
Merge pull request #14423 from annando/remove-custom-emojis
...
Remove custom emojis from contact names
2024-09-07 15:39:42 +02:00
Tobias Diekershoff
8eff24d693
Merge pull request #14411 from annando/content-type
...
Feeds: Check the content type before fetching feeds
2024-09-07 15:34:11 +02:00
Michael
72d5011ded
Remove custom emojis from contact names
2024-09-07 07:33:39 +00:00
Michael
a9fbad0afe
Issue 14370: Improved content negogiation
2024-09-06 18:05:36 +00:00
Michael
c94a19375d
Feeds: Check the content type before fetching feeds
2024-09-06 08:21:23 +00:00
Tobias Diekershoff
a54dcd2eb3
Merge pull request #14416 from annando/no-fetchfull
...
The redundant function "fetchfull" is removed
2024-09-06 07:23:09 +02:00
Michael
9bdf7d806b
Issue 14413: Ensure that the expiry is performed
2024-09-05 06:35:38 +00:00
Michael
22828388c0
The redundant function "fetchfull" is removed
2024-09-04 17:04:45 +00:00
ne20002
2ea54e7031
Fixes #14407
2024-09-03 16:36:22 +00:00
Tobias Diekershoff
ee24685cd7
Merge pull request #14406 from friendica/issue-14294
...
Issue 14294: Fix event parsing
2024-09-02 06:49:05 +02:00
Michael
99dfb7d59e
Issue 14294: Fix event parsing
2024-09-02 04:11:40 +00:00
Michael
7fdf244bae
AVoid throwing an error / store the size of pages
2024-09-02 04:10:27 +00:00
Michael
9da42e551d
Fix fetching additional media information
2024-09-01 04:52:38 +00:00
Michael
2e9b482de8
Fix exception "($shorthand) must be of type string, null given,"
2024-08-28 12:08:36 +00:00
Michael
79524e950c
Issue 14373: Avoid exception in BBCode parser
2024-08-27 19:27:56 +00:00
Michael
518382036b
Exception handling added at many places
2024-08-25 18:35:24 +00:00
Michael
79e4ff2f32
Issue 14307: prevent exception on post update
2024-08-25 10:21:05 +00:00
Michael
425f23bbdc
Delete unused media attachments
2024-08-24 17:40:25 +00:00
Tobias Diekershoff
dc2d894a26
Merge branch 'develop' into reuse
2024-08-24 19:20:00 +02:00
Tobias Diekershoff
f597d7aac7
Merge pull request #14392 from annando/issue-14377
...
Disallow posting to restricted groups
2024-08-24 18:14:10 +02:00
Michael
dace658d5d
Disallow posting to restricted groups
2024-08-24 16:05:43 +00:00
Tobias Diekershoff
30a5ef33b0
REUSE src directory
2024-08-24 15:27:00 +02:00
Michael
24209c4374
Issue 14381: Fix automated register policy on first install
2024-08-24 12:48:20 +00:00
Michael
6f7d8d4c09
Remove unused contacts
2024-08-24 04:46:30 +00:00
Michael
d9d9cd45e4
Issue 14377: Support for "postingRestrictedToMods" added
2024-08-20 05:58:24 +00:00
Michael
03543f1362
Issue 14368: Fix access to the global timeline
2024-08-19 20:01:31 +00:00
Laura Hausmann
c83f9c3fcb
Return rel=self link for xrd+xml webfinger responses
2024-08-17 23:05:45 +02:00
Tobias Diekershoff
60ffd8fe78
bumb version 2024.09-dev
2024-08-17 17:33:40 +02:00
Tobias Diekershoff
95229140f8
Merge branch 'stable' into develop
2024-08-17 17:29:18 +02:00
Tobias Diekershoff
6d605f24ee
bumb version 2024.08
2024-08-17 17:28:43 +02:00
Michael
b6268d8d8d
Issue 14364: Fix delivery of group posts to Friendica contacts
2024-08-17 03:04:00 +00:00
Tobias Diekershoff
2e0b104ebc
Merge pull request #14365 from annando/contact-deletion
...
Additional checks for deleting old contacts
2024-08-16 23:12:49 +02:00
Michael
4e094cc68f
Issue 14364: Fix post delivery of groups
2024-08-16 19:29:44 +00:00
Michael
f1eb2bbfec
Additional checks for deleting old contacts
2024-08-16 16:42:57 +00:00
Tobias Diekershoff
89ac1c829b
Merge pull request #14357 from annando/callstack
...
Additional checks against fetch loops
2024-08-15 07:03:45 +02:00
Michael
c9ba460817
Additional checks against fetch loops
2024-08-15 04:35:46 +00:00
Michael
5fbba942de
Remove apcontact and diaspora-contact entries that aren't connected to contacts
2024-08-15 04:17:14 +00:00
Michael
d6b37591f5
Configurable recursion depth when fetching replies
2024-08-14 08:16:33 +00:00
Michael
c3ed9ba24a
Fix restricted access to public timeline
2024-08-13 19:31:42 +00:00
Tobias Diekershoff
241d056473
Merge pull request #14353 from annando/stats
...
Increment inbound/outbound on mails per result
2024-08-13 07:19:38 +02:00
Tobias Diekershoff
9bb05d3cc4
Merge pull request #14352 from annando/fix-target-inboxes
...
Fix for fetching the target inboxes
2024-08-13 07:18:41 +02:00
Tobias Diekershoff
7801d3efe8
Merge pull request #14354 from annando/issue-14121
...
Issue 14121: Don't display contacts from unavailable networks via API
2024-08-13 07:17:45 +02:00
Michael
c5844625b4
Issue 14186: Respect public restrictions for ttimeline API endpoint
2024-08-13 02:50:50 +00:00
Michael
60ebc62730
Issue 14121: Don't display contacts from unavailable networks via API
2024-08-13 01:49:27 +00:00
Michael
94c3331bcd
Fix for fetching the target inboxes
2024-08-12 16:57:57 +00:00
Michael
f47c4c3dd6
Increment inbound/outbound on mails per result
2024-08-12 16:55:16 +00:00
Michael
131e330e61
Issue 14349: Fix profile page for unrelated contacts
2024-08-11 06:44:24 +00:00
Tobias Diekershoff
66e9807876
Merge pull request #14345 from annando/stats
...
Statistics: Inbound/Outbound for more protocols
2024-08-09 13:37:10 +02:00
Tobias Diekershoff
5ea3f9e6b7
Merge pull request #14347 from annando/contact-redirect
...
Improved redirect for contact actions
2024-08-09 12:56:52 +02:00
Michael
63d4f1cace
Prevent fetching replies when fetching replies
2024-08-06 21:52:25 +00:00
Michael
342c9088d3
Improved redirect for contact actions
2024-08-06 21:35:59 +00:00
Michael
7e8a6335ae
Fix the datetime of the last cron execution
2024-08-06 05:47:41 +00:00
Michael
bdf95e8305
Statistics: Inbound/Outbound for more protocols
2024-08-05 20:34:17 +00:00
Tobias Diekershoff
3776cf8919
Merge pull request #14335 from annando/fix-follow
...
Fix follow/unfollow
2024-08-04 19:13:09 +02:00
Tobias Diekershoff
470b98697d
Merge pull request #14338 from annando/owa
...
Don't query the OWA data if already set
2024-08-04 17:00:50 +02:00
Tobias Diekershoff
22dbc1e7ae
Merge pull request #14340 from annando/issue-14312
...
Issue 14312: fix uimport path / restore POST endpoints
2024-08-04 16:58:09 +02:00
Michael
efee399397
Issue 14303: Fixes %3f problem with OAuth login
2024-08-03 19:21:29 +00:00
Michael
1a6e381206
Issue 14312: fix uimport path / restore POST endpoints
2024-08-03 12:20:56 +00:00
Michael
f4791649dd
Don't query the OWA data if already set
2024-08-02 09:49:42 +00:00
Michael
534db0d09a
Fix follow/unfollow
2024-08-02 05:50:01 +00:00
Michael
1f18e096fe
Fix tests
2024-07-31 04:38:03 +00:00
Tobias Diekershoff
2c9f312e33
Merge pull request #14331 from annando/issue-14329
...
Issue 14329: Fixes "Can't send a post"
2024-07-30 21:41:23 +02:00
Tobias Diekershoff
69ca4342a8
Merge pull request #14330 from annando/post
...
ACL works again
2024-07-30 21:33:05 +02:00
Michael
efc7efc279
Fixes "Incorrect integer value: 'true'"
2024-07-30 15:00:35 +00:00
Michael
d3c86ba2ad
Issue 14329: Fixes "Can't send a post"
2024-07-30 14:51:40 +00:00
Michael
fadff0dc84
ACL works again
2024-07-30 14:45:49 +00:00
Michael
28d67bfef0
Use "post" instead of "rawContent"
2024-07-28 09:58:02 +00:00
Tobias Diekershoff
344c5fa595
Merge pull request #14327 from annando/issue-14324
...
Issue 14324: Sanitize profile input
2024-07-28 08:46:49 +02:00
Michael
ef71840ddc
Issue 14324: Sanitize profile input
2024-07-28 04:36:16 +00:00
Michael
0b710ce4fb
Issue 14325: Process "post" requests only once
2024-07-27 17:35:14 +00:00
Tobias Diekershoff
aae004d3d2
Merge pull request #14318 from annando/stats
...
Count inbound and outbound packets
2024-07-26 20:44:49 +02:00
Tobias Diekershoff
7b8381fb1a
Merge pull request #14323 from annando/styles
...
Removed deprecated parameter
2024-07-26 20:42:51 +02:00
Tobias Diekershoff
4f928b6fae
Merge pull request #14322 from annando/link-length
...
Configurable maximum link length
2024-07-26 20:40:54 +02:00
Michael
823a7bf780
Removed deprecated parameter
2024-07-24 21:03:26 +00:00
Michael
e011b5956a
Count inbound and outbound packets
2024-07-24 20:50:46 +00:00
Michael
ecc4f73007
Configurable maximum link length
2024-07-24 20:34:26 +00:00