summaryrefslogtreecommitdiffstats
path: root/test/functional/account_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-2/+0
* Enable browser autocomplete for login input fields (#41937).Go MAEDA2024-12-081-2/+2
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-4/+4
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Remove "Unknown user" notification on password request with non-existent emai...Go MAEDA2023-02-071-0/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Use robots.txt instead of robots meta tag to prevent web crawlers from indexi...Go MAEDA2020-12-051-4/+0
* Robots meta tag to prevent web crawlers from indexing login, register, and lo...Go MAEDA2020-12-011-0/+4
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in test/functional/...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/accoun...Toshi MARUYAMA2019-11-241-57/+110
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-6/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Strip whitespace from login on login page (#22532).Go MAEDA2017-12-131-0/+9
* Fix: Strip whitespace from email addresses on lost password page (#27754).Go MAEDA2017-12-081-0/+15
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-48/+135
* Adds tests for #25253.Jean-Philippe Lang2017-03-051-0/+28
* Fix tests for r16287 (#24416).Jean-Philippe Lang2017-01-291-1/+12
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-9/+1
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* No need to use custom host name in these tests.Jean-Philippe Lang2016-03-261-5/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+5
* Adds the "Hide my email address" option on the registration form (#21500).Jean-Philippe Lang2015-12-131-0/+28
* Adds a test for #20714.Jean-Philippe Lang2015-09-131-1/+2
* Open redirect vulnerability (#19577).Jean-Philippe Lang2015-09-131-1/+10
* Missing fixtures.Jean-Philippe Lang2015-01-171-1/+1
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-0/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+6
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-0/+36
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-2/+8
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-2/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-251-1/+19
* Rails4: replace deprecated Relation#first with finder options at AccountContr...Toshi MARUYAMA2014-01-081-1/+1
* Additional tests for AccountController.Jean-Philippe Lang2013-07-141-0/+25
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-1/+43
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-2/+11
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-0/+8
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-2/+2