]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
API: The status is now an object
[friendica.git] / static / dbview.config.php
index 488cbceaa2662e3c07ff92ddd4c8c6f5ea3048b5..3caa7c0877c8d5a505c69310ac4a9a9683cc95bd 100644 (file)
                        "uri-date" => ["contact", "uri-date"],
                        "avatar-date" => ["contact", "avatar-date"],
                        "thumb" => ["contact", "thumb"],
-                       "dfrn-id" => ["contact", "dfrn-id"],
                        "author-id" => ["post-user", "author-id"],
                        "author-link" => ["author", "url"],
                        "author-addr" => ["author", "addr"],
                        "event-location" => ["event", "location"],
                        "event-type" => ["event", "type"],
                        "event-nofinish" => ["event", "nofinish"],
-                       "event-adjust" => ["event", "adjust"],
                        "event-ignore" => ["event", "ignore"],
                        "signed_text" => ["diaspora-interaction", "interaction"],
                        "parent-guid" => ["parent-item-uri", "guid"],
                        "parent-author-id" => ["parent-post", "author-id"],
                        "parent-author-link" => ["parent-post-author", "url"],
                        "parent-author-name" => ["parent-post-author", "name"],
+                       "parent-author-nick" => ["parent-post-author", "nick"],
                        "parent-author-network" => ["parent-post-author", "network"],
+                       "parent-author-blocked" => ["parent-post-author", "blocked"],
+                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post-user`
                        STRAIGHT_JOIN `post-thread-user` ON `post-thread-user`.`uri-id` = `post-user`.`parent-uri-id` AND `post-thread-user`.`uid` = `post-user`.`uid`
                        "uri-date" => ["contact", "uri-date"],
                        "avatar-date" => ["contact", "avatar-date"],
                        "thumb" => ["contact", "thumb"],
-                       "dfrn-id" => ["contact", "dfrn-id"],
                        "author-id" => ["post-thread-user", "author-id"],
                        "author-link" => ["author", "url"],
                        "author-addr" => ["author", "addr"],
                        "event-location" => ["event", "location"],
                        "event-type" => ["event", "type"],
                        "event-nofinish" => ["event", "nofinish"],
-                       "event-adjust" => ["event", "adjust"],
                        "event-ignore" => ["event", "ignore"],
                        "signed_text" => ["diaspora-interaction", "interaction"],
                        "parent-guid" => ["parent-item-uri", "guid"],
                        "parent-author-link" => ["parent-post-author", "url"],
                        "parent-author-name" => ["parent-post-author", "name"],
                        "parent-author-network" => ["parent-post-author", "network"],
+                       "parent-author-blocked" => ["parent-post-author", "blocked"],
+                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post-thread-user`
                        INNER JOIN `post-user` ON `post-user`.`id` = `post-thread-user`.`post-user-id`
                        "target-type" => ["post-content", "target-type"],
                        "target" => ["post-content", "target"],
                        "resource-id" => ["post-content", "resource-id"],
+                       "contact-id" => ["post", "author-id"],
+                       "contact-link" => ["author", "url"],
+                       "contact-addr" => ["author", "addr"],
+                       "contact-name" => ["author", "name"],
+                       "contact-nick" => ["author", "nick"],
+                       "contact-avatar" => ["author", "thumb"],
+                       "contact-network" => ["author", "network"],
+                       "contact-blocked" => ["author", "blocked"],
+                       "contact-hidden" => ["author", "hidden"],
+                       "contact-readonly" => ["author", "readonly"],
+                       "contact-archive" => ["author", "archive"],
+                       "contact-pending" => ["author", "pending"],
+                       "contact-rel" => ["author", "rel"],
+                       "contact-uid" => ["author", "uid"],
+                       "contact-contact-type" => ["author", "contact-type"],
+                       "writable" => "IF (`post`.`network` IN ('apub', 'dfrn', 'dspr', 'stat'), true, `author`.`writable`)",
+                       "self" => "false",
+                       "cid" => ["author", "id"],
+                       "alias" => ["author", "alias"],
+                       "photo" => ["author", "photo"],
+                       "name-date" => ["author", "name-date"],
+                       "uri-date" => ["author", "uri-date"],
+                       "avatar-date" => ["author", "avatar-date"],
+                       "thumb" => ["author", "thumb"],
                        "author-id" => ["post", "author-id"],
                        "author-link" => ["author", "url"],
                        "author-addr" => ["author", "addr"],
                        "parent-author-link" => ["parent-post-author", "url"],
                        "parent-author-name" => ["parent-post-author", "name"],
                        "parent-author-network" => ["parent-post-author", "network"],
+                       "parent-author-blocked" => ["parent-post-author", "blocked"],
+                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post`
                        STRAIGHT_JOIN `post-thread` ON `post-thread`.`uri-id` = `post`.`parent-uri-id`
                        "target-type" => ["post-content", "target-type"],
                        "target" => ["post-content", "target"],
                        "resource-id" => ["post-content", "resource-id"],
+                       "contact-id" => ["post-thread", "author-id"],
+                       "contact-link" => ["author", "url"],
+                       "contact-addr" => ["author", "addr"],
+                       "contact-name" => ["author", "name"],
+                       "contact-nick" => ["author", "nick"],
+                       "contact-avatar" => ["author", "thumb"],
+                       "contact-network" => ["author", "network"],
+                       "contact-blocked" => ["author", "blocked"],
+                       "contact-hidden" => ["author", "hidden"],
+                       "contact-readonly" => ["author", "readonly"],
+                       "contact-archive" => ["author", "archive"],
+                       "contact-pending" => ["author", "pending"],
+                       "contact-rel" => ["author", "rel"],
+                       "contact-uid" => ["author", "uid"],
+                       "contact-contact-type" => ["author", "contact-type"],
+                       "writable" => "IF (`post`.`network` IN ('apub', 'dfrn', 'dspr', 'stat'), true, `author`.`writable`)",
+                       "self" => "false",
+                       "cid" => ["author", "id"],
+                       "alias" => ["author", "alias"],
+                       "photo" => ["author", "photo"],
+                       "name-date" => ["author", "name-date"],
+                       "uri-date" => ["author", "uri-date"],
+                       "avatar-date" => ["author", "avatar-date"],
+                       "thumb" => ["author", "thumb"],
                        "author-id" => ["post-thread", "author-id"],
                        "author-link" => ["author", "url"],
                        "author-addr" => ["author", "addr"],
                        "parent-author-link" => ["parent-post-author", "url"],
                        "parent-author-name" => ["parent-post-author", "name"],
                        "parent-author-network" => ["parent-post-author", "network"],
+                       "parent-author-blocked" => ["parent-post-author", "blocked"],
+                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post-thread`
                        INNER JOIN `post` ON `post`.`uri-id` = `post-thread`.`uri-id`
                        "self" => ["contact", "self"],
                        "remote_self" => ["contact", "remote_self"],
                        "rel" => ["contact", "rel"],
-                       "duplex" => ["contact", "duplex"],
                        "network" => ["contact", "network"],
                        "protocol" => ["contact", "protocol"],
                        "name" => ["contact", "name"],
                        "location" => ["contact", "location"],
                        "about" => ["contact", "about"],
                        "keywords" => ["contact", "keywords"],
-                       "gender" => ["contact", "gender"],
                        "xmpp" => ["contact", "xmpp"],
+                       "matrix" => ["contact", "matrix"],
                        "attag" => ["contact", "attag"],
                        "avatar" => ["contact", "avatar"],
                        "photo" => ["contact", "photo"],
                        "thumb" => ["contact", "thumb"],
                        "micro" => ["contact", "micro"],
-                       "site-pubkey" => ["contact", "site-pubkey"],
-                       "issued-id" => ["contact", "issued-id"],
-                       "dfrn-id" => ["contact", "dfrn-id"],
+                       "header" => ["contact", "header"],
                        "url" => ["contact", "url"],
                        "nurl" => ["contact", "nurl"],
+                       "uri-id" => ["contact", "uri-id"],
                        "addr" => ["contact", "addr"],
                        "alias" => ["contact", "alias"],
                        "pubkey" => ["contact", "pubkey"],
                        "poll" => ["contact", "poll"],
                        "confirm" => ["contact", "confirm"],
                        "poco" => ["contact", "poco"],
-                       "aes_allow" => ["contact", "aes_allow"],
-                       "ret-aes" => ["contact", "ret-aes"],
-                       "usehub" => ["contact", "usehub"],
                        "subhub" => ["contact", "subhub"],
                        "hub-verify" => ["contact", "hub-verify"],
                        "last-update" => ["contact", "last-update"],
                        "sensitive" => ["contact", "sensitive"],
                        "baseurl" => ["contact", "baseurl"],
                        "reason" => ["contact", "reason"],
-                       "closeness" => ["contact", "closeness"],
                        "info" => ["contact", "info"],
-                       "profile-id" => ["contact", "profile-id"],
                        "bdyear" => ["contact", "bdyear"],
                        "bd" => ["contact", "bd"],
                        "notify_new_posts" => ["contact", "notify_new_posts"],
                        INNER JOIN `contact` ON `contact`.`uid` = `user`.`uid` AND `contact`.`self`
                        INNER JOIN `profile` ON `profile`.`uid` = `user`.`uid`"
        ],
+       "account-view" => [
+               "fields" => [
+                       "id" => ["contact", "id"],
+                       "url" => ["contact", "url"],
+                       "nurl" => ["contact", "nurl"],
+                       "uri-id" => ["contact", "uri-id"],
+                       "guid" => ["item-uri", "guid"],
+                       "addr" => ["contact", "addr"],
+                       "alias" => ["contact", "alias"],
+                       "name" => ["contact", "name"],
+                       "nick" => ["contact", "nick"],
+                       "about" => ["contact", "about"],
+                       "keywords" => ["contact", "keywords"],
+                       "xmpp" => ["contact", "xmpp"],
+                       "matrix" => ["contact", "matrix"],
+                       "avatar" => ["contact", "avatar"],
+                       "photo" => ["contact", "photo"],
+                       "thumb" => ["contact", "thumb"],
+                       "micro" => ["contact", "micro"],
+                       "header" => ["contact", "header"],
+                       "created" => ["contact", "created"],
+                       "updated" => ["contact", "updated"],
+                       "network" => ["contact", "network"],
+                       "protocol" => ["contact", "protocol"],
+                       "location" => ["contact", "location"],
+                       "attag" => ["contact", "attag"],
+                       "pubkey" => ["contact", "pubkey"],
+                       "prvkey" => ["contact", "prvkey"],
+                       "subscribe" => ["contact", "subscribe"],
+                       "last-update" => ["contact", "last-update"],
+                       "success_update" => ["contact", "success_update"],
+                       "failure_update" => ["contact", "failure_update"],
+                       "failed" => ["contact", "failed"],
+                       "last-item" => ["contact", "last-item"],
+                       "last-discovery" => ["contact", "last-discovery"],
+                       "contact-type" => ["contact", "contact-type"],
+                       "manually-approve" => ["contact", "manually-approve"],
+                       "unsearchable" => ["contact", "unsearchable"],
+                       "sensitive" => ["contact", "sensitive"],
+                       "baseurl" => ["contact", "baseurl"],
+                       "gsid" => ["contact", "gsid"],
+                       "info" => ["contact", "info"],
+                       "bdyear" => ["contact", "bdyear"],
+                       "bd" => ["contact", "bd"],
+                       "poco" => ["contact", "poco"],
+                       "name-date" => ["contact", "name-date"],
+                       "uri-date" => ["contact", "uri-date"],
+                       "avatar-date" => ["contact", "avatar-date"],
+                       "term-date" => ["contact", "term-date"],
+                       "global-ignored" => ["contact", "hidden"],
+                       "global-blocked" => ["contact", "blocked"],
+                       "hidden" => ["contact", "hidden"],
+                       "archive" => ["contact", "archive"],
+                       "deleted" => ["contact", "deleted"],
+                       "blocked" => ["contact", "blocked"],
+                       "dfrn-request" => ["contact", "request"],
+                       "dfrn-notify" => ["contact", "notify"],
+                       "dfrn-poll" => ["contact", "poll"],
+                       "dfrn-confirm" => ["contact", "confirm"],
+                       "diaspora-guid" => ["fcontact", "guid"],
+                       "diaspora-batch" => ["fcontact", "batch"],
+                       "diaspora-notify" => ["fcontact", "notify"],
+                       "diaspora-poll" => ["fcontact", "poll"],
+                       "diaspora-alias" => ["fcontact", "alias"],
+                       "ap-uuid" => ["apcontact", "uuid"],
+                       "ap-type" => ["apcontact", "type"],
+                       "ap-following" => ["apcontact", "following"],
+                       "ap-followers" => ["apcontact", "followers"],
+                       "ap-inbox" => ["apcontact", "inbox"],
+                       "ap-outbox" => ["apcontact", "outbox"],
+                       "ap-sharedinbox" => ["apcontact", "sharedinbox"],
+                       "ap-generator" => ["apcontact", "generator"],
+                       "ap-following_count" => ["apcontact", "following_count"],
+                       "ap-followers_count" => ["apcontact", "followers_count"],
+                       "ap-statuses_count" => ["apcontact", "statuses_count"],
+               ],
+               "query" => "FROM `contact`
+                       LEFT JOIN `item-uri` ON `item-uri`.`id` = `contact`.`uri-id`
+                       LEFT JOIN `apcontact` ON `apcontact`.`uri-id` = `contact`.`uri-id`
+                       LEFT JOIN `fcontact` ON `fcontact`.`uri-id` = contact.`uri-id`
+                       WHERE `contact`.`uid` = 0"                      
+       ],
+       "account-user-view" => [
+               "fields" => [
+                       "id" => ["ucontact", "id"],
+                       "pid" => ["contact", "id"],
+                       "uid" => ["ucontact", "uid"],
+                       "url" => ["contact", "url"],
+                       "nurl" => ["contact", "nurl"],
+                       "uri-id" => ["contact", "uri-id"],
+                       "guid" => ["item-uri", "guid"],
+                       "addr" => ["contact", "addr"],
+                       "alias" => ["contact", "alias"],
+                       "name" => ["contact", "name"],
+                       "nick" => ["contact", "nick"],
+                       "about" => ["contact", "about"],
+                       "keywords" => ["contact", "keywords"],
+                       "xmpp" => ["contact", "xmpp"],
+                       "matrix" => ["contact", "matrix"],
+                       "avatar" => ["contact", "avatar"],
+                       "photo" => ["contact", "photo"],
+                       "thumb" => ["contact", "thumb"],
+                       "micro" => ["contact", "micro"],
+                       "header" => ["contact", "header"],
+                       "created" => ["contact", "created"],
+                       "updated" => ["contact", "updated"],
+                       "self" => ["ucontact", "self"],
+                       "remote_self" => ["ucontact", "remote_self"],
+                       "rel" =>  ["ucontact", "rel"],
+                       "network" => ["contact", "network"],
+                       "protocol" => ["ucontact", "protocol"],
+                       "location" => ["contact", "location"],
+                       "attag" => ["ucontact", "attag"],
+                       "pubkey" => ["contact", "pubkey"],
+                       "prvkey" => ["contact", "prvkey"],
+                       "subscribe" => ["contact", "subscribe"],
+                       "last-update" => ["contact", "last-update"],
+                       "success_update" => ["contact", "success_update"],
+                       "failure_update" => ["contact", "failure_update"],
+                       "failed" => ["contact", "failed"],
+                       "last-item" => ["contact", "last-item"],
+                       "last-discovery" => ["contact", "last-discovery"],
+                       "contact-type" => ["contact", "contact-type"],
+                       "manually-approve" => ["contact", "manually-approve"],
+                       "unsearchable" => ["contact", "unsearchable"],
+                       "sensitive" => ["contact", "sensitive"],
+                       "baseurl" => ["contact", "baseurl"],
+                       "gsid" => ["contact", "gsid"],
+                       "info" => ["ucontact", "info"],
+                       "bdyear" => ["contact", "bdyear"],
+                       "bd" => ["contact", "bd"],
+                       "poco" => ["contact", "poco"],
+                       "name-date" => ["contact", "name-date"],
+                       "uri-date" => ["contact", "uri-date"],
+                       "avatar-date" => ["contact", "avatar-date"],
+                       "term-date" => ["contact", "term-date"],
+                       "global-ignored" => ["contact", "hidden"],
+                       "global-blocked" => ["contact", "blocked"],
+                       "hidden" => ["ucontact", "hidden"],
+                       "archive" => ["ucontact", "archive"],
+                       "pending" => ["ucontact", "pending"],
+                       "deleted" => ["ucontact", "deleted"],
+                       "notify_new_posts" => ["ucontact", "notify_new_posts"],
+                       "fetch_further_information" => ["ucontact", "fetch_further_information"],
+                       "ffi_keyword_denylist" => ["ucontact", "ffi_keyword_denylist"],
+                       "rating" => ["ucontact", "rating"],
+                       "readonly" => ["ucontact", "readonly"],
+                       "blocked" => ["ucontact", "blocked"],
+                       "block_reason" => ["ucontact", "block_reason"],
+                       "subhub" => ["ucontact", "subhub"],
+                       "hub-verify" => ["ucontact", "hub-verify"],
+                       "reason" => ["ucontact", "reason"],
+                       "dfrn-request" => ["contact", "request"],
+                       "dfrn-notify" => ["contact", "notify"],
+                       "dfrn-poll" => ["contact", "poll"],
+                       "dfrn-confirm" => ["contact", "confirm"],
+                       "diaspora-guid" => ["fcontact", "guid"],
+                       "diaspora-batch" => ["fcontact", "batch"],
+                       "diaspora-notify" => ["fcontact", "notify"],
+                       "diaspora-poll" => ["fcontact", "poll"],
+                       "diaspora-alias" => ["fcontact", "alias"],
+                       "ap-uuid" => ["apcontact", "uuid"],
+                       "ap-type" => ["apcontact", "type"],
+                       "ap-following" => ["apcontact", "following"],
+                       "ap-followers" => ["apcontact", "followers"],
+                       "ap-inbox" => ["apcontact", "inbox"],
+                       "ap-outbox" => ["apcontact", "outbox"],
+                       "ap-sharedinbox" => ["apcontact", "sharedinbox"],
+                       "ap-generator" => ["apcontact", "generator"],
+                       "ap-following_count" => ["apcontact", "following_count"],
+                       "ap-followers_count" => ["apcontact", "followers_count"],
+                       "ap-statuses_count" => ["apcontact", "statuses_count"],
+               ],
+               "query" => "FROM `contact` AS `ucontact`
+                       INNER JOIN `contact` ON `contact`.`uri-id` = `ucontact`.`uri-id` AND `contact`.`uid` = 0
+                       LEFT JOIN `item-uri` ON `item-uri`.`id` = `ucontact`.`uri-id`
+                       LEFT JOIN `apcontact` ON `apcontact`.`uri-id` = `ucontact`.`uri-id`
+                       LEFT JOIN `fcontact` ON `fcontact`.`uri-id` = `ucontact`.`uri-id` AND `fcontact`.`network` = 'dspr'"
+       ],
        "pending-view" => [
                "fields" => [
                        "id" => ["register", "id"],
                        INNER JOIN `workerqueue` ON `workerqueue`.`pid` = `process`.`pid`
                        WHERE NOT `workerqueue`.`done`"
        ],
+       "profile_field-view" => [
+               "fields" => [
+                       "id" => ["profile_field", "id"],
+                       "uid" => ["profile_field", "uid"],
+                       "label" => ["profile_field", "label"],
+                       "value" => ["profile_field", "value"],
+                       "order" => ["profile_field", "order"],
+                       "psid"=> ["profile_field", "psid"],
+                       "allow_cid" => ["permissionset", "allow_cid"],
+                       "allow_gid" => ["permissionset", "allow_gid"],
+                       "deny_cid" => ["permissionset", "deny_cid"],
+                       "deny_gid" => ["permissionset", "deny_gid"],
+                       "created" => ["profile_field", "created"],
+                       "edited" => ["profile_field", "edited"],
+               ],
+               "query" => "FROM `profile_field`
+                       INNER JOIN `permissionset` ON `permissionset`.`id` = `profile_field`.`psid`"
+       ],
 ];