friendica/src/Model
2023-02-16 20:47:37 +00: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 Avoid local network communication / invalid url requests 2023-01-27 05:55:45 +00:00
User Happy New Year 2023! 2023-01-01 09:36:24 -05:00
APContact.php Some loglevels are adjusted to more reasonablöe levels 2023-02-16 20:47:37 +00:00
Attach.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact.php Avoid more local links and bad http requests 2023-01-28 14:57:04 +00:00
Conversation.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Event.php Replace deprecated use of "self" in callables 2023-01-21 14:25:21 -05:00
FileTag.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Group.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
GServer.php Fix fatal error because of an invalid url 2023-02-14 21:19:47 +00:00
Item.php We can now store emoji reactions from Misskey 2023-02-15 05:13:40 +00:00
ItemURI.php Check for URI ID existence in Post\Media::insert 2023-01-09 16:06:22 -05:00
Mail.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Nodeinfo.php Nodeinfo data has moved to key values 2023-01-18 05:04:37 +00:00
OpenWebAuthToken.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Photo.php C2S: Improve C2S-API, fix inbox endpoint 2023-02-08 20:16:19 +00:00
Post.php Improve ignoring of messages 2023-01-09 16:23:39 +00:00
Profile.php Happy New Year 2023! 2023-01-01 09:36:24 -05: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 Avoid more local links and bad http requests 2023-01-28 14:57:04 +00:00
User.php Allow colon in password 2023-01-18 20:34:20 -05: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.