friendica/src/Model
Josh Soref c8d5b6e0c6 spelling: group
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:03:23 -04:00
..
APContact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Log Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Notification Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Post spelling: failure 2023-03-26 16:03:23 -04:00
User Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
APContact.php Issue 12858: Peertube avatars can now be fetched 2023-03-18 06:41:35 +00:00
Attach.php spelling: group 2023-03-26 16:03:23 -04:00
Contact.php Use "Exception" 2023-02-26 22:43:45 +00:00
Conversation.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Event.php spelling: birthdays 2023-03-26 16:03:22 -04:00
FileTag.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Group.php spelling: group id 2023-03-26 16:03:23 -04:00
GServer.php spelling: existence 2023-03-26 16:03:23 -04:00
Item.php spelling: formatter 2023-03-26 16:03:23 -04:00
ItemURI.php Check for URI ID existence in Post\Media::insert 2023-01-09 16:06:22 -05:00
Mail.php Apply suggestions from code review 2023-03-22 21:35:44 -04:00
Nodeinfo.php spelling: activity 2023-03-26 16:03:22 -04:00
OpenWebAuthToken.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Photo.php spelling: group 2023-03-26 16:03:23 -04:00
Post.php Improve ignoring of messages 2023-01-09 16:23:39 +00:00
Profile.php Force correct string casting for BaseUrl 2023-03-19 11:21:17 +01:00
PushSubscriber.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Search.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Subscription.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Tag.php Fix offset is absolute in set not a page to be consistent with SQL 2023-02-17 13:23:34 -05:00
User.php spelling: blocked 2023-03-26 16:03:22 -04:00
Verb.php Happy New Year 2023! 2023-01-01 09:36:24 -05: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.