friendica/src/Factory
Hypolite Petovan 1e4e5b57e3 Stop generating photo URLs with contact IDs in favor of guids
- This prevents an enumeration attack against avatar pictures
- Replace several DB calls to `contact` table with `account-view` or `account-user-view`
- Remove unused parameter photo_size from Directory::formatEntry
2024-02-25 20:08:03 -05:00
..
Api Stop generating photo URLs with contact IDs in favor of guids 2024-02-25 20:08:03 -05:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00

Friendica\Factory

This namespace contains Factories. A Factory is used to create specific objects based on its configuration.

See Factory Method

Use the classes inside this directory if you want to change the way how new objects should get created. Don't use the classes to change the behaviour of the concrete objects.