Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

update from fork source #1

Open
wants to merge 855 commits into
base: master
Choose a base branch
from
Open

Conversation

Artforge
Copy link

No description provided.

Maicol Bentancor and others added 29 commits November 30, 2017 18:55
Update devise configuration for :database_authenticatable
* Honor strip_whitespace_keys from devise config

* Remove erroneous .upcase from whitespace strip test
* Remove verbose warnings in test output

Fixes issue #976

* Ensure resource is pristine before locking

Fixes deprecation warnings in test runs when models have been
modified prior to locking in updating auth header.

Part of a fix for #976

* Suppress expected omniauth errors in tests

Fix for #976

* Refactoring resource pristine code

Code improvements for 2208ae3 noted in code climate
Separate error messages for missing vs invalid email
chore(deps): expand devise to allow < 4.5
Moved confirmable and omniauthable to a comment
* Add link to contents page so things are easy to find.
* Cleanup in ahead of refactor.

 - Rewrite terse code.
 - Remove superfluous implicit calls to self.
 - Move instance method out of `included do...` block.

* Refactor `#create_new_auth_token`.

 - Optionally accept extra attributes hash when calling `#create_token`.
 - Utilize token_extras hash for `#create_token` to DRY up `#create_new_auth_token`.
 - Synchronize the time used to set `expiry` and `updated_at`.
Return locked out message from sessions controller when resource is locked
Generator and template were refactored to support namespaced
models.
MaicolBen and others added 30 commits April 15, 2023 16:02
* Sets authorization header name

* Writes and reads Authorization token

* On decoding bearer token, if it is an invalid base64, rescues to empty hash

* Added controller tests for Authorization header

* Removes bearer token if cookie_enabled is true

* Style
Updates the requirements on [faker](https://github.com/faker-ruby/faker) to permit the latest version.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v2.16.0...v3.2.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [mongoid-locker](https://github.com/mongoid/mongoid-locker) to permit the latest version.
- [Release notes](https://github.com/mongoid/mongoid-locker/releases)
- [Changelog](https://github.com/mongoid/mongoid-locker/blob/master/CHANGELOG.md)
- [Commits](mongoid/mongoid-locker@v1.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: mongoid-locker
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 🐛 Not update cookies when is a batch request

* ✅ Fix confirmations controller test
…troller (#1600)

* Don't leak information about the existence of accounts in DeivseTokenAuth::SessionsController

* Refactor SessionsController
* Support for writing style deprecated in 7.1 and removed in 7.2

* test: 💍 MiniTest->Minitest

* 7.1 -> 7.2
* refactor: 💡 safe_email -> email

NOTE: Faker::Internet.safe_email is deprecated; use email instead. It
will be removed on or after 2023-10.

* test: 💍 MiniTest->Minitest
Since factory bot doesn't
support it anymore
thoughtbot/factory_bot#1614
Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.4.0...v2.0.1)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.