1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Phyks (Lucas Verney)
e86ea9a099 Fix copyright date 2016-08-01 22:02:00 +02:00
Phyks (Lucas Verney)
2bb142eeb8 Fix issue #1260
Fix coding guidelines incoherences. Code should match PSR1/2 now, and
php-cs is set to check it on each commit.

Also fixed the Git hook to take into account only added, modified,
copied and renamed files (preventing errors when trying to check deleted
files).

Closes #1260.
2016-08-01 21:55:14 +02:00
Niols
86c1a89faf Stop using ARRAY_FILTER_USE_KEY which is PHP>=5.6
fix issue 1256
2016-06-15 09:37:33 +02:00
Niols
f4c593ebfe enhance external auth
add support for 'avatar' in external auths
add support for auto_create and auto_update for the avatar
add support for 'avatar' in LDAP
2016-05-03 17:11:42 +02:00
Niols
621fa165ba enhance external auth
add support for 'state' and 'city' in external auths
add support for an 'auto_update' of the users date from external auths
add support for 'state' and 'city' in LDAP
2016-05-03 17:11:42 +02:00
Niols
6cbf700151 fix 1201 and rewrite LDAP class
and ran php-cs-fixer as told in the wiki
2016-05-03 17:11:42 +02:00
Niols
661081ae91 rework LDAP auth
move it from Auth::ldap_auth to LDAP::auth
add support for other protocol versions
add support for StartTLS
add support for custom name field
  => if (givenName = John) and (sn = Doe), "givenName sn" gives "John Doe"
add support for custom attribute name for group's member attribute
clean code
2016-02-21 10:40:34 +01:00