summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Helper.php
Commit message (Expand)AuthorAgeFilesLines
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-9/+4
* Add a comment explaining how Helper::loginName2UserName can workCôme Chilliet2022-02-081-2/+2
* Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet2022-02-081-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-4/+0
* Migrate LDAP's install.php to a repair stepChristoph Wurst2020-11-271-12/+0
* only delete specified configArthur Schiwon2020-11-061-0/+1
* Correctly place the array typeJoas Schilling2020-11-061-1/+1
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-27/+21
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-231-23/+3
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-131-1/+1
* formattingArthur Schiwon2020-04-231-9/+16
* do not rerun expensive sanitizer against already processed DNsArthur Schiwon2020-04-171-4/+18
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-15/+15
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
* sort prefixes for deterministic LDAP query behaviourArthur Schiwon2020-02-071-3/+4
* Update license headersChristoph Wurst2019-12-051-1/+1
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-1/+1
* Remove deprecated and unsused methods of OCP\DBMorris Jobke2018-03-121-1/+1
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* ensure that users are cached when they are retrievedArthur Schiwon2017-12-071-1/+1
* Update license headersMorris Jobke2017-11-061-1/+4
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-1/+3
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+2
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+2
* LDAP OCS Api for create configArthur Schiwon2017-01-181-0/+19
* Use more IConfig and add unit testsRoeland Jago Douma2016-10-101-21/+25
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+15
* Do not query data that is already in the appconfigRoeland Jago Douma2016-10-101-23/+12
* New LDAPProvider for user_ldaproot2016-07-221-0/+65
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+3
* Move Helper to PSR-4Joas Schilling2016-05-251-0/+212