Art4
60a9833130
Replace App with AppHelper in Worker classes
2024-11-08 07:42:35 +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
4e49c45021
Remove support for apc
2024-11-05 07:07:58 +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
e8a3be6820
OStatus support removed
2024-09-11 03:44:40 +00:00
Michael
092ec00cdb
Changed order of expiry commands
2024-09-08 16:19:01 +00:00
Michael
22828388c0
The redundant function "fetchfull" is removed
2024-09-04 17:04:45 +00:00
Michael
518382036b
Exception handling added at many places
2024-08-25 18:35:24 +00:00
Tobias Diekershoff
30a5ef33b0
REUSE src directory
2024-08-24 15:27:00 +02:00
Michael
53d121de51
New endpoint for monitoring services
2024-07-21 20:46:11 +00:00
Michael
b014ec4548
New console command to clear the avatar cache
2024-07-18 10:53:49 +00:00
Michael
55cec6c61d
OpenWebAuth moved to a separate class / Improved authentication handling
2024-05-28 21:59:52 +00:00
Michael
e12f92e516
Some more deprecated function calls are replaced
2024-05-14 19:21:25 +00:00
Michael
5751e024c0
Request type set for all HTTP requests
2024-05-12 17:53:21 +00:00
Hypolite Petovan
42c3faa450
Add support for absolute file paths when removing addon
...
- This handles a rare case where absolute addon file paths were saved to the hook table
2024-05-10 20:34:47 -04:00
Michael
78dc61b59e
Fallback mechanism for missing IDN functions
2024-04-06 11:26:12 +00:00
Hypolite Petovan
e293de04f5
Add '$VERSION' template variable to make Friendica version available in templates
...
- constant() Smarty function is deprecated
- Remove unused site-wide template variable '$APP'
- Address https://github.com/friendica/friendica/issues/14027#issuecomment-2016469408
2024-03-24 09:20:58 -04:00
Michael
aff45278e1
Execute a worker task when there hadn't one for some seconds
2024-03-21 09:10:07 +00:00
Michael
e52fa44d3f
Round the load to two digits
2024-02-24 17:37:30 +00:00
Michael Vogel
14e5b06029
Image handling reworked, new image formats added ( #13900 )
...
* Image handling reworked, new image formats added
* Updated messages.po
* The dot is now part of the file extension
* Added WebP in install documentation
* Handle unhandled mime types
* Fixed animated picture detected
2024-02-17 07:45:41 +01:00
Michael
9bd8d974b3
Account type relay / fix missing baseurl for own contacts
2024-01-29 06:28:43 +00:00
Michael
9075d7f37d
Constant for undeterminded language
2024-01-15 06:20:49 +00:00
Michael
7a13d8b8ac
Merge remote-tracking branch 'upstream/develop' into channel-relay
2024-01-15 06:14:55 +00:00
Hypolite Petovan
e8c256bcff
[Composer] Bump guzzlehttp/guzzle to version 7 to suppress deprecation notices
...
- Bump divineomega/password_exposed to version 3 to remove dependency on Guzzle version 6
- Add new ICanHandleHttpResponses->getBodyString method to solve inheritance mismatch with GuzzleHttp\Psr7\ResponseInterface->getBody return type
2024-01-12 08:42:46 -05:00
Michael
6e830f7774
Improved handling for undeterminded languages
2024-01-07 10:11:52 +00:00
Michael
811a9f01bc
New user account type "Channel Relay"
2024-01-06 17:27:42 +00:00
Michael
89e7420237
Friendica copyright changed from 2023 to 2034
2024-01-02 20:57:26 +00:00
Hypolite Petovan
0b95f39c22
Allow count to be a float in L10n->tt()
...
- Address part of https://github.com/friendica/friendica/issues/13699#issuecomment-1848363608
2023-12-09 07:42:15 -05:00
Hypolite Petovan
7d69d1b402
Don't assume $_SESSION is set in Session\Type\AbstractSession
...
- Address https://github.com/friendica/friendica/issues/13699#issuecomment-1845584812
2023-12-08 20:54:07 -05:00
Hypolite Petovan
b16e8fdb58
Add ReturnTypeWillChange attribute to methods in Session\Handler\Cache
...
- Addess deprecated messages reported in https://github.com/friendica/friendica/issues/13699#issue-2028442214
2023-12-07 07:23:17 -05:00
Michael
5a79111fab
Merge branch 'ISO-639-1' of https://github.com/annando/friendica into ISO-639-1
2023-11-03 14:45:02 +00:00
Michael
d77bebe843
Spelling
2023-11-03 14:44:53 +00:00
Michael Vogel
1208163ba0
Update src/Core/L10n.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-11-03 15:43:22 +01:00
Michael
eaff54c4e3
Moves supported languages to the general part
2023-11-03 06:54:15 +00:00
Michael
a7ab14b3b3
Use "toISO6391" instead of "substr"
2023-11-03 05:32:57 +00:00
Michael
3f2b0b9422
Use ISO-639-1 for the language detection
2023-11-02 22:49:25 +00:00
Michael
9faad72ec0
Individual defer limits per worker task
2023-10-29 12:51:26 +00:00
Michael
004e87c986
Another unneeded callstack call is removed
2023-10-18 20:21:02 +00:00
Michael
e4a37f344e
Individual callstacks are removed from the logger
2023-10-18 19:55:15 +00:00
Hypolite Petovan
bc4b036c76
Merge pull request #13533 from nupplaphil/feat/phpunit_upgrade
...
CI upgrade & Installer Check enabling
2023-10-15 17:39:58 -04:00
Michael
4de03b0c11
Exclude classes from logging
2023-10-15 19:45:32 +00:00
Philipp
3ca277e2b2
Add intlChar Installer-Check
2023-10-15 15:49:00 +02:00
Michael
aeba70f2a6
Language description updated
2023-10-12 05:19:57 +00:00
Michael Vogel
47c15d330f
Update src/Core/Installer.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-10-11 22:58:14 +02:00
Michael
d658908abe
Deactivate the check
2023-10-11 20:28:10 +00:00
Michael
42919a2be3
Deactivated check
2023-10-11 19:43:42 +00:00
Michael
a6bbbd738f
Added check for IntlChar module
2023-10-11 19:20:51 +00:00
Hypolite Petovan
1506068f7c
Add callstack to log messages to better troubleshoot warning messages
2023-10-08 08:37:41 -04:00
Michael
008c8dbf36
More languages / use profile text as fallback
2023-10-02 20:37:16 +00:00
Michael
e84a7e8c2a
Additional languages / new hook for additional language detection
2023-09-30 15:51:53 +00:00