Revisions of rubygem-devise

buildservice-autocommit accepted request 1126253 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 74)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1125966 from Dan Čermák's avatar Dan Čermák (defolos) (revision 73)
🤖: Automatic update to 4.9.3
buildservice-autocommit accepted request 838028 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 70)
baserev update by copy to link target
buildservice-autocommit accepted request 773753 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 68)
baserev update by copy to link target
buildservice-autocommit accepted request 689707 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 66)
baserev update by copy to link target
buildservice-autocommit accepted request 643121 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 63)
baserev update by copy to link target
buildservice-autocommit accepted request 620995 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 61)
baserev update by copy to link target
buildservice-autocommit accepted request 574942 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 59)
baserev update by copy to link target
buildservice-autocommit accepted request 566362 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 56)
baserev update by copy to link target
Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) accepted request 566361 from Miquel Sabate Sola's avatar Miquel Sabate Sola (mssola) (revision 55)
- Updated to version 4.4.0
* enhancements
  * Add `frozen_string_literal` pragma comment to all Ruby files. (by @pat)
  * Use `set_flash_method!` instead of `set_flash_method` in `Devise::OmniauthCallbacksController#failure`. (by @saichander17)
  * Clarify how `store_location_for` modifies URIs. (by @olivierlacan)
  * Move `failed_attempts` increment into its own function. by (@mobilutz)
  * Add `autocomplete="email"` to email fields. by (@MikeRogers0)
  * Add the ability to change the default migrations path introduced in Rails 5.0.3.  (by @alexhifer)
  * Delete unnecessary condition for helper method. (by @davydovanton)
  * Support `id: :uuid` option for migrations. (by @filip373)
* bug fixes
  * Fix syntax for MRI 2.5.0. (by @pat)
  * Validations were being ignored on singup in the `Trackable#update_tracked_fields!` method. (by @AshleyFoster)
  * Do not modify options for `#serializable_hash`. (by @guigs)
  * Email confirmations were being sent on sign in/sign out for application using `mongoid` and `mongoid-paperclip` gems. This is because previously we were checking if a model is from Active Record by checking if the method `after_commit` was defined - since `mongoid` doesn' have one - but `mongoid-paperclip` gem does define one, which cause this issue. (by @fjg)
- updated to version 4.3.0
 see installed CHANGELOG.md
  ### 4.3.0 - 2017-05-14
  
  * Enhancements
    * Dependency support added for Rails 5.1.x.
- updated to version 4.2.1
 see installed CHANGELOG.md
- updated to version 4.2.0
 see installed CHANGELOG.md
  ### Unreleased
  
  ### 4.2.0 - 2016-07-01
  
  * removals
    * Remove the deprecated `Devise::ParameterSanitizer` API from Devise 3.
      Please use the `#permit` and `#sanitize` methods over `#for`.
    * Remove the deprecated OmniAuth URL helpers. Use the fully qualified helpers
      (`user_facebook_omniauth_authorize_path`) over the scope based helpers
      ( `user_omniauth_authorize_path(:facebook)`).
    * Remove the `Devise.bcrypt` method, use `Devise::Encryptor.digest` instead.
    * Remove the `Devise::Models::Confirmable#confirm!` method, use `confirm` instead.
    * Remove the `Devise::Models::Recoverable#reset_password!` method, use `reset_password` instead.
    * Remove the `Devise::Models::Recoverable#after_password_reset` method.
  * bug fixes
    * Fix an `ActionDispatch::IllegalStateError` when testing controllers with Rails 5 rc 2(by @hamadata).
    * Use `ActiveSupport.on_load` hooks to include Devise on `ActiveRecord` and `Mongoid`,
      avoiding autoloading these constants too soon (by @lucasmazza, @rafaelfranca).
  * enhancements
    * Display the minimum password length on `registrations/edit` view (by @Yanchek99).
    * You can disable Devise's routes reloading on boot by through the `reload_routes = false` config.
      This can reduce the time taken to boot the application but it might trigger
      some errors if you application (mostly your controllers) requires that
      Devise mappings be loaded during boot time (by @sidonath).
    * Added `Devise::Test::IntegrationHelpers` to bypass the sign in process using
      Warden test API (by @lucasmazza).
    * Define `inspect` in `Devise::Models::Authenticatable` to help ensure password hashes
      aren't included in exceptions or otherwise accidentally serialized (by @tkrajcar).
    * Add missing support of `Rails.application.config.action_controller.relative_url_root` (by @kosdiamantis).
  * deprecations
    * `Devise::TestHelpers` is deprecated in favor of `Devise::Test::ControllerHelpers`
      (by @lucasmazza).
    * The `sign_in` test helper has changed to use keyword arguments when passing
      a scope. `sign_in :admin, users(:alice)` should be rewritten as
      `sign_in users(:alice), scope: :admin` (by @lucasmazza).
    * The option `bypass` of `Devise::Controllers::SignInOut#sign_in` method is
      deprecated in favor of `Devise::Controllers::SignInOut#bypass_sign_in`
      method (by @ulissesalmeida).
- updated to version 4.1.1
 see installed CHANGELOG.md
- updated to version 4.0.0
 see installed CHANGELOG.md
- updated to version 3.5.6
 see installed CHANGELOG.md
  ### 3.5.6 - 2016-01-02
  
  * bug fixes
    * Fix type coercion of the rememberable timestamp stored on cookies.
- updated to version 3.5.5
 see installed CHANGELOG.md
  ### 3.5.5 - 2016-22-01
  
  * bug fixes
    * Bring back remember_expired? implementation
    * Ensure timeouts are not triggered if remember me is being used
- updated to version 3.5.4
 see installed CHANGELOG.md
- updated to version 3.5.3
 see installed CHANGELOG.md
  ### Unreleased
  
  ### 3.5.3 - 2015-12-10
  
  * bug fixes
    * Fix password reset for records where `confirmation_required?` is disabled and
      `confirmation_sent_at` is nil. (by @andygeers)
    * Allow resources with no `email` field to be recoverable (and do not clear the
      reset password token if the model was already persisted). (by @seddy, @stanhu)
  
  * enhancements
    * Upon setting `Devise.send_password_change_notification = true` a user will receive notification when their password has been changed.
- updated to version 3.5.2
 see installed CHANGELOG.md
  ### 3.5.2 - 2015-08-10
  
  * enhancements
    * Perform case insensitive basic authorization matching
  
  * Big fixes
    * Do not use digests for password confirmation token
    * Fix infinite redirect in Rails 4.2 authenticated routes
    * Autoload Devise::Encryptor to avoid errors on thread-safe mode
- updated to version 3.5.1
 see installed CHANGELOG.md
- updated to version 3.4.1
- adapt to new rubygem packaging
- updated to version 3.2.4
 * enchancements
   * `bcrypt` dependency updated due https://github.com/codahale/bcrypt-ruby/pull/86.
   * View generator now can generate specific views with the `-v` flag, like `rails g devise:views -v sessions` (by @kayline)
- updated to version 3.2.3
 * enhancements
   * Devise will use the `secret_key_base` on Rails 4+ applications as its `secret_key`.
     You can change this and use your own secret by changing the `devise.rb` initializer.
 
 * bug fix
   * Migrations will be properly generated when using rails 4.1.0.
- updated to version 3.2.2
 * bug fix
   * Ensure timeoutable works when `sign_out_all_scopes` is false (by @louman)
   * Keep the query string when storing location (by @csexton)
   * Require rails generator base class in devise generators
- updated to version 3.2.1
 Security announcement: http://blog.plataformatec.com.br/2013/11/e-mail-enumeration-in-devise-in-paranoid-mode
 
 * enhancements
   * Add `store_location_for` helper and ensure it is safe (by @matthewrudy and @homakov)
   * Add `yield` around resource methods in Devise controllers (by @edelpero)
 
 * bug fix
   * Bring `password_digest` back to fix compatibility with `devise-encryptable`
   * Avoid e-mail enumeration on sign in when in paranoid mode
 
 ### 3.2.0
 
 * enhancements
   * Previously deprecated token authenticatable and insecure lookups have been removed
   * Add a class method so you can encrypt passwords from fixtures (by @tenderlove)
   * Send custom message when user enters invalid password and it has only one attempt
   to enter correct password before his account will be locked (by @Lightpower)
   * Prevent mutation of values assigned to case and whitespace santitized members (by @iamvery)
   * Separate redirects and flash messages in `navigational_formats` and `flashing_formats` (by @ssendev)
 
 * bug fix
   * A GET to sign_in page shouldn't extend the session (by @drewish)
   * Splat the arguments to `strong_parameters#permit` to work around a limitation in the `strong_parameters` gem (by @memberful)
   * Omniauth now uses `mapping.fullpath` when generating routes. This means if you call `devise_for :users` inside a scope, like `scope "/api"`, the scope will now apply to the omniauth route (by @AlexanderZaytsev)
   * Ensure timeoutable hook respects `Devise.sign_out_all_scopes` configuration
 
 * deprecations
   * `expire_session_data_after_sign_in!` has been deprecated in favor of `expire_data_after_sign_in!`
- updated to version 3.1.1
 * bug fix
   * Improve default message which asked users to sign in even when they were already signed (by @gregates)
   * Improve error message for when the `config.secret_key` is missing
- updated to version 3.1.0
  Security announcement: http://blog.plataformatec.com.br/2013/08/devise-3-1-now-with-more-secure-defaults/
  
  * backwards incompatible changes
    * Do not store confirmation, unlock and reset password tokens directly in the database. This means tokens previously stored in the database are no longer valid. You can reenable this temporarily by setting `config.allow_insecure_tokens_lookup = true` in your configuration file. It is recommended to keep this configuration set to true just temporarily in your production servers only to aid migration
    * The Devise mailer and its views were changed to explicitly receive a token argument as `@token`. You will need to update your mailers and re-copy the views to your application with `rails g devise:views`
    * Sanitization of parameters should be done by calling `devise_parameter_sanitizer.sanitize(:action)` instead of `devise_parameter_sanitizer.for(:action)`
  
  * deprecations
    * Token authentication is deprecated
  
  * enhancements
    * Better security defaults
    * Allow easier customization of parameter sanitizer (by @alexpeattie)
  
  * bug fix
    * Do not confirm e-mail after password reset (by @moll)
    * Do not sign in after confirmation
    * Do not store confirmation, unlock and reset password tokens directly in the database
    * Do not compare directly against confirmation, unlock and reset password tokens
    * Skip storage for cookies on unverified requests
- updated to version 3.0.3
 == 3.0.3
 
 * bug fix
   * Do not confirm account after reset password
 
 == 3.0.2
 
 * bug fix
   * Skip storage for cookies on unverified requests
 
 == 3.0.1
 
 Security announcement: http://blog.plataformatec.com.br/2013/08/csrf-token-fixation-attacks-in-devise/
- updated to version 3.0.1
 * enhancements
   * Add after_confirmation callback
 
 * bug fix
   * When using rails 3.2, the generator adds 'attr_accessible' to the model (by @jcoyne)
   * Clean up CSRF token after authentication (by @homakov). Notice this change will clean up the CSRF Token after authentication 
    (sign in, sign up, etc). So if you are using AJAX for such features, you will need to fetch a new CSRF token from the server.
- updated to version 3.0.0
 * enhancements
   * Rails 4 and Strong Parameters compatibility (by @carlosantoniodasilva, @josevalim, @latortuga, @lucasmazza, @nashby, @rafaelfranca, @spastorino)
   * Drop support for Rails < 3.2 and Ruby < 1.9.3
   * Enable to skip sending reconfirmation email when reconfirmable is on and skip_confirmation_notification! is invoked (by @tkhr)
 
 * bug fix
   * Errors on unlock are now properly reflected on the first `unlock_keys`
- updated to version 2.2.4
 * enhancements
   * Add `destroy_with_password` to `DatabaseAuthenticatable`. Allows destroying a record when `:current_password` matches, similarly to how `update_with_password` works. (by @mich
iel3)
   * Allow to override path after password resetting (by @worker8)
   * Add `#skip_confirmation_notification!` method to `Confirmable`. Allows skipping confirmation email without auto-confirming. (by @gregates)
   * allow_unconfirmed_access_for config from `:confirmable` module can be set to `nil` that means unconfirmed access for unlimited time. (by @nashby)
   * Support Rails' token strategy on authentication (by @robhurring)
   * Support explicitly setting the http authentication key via `config.http_authentication_key` (by @neo)
 
 * bug fix
   * Do not redirect when accessing devise API via JSON. (by @sebastianwr)
   * Generating scoped devise views now uses the correct scoped shared links partial instead of the default devise one (by @nashby)
   * Fix inheriting mailer templates from `Devise::Mailer`
   * Fix a bug when procs are used as default mailer in Devise (by @tomasv)
- updated to version 2.2.3
  * fixed security issue (wrong records may be read when sending
    specifically crafted requests) (bnc#800955)
- updated to version 2.2.2
 * bug fix
   * Fix bug when checking for reconfirmable in templates
 
 * bug fix
   * Fix regression with case_insensitive_keys
   * Fix regression when password is blank when it is invalid
- update to 2.1.2, see CHANGELOG.md
- updated to 1.5.3
- update to version 1.0.7
  * Ensure password confirmation is always required
  * authenticatable was deprecated and renamed to
    database_authenticatable
  * confirmable is not included by default on generation
- use rubygems_requires macro
- initial package
Displaying revisions 1 - 20 of 74
openSUSE Build Service is sponsored by