Nat Budin
|
0bc15286b4
|
Pass back the custom response, if the winning strategy uses the custom\! method
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-04-02 20:28:26 +02:00 |
|
José Valim
|
b425c701e0
|
Update warden dependency.
|
2010-04-01 19:27:04 +02:00 |
|
José Valim
|
c18d8e50d3
|
Backport database_authenticatable change,.
|
2010-04-01 12:16:43 +02:00 |
|
José Valim
|
52f729e74f
|
Bug fixes on unlockable.
|
2010-03-28 23:14:36 +02:00 |
|
José Valim
|
bb026205cb
|
Do not force halt on authenticatable. This allows other strategies (like devise_imapable or even devise_facebook_connectable) to hook into sessions controller as well.
Those strategies should follow the same convention, allowing them to be cascated.
|
2010-03-28 14:57:32 +02:00 |
|
Josh Kalderimis
|
e80b46b68f
|
removed duplicated method
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-28 07:26:22 +02:00 |
|
José Valim
|
ce3926fea4
|
Bump tiny.
v1.0.5
|
2010-03-26 13:04:05 +01:00 |
|
José Valim
|
e2793fc69e
|
sign_in_count shoud default to zero.
|
2010-03-26 12:57:36 +01:00 |
|
Carlos Antonio da Silva
|
867e896bc8
|
Merge branch 'v1.0' of github.com:plataformatec/devise into v1.0
|
2010-03-26 08:45:49 -03:00 |
|
José Valim
|
053c6f1a3a
|
Move password_required? to authenticatable. This allow you to reuse it when building your own validations.
|
2010-03-26 12:19:15 +01:00 |
|
Carlos Antonio da Silva
|
a73fead23e
|
Merge branch 'v1.0' of github.com:plataformatec/devise into v1.0
|
2010-03-26 08:19:10 -03:00 |
|
Carlos Antonio da Silva
|
42eb89b909
|
Use prepend_before_filter in require_no_authentication.
We need to be sure require_no_authentication runs before other user filters that may call some Devise helper (ie current_xxx).
|
2010-03-26 08:14:58 -03:00 |
|
José Valim
|
913444059c
|
Allow devise to work with association proxies.
|
2010-03-26 10:26:38 +01:00 |
|
Josh Kalderimis
|
b305b7f357
|
changed add_module to add modules to the bottom of ALL, also added test to confirm order in ALL is being adhered to
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-26 09:32:25 +01:00 |
|
José Valim
|
06d43525d6
|
Require no authentication on unlockable.
|
2010-03-25 16:28:36 -03:00 |
|
Josh Kalderimis
|
6d08646ddc
|
added routes option to add_module so route view helpers are created
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-25 09:05:13 +01:00 |
|
José Valim
|
1bee9fbef9
|
Clean up lockable and class methods API.
|
2010-03-10 16:18:28 +01:00 |
|
José Valim
|
5a4b797265
|
Remove deprecated behavior.
|
2010-03-04 08:20:51 +01:00 |
|
José Valim
|
d36e1012f8
|
Release 1.0.4 with a couple bug fixes.
v1.0.4
|
2010-03-03 12:24:29 +01:00 |
|
Lucas de Castro
|
5d187ff278
|
Fixing session controllers when within namespaces
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-03 12:16:24 +01:00 |
|
Cyril Mougel
|
a0220243c3
|
fix spec failed with mongo_mapper DEVISE_ORM
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-25 08:44:08 +01:00 |
|
José Valim
|
4c10f86e74
|
Do not forget frozen records.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-25 08:35:07 +01:00 |
|
Lucas Uyezu
|
cf66e935a9
|
SQLite requries a default value when the column is NOT NULL
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-25 08:34:47 +01:00 |
|
José Valim
|
fbe485f3df
|
Update warden which fixes a security issue.
|
2010-02-23 19:52:53 +01:00 |
|
José Valim
|
545462e964
|
Bump to 1.0.3.
v1.0.3
|
2010-02-23 15:45:07 +01:00 |
|
José Valim
|
42df192df8
|
Do not remove options from MongoMapper find.
|
2010-02-23 15:41:52 +01:00 |
|
Andre Arko
|
7f451ed9cc
|
Add rails/init.rb to the gemspec
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-19 18:06:38 +01:00 |
|
Daniel Jagszent
|
27fe3023ae
|
renamed init.rb -> rails/init.rb. So that rails can find and initalize the GemPlugin even without a config.gem "devise" line in environment.rb (for using with bundler)
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-19 17:10:03 +01:00 |
|
Paul Campbell
|
41d416a18e
|
add paragraphs to html emails
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-19 10:18:00 +01:00 |
|
José Valim
|
c36cd84c31
|
Returns the proper response body based on the rquest for 401.
|
2010-02-18 19:52:37 +01:00 |
|
José Valim
|
fd96335d05
|
Autoload Devise::Models.
|
2010-02-18 07:22:26 +01:00 |
|
José Valim
|
23568bda82
|
Bump to 1.0.2.
v1.0.2
|
2010-02-17 21:30:54 +01:00 |
|
José Valim
|
ee7f5270fc
|
Uses the same content type as request on http authenticatable 401 responses
|
2010-02-17 21:25:31 +01:00 |
|
José Valim
|
f294700723
|
Update test files.
|
2010-02-17 21:15:11 +01:00 |
|
Glenn Roberts
|
c86ce298dc
|
add content type test, update config doc
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-17 21:13:27 +01:00 |
|
Glenn Roberts
|
b0ff0d46dd
|
add content_type config parameter
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-17 21:13:16 +01:00 |
|
José Valim
|
187ef5c452
|
Update README.
|
2010-02-17 13:56:00 +01:00 |
|
Paul Campbell
|
6d29bcc467
|
Add mention of flash[:notice] and flash[:alert]
|
2010-02-15 22:29:23 +08:00 |
|
José Valim
|
ee87ec398a
|
Updated gemspec.
|
2010-02-15 14:23:00 +01:00 |
|
José Valim
|
3e37fe8d4d
|
Bump to 1.0.1
v1.0.1
|
2010-02-15 14:19:08 +01:00 |
|
José Valim
|
48a94cdece
|
Avoid mass assignment error messages with current password.
|
2010-02-15 14:17:12 +01:00 |
|
José Valim
|
bdacffab58
|
Make HttpAuthenticatable opt-in.
|
2010-02-15 14:11:33 +01:00 |
|
José Valim
|
085b12a710
|
Add registerable to defaults.
|
2010-02-15 14:06:50 +01:00 |
|
Carlos Antonio da Silva
|
3435c53725
|
Fix typo: autoload Clearance encryptor and not Authlogic one.
|
2010-02-12 13:02:11 -02:00 |
|
Carlos Antonio da Silva
|
01dec7fc78
|
README and TODO minor updates.
|
2010-02-12 01:54:47 -02:00 |
|
José Valim
|
4bfbeea7e6
|
Release 1.0.0
v1.0.0
|
2010-02-09 02:17:20 +01:00 |
|
José Valim
|
2a9e8dca73
|
Allow authenticatable to used in change_table statements
|
2010-02-09 00:26:26 +01:00 |
|
José Valim
|
1b6f1b9752
|
Add registerable integration tests.
|
2010-02-09 00:08:57 +01:00 |
|
José Valim
|
732e31528e
|
More changes in update_with_password.
|
2010-02-08 23:14:03 +01:00 |
|
José Valim
|
d7db5b1eea
|
More work on edit.
|
2010-02-08 20:38:47 +01:00 |
|