summaryrefslogtreecommitdiffstats
path: root/app/models/token.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't compare timestamps with 0, triggers SQL errors with PostgreSQL (#10840).Jean-Philippe Lang2017-01-121-4/+3
* Allow "stay logged in" from multiple browsers (#10840).Jean-Philippe Lang2017-01-121-4/+56
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-2/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-301-4/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-0/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds token finder methods.Jean-Philippe Lang2013-02-141-4/+21
* Test broken by r11296.Jean-Philippe Lang2013-02-021-1/+1
* Refactors methods for searching a user by token.Jean-Philippe Lang2013-02-021-1/+16
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed that Token.destroy_expired destroys API tokens.Jean-Philippe Lang2012-04-151-1/+1
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-041-1/+1
* Rails3: model: replace deprecated 'before_create' method at Token modelToshi MARUYAMA2011-09-211-2/+2
* remove trailing white-spaces from app/models/token.rb.Toshi MARUYAMA2011-08-211-10/+10
* Delete previous tokens when creating a new one.Jean-Philippe Lang2009-06-021-2/+11
* Add token value uniqueness validation (#3351).Jean-Philippe Lang2009-05-131-0/+1
* Use ActiveSupport::SecureRandom to generate tokens (#3351).Jean-Philippe Lang2009-05-131-4/+1
* added rss/atom feeds at project levels for:Jean-Philippe Lang2007-03-171-1/+1
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+44