friendica/src/Model
Michael d7e8ee51ae Use similar values for generator and system actor 2024-04-08 06:33:03 +00:00
..
APContact Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Contact Possibility to mark contacts as "channel only" 2024-03-21 13:20:52 +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 Menu option to display the search text 2024-04-05 07:35:21 +00:00
User Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
APContact.php Fix: "unsearchable" is now stored 2024-03-15 06:07:47 +00: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 Apply suggestions from code review 2024-03-16 09:19:57 +01:00
Conversation.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Event.php Comstants for features 2024-03-24 14:48:23 +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 Issue 14055: Set link to group server for group posts 2024-04-07 15:46:55 +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 Image handling reworked, new image formats added (#13900) 2024-02-17 07:45:41 +01:00
Post.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Profile.php "network/group" fragments are removed 2024-03-12 08:02:00 +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 urlencode for tags / fix smiley replacement 2024-02-12 04:46:20 +00:00
User.php Use similar values for generator and system actor 2024-04-08 06:33:03 +00:00
Verb.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00: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.