.. |
App
|
Merge pull request #14770 from Art4/new-addonproxy
|
2025-02-10 07:53:24 -05:00 |
Capabilities
|
REUSE src directory
|
2024-08-24 15:27:00 +02:00 |
Collection/Api
|
Fix errors in Collection namespace
|
2024-12-01 21:03:06 +00:00 |
Console
|
Simplify AddonHelper::getAvailableAddons(), move style logic into Module class
|
2025-02-04 13:48:04 +00:00 |
Contact
|
Fix code style
|
2025-01-13 13:31:54 +00:00 |
Content
|
Merge pull request #14770 from Art4/new-addonproxy
|
2025-02-10 07:53:24 -05:00 |
Core
|
Merge branch 'develop' into new-addonproxy
|
2025-02-05 19:20:27 +00:00 |
Database
|
Handle redirected servers in server detection.
|
2025-02-15 14:43:23 +00:00 |
Event
|
Replace Hook with EventDispatcher in Feature class
|
2025-02-04 13:22:55 -05:00 |
Factory
|
Fix code style
|
2025-01-13 13:31:54 +00:00 |
Federation
|
REUSE src directory
|
2024-08-24 15:27:00 +02:00 |
Model
|
Fix codestyle
|
2025-02-15 20:13:21 +00:00 |
Moderation
|
Replace Logger with DI::logger() in Moderation classes
|
2025-01-13 10:17:26 +00:00 |
Module
|
Merge pull request #14770 from Art4/new-addonproxy
|
2025-02-10 07:53:24 -05:00 |
Navigation
|
Fix 11 PHPStan errors
|
2025-02-25 14:03:52 +00:00 |
Network
|
Handle redirected servers in server detection.
|
2025-02-15 14:43:23 +00:00 |
Object
|
Fix 11 PHPStan errors
|
2025-02-25 14:03:52 +00:00 |
Privacy/Entity
|
REUSE src directory
|
2024-08-24 15:27:00 +02:00 |
Profile/ProfileField
|
Fix 27 PHPStan errors
|
2025-02-25 13:51:13 +00:00 |
Protocol
|
fix 17 PHPStan errors
|
2025-02-25 11:36:32 +00:00 |
Render
|
REUSE src directory
|
2024-08-24 15:27:00 +02:00 |
Security
|
Refactory PermissionSet Repository, add BaseRepository::_selectFirstRowAsArray()
|
2025-02-25 08:30:27 +00:00 |
System
|
Make PHP-CS even more happy :)
|
2025-01-02 12:54:39 +01:00 |
User/Settings
|
Fix 2 PHPStan errors
|
2025-02-25 07:48:38 +00:00 |
Util
|
Fix 2 PHPStan errors
|
2025-02-25 07:48:38 +00:00 |
Worker
|
Use AddonHelper in Cron worker and addon console command
|
2025-02-04 12:39:54 +00:00 |
App.php
|
Fixes: Uncaught Exception TypeError: "array_merge(): Argument #1 must be of type array, int given"
|
2025-02-16 05:59:23 +00:00 |
AppHelper.php
|
Create AppHelper interface and AppLegacy class
|
2024-11-17 20:06:34 +00:00 |
AppLegacy.php
|
Mark more new classes as internal
|
2025-01-22 19:52:48 +00:00 |
BaseCollection.php
|
use get_class() instead of static() in BaseCollection
|
2024-11-11 23:40:45 +00:00 |
BaseDataTransferObject.php
|
REUSE src directory
|
2024-08-24 15:27:00 +02:00 |
BaseEntity.php
|
remove unnecessary properties from BaseEntity
|
2024-12-07 06:58:11 +00:00 |
BaseFactory.php
|
REUSE src directory
|
2024-08-24 15:27:00 +02:00 |
BaseModel.php
|
fix errors in BaseModel
|
2024-12-01 20:51:57 +00:00 |
BaseModule.php
|
Replace Logger with $this->logger in Module BaseApi class
|
2025-01-13 10:32:57 +00:00 |
BaseRepository.php
|
Deprecate BaseRepository::_selectOne()
|
2025-02-25 08:39:31 +00:00 |
DI.php
|
Merge branch 'develop' into new-addonproxy
|
2025-02-05 19:20:27 +00:00 |
LegacyModule.php
|
Remove DI::app() call from LegacyModule
|
2024-11-23 08:27:40 +00:00 |