Pat Allan
|
0a3099663e
|
Let's just include the test helpers for controller specs, not all specs.
|
2010-07-27 21:00:57 +08:00 |
|
Pat Allan
|
fd35b36c4a
|
Presumed Markdown syntax - switching inline code to RDoc.
|
2010-07-27 21:00:56 +08:00 |
|
Pat Allan
|
2d67432c23
|
Expanding on testing docs a little to be more useful for those using RSpec. ActionController::TestCase doesn't seem to be used in RSpec 2 - and besides, we want the setup method called so Warden is automatically initialised.
|
2010-07-27 21:00:56 +08:00 |
|
José Valim
|
2308361fe0
|
Update README about OAuth2 support.
|
2010-07-26 20:43:51 +02:00 |
|
José Valim
|
817a7802e1
|
Remove deprecated stuff, tag 1.2.0 as version.
|
2010-07-26 20:39:40 +02:00 |
|
José Valim
|
33ce94363e
|
Merge branch 'oauth'. Welcome to the future.
|
2010-07-26 20:34:01 +02:00 |
|
José Valim
|
fefbf51c79
|
scope_signed_in? helpers now simply delegate to current_scope to improve performance.
|
2010-07-26 20:33:23 +02:00 |
|
José Valim
|
a36cb6e758
|
Improve docs for routes customization.
|
2010-07-26 20:33:23 +02:00 |
|
José Valim
|
3beb6ef1a6
|
Do not eager load all controllers. Otherwise this will force OAuth to be loaded.
|
2010-07-26 20:33:23 +02:00 |
|
José Valim
|
ac69078534
|
Improve TODO.
|
2010-07-26 20:33:23 +02:00 |
|
José Valim
|
4ac6b6e407
|
Unit tests for OAuth.
|
2010-07-26 20:33:23 +02:00 |
|
José Valim
|
9222601c5b
|
Expand README on OAuth testing.
|
2010-07-26 20:33:23 +02:00 |
|
José Valim
|
4bfa98eb7c
|
More and more tests to DeviseOauth.
|
2010-07-26 20:33:23 +02:00 |
|
José Valim
|
00c6f583e2
|
More OAuth tests.
|
2010-07-26 20:33:22 +02:00 |
|
José Valim
|
adba4e2262
|
Register cancel route so a shortcut is created.
|
2010-07-26 20:33:22 +02:00 |
|
José Valim
|
ac8221aca7
|
Add cancel to registrations controller as a way to delete information from session.
|
2010-07-26 20:33:22 +02:00 |
|
Carlos Antonio da Silva
|
d0d88cf259
|
Minor tweaks in OAuth README
|
2010-07-26 20:33:22 +02:00 |
|
José Valim
|
bd8d11e291
|
More minor tweaks to README>
|
2010-07-26 20:33:22 +02:00 |
|
José Valim
|
0d6f303735
|
Add a small connection stubbing API.
|
2010-07-26 20:33:22 +02:00 |
|
José Valim
|
ef841ca17d
|
Start to add helpers for OAuth tests.
|
2010-07-26 20:33:22 +02:00 |
|
José Valim
|
eb3118e89a
|
Add OAuth2 documentation.
|
2010-07-26 20:33:21 +02:00 |
|
José Valim
|
5d6900dcdb
|
Remove old generators.
|
2010-07-26 20:32:06 +02:00 |
|
José Valim
|
bd1006d321
|
Add the possibility to skip OAuth authentication by returning nil from the finder method.
|
2010-07-26 20:32:06 +02:00 |
|
José Valim
|
17ec0c08ed
|
Expire all /_oauth_token$/ keys in session after sign in, so if two users create accounts in the same session, the facebook account will be linked just to the first one.
|
2010-07-26 20:32:06 +02:00 |
|
José Valim
|
b31d60ce7c
|
Implement error handling for OAuth.
|
2010-07-26 20:32:05 +02:00 |
|
José Valim
|
b87dc84079
|
Add oauth links to default template.
|
2010-07-26 20:32:05 +02:00 |
|
José Valim
|
0aa41d6388
|
Tidy up lose ends.
|
2010-07-26 20:32:05 +02:00 |
|
José Valim
|
8bf6a66e05
|
Make Devise::Oauth follow the same conventions as Devise::controllers.
|
2010-07-26 20:32:05 +02:00 |
|
José Valim
|
3ba424774e
|
Remove deprecated code.
|
2010-07-26 20:32:05 +02:00 |
|
José Valim
|
1a9db03b22
|
Do not rely on load time anymore. Instead, provide a helper that is called whenever a mapping is given.
|
2010-07-26 20:32:05 +02:00 |
|
José Valim
|
faf771c798
|
Add OAuth url helpers.
|
2010-07-26 20:32:04 +02:00 |
|
José Valim
|
bd8294aecf
|
More OAuth setup.
|
2010-07-26 20:32:04 +02:00 |
|
José Valim
|
6c5be8dfd5
|
Initial routes and module setup.
|
2010-07-26 20:32:04 +02:00 |
|
José Valim
|
9ab64c53f4
|
Release 1.1.0.
v1.1.0
|
2010-07-26 20:25:28 +02:00 |
|
José Valim
|
c5999c8f61
|
Tests green on mongoid as well.
|
2010-07-26 20:25:02 +02:00 |
|
José Valim
|
680f2612f4
|
Update CHANGELOG.
|
2010-07-26 11:52:05 +02:00 |
|
José Valim
|
81620fecab
|
More about extend remember period feature.
|
2010-07-23 23:57:31 +02:00 |
|
Trevor Turk
|
2939a61a49
|
documentation tweaks for extend_remember_period
|
2010-07-24 01:06:10 +08:00 |
|
José Valim
|
058d433f28
|
Add extend_remember_period, closes #340.
|
2010-07-23 16:32:22 +02:00 |
|
Stefan Huber
|
5aeb8cf1cf
|
small documentation fix
|
2010-07-23 01:33:08 +08:00 |
|
José Valim
|
abfd7e5a4b
|
Warn in case you are using the previous session schema, closes #386
|
2010-07-19 00:11:51 +02:00 |
|
José Valim
|
869c658e3b
|
Always loop before generating a token.
|
2010-07-18 23:32:56 +02:00 |
|
José Valim
|
5e64699a5f
|
Add filters as convenient default.
|
2010-07-18 12:17:04 +02:00 |
|
Jinzhu
|
aecc014d33
|
Attributes for devise generator
|
2010-07-17 15:09:01 +08:00 |
|
José Valim
|
55fd7e3b0a
|
Consider ApplicationController url_options in for PathChecker.
|
2010-07-16 08:40:21 +02:00 |
|
José Valim
|
b4794e041b
|
Save confirmation token to the database, if one does not exist but was requested, closes #377
|
2010-07-14 18:03:34 +02:00 |
|
Carlos Antonio da Silva
|
4f6113ab68
|
Fix docs about after_sign_in_path_for and routes
|
2010-07-13 22:22:26 -03:00 |
|
José Valim
|
05d23f1a00
|
Do not check the constant, otherwise class renaming will trigger errors as well.
|
2010-07-12 10:42:02 +02:00 |
|
José Valim
|
e567c00dd8
|
Store classes as string in session, to avoid serialization and stale data issues, closes #356
|
2010-07-12 07:48:19 +02:00 |
|
José Valim
|
ebe3e791d6
|
Email should be case insensitive, closes #372
|
2010-07-12 07:29:45 +02:00 |
|