summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-05-1812-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-05-1714-14/+0
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* l10n: Remove asteriskValdnet2022-05-161-1/+1
| | | | | Removal of a meaningless asterisk for the given sentence. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-05-1414-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-133-52/+24
|\
| * Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-123-52/+24
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-05-1346-92/+92
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | l10n: Delete spaceValdnet2022-05-121-1/+1
|/ | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #32246 from nextcloud/performance/remove-bind-hashVincent Petry2022-05-051-8/+3
|\ | | | | Don't use hash to check if binding worked
| * Don't use slow hashing to check the LDAP bindingCarl Schwan2022-05-051-8/+3
| | | | | | | | | | | | | | | | | | Using password_hash is expensive and should be used for hashing passwords when saving them in the database. Here we just want to see if the bind was already done with the given password, so use a fast hashing algorythm. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-05-052-22/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-05-02122-1006/+120
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-242-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-172-64/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-162-220/+226
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix LDAP Dark Theme IssueAndy Xheli2022-04-081-14/+0
| | | Signed-off-by: Andy Xheli axheli@axtsolutions.com
* Fix createNamedParameter in LDAP migrationsJohn Molakvoæ2022-04-072-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31661 from ↵blizzz2022-04-0510-31/+175
|\ | | | | | | | | nextcloud/enh/user_ldap-add-command-to-unmap-groups Add ldap:reset-group command to unmap groups from LDAP
| * Fix user_ldap unit testsCôme Chilliet2022-04-013-14/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add missing fileCôme Chilliet2022-04-011-0/+111
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add type information to fix psalm errorCôme Chilliet2022-04-011-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-017-18/+51
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-044-9/+75
|\ \ | |/ |/| | | | | | | Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
| * Add a built-in profiler inside NextcloudCarl Schwan2022-04-044-9/+75
| | | | | | | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31782 from nextcloud/fix/31780_31778/fix-ldap-wizardblizzz2022-04-011-1/+7
|\ \ | | | | | | Fix ldap wizard styling
| * | Fix ldap wizard stylingRichard Steinmetz2022-03-311-1/+7
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix assignment of the LDAP Wizard connectionChristoph Wurst2022-03-311-1/+1
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Avoid updating _lastChange when nothing is changed in the configurationCôme Chilliet2022-03-313-3/+4
| | | | | | | | | | | | | | Had to set at least one var when creating an empty configuration in order to save the default values. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Do not update _lastChanged on auto-detected attributesCôme Chilliet2022-03-311-1/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Build autoloadersCôme Chilliet2022-03-302-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Use the new octetLength function to filter lines to migrateCôme Chilliet2022-03-301-8/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Adapt max length limit in AbstactMapping to match databaseCôme Chilliet2022-03-301-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | shrink ldap_dn column to 4000Arthur Schiwon2022-03-301-0/+117
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | limit ldap_dn columns to 4000Arthur Schiwon2022-03-303-6/+6
| | | | | | | | | | | | | | - enlarging string cols from 255 to more than 4000 fails on default Oracle installations for invalid datatype conversion Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #31759 from nextcloud/fix/fix-composer-autoloaderCôme Chilliet2022-03-305-15/+8
|\ \ | | | | | | Build autoloader with new composer version
| * | Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / Fix vendor loading in user_ldap wizardLouis Chemineau2022-03-302-1/+1
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2022-03-304-20/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31696 from ↵Côme Chilliet2022-03-291-1/+1
|\ | | | | | | | | nextcloud/fix/user_ldap-fix-migration-lengthcheck-oracle Use getLengthExpression to measure field length instead of like
| * Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-241-2/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Use getLengthExpression to measure field length instead of likeCôme Chilliet2022-03-241-1/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-252-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* do not forget DB table prefix with truncate queryArthur Schiwon2022-03-181-1/+1
| | | | | | | | - as used in LDAP's AbstractMapping::clear() method - and in Comment's ManagerTest::setUp() - fixes a DB Exception with Oracle Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #31421 from ↵Côme Chilliet2022-03-1712-247/+189
|\ | | | | | | | | nextcloud/fix/user_ldap-fix-ldap-connection-resets user_ldap fix ldap connection resets
| * Set $limit as int as well in Access::count private methodCôme Chilliet2022-03-081-8/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix unit testsCôme Chilliet2022-03-0310-44/+81
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>