doorkeeper 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of doorkeeper might be problematic. Click here for more details.
- data/README.md +63 -48
- data/app/assets/stylesheets/doorkeeper/application.css +10 -2
- data/app/controllers/doorkeeper/application_controller.rbc +663 -0
- data/app/controllers/doorkeeper/applications_controller.rbc +954 -0
- data/app/controllers/doorkeeper/authorizations_controller.rb +8 -1
- data/app/controllers/doorkeeper/authorizations_controller.rbc +595 -0
- data/app/controllers/doorkeeper/tokens_controller.rbc +423 -0
- data/app/helpers/doorkeeper/application_helper.rbc +127 -0
- data/app/models/access_grant.rb +10 -2
- data/app/models/access_grant.rbc +656 -0
- data/app/models/access_token.rbc +781 -0
- data/app/models/application.rbc +507 -0
- data/app/views/doorkeeper/authorizations/new.html.erb +16 -12
- data/app/views/layouts/doorkeeper/application.html.erb +9 -0
- data/config/initializers/form_errors.rbc +272 -0
- data/config/routes.rbc +322 -0
- data/lib/doorkeeper.rbc +407 -0
- data/lib/doorkeeper/config.rbc +941 -0
- data/lib/doorkeeper/doorkeeper_for.rbc +1029 -0
- data/lib/doorkeeper/engine.rbc +318 -0
- data/lib/doorkeeper/oauth/access_token_request.rb +9 -2
- data/lib/doorkeeper/oauth/access_token_request.rbc +1853 -0
- data/lib/doorkeeper/oauth/authorization_request.rb +5 -0
- data/lib/doorkeeper/oauth/authorization_request.rbc +2107 -0
- data/lib/doorkeeper/oauth/random_string.rbc +437 -0
- data/lib/doorkeeper/validations.rbc +774 -0
- data/lib/doorkeeper/version.rb +1 -1
- data/lib/doorkeeper/version.rbc +130 -0
- data/lib/generators/doorkeeper/install_generator.rbc +453 -0
- data/lib/generators/doorkeeper/templates/migration.rb +1 -0
- data/lib/tasks/doorkeeper_tasks.rake.compiled.rbc +40 -0
- metadata +44 -17
@@ -0,0 +1,507 @@
|
|
1
|
+
!RBIX
|
2
|
+
9595534255132031488
|
3
|
+
x
|
4
|
+
M
|
5
|
+
1
|
6
|
+
n
|
7
|
+
n
|
8
|
+
x
|
9
|
+
10
|
10
|
+
__script__
|
11
|
+
i
|
12
|
+
33
|
13
|
+
99
|
14
|
+
7
|
15
|
+
0
|
16
|
+
45
|
17
|
+
1
|
18
|
+
2
|
19
|
+
43
|
20
|
+
3
|
21
|
+
65
|
22
|
+
49
|
23
|
+
4
|
24
|
+
3
|
25
|
+
13
|
26
|
+
99
|
27
|
+
12
|
28
|
+
7
|
29
|
+
5
|
30
|
+
12
|
31
|
+
7
|
32
|
+
6
|
33
|
+
12
|
34
|
+
65
|
35
|
+
12
|
36
|
+
49
|
37
|
+
7
|
38
|
+
4
|
39
|
+
15
|
40
|
+
49
|
41
|
+
5
|
42
|
+
0
|
43
|
+
15
|
44
|
+
2
|
45
|
+
11
|
46
|
+
I
|
47
|
+
6
|
48
|
+
I
|
49
|
+
0
|
50
|
+
I
|
51
|
+
0
|
52
|
+
I
|
53
|
+
0
|
54
|
+
n
|
55
|
+
p
|
56
|
+
8
|
57
|
+
x
|
58
|
+
11
|
59
|
+
Application
|
60
|
+
x
|
61
|
+
12
|
62
|
+
ActiveRecord
|
63
|
+
n
|
64
|
+
x
|
65
|
+
4
|
66
|
+
Base
|
67
|
+
x
|
68
|
+
10
|
69
|
+
open_class
|
70
|
+
x
|
71
|
+
14
|
72
|
+
__class_init__
|
73
|
+
M
|
74
|
+
1
|
75
|
+
n
|
76
|
+
n
|
77
|
+
x
|
78
|
+
11
|
79
|
+
Application
|
80
|
+
i
|
81
|
+
148
|
82
|
+
5
|
83
|
+
66
|
84
|
+
5
|
85
|
+
45
|
86
|
+
0
|
87
|
+
1
|
88
|
+
43
|
89
|
+
2
|
90
|
+
43
|
91
|
+
3
|
92
|
+
47
|
93
|
+
49
|
94
|
+
4
|
95
|
+
1
|
96
|
+
15
|
97
|
+
5
|
98
|
+
7
|
99
|
+
5
|
100
|
+
64
|
101
|
+
47
|
102
|
+
49
|
103
|
+
6
|
104
|
+
1
|
105
|
+
15
|
106
|
+
5
|
107
|
+
7
|
108
|
+
7
|
109
|
+
47
|
110
|
+
49
|
111
|
+
8
|
112
|
+
1
|
113
|
+
15
|
114
|
+
5
|
115
|
+
7
|
116
|
+
9
|
117
|
+
7
|
118
|
+
10
|
119
|
+
7
|
120
|
+
11
|
121
|
+
44
|
122
|
+
43
|
123
|
+
12
|
124
|
+
79
|
125
|
+
49
|
126
|
+
13
|
127
|
+
1
|
128
|
+
13
|
129
|
+
7
|
130
|
+
14
|
131
|
+
2
|
132
|
+
49
|
133
|
+
15
|
134
|
+
2
|
135
|
+
15
|
136
|
+
47
|
137
|
+
49
|
138
|
+
16
|
139
|
+
4
|
140
|
+
15
|
141
|
+
5
|
142
|
+
7
|
143
|
+
17
|
144
|
+
44
|
145
|
+
43
|
146
|
+
12
|
147
|
+
80
|
148
|
+
49
|
149
|
+
13
|
150
|
+
1
|
151
|
+
13
|
152
|
+
7
|
153
|
+
14
|
154
|
+
2
|
155
|
+
49
|
156
|
+
15
|
157
|
+
2
|
158
|
+
15
|
159
|
+
13
|
160
|
+
7
|
161
|
+
18
|
162
|
+
2
|
163
|
+
49
|
164
|
+
15
|
165
|
+
2
|
166
|
+
15
|
167
|
+
47
|
168
|
+
49
|
169
|
+
16
|
170
|
+
2
|
171
|
+
15
|
172
|
+
5
|
173
|
+
7
|
174
|
+
19
|
175
|
+
7
|
176
|
+
20
|
177
|
+
44
|
178
|
+
43
|
179
|
+
12
|
180
|
+
79
|
181
|
+
49
|
182
|
+
13
|
183
|
+
1
|
184
|
+
13
|
185
|
+
7
|
186
|
+
21
|
187
|
+
7
|
188
|
+
22
|
189
|
+
49
|
190
|
+
15
|
191
|
+
2
|
192
|
+
15
|
193
|
+
47
|
194
|
+
49
|
195
|
+
23
|
196
|
+
3
|
197
|
+
15
|
198
|
+
5
|
199
|
+
48
|
200
|
+
24
|
201
|
+
15
|
202
|
+
99
|
203
|
+
7
|
204
|
+
19
|
205
|
+
7
|
206
|
+
25
|
207
|
+
65
|
208
|
+
67
|
209
|
+
49
|
210
|
+
26
|
211
|
+
0
|
212
|
+
49
|
213
|
+
27
|
214
|
+
4
|
215
|
+
15
|
216
|
+
99
|
217
|
+
7
|
218
|
+
20
|
219
|
+
7
|
220
|
+
28
|
221
|
+
65
|
222
|
+
67
|
223
|
+
49
|
224
|
+
26
|
225
|
+
0
|
226
|
+
49
|
227
|
+
27
|
228
|
+
4
|
229
|
+
11
|
230
|
+
I
|
231
|
+
8
|
232
|
+
I
|
233
|
+
0
|
234
|
+
I
|
235
|
+
0
|
236
|
+
I
|
237
|
+
0
|
238
|
+
n
|
239
|
+
p
|
240
|
+
29
|
241
|
+
x
|
242
|
+
10
|
243
|
+
Doorkeeper
|
244
|
+
n
|
245
|
+
x
|
246
|
+
5
|
247
|
+
OAuth
|
248
|
+
x
|
249
|
+
12
|
250
|
+
RandomString
|
251
|
+
x
|
252
|
+
7
|
253
|
+
include
|
254
|
+
s
|
255
|
+
18
|
256
|
+
oauth_applications
|
257
|
+
x
|
258
|
+
14
|
259
|
+
set_table_name
|
260
|
+
x
|
261
|
+
13
|
262
|
+
access_grants
|
263
|
+
x
|
264
|
+
8
|
265
|
+
has_many
|
266
|
+
x
|
267
|
+
4
|
268
|
+
name
|
269
|
+
x
|
270
|
+
6
|
271
|
+
secret
|
272
|
+
x
|
273
|
+
12
|
274
|
+
redirect_uri
|
275
|
+
x
|
276
|
+
4
|
277
|
+
Hash
|
278
|
+
x
|
279
|
+
16
|
280
|
+
new_from_literal
|
281
|
+
x
|
282
|
+
8
|
283
|
+
presence
|
284
|
+
x
|
285
|
+
3
|
286
|
+
[]=
|
287
|
+
x
|
288
|
+
9
|
289
|
+
validates
|
290
|
+
x
|
291
|
+
3
|
292
|
+
uid
|
293
|
+
x
|
294
|
+
10
|
295
|
+
uniqueness
|
296
|
+
x
|
297
|
+
12
|
298
|
+
generate_uid
|
299
|
+
x
|
300
|
+
15
|
301
|
+
generate_secret
|
302
|
+
x
|
303
|
+
2
|
304
|
+
on
|
305
|
+
x
|
306
|
+
6
|
307
|
+
create
|
308
|
+
x
|
309
|
+
17
|
310
|
+
before_validation
|
311
|
+
x
|
312
|
+
7
|
313
|
+
private
|
314
|
+
M
|
315
|
+
1
|
316
|
+
n
|
317
|
+
n
|
318
|
+
x
|
319
|
+
12
|
320
|
+
generate_uid
|
321
|
+
i
|
322
|
+
17
|
323
|
+
5
|
324
|
+
5
|
325
|
+
7
|
326
|
+
0
|
327
|
+
47
|
328
|
+
49
|
329
|
+
1
|
330
|
+
1
|
331
|
+
13
|
332
|
+
18
|
333
|
+
2
|
334
|
+
47
|
335
|
+
49
|
336
|
+
2
|
337
|
+
1
|
338
|
+
15
|
339
|
+
11
|
340
|
+
I
|
341
|
+
3
|
342
|
+
I
|
343
|
+
0
|
344
|
+
I
|
345
|
+
0
|
346
|
+
I
|
347
|
+
0
|
348
|
+
n
|
349
|
+
p
|
350
|
+
3
|
351
|
+
x
|
352
|
+
3
|
353
|
+
uid
|
354
|
+
x
|
355
|
+
24
|
356
|
+
unique_random_string_for
|
357
|
+
x
|
358
|
+
4
|
359
|
+
uid=
|
360
|
+
p
|
361
|
+
7
|
362
|
+
I
|
363
|
+
-1
|
364
|
+
I
|
365
|
+
d
|
366
|
+
I
|
367
|
+
0
|
368
|
+
I
|
369
|
+
14
|
370
|
+
I
|
371
|
+
1
|
372
|
+
I
|
373
|
+
e
|
374
|
+
I
|
375
|
+
11
|
376
|
+
x
|
377
|
+
65
|
378
|
+
/Users/felipeelias/Applicake/doorkeeper/app/models/application.rb
|
379
|
+
p
|
380
|
+
0
|
381
|
+
x
|
382
|
+
17
|
383
|
+
method_visibility
|
384
|
+
x
|
385
|
+
15
|
386
|
+
add_defn_method
|
387
|
+
M
|
388
|
+
1
|
389
|
+
n
|
390
|
+
n
|
391
|
+
x
|
392
|
+
15
|
393
|
+
generate_secret
|
394
|
+
i
|
395
|
+
13
|
396
|
+
5
|
397
|
+
5
|
398
|
+
48
|
399
|
+
0
|
400
|
+
13
|
401
|
+
18
|
402
|
+
2
|
403
|
+
47
|
404
|
+
49
|
405
|
+
1
|
406
|
+
1
|
407
|
+
15
|
408
|
+
11
|
409
|
+
I
|
410
|
+
3
|
411
|
+
I
|
412
|
+
0
|
413
|
+
I
|
414
|
+
0
|
415
|
+
I
|
416
|
+
0
|
417
|
+
n
|
418
|
+
p
|
419
|
+
2
|
420
|
+
x
|
421
|
+
13
|
422
|
+
random_string
|
423
|
+
x
|
424
|
+
7
|
425
|
+
secret=
|
426
|
+
p
|
427
|
+
7
|
428
|
+
I
|
429
|
+
-1
|
430
|
+
I
|
431
|
+
11
|
432
|
+
I
|
433
|
+
0
|
434
|
+
I
|
435
|
+
14
|
436
|
+
I
|
437
|
+
1
|
438
|
+
I
|
439
|
+
12
|
440
|
+
I
|
441
|
+
d
|
442
|
+
x
|
443
|
+
65
|
444
|
+
/Users/felipeelias/Applicake/doorkeeper/app/models/application.rb
|
445
|
+
p
|
446
|
+
0
|
447
|
+
p
|
448
|
+
19
|
449
|
+
I
|
450
|
+
2
|
451
|
+
I
|
452
|
+
2
|
453
|
+
I
|
454
|
+
f
|
455
|
+
I
|
456
|
+
3
|
457
|
+
I
|
458
|
+
18
|
459
|
+
I
|
460
|
+
5
|
461
|
+
I
|
462
|
+
20
|
463
|
+
I
|
464
|
+
7
|
465
|
+
I
|
466
|
+
3b
|
467
|
+
I
|
468
|
+
8
|
469
|
+
I
|
470
|
+
5a
|
471
|
+
I
|
472
|
+
a
|
473
|
+
I
|
474
|
+
74
|
475
|
+
I
|
476
|
+
c
|
477
|
+
I
|
478
|
+
78
|
479
|
+
I
|
480
|
+
d
|
481
|
+
I
|
482
|
+
86
|
483
|
+
I
|
484
|
+
11
|
485
|
+
I
|
486
|
+
94
|
487
|
+
x
|
488
|
+
65
|
489
|
+
/Users/felipeelias/Applicake/doorkeeper/app/models/application.rb
|
490
|
+
p
|
491
|
+
0
|
492
|
+
x
|
493
|
+
13
|
494
|
+
attach_method
|
495
|
+
p
|
496
|
+
3
|
497
|
+
I
|
498
|
+
0
|
499
|
+
I
|
500
|
+
1
|
501
|
+
I
|
502
|
+
21
|
503
|
+
x
|
504
|
+
65
|
505
|
+
/Users/felipeelias/Applicake/doorkeeper/app/models/application.rb
|
506
|
+
p
|
507
|
+
0
|