forked from GNUsocial/gnu-social
9977591b78
First pass at a server-side storage model. New tables for consumers, tokens, and nonces, with associated classes. An OAuthDataStore class interfaces with the OAuth.php library to enable server logic. Some additional work to get pretty-OK random number generation into the utilities library. Use /dev/urandom if available; else use mt_rand(). darcs-hash:20080527200721-84dde-308c047af2ebc2c4d753c1e1e24af20fef862a7e.gz
118 lines
1.3 KiB
INI
118 lines
1.3 KiB
INI
|
|
[avatar]
|
|
profile_id = 129
|
|
original = 17
|
|
width = 129
|
|
height = 129
|
|
mediatype = 130
|
|
filename = 2
|
|
url = 2
|
|
created = 142
|
|
modified = 384
|
|
|
|
[avatar__keys]
|
|
profile_id = K
|
|
width = K
|
|
height = K
|
|
url = U
|
|
|
|
[consumer]
|
|
consumer_key = 130
|
|
seed = 130
|
|
created = 142
|
|
modified = 384
|
|
|
|
[consumer__keys]
|
|
consumer_key = K
|
|
|
|
[nonce]
|
|
consumer_key = 130
|
|
tok = 130
|
|
nonce = 130
|
|
ts = 142
|
|
created = 142
|
|
modified = 384
|
|
|
|
[nonce__keys]
|
|
consumer_key = K
|
|
tok = K
|
|
nonce = K
|
|
|
|
[notice]
|
|
id = 129
|
|
profile_id = 129
|
|
uri = 2
|
|
content = 2
|
|
url = 2
|
|
created = 142
|
|
modified = 384
|
|
|
|
[notice__keys]
|
|
id = N
|
|
|
|
[profile]
|
|
id = 129
|
|
nickname = 130
|
|
fullname = 2
|
|
profileurl = 2
|
|
homepage = 2
|
|
bio = 2
|
|
location = 2
|
|
created = 142
|
|
modified = 384
|
|
|
|
[profile__keys]
|
|
id = N
|
|
|
|
[remote_profile]
|
|
id = 129
|
|
uri = 2
|
|
postnoticeurl = 2
|
|
updateprofileurl = 2
|
|
created = 142
|
|
modified = 384
|
|
|
|
[remote_profile__keys]
|
|
id = K
|
|
uri = U
|
|
|
|
[subscription]
|
|
subscriber = 129
|
|
subscribed = 129
|
|
token = 2
|
|
secret = 2
|
|
created = 142
|
|
modified = 384
|
|
|
|
[subscription__keys]
|
|
subscriber = K
|
|
subscribed = K
|
|
|
|
[token]
|
|
consumer_key = 130
|
|
tok = 130
|
|
secret = 130
|
|
type = 145
|
|
state = 17
|
|
created = 142
|
|
modified = 384
|
|
|
|
[token__keys]
|
|
consumer_key = K
|
|
tok = K
|
|
|
|
[user]
|
|
id = 129
|
|
nickname = 2
|
|
password = 2
|
|
email = 2
|
|
uri = 2
|
|
created = 142
|
|
modified = 384
|
|
|
|
[user__keys]
|
|
id = K
|
|
nickname = U
|
|
email = U
|
|
uri = U
|