Commit Graph

  • 0e14ac3aa7 Updated Getting Started instructions to help avoid confusion around alternate devise MODEL names Brent Kearney 2014-05-23 12:26:19 -06:00
  • dd56dc7da6 added test for update_tracked_fields method Kush Kella 2014-05-22 11:11:06 -07:00
  • 9818038a72 Merge pull request #3029 from randoum/master José Valim 2014-05-22 10:20:41 +02:00
  • 6a783c9ec7 Merge pull request #3023 from jphenow/omniauth-cant-cleanup-csrf José Valim 2014-05-22 10:17:48 +02:00
  • 451be888cb added non-bang version of update_tracked_fields Kush Kella 2014-05-21 16:18:35 -07:00
  • 72f5eae391 Document that we can configure Devise test helpers in spec_helper.rb Jimmy Chen 2014-04-30 12:00:45 -04:00
  • 4ee2402cd7 lock_access! better failure message randoum 2014-05-16 06:02:11 +08:00
  • d8ee3e49cb lock_access! better failure message randoum 2014-05-16 05:57:18 +08:00
  • 6a628724ea Ensure I don't leave public methods around that break the test suit.. David Henry 2014-05-15 19:42:08 +01:00
  • c5c360cdd9 Add classes for mongoid based tests David Henry 2014-05-15 18:59:51 +01:00
  • d47c370916 * Allows CSRF cleanup to be turned off for certain strategy types * Defaults Authenticatable CSRF cleanup Jon Phenow 2014-05-09 15:48:52 -05:00
  • 2f6edfd0c5 Update dependencies. Lucas Mazza 2014-05-14 23:41:29 -03:00
  • fa36464268 Silence the OmniAuth logger during tests. Lucas Mazza 2014-05-14 23:25:29 -03:00
  • b51c3c1911 Merge pull request #3024 from diegosouzapb/master Lauro Caetano 2014-05-11 01:30:19 -03:00
  • d1a9f220a1 Update README.md Diego Souza Rodrigues 2014-05-11 01:11:48 -03:00
  • 426560a4db Attempt without adding engine to application David Henry 2014-05-08 00:46:19 +01:00
  • 6129215afe Simplify test that verifies multiple warden blocks Carlos Antonio da Silva 2014-05-07 18:53:09 -03:00
  • 916e1d8da9 No need for instance vars on these tests Carlos Antonio da Silva 2014-05-07 18:50:50 -03:00
  • 1e8a387f34 Merge pull request #3020 from adrpac/master Carlos Antonio da Silva 2014-05-07 17:22:33 -03:00
  • a2376d6ca1 Fix Rails 4 detection Adrian Pacała 2014-05-07 22:17:40 +02:00
  • f611b63069 Merge pull request #3017 from adrpac/master José Valim 2014-05-07 10:08:39 +02:00
  • fa1a864731 Generate inet columns for Rails 4 only Adrian Pacała 2014-05-07 09:18:10 +02:00
  • 53504f7e28 Generate inet columns for postgresql Adrian Pacała 2014-05-07 08:50:21 +02:00
  • c7099ac5b0 Merge branch 'master' of github.com:plataformatec/devise into make-devise-more-engine-friendly David Henry 2014-05-07 00:22:16 +01:00
  • bec913fc07 Clean up the code. David Henry 2014-05-06 23:31:59 +01:00
  • b5da4e82d0 Add full tests around confirmation when using devise_for with router_name David Henry 2014-05-06 23:07:24 +01:00
  • ceafc710ef Start adding tests to the engine routing tests. David Henry 2014-05-06 00:56:58 +01:00
  • 2d3ca4dc31 get everything working with the engine included and devise routes declared within it. David Henry 2014-05-05 23:50:26 +01:00
  • 18da4b1eff Stash as test have broken David Henry 2014-05-05 23:23:55 +01:00
  • 1e8e8516f0 Simplify access to router_name using the existing scope lookup. David Henry 2014-05-05 23:19:03 +01:00
  • a51036196a Merge pull request #3013 from aditya-kapoor/split-send_reset_password_instructions Lucas Mazza 2014-05-05 17:45:09 -03:00
  • 2fc25a8c68 rename method + remove extra db call aditya-kapoor 2014-05-06 01:23:55 +05:30
  • c8fcbde2af split send_reset_password_instructions into two parts for better hooking aditya-kapoor 2014-05-05 13:41:08 +05:30
  • a3fc587c24 Update Travis config to test on ruby 2.1.1 instead of 2.1.0 Lucas Mazza 2014-05-04 22:45:07 -03:00
  • 3014bcbc45 Update Rails HEAD Gemfile dependencies. Lucas Mazza 2014-05-04 21:36:38 -03:00
  • 4110ab3228 Update 4-0-stable Gemfile dependencies. Lucas Mazza 2014-05-04 21:30:06 -03:00
  • 303145c8b7 Update 3-2-stable Gemfile dependencies. Lucas Mazza 2014-05-04 21:28:01 -03:00
  • 7bab20e55e Update main Gemfile dependencies. Lucas Mazza 2014-05-04 21:21:45 -03:00
  • 33873426ad Use 2.1 instead of 2.1.0 travis-ci/travis-ci#2220 David Henry 2014-05-04 22:59:29 +01:00
  • 3e8fce5081 Make sure I include the new class into the gem David Henry 2014-05-04 12:53:25 +01:00
  • d875c01bc2 Extract routing context to its own file. David Henry 2014-05-03 23:22:00 +01:00
  • feff27aaee Add description around the new method. David Henry 2014-05-03 22:47:27 +01:00
  • 1dd84a8244 Don't couple the routing object to the whole system.. pass around the RoutingDetails object instead. David Henry 2014-05-03 22:46:04 +01:00
  • 2dee54bc86 make the find_mapping! method return a mapping object David Henry 2014-05-03 22:41:32 +01:00
  • 23761aded2 Add find_mapping! method to return the router_name instead of overloading find_scope! David Henry 2014-05-03 22:37:21 +01:00
  • e085526b6e Get the logic in the right order and fix variable naming (and run the tests) David Henry 2014-05-02 00:22:20 +01:00
  • 38b347ac00 Fix bug in the tests David Henry 2014-05-02 00:17:17 +01:00
  • 9e8371c293 Make after_sign_out_path_for and after_inactive_sign_up_path_for aware of router name if declared in devise_for declaration. David Henry 2014-05-01 23:46:05 +01:00
  • da49ed23f9 Start adding code to allow devise_for to specify the engine context (router_name) to be used. David Henry 2014-05-01 23:39:05 +01:00
  • 873e57e97d Merge pull request #3008 from weih/update-legacy-comment José Valim 2014-05-01 14:19:08 +02:00
  • 11c8875479 Update legacy comment Hao Wei 2014-05-01 19:49:37 +08:00
  • 1ad09f9cfc Improve CHANGELOG and move assignment to outside the if statement. Lucas Mazza 2014-04-28 11:28:48 -03:00
  • 13a8ad81ee Merge pull request #2997 from parallel588/master Lucas Mazza 2014-04-28 11:26:56 -03:00
  • b4c06d1ded Merge pull request #3004 from kento1218/topic/confirmation-success-redirect Lucas Mazza 2014-04-28 10:56:31 -03:00
  • d63b6b7b9d Fix Devise::ConfirmationsController#after_confirmation_path_for kento1218 2014-04-28 20:42:34 +09:00
  • 1fbc165b98 Merge pull request #3001 from daniely/patch-1 Lauro Caetano 2014-04-27 01:17:55 -03:00
  • 9cafe0dff6 Update README.md daniely 2014-04-27 10:25:16 +08:00
  • a841e6c4f0 fixed storing location with bad URL Maxim Pechnikov 2014-04-23 10:27:23 +04:00
  • 24327c7310 Merge pull request #2990 from westonplatter/master José Valim 2014-04-20 22:55:48 +02:00
  • 0b096c961a remove new line to keep convention with other methods Weston Platter 2014-04-20 13:57:31 -06:00
  • 0a27a0da3b Merge pull request #2985 from crismali/present-over-not-blank José Valim 2014-04-18 08:41:02 +02:00
  • f37b10ef87 Switched all instances of 'not blank?' to 'present?' Michael Crismali 2014-04-17 20:28:17 -05:00
  • 081ea9e0ba Add CHANGELOG entry for #2978 [ci skip] Rafael Mendonça França 2014-04-15 18:47:16 -03:00
  • f60892be23 Merge pull request #2978 from rossta/support_for_multiple_warden_config_blocks Rafael Mendonça França 2014-04-15 18:46:28 -03:00
  • 5f32cd25fd support multiple warden configuration blocks Ross Kaffenberger 2014-04-15 17:20:21 -04:00
  • 38e868dc79 Update Travis encrypted keys Lucas Mazza 2014-04-09 19:24:25 -03:00
  • 67613117aa Merge pull request #2955 from lucasmazza/lm-cached-bundle Lucas Mazza 2014-04-09 19:21:29 -03:00
  • 61c497d173 Merge pull request #2968 from plataformatec/sign_out_not_logged_in_user José Valim 2014-04-09 18:17:06 +02:00
  • 571dead19b Check if there is a signed in user before sign out. Lauro Caetano 2014-04-08 15:49:59 -03:00
  • b0b18fb805 Merge pull request #2965 from sadjow/use-port-option-on-default-url-options Lucas Mazza 2014-04-04 21:14:04 -03:00
  • 5c57d88505 Cache bundle results on Travis to S3 Lucas Mazza 2014-02-25 14:39:55 -03:00
  • a2bd5631da Use port option in default url options for ActionMailer Sadjow Leão 2014-04-04 19:01:12 -03:00
  • 6466d5c517 Merge pull request #2964 from plataformatec/invalidate_all_sessions_on_logout José Valim 2014-04-04 21:28:22 +02:00
  • f7fdde1ab0 Add the invalidate_all_sessions_on_logout configuration to invalidate all the remember me tokens when the user signs out. Lauro Caetano 2014-04-04 15:45:52 -03:00
  • 947169e4f5 Merge pull request #2960 from kgiszczak/redirect-url-tweaks José Valim 2014-04-04 17:41:41 +02:00
  • 9cada8d2d4 Use scope instead of constraints to define routes. It works the same with rails 3 and rails 4. Kamil Giszczak 2014-04-04 16:07:37 +02:00
  • 314f731a66 Update CHANGELOG José Valim 2014-04-04 09:47:11 +02:00
  • b786c384d5 Remove need for raw session inspect José Valim 2014-04-03 21:00:12 +02:00
  • 6027787930 Merge pull request #2954 from plataformatec/lm-last-request-at-json-serialization Lucas Mazza 2014-04-02 22:58:14 -03:00
  • a38f2f96b5 Use _url routes instead of _path Kamil Giszczak 2014-03-31 18:32:45 +02:00
  • d019e1ed1a Merge pull request #2958 from karlentwistle/master José Valim 2014-03-31 19:16:20 +02:00
  • 58b311a93f Use the ORM Adapter API Karl Entwistle 2014-03-31 15:24:55 +01:00
  • de57ef83fb Find a resource based off its encrypted reset_password_token Karl Entwistle 2014-03-31 14:51:13 +01:00
  • 145ce9e1de Merge pull request #2956 from Yasserius/patch-1 Lucas Mazza 2014-03-29 16:01:54 -03:00
  • 7adf95b945 before_filter turned into before_action Yasserius 2014-03-30 00:52:00 +06:00
  • 71d8dd37bb Update mongoid dependency. Lucas Mazza 2014-03-28 23:11:53 -03:00
  • da0c27393f Serialize the last_request_at entry as an Integer Lucas Mazza 2014-03-28 22:51:56 -03:00
  • f19e82021f Add some spaces around the curly brackets. Lucas Mazza 2014-03-28 20:53:50 -03:00
  • 3d0559bc4d Merge pull request #2953 from jbnunn/README_ConfiguredParams Lucas Mazza 2014-03-28 20:51:36 -03:00
  • 739c187e81 Fixed documentation for configured_permitted_parameters J. Nunn 2014-03-28 17:21:50 -05:00
  • 937ed6291c Merge pull request #2946 from naveda89/patch-1 Vasiliy Ermolovich 2014-03-25 16:46:06 +02:00
  • aa456c9d07 Fixed path syntax error on README.md Alvaro Naveda 2014-03-25 15:43:46 +01:00
  • 5b49bd3450 Improve docs for update_with_password José Valim 2014-03-24 21:49:48 +01:00
  • da34c54093 Merge pull request #2937 from dpehrson/registrations-controller-failure-yield José Valim 2014-03-24 18:58:29 +09:00
  • 90e55409e1 Upgrade stray legacy hash syntax to 1.9 syntax. Daniel Pehrson 2014-03-21 15:24:25 -04:00
  • ce3ead6b5f Ensure registration controller block yields happen on failure in addition to success and closes #2936. Daniel Pehrson 2014-03-21 10:27:23 -04:00
  • c213149a6c Update ga code to use the enhanced link attribution feature Hugo Baraúna 2014-03-18 14:59:04 -03:00
  • dd1201c044 Update google analytics tracking code Hugo Baraúna 2014-03-18 14:48:14 -03:00
  • d439bc409c Fix typo on CHANGELOG Lucas Mazza 2014-03-17 12:11:01 -03:00
  • 8d7a72326a Add a note about #2906 to the CHANGELOG. Lucas Mazza 2014-03-17 12:10:04 -03:00