friendica/src/Model
Philipp Holzer bfc1c157f1
Adapt UserSession
- Move from App methods to UserSession methods
- Deprecate corresponding App methods
2022-12-26 21:18:04 +01:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Support Blurhash 2022-12-04 13:29:21 +00:00
Log Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator 2022-11-19 19:30:48 -05:00
Notification Remove poke feature 2022-08-09 14:55:55 -04:00
Post Use reshare with Diaspora like with ActivityPub 2022-12-13 23:19:19 +00:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Replace parse_url with UriInterface instantiation in Model\APContact 2022-12-10 11:38:02 -05:00
Attach.php Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Contact.php Don't display Diaspora reshares 2022-12-20 19:25:57 +00:00
Conversation.php The post-reason / protocol is now filled in most cases 2022-07-31 15:54:35 +00:00
Event.php Add new calendar.default_view pconfig key 2022-12-17 12:20:43 -05:00
FileTag.php Changes: 2022-06-18 17:09:46 +02:00
Group.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
GServer.php A server is only reachable when the network can be detected 2022-12-23 06:48:53 +00:00
Item.php Fix image grid in shared Friendica posts 2022-12-17 22:07:14 +00:00
ItemURI.php Pagecache for frequently fetched pages 2022-09-06 06:04:41 +00:00
Mail.php Provide default host value to hash() in Model\Item::guidFromUri 2022-12-10 11:38:37 -05:00
Nodeinfo.php Fix that user property should be an object instead of array. 2022-11-19 16:48:07 +01:00
OpenWebAuthToken.php Changes: 2022-07-29 00:08:38 +02:00
Photo.php Add more BlurHash to avoid not being able to display some picture 2022-12-11 09:56:30 +00:00
Post.php Some small fixes 2022-12-11 11:21:02 +01:00
Profile.php Ward against missing hidewall key in profile array in Model\Profile::getVCardHTML 2022-12-02 08:17:06 -05:00
PushSubscriber.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Ensure register records aren't created with uid = 0 2022-11-18 16:04:02 -05:00
Search.php Added more type-hints 2022-06-23 17:30:14 +02:00
Subscription.php Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop 2022-11-04 06:42:37 -04:00
Tag.php Improved handling of native quotes 2022-10-29 22:11:39 +00:00
User.php Adapt UserSession 2022-12-26 21:18:04 +01:00
Verb.php Added more type-hints 2022-06-23 17:30:14 +02: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.