Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25Move User_LDAP and User_Proxy to PSR-4Joas Schilling
2016-05-10fix usage of legacy class in LDAPMorris Jobke
2016-04-20Fix LDAP race conditionsMorris Jobke
2016-03-05improve log output when no LDAP user was found on login attemptArthur Schiwon
2016-02-03Port of test_ldap_2nddispname to masterArthur Schiwon
2016-01-20Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displaynameThomas Müller
2016-01-15Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2016-01-12Happy new year!Thomas Müller
2016-01-11LDAP: do not attempt to process user records without display name, fixes fata...Arthur Schiwon
2016-01-06Make LDAP more robust to exceptions and log them properlyMorris Jobke
2015-12-11look for DN changes before marking a user as deletedArthur Schiwon
2015-12-11throw NoUserException in getHome when the requested user does not exist anymoreArthur Schiwon
2015-12-07Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_...Thomas Müller
2015-11-26Remove of useless codeRenaud Fortier
2015-10-08treat dn as any other attribute when building the search() return arrayArthur Schiwon
2015-10-05update licence headers via scriptMorris Jobke
2015-09-23read all relevant user attributes on login and user search, in one query. sav...Arthur Schiwon
2015-08-19Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller
2015-08-11if define, check the userfilter if the user is still allowedRenaud Fortier
2015-07-29Only throw exception if on new LDAP setupsMorris Jobke
2015-07-29Hardening home folder retrieval in user_ldapMorris Jobke
2015-06-27Add missing annotations for parametersLukas Reschke
2015-06-11the user is gone, userExists will not bring him back. But the user's folder n...Arthur Schiwon
2015-04-18LDAP - move from constants to class member constantsMorris Jobke
2015-04-13adjust to current masterArthur Schiwon
2015-04-13fix and more robustness thx to scrutinizerArthur Schiwon
2015-04-13allow login names to be used for s2s with LDAP usersArthur Schiwon
2015-04-10do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer
2015-04-09LDAP Wizard OverhaulArthur Schiwon
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-01-16Cleanup of PHPDoc return typesRobin McCorkell
2015-01-07doc fixes and removal of unnecessary use statementsArthur Schiwon
2015-01-07inject oc config to User_LDAPArthur Schiwon
2014-12-20basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon
2014-12-19LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon
2014-12-19Merge pull request #12956 from owncloud/jenkins-user-backend-namesThomas Müller
2014-12-19introduce names for user backends - IUserBackendMorris Jobke
2014-12-17first step to drop \OCP\Config:: in favour of IConfigMorris Jobke
2014-12-08preserve an asterisk at the start when escaping a search termArthur Schiwon
2014-12-04cache total user countArthur Schiwon
2014-11-20consolidate user count filter in wizard and user back endArthur Schiwon
2014-10-27dont fail with 500 if configured display name attribute is not setArthur Schiwon
2014-07-08port of #9500Arthur Schiwon
2014-06-03LDAP: put out fetching of user meta data into a fully tested class of its own...Arthur Schiwon
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-17Fix whitespace issuesRobin McCorkell
2014-05-17Reduce double-space with single-space.Andreas Fischer
2014-05-17PHPDoc fixes for user_ldapRobin McCorkell