]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - classes/laconica.links.ini
db stuff for URLs: redirections, oembed, etc.
[quix0rs-gnu-social.git] / classes / laconica.links.ini
1 [avatar]
2 profile_id = profile:id
3
4 [user]
5 id = profile:id
6 carrier = sms_carrier:id
7
8 [remote_profile]
9 id = profile:id
10
11 [notice]
12 profile_id = profile:id
13 reply_to = notice:id
14
15 [reply]
16 notice_id = notice:id
17 profile_id = profile:id
18
19 [token]
20 consumer_key = consumer:consumer_key
21
22 [nonce]
23 consumer_key,token = token:consumer_key,token
24
25 [user_openid]
26 user_id = user:id
27
28 [confirm_address]
29 user_id = user:id
30
31 [remember_me]
32 user_id = user:id
33
34 [queue_item]
35 notice_id = notice:id
36
37 [subscription]
38 subscriber = profile:id
39 subscribed = profile:id
40
41 [fave]
42 notice_id = notice:id
43 user_id = user:id
44
45 [file_oembed]
46 file_id = file:id
47
48 [file_redirection]
49 file_id = file:id
50
51 [file_thumbnail]
52 file_id = file:id
53
54 [file_to_post]
55 file_id = file:id
56 post_id = post:id
57
58 [avatar]
59 profile_id = profile:id
60
61 [user]
62 id = profile:id
63 carrier = sms_carrier:id
64
65 [remote_profile]
66 id = profile:id
67
68 [notice]
69 profile_id = profile:id
70 reply_to = notice:id
71
72 [reply]
73 notice_id = notice:id
74 profile_id = profile:id
75
76 [token]
77 consumer_key = consumer:consumer_key
78
79 [nonce]
80 consumer_key,token = token:consumer_key,token
81
82 [user_openid]
83 user_id = user:id
84
85 [confirm_address]
86 user_id = user:id
87
88 [remember_me]
89 user_id = user:id
90
91 [queue_item]
92 notice_id = notice:id
93
94 [subscription]
95 subscriber = profile:id
96 subscribed = profile:id
97
98 [fave]
99 notice_id = notice:id
100 user_id = user:id
101
102 [file_oembed]
103 file_id = file:id
104
105 [file_redirection]
106 file_id = file:id
107
108 [file_thumbnail]
109 file_id = file:id
110
111 [file_to_post]
112 file_id = file:id
113 post_id = post:id
114