.gitignore | 100644 | 0 | 0 | | | 168 Bytes | b0027a31c3e539cd6a8974a9cd3eeefd4249c28520074892716d3303a5429e92 |
CHANGELOG.md | 100644 | 0 | 0 | | | 709 Bytes | c3416ad1c93cd5a8be76b6b062c0293fea47bbd8f31917c5304bd6b0a3b91b75 |
FEATURES.md | 100644 | 0 | 0 | | | 2.77 KB | 1f351805fac9cac8148e854553899ef321e19e6f0e9a2cee819406cf80e5b089 |
Gemfile | 100644 | 0 | 0 | | | 92 Bytes | a9f62f4bf3aa90eeebd96f089a8376d230653fb54ad6499d98c75c207a08374f |
LICENSE.txt | 100644 | 0 | 0 | | | 1.04 KB | 11d6c8fe73172c2ed8f241f385fa6faff251f0d4e3a1863fe6c975af0c37f7ed |
README.md | 100644 | 0 | 0 | | | 15.5 KB | 109108c8ffe3fe7e5912e4a7582dad71295d79724711183a44912419ce3482c0 |
Rakefile | 100644 | 0 | 0 | | | 2.87 KB | 87c3a056808e8d35e8343907c817c17da1eb6c260b6981fe9fbb8d242d037513 |
authkit.gemspec | 100644 | 0 | 0 | | | 999 Bytes | a2fecb9ddc98b9fedd8c35778e993c8427a5fb5348dd86ecbaedba36be76397b |
config/database.yml.example | 100755 | 0 | 0 | | | 569 Bytes | 46f2f5ffa4f08d0a69c2f8f012c03ae54576f16d8685041bb38879551bcd64c9 |
lib/authkit.rb | 100644 | 0 | 0 | | | 92 Bytes | c295c0a17d52d3310076a2031a879809381105a94fa3a3507a79dc1b1a8cce5f |
lib/authkit/engine.rb | 100644 | 0 | 0 | | | 74 Bytes | db6e8997147ccbddcda867754da5fba081bf879aefc6cb8fb98e4d7caa9db4c9 |
lib/authkit/version.rb | 100644 | 0 | 0 | | | 39 Bytes | 3ce2a8c815dc3748eec6908d04b8fd8c89b806062d20827b593a6ba6c9a2ff6f |
lib/generators/authkit/USAGE | 100644 | 0 | 0 | | | 410 Bytes | 61019a26ed2df5f728d50402438255af2f3dcd6ac50390998ce4279afe61293d |
lib/generators/authkit/install_generator.rb | 100644 | 0 | 0 | | | 10.3 KB | 78197651cb81f1f6607ca31d2ccb87fa8cc302cacebd0c25fe6af4a41f00b767 |
lib/generators/authkit/templates/app/controllers/application_controller.rb | 100644 | 0 | 0 | | | 3.45 KB | d71ae463a7a4d7867c444ca195ae7efca08ba75d0c1e1a5212c476f20c420d62 |
lib/generators/authkit/templates/app/controllers/auths_controller.rb | 100644 | 0 | 0 | | | 4.42 KB | 455ef135001be691bda798813a5ebf5a5f4432553c07fea7dc223c7b7575eab7 |
lib/generators/authkit/templates/app/controllers/email_confirmation_controller.rb | 100644 | 0 | 0 | | | 1.38 KB | eabba41f6b63825aa6380edb1758be7a54d2f03314ac87406aca1c0e6046af74 |
lib/generators/authkit/templates/app/controllers/password_change_controller.rb | 100644 | 0 | 0 | | | 1.88 KB | a306b1094a927568f69f7ea58697d6ee3b2076f135a0542d937ef04b55ce6836 |
lib/generators/authkit/templates/app/controllers/password_reset_controller.rb | 100644 | 0 | 0 | | | 1.07 KB | a32ab94118f23dbf70af85a6bae7f64116af2545d1ef88b6bca6f00f41ecabe3 |
lib/generators/authkit/templates/app/controllers/sessions_controller.rb | 100644 | 0 | 0 | | | 1.22 KB | 34c6beea6579d8d1110cc64a609c1a0ccbfa343bb289bc9e3625d0face6d64fe |
lib/generators/authkit/templates/app/controllers/signup_controller.rb | 100644 | 0 | 0 | | | 1 KB | 123babf7aea5181d79fed826206381307968728b65839d2bfe8b04f086b96536 |
lib/generators/authkit/templates/app/controllers/upload_controller.rb | 100644 | 0 | 0 | | | 2.04 KB | bcf4d1b9974378a41f5f9680e29cd89b485f881ce6f94c7d5cf44a4890c2d03e |
lib/generators/authkit/templates/app/controllers/users_controller.rb | 100644 | 0 | 0 | | | 1.16 KB | 588d730a877f76921e55d6660244a5c791d897f70520b81a35976cac5d95aa49 |
lib/generators/authkit/templates/app/forms/signup.rb | 100644 | 0 | 0 | | | 2.89 KB | 6e5fe26142cbd9d7592a24b1d445e84f213ab00e2ae413f45a7f3ce7befa7835 |
lib/generators/authkit/templates/app/helpers/auths_helper.rb | 100644 | 0 | 0 | | | 667 Bytes | 52ddacc1ce3a4897660d483175586511a3776d391f3debdb3e5ebb3fe13fe522 |
lib/generators/authkit/templates/app/helpers/upload_helper.rb | 100644 | 0 | 0 | | | 4.16 KB | 86534a816debf393f040e3edcb41c8c7a25782804860ff17ac97081c7f521715 |
lib/generators/authkit/templates/app/models/auth.rb | 100644 | 0 | 0 | | | 2.05 KB | b7436dbc0db4383cc195132315d4098cf5738df085768ea81bb4331339f0b088 |
lib/generators/authkit/templates/app/models/avatar.rb | 100644 | 0 | 0 | | | 1.26 KB | d2ceaecdd715354fa2fa241abc11d0f1eafe64b02b457042459f2af4c4c3b76c |
lib/generators/authkit/templates/app/models/user.rb | 100644 | 0 | 0 | | | 5.45 KB | 1af6d58fb8cb6e87c86b4f67cb9e4461dee95208b71df590fa6e88158737d3f6 |
lib/generators/authkit/templates/app/models/user_session.rb | 100644 | 0 | 0 | | | 1.17 KB | 3b30807821ac87a05510ca911e76cca636b53d2220c8c277f183f51df9573b46 |
lib/generators/authkit/templates/app/views/auths/connect.html.erb | 100644 | 0 | 0 | | | 1.23 KB | c92b33929fbf80cb11f913bec3c58c8ef4c7eb430229729e1d90c58c4ceb99bb |
lib/generators/authkit/templates/app/views/password_change/show.html.erb | 100644 | 0 | 0 | | | 477 Bytes | a80c16c2e91eca3cf73cfff6d00fcd32fb8ee13fa2fca392ee0e873c1fa833bd |
lib/generators/authkit/templates/app/views/password_reset/show.html.erb | 100644 | 0 | 0 | | | 272 Bytes | 7b6033b84ea2006d9a3a41627a1c9ef863873dcf8b99d5ff928d7fcf60ffe681 |
lib/generators/authkit/templates/app/views/sessions/new.html.erb | 100644 | 0 | 0 | | | 1013 Bytes | ed413b5aa69f39088bdf8c2ee18bcb70c5b20ade198883bd4c645239fe2377a5 |
lib/generators/authkit/templates/app/views/signup/new.html.erb | 100644 | 0 | 0 | | | 2.01 KB | e0595d6d47c9bf4a59847cfdd6cd79767ea9d665923bb9c529c87e5936045f32 |
lib/generators/authkit/templates/app/views/users/complete.html.erb | 100644 | 0 | 0 | | | 970 Bytes | cbc93d0c8ee3cbcc5dbf6fe94e44d97d903f282fb5fc8b234e39c54d9df7d8f5 |
lib/generators/authkit/templates/app/views/users/edit.html.erb | 100644 | 0 | 0 | | | 1.5 KB | 6d3c2590a1d3dbeff5ac03801d6dd2b0f32e438b4cf4b1a2ccef60206c6e5d64 |
lib/generators/authkit/templates/app/workers/avatar_import_worker.rb | 100644 | 0 | 0 | | | 210 Bytes | 114d49c460991d105cafba9ad04f00e3b9b0016d2f94c8e74fae76c2ea7a319c |
lib/generators/authkit/templates/config/initializers/filter_parameter_logging.rb | 100644 | 0 | 0 | | | 531 Bytes | a514b84e1880d1c6c5672d03bc573cf02c2d118f0805a1abdb07a54c97b15269 |
lib/generators/authkit/templates/config/initializers/omniauth.rb | 100644 | 0 | 0 | | | 2.34 KB | a1a6574c9734897116e7b78d1ac02dc496f7760ae86b97d7132860ec27ddfbad |
lib/generators/authkit/templates/config/initializers/paperclip.rb | 100644 | 0 | 0 | | | 3.74 KB | 7ce948b7b40f60d139686259a73df7087b48a9c548495c051e7c42f8ddac6ec5 |
lib/generators/authkit/templates/db/migrate/add_authkit_fields_to_users.rb | 100644 | 0 | 0 | | | 3.48 KB | 81c2dc000d1b19a4529dffa4c7c527842ea56850def93ee42de5884b5019f43d |
lib/generators/authkit/templates/db/migrate/create_auths.rb | 100644 | 0 | 0 | | | 622 Bytes | 999fed07bc6cc5f62256290d392118a3def8e3346d42eedd37de699c84f489a5 |
lib/generators/authkit/templates/db/migrate/create_avatars.rb | 100644 | 0 | 0 | | | 735 Bytes | e70be7cacee17e288dd0798444a4987d8b0c66fb2e0ea191368fa27c9eb524d8 |
lib/generators/authkit/templates/db/migrate/create_user_sessions.rb | 100644 | 0 | 0 | | | 746 Bytes | d767caab072852d31f36e87da7bdd6278a508efd7caf62cf6dd72f30e060dd7b |
lib/generators/authkit/templates/db/migrate/create_users.rb | 100644 | 0 | 0 | | | 362 Bytes | db9f7a4a21358ffb1e431aca18c9eea83794433764af29b9070da9576ddfc748 |
lib/generators/authkit/templates/lib/email_format_validator.rb | 100644 | 0 | 0 | | | 362 Bytes | cb3145593527d9595d170e5382c9d422eed8fa98fd2ead67d4c0b300cb8b3ebb |
lib/generators/authkit/templates/lib/full_name_splitter.rb | 100644 | 0 | 0 | | | 2.72 KB | e574d565090cd2cfb6cf406393748f355d70002fb9f0afaa3f637bc908221ab6 |
lib/generators/authkit/templates/lib/username_format_validator.rb | 100644 | 0 | 0 | | | 346 Bytes | 1f76ce64188ba5a88dec34d0150c4765ee2458e5b54dc401e87a9b03b30e00c2 |
lib/generators/authkit/templates/spec/controllers/application_controller_spec.rb | 100644 | 0 | 0 | | | 4.6 KB | d15802ba879846df895911d574b337b4075662d7fe5342a90b679e85fd74875e |
lib/generators/authkit/templates/spec/controllers/auths_controller_spec.rb | 100644 | 0 | 0 | | | 2.51 KB | f7cdfc3aeecd86941f7ced73be9d9975fa0e3504f4667fafba6128b1e646b013 |
lib/generators/authkit/templates/spec/controllers/email_confirmation_controller_spec.rb | 100644 | 0 | 0 | | | 2.84 KB | 69dafdfdd489e58fb074f353918b2c45689414573a89d595678ee1f7a1f38f64 |
lib/generators/authkit/templates/spec/controllers/password_change_controller_spec.rb | 100644 | 0 | 0 | | | 4.4 KB | b201c14f1f0429d6c5071e10b1b1429dca0e3500b206b4d8912cdbabdb0b9022 |
lib/generators/authkit/templates/spec/controllers/password_reset_controller_spec.rb | 100644 | 0 | 0 | | | 2.19 KB | 9a99a6daa590f68f4ec98c7b7e4bfcd2f4357878169671139ce9631a24da3ed1 |
lib/generators/authkit/templates/spec/controllers/sessions_controller_spec.rb | 100644 | 0 | 0 | | | 3.35 KB | b7160b3efdd097a1b3b626d82b27db29311e5e525f238f508c6fc27166ba531e |
lib/generators/authkit/templates/spec/controllers/signup_controller_spec.rb | 100644 | 0 | 0 | | | 3.29 KB | 0e57db08ed937d5b119aea6a42976c7580954d3a30fc8fc54c90d80cd0e7b633 |
lib/generators/authkit/templates/spec/controllers/users_controller_spec.rb | 100644 | 0 | 0 | | | 3.7 KB | 0a0b897ed74bafc7748496a5ea2635ae04429435e8b70a5b9e943200031ebf02 |
lib/generators/authkit/templates/spec/factories/user.rb | 100644 | 0 | 0 | | | 281 Bytes | 6108d19fcdce9b700e2b442331a6bf092ae8343351246a85ef8fe50b81533039 |
lib/generators/authkit/templates/spec/factories/user_session.rb | 100644 | 0 | 0 | | | 69 Bytes | 8ee194dcc9f13ded052241bb90b4011b41d30238620d118b8025c8b6e022282a |
lib/generators/authkit/templates/spec/forms/signup_spec.rb | 100644 | 0 | 0 | | | 2.6 KB | f6a5cc97d87a47e4a0c88f7d38b4ebead79a0bbf5e69e9dcd19033e72036fa6e |
lib/generators/authkit/templates/spec/models/auth_spec.rb | 100644 | 0 | 0 | | | 508 Bytes | 33386fddc930c12c2d5b3d0e48e2cc38cc3e4b91f60128d7e84e12089637c7a1 |
lib/generators/authkit/templates/spec/models/user_session_spec.rb | 100644 | 0 | 0 | | | 2.17 KB | 645c4490fa9a481672c4238a593e8f9cd916f2f58425479875fda1425b59aa52 |
lib/generators/authkit/templates/spec/models/user_spec.rb | 100644 | 0 | 0 | | | 7.31 KB | c458c1fdbf1a7491f7ca7593e1339d09801068661e83490eb454bd8820e60d32 |
lib/generators/authkit/templates/spec/support/factory_girl.rb | 100644 | 0 | 0 | | | 213 Bytes | 894f0aea38d8408f0c8e4ae2a93013348cf7c7e6e33a1e096ff33e3c30ad07c9 |
lib/generators/authkit/templates/spec/support/shoulda_matchers.rb | 100644 | 0 | 0 | | | 288 Bytes | 9fb9d181971ab3e3011afa17b7bb2a4279038edf02a24f42d804fd069e073201 |
spec/rails_helper.rb | 100644 | 0 | 0 | | | 2.19 KB | 59de93171443898a74c3a01e9d0b1a0a6b51b4a89b423942d2ac3decf0c98fc8 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 3.29 KB | 877eec281e08daac1de3112fe18b9bdead021ba32878e93d87ca154415aadd5a |