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 (Collapse)Author
2022-07-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-28adjust testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-28simplify blizzz
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2022-06-28delete groups in chunks instead of one by oneArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-28cleanup LDAP's UpdateGroupsArthur Schiwon
- TimedJob from API - DI of config - property types - throws hints in phpdoc - argument and return types - replace depracet execute() with executeStatement or -Query - a missing return statement Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21Merge pull request #32861 from ↵Carl Schwan
nextcloud/fix/remove-at-matcher-in-user_ldap-tests Remove deprecated at() matcher from user_ldap tests
2022-06-20Fix profiler trying to serialize invalid utf8Carl Schwan
The cookie value contains invalid utf8 characters most of the time so let's just ignore it as it is also not that interesting to analyse. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-14Remove bogus expects from user_ldap testsfix/remove-at-matcher-in-user_ldap-testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-13Remove deprecated at() matcher from user_ldap testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-16l10n: Remove asteriskValdnet
Removal of a meaningless asterisk for the given sentence. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-13Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ
2022-05-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12l10n: Delete spaceValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-05-05Merge pull request #32246 from nextcloud/performance/remove-bind-hashVincent Petry
Don't use hash to check if binding worked
2022-05-05Don't use slow hashing to check the LDAP bindingCarl Schwan
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>
2022-05-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Master is now 25Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-08Fix LDAP Dark Theme IssueAndy Xheli
Signed-off-by: Andy Xheli axheli@axtsolutions.com
2022-04-07Fix createNamedParameter in LDAP migrationsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05Merge pull request #31661 from ↵blizzz
nextcloud/enh/user_ldap-add-command-to-unmap-groups Add ldap:reset-group command to unmap groups from LDAP
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-01Fix user_ldap unit testsenh/user_ldap-add-command-to-unmap-groupsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-01Add missing fileCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-01Add type information to fix psalm errorCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-01Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-01Merge pull request #31782 from nextcloud/fix/31780_31778/fix-ldap-wizardblizzz
Fix ldap wizard styling
2022-03-31Fix ldap wizard stylingRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-03-31Fix assignment of the LDAP Wizard connectionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-31Avoid updating _lastChange when nothing is changed in the configurationfix/user_ldap-fix-last-change-updatesCôme Chilliet
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>
2022-03-31Do not update _lastChanged on auto-detected attributesCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>