friendica/src/Model
Michael 4d4e34dc64 Issue 12764: Fix photo permissions when posting via web 2023-02-07 14:18:01 +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 Fixes "Invalid URL for photo" for photos without host 2023-02-04 12:14:40 +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
GServer.php Ward against potentially missing "platform" array key in Model\GServer::fetchSiteinfo 2023-02-01 08:35:33 -05:00
Group.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Item.php Issue 12764: Fix photo permissions when posting via web 2023-02-07 14:18:01 +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 Avoid more local links and bad http requests 2023-01-28 14:57:04 +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

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.