doorkeeper 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of doorkeeper might be problematic. Click here for more details.

Files changed (32) hide show
  1. data/README.md +63 -48
  2. data/app/assets/stylesheets/doorkeeper/application.css +10 -2
  3. data/app/controllers/doorkeeper/application_controller.rbc +663 -0
  4. data/app/controllers/doorkeeper/applications_controller.rbc +954 -0
  5. data/app/controllers/doorkeeper/authorizations_controller.rb +8 -1
  6. data/app/controllers/doorkeeper/authorizations_controller.rbc +595 -0
  7. data/app/controllers/doorkeeper/tokens_controller.rbc +423 -0
  8. data/app/helpers/doorkeeper/application_helper.rbc +127 -0
  9. data/app/models/access_grant.rb +10 -2
  10. data/app/models/access_grant.rbc +656 -0
  11. data/app/models/access_token.rbc +781 -0
  12. data/app/models/application.rbc +507 -0
  13. data/app/views/doorkeeper/authorizations/new.html.erb +16 -12
  14. data/app/views/layouts/doorkeeper/application.html.erb +9 -0
  15. data/config/initializers/form_errors.rbc +272 -0
  16. data/config/routes.rbc +322 -0
  17. data/lib/doorkeeper.rbc +407 -0
  18. data/lib/doorkeeper/config.rbc +941 -0
  19. data/lib/doorkeeper/doorkeeper_for.rbc +1029 -0
  20. data/lib/doorkeeper/engine.rbc +318 -0
  21. data/lib/doorkeeper/oauth/access_token_request.rb +9 -2
  22. data/lib/doorkeeper/oauth/access_token_request.rbc +1853 -0
  23. data/lib/doorkeeper/oauth/authorization_request.rb +5 -0
  24. data/lib/doorkeeper/oauth/authorization_request.rbc +2107 -0
  25. data/lib/doorkeeper/oauth/random_string.rbc +437 -0
  26. data/lib/doorkeeper/validations.rbc +774 -0
  27. data/lib/doorkeeper/version.rb +1 -1
  28. data/lib/doorkeeper/version.rbc +130 -0
  29. data/lib/generators/doorkeeper/install_generator.rbc +453 -0
  30. data/lib/generators/doorkeeper/templates/migration.rb +1 -0
  31. data/lib/tasks/doorkeeper_tasks.rake.compiled.rbc +40 -0
  32. metadata +44 -17
@@ -0,0 +1,954 @@
1
+ !RBIX
2
+ 9595534255132031488
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 10
54
+ Doorkeeper
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 10
67
+ Doorkeeper
68
+ i
69
+ 31
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 45
76
+ 1
77
+ 2
78
+ 65
79
+ 49
80
+ 3
81
+ 3
82
+ 13
83
+ 99
84
+ 12
85
+ 7
86
+ 4
87
+ 12
88
+ 7
89
+ 5
90
+ 12
91
+ 65
92
+ 12
93
+ 49
94
+ 6
95
+ 4
96
+ 15
97
+ 49
98
+ 4
99
+ 0
100
+ 11
101
+ I
102
+ 6
103
+ I
104
+ 0
105
+ I
106
+ 0
107
+ I
108
+ 0
109
+ n
110
+ p
111
+ 7
112
+ x
113
+ 22
114
+ ApplicationsController
115
+ x
116
+ 21
117
+ ApplicationController
118
+ n
119
+ x
120
+ 10
121
+ open_class
122
+ x
123
+ 14
124
+ __class_init__
125
+ M
126
+ 1
127
+ n
128
+ n
129
+ x
130
+ 22
131
+ ApplicationsController
132
+ i
133
+ 102
134
+ 5
135
+ 66
136
+ 5
137
+ 7
138
+ 0
139
+ 47
140
+ 49
141
+ 1
142
+ 1
143
+ 15
144
+ 5
145
+ 7
146
+ 2
147
+ 47
148
+ 49
149
+ 3
150
+ 1
151
+ 15
152
+ 99
153
+ 7
154
+ 4
155
+ 7
156
+ 5
157
+ 65
158
+ 67
159
+ 49
160
+ 6
161
+ 0
162
+ 49
163
+ 7
164
+ 4
165
+ 15
166
+ 99
167
+ 7
168
+ 8
169
+ 7
170
+ 9
171
+ 65
172
+ 67
173
+ 49
174
+ 6
175
+ 0
176
+ 49
177
+ 7
178
+ 4
179
+ 15
180
+ 99
181
+ 7
182
+ 10
183
+ 7
184
+ 11
185
+ 65
186
+ 67
187
+ 49
188
+ 6
189
+ 0
190
+ 49
191
+ 7
192
+ 4
193
+ 15
194
+ 99
195
+ 7
196
+ 12
197
+ 7
198
+ 13
199
+ 65
200
+ 67
201
+ 49
202
+ 6
203
+ 0
204
+ 49
205
+ 7
206
+ 4
207
+ 15
208
+ 99
209
+ 7
210
+ 14
211
+ 7
212
+ 15
213
+ 65
214
+ 67
215
+ 49
216
+ 6
217
+ 0
218
+ 49
219
+ 7
220
+ 4
221
+ 15
222
+ 99
223
+ 7
224
+ 16
225
+ 7
226
+ 17
227
+ 65
228
+ 67
229
+ 49
230
+ 6
231
+ 0
232
+ 49
233
+ 7
234
+ 4
235
+ 11
236
+ I
237
+ 5
238
+ I
239
+ 0
240
+ I
241
+ 0
242
+ I
243
+ 0
244
+ n
245
+ p
246
+ 18
247
+ x
248
+ 4
249
+ html
250
+ x
251
+ 10
252
+ respond_to
253
+ x
254
+ 19
255
+ authenticate_admin!
256
+ x
257
+ 13
258
+ before_filter
259
+ x
260
+ 5
261
+ index
262
+ M
263
+ 1
264
+ n
265
+ n
266
+ x
267
+ 5
268
+ index
269
+ i
270
+ 9
271
+ 45
272
+ 0
273
+ 1
274
+ 49
275
+ 2
276
+ 0
277
+ 38
278
+ 3
279
+ 11
280
+ I
281
+ 1
282
+ I
283
+ 0
284
+ I
285
+ 0
286
+ I
287
+ 0
288
+ n
289
+ p
290
+ 4
291
+ x
292
+ 11
293
+ Application
294
+ n
295
+ x
296
+ 3
297
+ all
298
+ x
299
+ 13
300
+ @applications
301
+ p
302
+ 5
303
+ I
304
+ -1
305
+ I
306
+ 7
307
+ I
308
+ 0
309
+ I
310
+ 8
311
+ I
312
+ 9
313
+ x
314
+ 93
315
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
316
+ p
317
+ 0
318
+ x
319
+ 17
320
+ method_visibility
321
+ x
322
+ 15
323
+ add_defn_method
324
+ x
325
+ 3
326
+ new
327
+ M
328
+ 1
329
+ n
330
+ n
331
+ x
332
+ 3
333
+ new
334
+ i
335
+ 27
336
+ 45
337
+ 0
338
+ 1
339
+ 13
340
+ 71
341
+ 2
342
+ 47
343
+ 9
344
+ 21
345
+ 47
346
+ 49
347
+ 3
348
+ 0
349
+ 13
350
+ 47
351
+ 49
352
+ 4
353
+ 0
354
+ 15
355
+ 8
356
+ 24
357
+ 49
358
+ 2
359
+ 0
360
+ 38
361
+ 5
362
+ 11
363
+ I
364
+ 2
365
+ I
366
+ 0
367
+ I
368
+ 0
369
+ I
370
+ 0
371
+ n
372
+ p
373
+ 6
374
+ x
375
+ 11
376
+ Application
377
+ n
378
+ x
379
+ 3
380
+ new
381
+ x
382
+ 8
383
+ allocate
384
+ x
385
+ 10
386
+ initialize
387
+ x
388
+ 12
389
+ @application
390
+ p
391
+ 5
392
+ I
393
+ -1
394
+ I
395
+ b
396
+ I
397
+ 0
398
+ I
399
+ c
400
+ I
401
+ 1b
402
+ x
403
+ 93
404
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
405
+ p
406
+ 0
407
+ x
408
+ 6
409
+ create
410
+ M
411
+ 1
412
+ n
413
+ n
414
+ x
415
+ 6
416
+ create
417
+ i
418
+ 77
419
+ 45
420
+ 0
421
+ 1
422
+ 13
423
+ 71
424
+ 2
425
+ 47
426
+ 9
427
+ 29
428
+ 47
429
+ 49
430
+ 3
431
+ 0
432
+ 13
433
+ 5
434
+ 48
435
+ 4
436
+ 7
437
+ 5
438
+ 49
439
+ 6
440
+ 1
441
+ 47
442
+ 49
443
+ 7
444
+ 1
445
+ 15
446
+ 8
447
+ 40
448
+ 5
449
+ 48
450
+ 4
451
+ 7
452
+ 5
453
+ 49
454
+ 6
455
+ 1
456
+ 49
457
+ 2
458
+ 1
459
+ 38
460
+ 8
461
+ 15
462
+ 39
463
+ 8
464
+ 49
465
+ 9
466
+ 0
467
+ 9
468
+ 67
469
+ 5
470
+ 48
471
+ 10
472
+ 7
473
+ 11
474
+ 7
475
+ 12
476
+ 64
477
+ 13
478
+ 18
479
+ 3
480
+ 49
481
+ 13
482
+ 2
483
+ 15
484
+ 8
485
+ 68
486
+ 1
487
+ 15
488
+ 5
489
+ 39
490
+ 8
491
+ 47
492
+ 49
493
+ 14
494
+ 1
495
+ 11
496
+ I
497
+ 4
498
+ I
499
+ 0
500
+ I
501
+ 0
502
+ I
503
+ 0
504
+ n
505
+ p
506
+ 15
507
+ x
508
+ 11
509
+ Application
510
+ n
511
+ x
512
+ 3
513
+ new
514
+ x
515
+ 8
516
+ allocate
517
+ x
518
+ 6
519
+ params
520
+ x
521
+ 11
522
+ application
523
+ x
524
+ 2
525
+ []
526
+ x
527
+ 10
528
+ initialize
529
+ x
530
+ 12
531
+ @application
532
+ x
533
+ 4
534
+ save
535
+ x
536
+ 5
537
+ flash
538
+ x
539
+ 6
540
+ notice
541
+ s
542
+ 19
543
+ Application created
544
+ x
545
+ 3
546
+ []=
547
+ x
548
+ 12
549
+ respond_with
550
+ p
551
+ 11
552
+ I
553
+ -1
554
+ I
555
+ f
556
+ I
557
+ 0
558
+ I
559
+ 10
560
+ I
561
+ 2b
562
+ I
563
+ 11
564
+ I
565
+ 44
566
+ I
567
+ 0
568
+ I
569
+ 45
570
+ I
571
+ 12
572
+ I
573
+ 4d
574
+ x
575
+ 93
576
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
577
+ p
578
+ 0
579
+ x
580
+ 4
581
+ show
582
+ M
583
+ 1
584
+ n
585
+ n
586
+ x
587
+ 4
588
+ show
589
+ i
590
+ 17
591
+ 45
592
+ 0
593
+ 1
594
+ 5
595
+ 48
596
+ 2
597
+ 7
598
+ 3
599
+ 49
600
+ 4
601
+ 1
602
+ 49
603
+ 5
604
+ 1
605
+ 38
606
+ 6
607
+ 11
608
+ I
609
+ 3
610
+ I
611
+ 0
612
+ I
613
+ 0
614
+ I
615
+ 0
616
+ n
617
+ p
618
+ 7
619
+ x
620
+ 11
621
+ Application
622
+ n
623
+ x
624
+ 6
625
+ params
626
+ x
627
+ 2
628
+ id
629
+ x
630
+ 2
631
+ []
632
+ x
633
+ 4
634
+ find
635
+ x
636
+ 12
637
+ @application
638
+ p
639
+ 5
640
+ I
641
+ -1
642
+ I
643
+ 15
644
+ I
645
+ 0
646
+ I
647
+ 16
648
+ I
649
+ 11
650
+ x
651
+ 93
652
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
653
+ p
654
+ 0
655
+ x
656
+ 4
657
+ edit
658
+ M
659
+ 1
660
+ n
661
+ n
662
+ x
663
+ 4
664
+ edit
665
+ i
666
+ 17
667
+ 45
668
+ 0
669
+ 1
670
+ 5
671
+ 48
672
+ 2
673
+ 7
674
+ 3
675
+ 49
676
+ 4
677
+ 1
678
+ 49
679
+ 5
680
+ 1
681
+ 38
682
+ 6
683
+ 11
684
+ I
685
+ 3
686
+ I
687
+ 0
688
+ I
689
+ 0
690
+ I
691
+ 0
692
+ n
693
+ p
694
+ 7
695
+ x
696
+ 11
697
+ Application
698
+ n
699
+ x
700
+ 6
701
+ params
702
+ x
703
+ 2
704
+ id
705
+ x
706
+ 2
707
+ []
708
+ x
709
+ 4
710
+ find
711
+ x
712
+ 12
713
+ @application
714
+ p
715
+ 5
716
+ I
717
+ -1
718
+ I
719
+ 19
720
+ I
721
+ 0
722
+ I
723
+ 1a
724
+ I
725
+ 11
726
+ x
727
+ 93
728
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
729
+ p
730
+ 0
731
+ x
732
+ 6
733
+ update
734
+ M
735
+ 1
736
+ n
737
+ n
738
+ x
739
+ 6
740
+ update
741
+ i
742
+ 59
743
+ 45
744
+ 0
745
+ 1
746
+ 5
747
+ 48
748
+ 2
749
+ 7
750
+ 3
751
+ 49
752
+ 4
753
+ 1
754
+ 49
755
+ 5
756
+ 1
757
+ 38
758
+ 6
759
+ 15
760
+ 39
761
+ 6
762
+ 5
763
+ 48
764
+ 2
765
+ 7
766
+ 7
767
+ 49
768
+ 4
769
+ 1
770
+ 49
771
+ 8
772
+ 1
773
+ 9
774
+ 49
775
+ 5
776
+ 48
777
+ 9
778
+ 7
779
+ 10
780
+ 7
781
+ 11
782
+ 64
783
+ 13
784
+ 18
785
+ 3
786
+ 49
787
+ 12
788
+ 2
789
+ 15
790
+ 8
791
+ 50
792
+ 1
793
+ 15
794
+ 5
795
+ 39
796
+ 6
797
+ 47
798
+ 49
799
+ 13
800
+ 1
801
+ 11
802
+ I
803
+ 4
804
+ I
805
+ 0
806
+ I
807
+ 0
808
+ I
809
+ 0
810
+ n
811
+ p
812
+ 14
813
+ x
814
+ 11
815
+ Application
816
+ n
817
+ x
818
+ 6
819
+ params
820
+ x
821
+ 2
822
+ id
823
+ x
824
+ 2
825
+ []
826
+ x
827
+ 4
828
+ find
829
+ x
830
+ 12
831
+ @application
832
+ x
833
+ 11
834
+ application
835
+ x
836
+ 17
837
+ update_attributes
838
+ x
839
+ 5
840
+ flash
841
+ x
842
+ 6
843
+ notice
844
+ s
845
+ 19
846
+ Application updated
847
+ x
848
+ 3
849
+ []=
850
+ x
851
+ 12
852
+ respond_with
853
+ p
854
+ 11
855
+ I
856
+ -1
857
+ I
858
+ 1d
859
+ I
860
+ 0
861
+ I
862
+ 1e
863
+ I
864
+ 11
865
+ I
866
+ 1f
867
+ I
868
+ 32
869
+ I
870
+ 0
871
+ I
872
+ 33
873
+ I
874
+ 20
875
+ I
876
+ 3b
877
+ x
878
+ 93
879
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
880
+ p
881
+ 0
882
+ p
883
+ 17
884
+ I
885
+ 2
886
+ I
887
+ 3
888
+ I
889
+ a
890
+ I
891
+ 5
892
+ I
893
+ 12
894
+ I
895
+ 7
896
+ I
897
+ 20
898
+ I
899
+ b
900
+ I
901
+ 2e
902
+ I
903
+ f
904
+ I
905
+ 3c
906
+ I
907
+ 15
908
+ I
909
+ 4a
910
+ I
911
+ 19
912
+ I
913
+ 58
914
+ I
915
+ 1d
916
+ I
917
+ 66
918
+ x
919
+ 93
920
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
921
+ p
922
+ 0
923
+ x
924
+ 13
925
+ attach_method
926
+ p
927
+ 3
928
+ I
929
+ 2
930
+ I
931
+ 2
932
+ I
933
+ 1f
934
+ x
935
+ 93
936
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
937
+ p
938
+ 0
939
+ x
940
+ 13
941
+ attach_method
942
+ p
943
+ 3
944
+ I
945
+ 0
946
+ I
947
+ 1
948
+ I
949
+ 1c
950
+ x
951
+ 93
952
+ /Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/applications_controller.rb
953
+ p
954
+ 0