Art4
496f0755b1
Fix errors in Core namespace
2024-12-03 20:11:46 +00:00
Art4
e17012801f
Merge branch 'develop' into phpstan-level-1-in-addons
2024-11-30 19:23:36 +00:00
Art4
8f66cbee91
remove unused parameter
2024-11-28 08:26:26 +00:00
Art4
f93915075e
remove requirement for DI::app() in addon_install()
...
see https://github.com/friendica/friendica-addons/pull/1364
2024-11-23 08:38:37 +00:00
Art4
bc76f2af67
refactor confusing finally block
2024-11-22 11:02:54 +00:00
Art4
d4504c39c6
remove confusing finally block
2024-11-22 10:53:26 +00:00
Art4
3c84c21318
Remove unused parameters in AddonInvalidConfigFileException
2024-11-19 08:05:34 +00:00
Art4
b8e15b42fa
Refactor DatabaseCache
2024-11-19 08:04:06 +00:00
Art4
0f785e8bd0
Remove unused parameters in ConfigFileException
2024-11-19 07:54:17 +00:00
Art4
58e447f7bb
Refactor ConfigFileManager
2024-11-19 07:48:43 +00:00
Art4
cde93c68dc
Fix session factory
2024-11-19 07:46:52 +00:00
Art4
c1c158ccda
Fix errors in Core namespace
2024-11-19 07:40:46 +00:00
Art4
2b81529844
Refactor Session factory
2024-11-19 07:33:07 +00:00
Art4
a5f623a86a
Fix errors in Database namespace
2024-11-19 07:24:27 +00:00
Art4
c79f3cde22
Merge branch 'develop' into phpstan-level-1
2024-11-18 21:45:42 +00:00
Art4
24f75cd618
Add return type never, fix more errors
2024-11-17 22:55:42 +00:00
Art4
603af2fb19
Rename DI::apphelper() to DI::appHeler()
2024-11-17 20:00:34 +00:00
Art4
5696a5249f
Merge branch 'develop' into refactoring-of-app-class
2024-11-17 07:37:58 +00:00
Art4
ceb4747eea
Fix phpstan errors
2024-11-16 19:36:08 +00:00
Art4
a24a65de2f
Merge branch 'develop' into refactoring-of-app-class
2024-11-16 19:29:56 +00:00
Art4
f75fc9a2fb
Merge branch 'develop' into run-phpstan-in-ci-pipeline
2024-11-16 18:59:55 +00:00
Art4
84048617c9
Remove phpstan ignored errors
2024-11-16 10:41:14 +00:00
Art4
eb04f3b079
Merge branch 'develop' into merge-2024.09-rc-branch
2024-11-16 08:32:25 +00:00
Art4
20f5a96fe0
refactor usage of Friendica\App namespace
2024-11-11 00:30:58 +00:00
Art4
ae75ffc31a
replace calls for App::getBasePath() with AppHelper
2024-11-10 10:57: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
Michael
e73566c0a1
SVG icons for various fediverse systems
2024-11-08 09:43:19 +00:00
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
Philipp
7ca4e6e338
Add admin info to stats Endpoint
2024-10-21 07:24:24 +02:00
Michael
d867d73a23
Improved block behaviour
2024-10-20 08:33:16 +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