index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
auth_source_ldap.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).
Go MAEDA
2024-08-25
1
-1
/
+1
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-1
/
+1
*
Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...
Go MAEDA
2024-08-12
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Include an authentication method name in LDAP connection error messages (#333...
Go MAEDA
2021-12-13
1
-4
/
+4
*
Ruby 2.7: FrozenError when new LDAP users try to login (#35135).
Go MAEDA
2021-04-23
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Replace Hash#merge! with Hash#[]= (#34160).
Go MAEDA
2020-10-24
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/MultilineHashBraceLayout and Layout/SpaceInsideB...
Toshi MARUYAMA
2019-11-25
1
-8
/
+6
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/auth_source...
Toshi MARUYAMA
2019-11-25
1
-5
/
+5
*
rubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb...
Toshi MARUYAMA
2019-11-16
1
-4
/
+7
*
Reverts r18692 (#32470).
Jean-Philippe Lang
2019-11-16
1
-1
/
+0
*
fix AuthSourceLdap#get_attr is not private
Toshi MARUYAMA
2019-10-16
1
-0
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Support self-signed LDAPS connections (#29606).
Jean-Philippe Lang
2018-09-23
1
-2
/
+44
*
LdapError is deprecated (#24970).
Jean-Philippe Lang
2017-07-08
1
-2
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
revert r16322 (#24970)
Toshi MARUYAMA
2017-02-02
1
-2
/
+2
*
replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)
Toshi MARUYAMA
2017-02-02
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Do not bind when the account contains $login (#21674).
Jean-Philippe Lang
2016-01-22
1
-1
/
+1
*
Fixed that LDAP does not check the user and password when are defined in the ...
Jean-Philippe Lang
2016-01-22
1
-1
/
+6
*
Stringify the attribute value before #force_enconding (#21453).
Jean-Philippe Lang
2016-01-09
1
-1
/
+1
*
LDAP account creation fails when first name/last name contain non ASCII (#214...
Jean-Philippe Lang
2016-01-09
1
-1
/
+2
*
Rescue network level errors with LDAP auth (#21137).
Jean-Philippe Lang
2015-11-07
1
-3
/
+10
*
upgrade net-ldap gem to 0.12.0 (#17618)
Toshi MARUYAMA
2015-10-31
1
-1
/
+1
*
LDAP filter changed to text (#20929).
Jean-Philippe Lang
2015-10-21
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
remove redundant empty lines from app/models/auth_source_ldap.rb
Toshi MARUYAMA
2014-05-25
1
-4
/
+0
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Removed useless require 'iconv' (#12787).
Jean-Philippe Lang
2013-01-12
1
-1
/
+0
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Auto-populate fields while creating a new user with LDAP (#10286).
Jean-Philippe Lang
2012-12-26
1
-7
/
+35
*
Removed AuthSourceLdap.human_attribute_name.
Jean-Philippe Lang
2012-07-31
1
-8
/
+0
*
Adds a configurable timeout for LDAP authentication (#8978).
Jean-Philippe Lang
2012-07-07
1
-9
/
+25
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Fixes error message for LDAP filter (#1060).
Jean-Philippe Lang
2012-03-24
1
-0
/
+8
*
Typo (#1913).
Jean-Philippe Lang
2012-03-17
1
-1
/
+1
*
LDAP: adds the ability to bind with user's account (#1913).
Jean-Philippe Lang
2012-03-17
1
-3
/
+9
*
Fixed that LDAP error is not displayed when testing connection.
Jean-Philippe Lang
2012-03-11
1
-2
/
+2
*
Adds an optional LDAP filter (#1060).
Jean-Philippe Lang
2012-03-01
1
-2
/
+22
*
Friendly response when the LDAP connection fails.
Jean-Philippe Lang
2012-02-19
1
-2
/
+2
*
Require net/ldap.
Jean-Philippe Lang
2012-02-19
1
-0
/
+1
[next]