]> git.mxchange.org Git - friendica.git/commitdiff
Cleaned up user table order in query
authorMichael <heluecht@pirati.ca>
Fri, 24 Apr 2020 21:14:03 +0000 (21:14 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 24 Apr 2020 21:14:03 +0000 (21:14 +0000)
static/dbview.config.php

index 715fb30ccd6213bc60eb7ef366e0ff1a234fceec..20da1b2d4d23ac2d9af1a626d9cd05048b257c0c 100755 (executable)
@@ -133,30 +133,45 @@ return [
                        "notify_new_posts" => ["notify_new_posts"],
                        "fetch_further_information" => ["fetch_further_information"],
                        "ffi_keyword_blacklist" => ["ffi_keyword_blacklist"],
+                       "parent-uid" => ["user", "parent-uid"],
                        "guid" => ["user", "guid"],
-                       "theme" => ["user", "theme"],
-                       "language" => ["user", "language"],
+                       "username" => ["user", "username"], /// @todo Replaces all uses of "username" with "name"
+                       "nickname" => ["user", "nickname"], /// @todo Replaces all uses of "nickname" with "nick"
                        "email" => ["user", "email"],
-                       "uprvkey" => ["user", "prvkey"],
-                       "upubkey" => ["user", "pubkey"],
+                       "openid" => ["user", "openid"],
                        "timezone" => ["user", "timezone"],
-                       "nickname" => ["user", "nickname"], /// @todo Replaces all uses of "nickname" with "nick"
-                       "username" => ["user", "username"], /// @todo Replaces all uses of "username" with "name"
+                       "language" => ["user", "language"],
+                       "register_date" => ["user", "register_date"],
+                       "login_date" => ["user", "login_date"],
+                       "default-location" => ["user", "default-location"],
+                       "allow_location" => ["user", "allow_location"],
+                       "theme" => ["user", "theme"],
+                       "upubkey" => ["user", "pubkey"],
+                       "uprvkey" => ["user", "prvkey"],
                        "sprvkey" => ["user", "sprvkey"],
                        "spubkey" => ["user", "spubkey"],
+                       "verified" => ["user", "verified"],
+                       "blockwall" => ["user", "blockwall"],
+                       "hidewall" => ["user", "hidewall"],
+                       "blocktags" => ["user", "blocktags"],
+                       "unkmail" => ["user", "unkmail"],
+                       "cntunkmail" => ["user", "cntunkmail"],
+                       "notify-flags" => ["user", "notify-flags"],
                        "page-flags" => ["user", "page-flags"],
                        "account-type" => ["user", "account-type"],
                        "prvnets" => ["user", "prvnets"],
-                       "account_removed" => ["user", "account_removed"],
-                       "hidewall" => ["user", "hidewall"],
-                       "login_date" => ["user", "login_date"],
-                       "register_date" => ["user", "register_date"],
-                       "verified" => ["user", "verified"],
+                       "maxreq" => ["user", "maxreq"],
                        "expire" => ["user", "expire"],
-                       "expire_notification_sent" => ["user", "expire_notification_sent"],                     
                        "account_removed" => ["user", "account_removed"],
                        "account_expired" => ["user", "account_expired"],
                        "account_expires_on" => ["user", "account_expires_on"],
+                       "expire_notification_sent" => ["user", "expire_notification_sent"],                     
+                       "def_gid" => ["user", "def_gid"],
+                       "allow_cid" => ["user", "allow_cid"],
+                       "allow_gid" => ["user", "allow_gid"],
+                       "deny_cid" => ["user", "deny_cid"],
+                       "deny_gid" => ["user", "deny_gid"],
+                       "openidserver" => ["user", "openidserver"],
                        "publish" => ["profile", "publish"],
                        "net-publish" => ["profile", "net-publish"],
                        "hide-friends" => ["profile", "hide-friends"],