summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-06-092-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-06-022-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-05-292-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-05-272-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-05-2444-198/+198
* [tx-robot] updated from transifexNextcloud bot2022-05-232-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-05-192-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-05-1812-0/+12
* [tx-robot] updated from transifexNextcloud bot2022-05-1714-14/+0
* [tx-robot] updated from transifexNextcloud bot2022-05-1414-0/+14
* [tx-robot] updated from transifexNextcloud bot2022-05-1346-92/+92
* Don't use slow hashing to check the LDAP bindingCarl Schwan2022-05-051-8/+3
* [tx-robot] updated from transifexNextcloud bot2022-05-052-22/+22
* [tx-robot] updated from transifexNextcloud bot2022-05-02122-1006/+120
* Avoid updating _lastChange when nothing is changed in the configurationCôme Chilliet2022-04-253-3/+4
* Do not update _lastChanged on auto-detected attributesCôme Chilliet2022-04-251-1/+5
* [tx-robot] updated from transifexNextcloud bot2022-04-242-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-04-172-64/+66
* [tx-robot] updated from transifexNextcloud bot2022-04-162-220/+226
* Merge pull request #31968 from nextcloud/backport/31908/stable23blizzz2022-04-141-14/+0
|\
| * Fix LDAP Dark Theme IssueAndy Xheli2022-04-141-14/+0
* | Merge pull request #31785 from nextcloud/backport/31779/stable23blizzz2022-04-141-1/+1
|\ \ | |/ |/|
| * Fix assignment of the LDAP Wizard connectionChristoph Wurst2022-04-141-1/+1
* | Merge pull request #31804 from nextcloud/backport/31782/stable23blizzz2022-04-141-1/+7
|\ \ | |/ |/|
| * Fix ldap wizard stylingRichard Steinmetz2022-04-141-1/+7
* | Merge pull request #31521 from nextcloud/backport/31491/stable23blizzz2022-04-142-5/+5
|\ \ | |/ |/|
| * Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-102-4/+4
| * Fix duplicated UUID detection when there are empty uuidsCôme Chilliet2022-03-101-1/+1
* | Update autoloaders and Node package-lock.jsonMichaIng2022-04-136-17/+10
* | [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
* | [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
* | Merge pull request #31514 from nextcloud/backport/31421/stable23Côme Chilliet2022-03-3111-147/+128
|\ \
| * | Fix $baseDN parameter type in ILDAPWrapper::readCôme Chilliet2022-03-291-1/+1
| * | Inherit doc from interface in LDAP classCôme Chilliet2022-03-291-66/+22
| * | Fix unit testsCôme Chilliet2022-03-2910-44/+81
| * | Fix executeRead when connection is reset because of a timeoutCôme Chilliet2022-03-291-36/+24
* | | [tx-robot] updated from transifexNextcloud bot2022-03-304-20/+20
|/ /
* | [tx-robot] updated from transifexNextcloud bot2022-03-252-2/+2
* | do not forget DB table prefix with truncate queryArthur Schiwon2022-03-221-1/+1
|/
* code styleArthur Schiwon2022-03-041-2/+2
* be conservative when reading from fresh created columnArthur Schiwon2022-03-041-3/+13
* [tx-robot] updated from transifexNextcloud bot2022-02-254-2/+4
* [tx-robot] updated from transifexNextcloud bot2022-02-242-2/+2
* [tx-robot] updated from transifexNextcloud bot2022-02-2326-24/+294
* Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-02-222-4/+10
* Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-221-12/+4
* Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-221-1/+1
* Fix ldap:check-user method for newly created LDAP usersCôme Chilliet2022-02-221-15/+11
* Check LDAP upon user deletion instead of refusing based on cached informationCôme Chilliet2022-02-211-7/+21
* Ignore cache in occ ldap:check-ldap commandCôme Chilliet2022-02-213-9/+9