summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User
Commit message (Collapse)AuthorAgeFilesLines
* Harden emptyVictor Dubiniuk2016-10-131-13/+14
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Log the error with display nameJoas Schilling2016-10-061-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent user with empty uidJörn Friedrich Dreyer2016-10-041-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Prevent setting email and triggering events at login time (#25553)Vincent Petry2016-07-271-1/+4
| | | | | | | | | | | | Whenever an LDAP user also has an email address defined in LDAP, the LDAP code will try and update the email address of the locally known user. This happens at login time or every time the user's LDAP attributes are processed. There is code listening to the email setting hook which updates the system address book, which also will trigger FS setup due to avatars and other things. This fix only sets the email address when really necessary.
* Fix apps/Joas Schilling2016-07-215-10/+15
|
* Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
|
* Update license headersLukas Reschke2016-05-265-5/+6
|
* Fix several minor issuesJoas Schilling2016-05-251-6/+3
|
* Move Connection to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-252-3/+3
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-252-3/+3
|
* Move lib\user to PSR-4Joas Schilling2016-05-255-0/+1153