friendica/src/Model
2024-02-02 07:05:39 +00:00
..
APContact Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Contact 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
Notification Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Post language field renamed to "language" 2024-02-02 07:05:39 +00:00
User Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
APContact.php [Composer] Bump guzzlehttp/guzzle to version 7 to suppress deprecation notices 2024-01-12 08:42:46 -05:00
Attach.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Circle.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Contact.php Account type relay / fix missing baseurl for own contacts 2024-01-29 06:28:43 +00:00
Conversation.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Event.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
FileTag.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
GServer.php Changed leftover "getBody" to "getBodyString" 2024-01-22 07:38:05 +00:00
Item.php Unify searchindex table with engagement table 2024-02-01 23:08:53 +00:00
ItemURI.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Mail.php Fix warning concerning a missing "created" field 2024-01-14 11:58:06 +00:00
Nodeinfo.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
OpenWebAuthToken.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Photo.php Merge pull request #13831 from friendica/warning 2024-01-15 14:17:06 -05:00
Post.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Profile.php The "unkmail" functionality is removed 2024-01-03 10:23:11 +00:00
PushSubscriber.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
Register.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Search.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Subscription.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Tag.php Use centralized functions for tag string handling 2024-01-28 06:32:55 +00:00
User.php Account type relay / fix missing baseurl for own contacts 2024-01-29 06:28:43 +00:00
Verb.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00

Friendica\Model

Models are the glue between the business logic of the app and the datastore(s).

In the namespace Model should only be static classes that interact with the DB with the same name as a database table.