friendica/src/Object
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
EMail Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Log Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Search Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Email.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Image.php Image handling: separate between outout and input type, use Imagick on PNG 2024-02-25 08:52:52 +00:00
OEmbed.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Post.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00

Friendica\Object

The namespace Object contains dynamic classes which are not directly interacting with the datastore.

They are used to implement business logic for a particular object (i.e. an Image).