friendica/src
Philipp Holzer a910fd8864
Split DBStructure & View to avoid DB-calls and dependencies for basic operations
- new "Definition" classes vor DB and Views
- new "Writer" classes to create SQL definitions for DB and Views
- DBStructure & View are responsible to execute DB-querys
2022-07-12 23:40:31 +02:00
..
App Add the right exceptions for BaseUrl::redirect and respect them when catching exceptions at the Trust page 2022-07-07 21:47:39 +02: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 Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Contact Update default value for LocalRelationship->priority to avoid null values 2022-06-25 05:06:22 -04:00
Content Fixes: 2022-07-03 14:45:12 +02:00
Core Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Database Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Factory Fixed: 2022-07-05 18:53:51 +02:00
Model Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Module Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Navigation/Notifications Reformatted code 2022-06-23 17:30:17 +02:00
Network Fix HTTP Client redirect Bug 2022-07-12 20:11:53 +02:00
Object Changes 2022-06-30 14:18:13 +02:00
Profile/ProfileField Another incompatible method declaration fixed + type-hints added 2022-06-17 17:18:31 +02:00
Protocol Fix type hint typo in Protocol\Email::messageGetPart 2022-07-11 23:05:13 -04:00
Render So simple ... Ops! 2022-06-23 04:58:45 +02:00
Security adhere `use` and type-hints :-) 2022-07-09 11:41:36 +02:00
Util Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Worker Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
App.php Changes: 2022-06-25 16:48:35 +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 Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
LegacyModule.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00