friendica/src/Model
Philipp Holzer 3153e098b0
Remove deprecated, impossible code for discarding with FID
2021-10-21 21:57:24 +02:00
..
Config Update copyright 2021-03-29 08:40:20 +02:00
Contact Remove deprecated, impossible code for discarding with FID 2021-10-21 21:57:24 +02:00
Log Fix code standard 2021-08-20 11:09:35 +02:00
Notification Update copyright 2021-03-29 08:40:20 +02:00
Post Unneeded "ProxyUtils" renamed to "Proxy" 2021-10-05 20:18:19 +00:00
Storage Adapt filesystem tests 2021-10-05 20:29:52 +02:00
User Update copyright 2021-03-29 08:40:20 +02:00
APContact.php Issue 10747: Improved check for blocked domains 2021-10-02 10:25:50 +00:00
Attach.php Introduce InvalidClassStorageException and adapt the code for it 2021-08-16 23:27:42 +02:00
Contact.php Replace almost every Introduction places 2021-10-21 21:49:21 +02:00
Conversation.php Improved comment 2021-07-15 17:42:03 +00:00
Event.php Remove event.adjust field 2021-10-03 13:42:32 -04:00
FContact.php Remove "fcontact" from suggestions 2021-10-17 20:19:02 +00:00
FSuggest.php Update copyright 2021-03-29 08:40:20 +02:00
FileTag.php Update copyright 2021-03-29 08:40:20 +02:00
GServer.php replace "p" with higher level database functions 2021-10-12 05:53:29 +00:00
Group.php Update copyright 2021-03-29 08:40:20 +02:00
Host.php Update copyright 2021-03-29 08:40:20 +02:00
Item.php Migrate PermissionSet to Depository paradigm 2021-10-07 19:53:38 +02:00
ItemURI.php Reworked media handling 2021-04-26 06:50:12 +00:00
Mail.php Replace "notification" call with new function, removing enotify.php 2021-10-19 19:45:36 +00:00
Nodeinfo.php Update copyright 2021-03-29 08:40:20 +02:00
OpenWebAuthToken.php Update copyright 2021-03-29 08:40:20 +02:00
Photo.php PROFILE_PHOTOS is mostly removed and replaced 2021-10-19 19:15:28 +00:00
Post.php New founction to count threads 2021-07-08 17:32:41 +00:00
Process.php Update copyright 2021-03-29 08:40:20 +02:00
Profile.php Adapt ProfileField & Fix current PermissionSet Usage at ProfileFields 2021-10-18 23:32:44 +02:00
PushSubscriber.php Update copyright 2021-03-29 08:40:20 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2021-03-29 08:40:20 +02:00
Search.php Update copyright 2021-03-29 08:40:20 +02:00
Subscription.php Removing functionality from enotify.php 2021-10-19 19:09:53 +00:00
Tag.php Some small performance tweaks 2021-07-22 15:35:30 +00:00
User.php Updated messages.po, keep a translatable string 2021-10-14 06:22:47 +00:00
Verb.php Update copyright 2021-03-29 08:40:20 +02:00

README.md

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.