friendica/src
Roland Häder da66730e4f
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
..
App Improve quote share ("message_id" added) 2022-10-06 21:50:20 +00:00
Capabilities Fix App routing 2022-01-04 20:59:28 +01:00
Collection/Api Add missing copyright text 2022-01-02 10:49:50 +01:00
Console Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
Contact The quote functionality is simplified 2022-10-09 21:16:36 +00:00
Content Rewrite: 2022-10-15 00:44:06 +02:00
Core Rewrite: 2022-10-15 00:44:06 +02:00
Database Rewrite: 2022-10-15 00:44:06 +02:00
Factory Rewrite: 2022-10-15 00:44:06 +02:00
Model Rewrite: 2022-10-15 00:44:06 +02:00
Moderation Minor l10n issue 2022-09-27 10:52:17 +02:00
Module Rewrite: 2022-10-15 00:44:06 +02:00
Navigation Rewrite: 2022-10-15 00:44:06 +02:00
Network Merge pull request #11925 from mexon/mat/dont-remove-slash 2022-09-24 15:05:02 -04:00
Object Rewrite: 2022-10-15 00:44:06 +02:00
Profile/ProfileField Another incompatible method declaration fixed + type-hints added 2022-06-17 17:18:31 +02:00
Protocol Rewrite: 2022-10-15 00:44:06 +02:00
Render Read the config at another place 2022-09-08 06:21:16 +00:00
Security Some more changed log levels 2022-08-31 05:01:22 +00:00
Util Merge pull request #11979 from annando/issue-11853 2022-10-09 17:45:33 -04:00
Worker Rewrite: 2022-10-15 00:44:06 +02:00
App.php Improved page rendering speed logging 2022-09-20 16:30:56 +02:00
BaseCollection.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00
BaseDataTransferObject.php Update copyright 2022-01-02 08:27:47 +01:00
BaseEntity.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00
BaseFactory.php Update copyright 2022-01-02 08:27:47 +01:00
BaseModel.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00
BaseModule.php Changes: 2022-06-22 16:14:14 +02:00
BaseRepository.php Update copyright 2022-01-02 08:27:47 +01:00
DI.php Move system messages from boot to own class 2022-07-27 11:54:50 -04:00
LegacyModule.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00