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-10-22Extract $ignoreMaxApps from array_map callback in AppSettingsControlleroptimize-show-appsThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-10-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-21Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L
LDAP to not register new users when outside of fair use or over limits
2022-10-21Merge pull request #34136 from nextcloud/fix/default-channelblizzz
on installation save channel to config.php if not stable
2022-10-21Merge pull request #34579 from nextcloud/unencrypted-size-nullVincent Petry
fix null error in getUnencryptedSize
2022-10-21Merge pull request #34662 from nextcloud/enh/error-pagesSimon L
Use proper error pages instead of always redirecting
2022-10-21Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry
WebDAV - use file/folder name for dav:displayname
2022-10-21silence psalmArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-10-21Use proper error pages instead of always redirectingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-21on installation save channel to config.php if not stableArthur Schiwon
- the default channel to the NC server is what is provided in /version.php unless it is overridden in config.php - the default channel to the NC Updater however is 'stable' - this resultant in inconsistent results and confusing admin experience - therefore "stable" is considered default and other channels are being written to config.php now upon installation Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-10-21Merge pull request #34717 from ↵blizzz
nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
2022-10-21extended hint messageblizzz
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-10-21Merge pull request #34714 from nextcloud/fix/invert-more-iconSimon L
Fix more icon color
2022-10-21Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-10-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-21Fix more icon colorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-21Merge pull request #34688 from ↵Simon L
nextcloud/bugfix/34673/dont-crash-with-outdated-share-providers Don't crash with outdated share provider on update with the web updater
2022-10-20Merge pull request #34703 from ↵Pytal
nextcloud/bugfix/noid/use-vue-lib-multiselect-tags-component
2022-10-20Merge pull request #34685 from nextcloud/fix-alt-login-classSimon L
Fix alternative logins custom css class
2022-10-20RecompileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-20Use @nextcloud/vue MultiselectTags componentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-20Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan
Propagate attributes when resharing
2022-10-20Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan
Multiple fix for files external
2022-10-20Merge pull request #30223 from nextcloud/nested_ldap_groupsV2Côme Chilliet
Nested ldap groups
2022-10-20Merge pull request #33703 from nextcloud/fix/ldap-simplify-paged-resultsCôme Chilliet
Clean up paged result handling.
2022-10-20Fix psalmCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20Check if cache is present with issetCarl Schwan
Otherwise we get false for empty array Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20Bring back small fixes by CarlCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Fix LDAP recursive nested group supportCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Revert Carl changes on apps/user_ldap/lib/Group_LDAP.phpCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20Fix autoloadCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Cleanup typing and improve loggingCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Fix ldap_parse_result callCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Adapt interface to new search signatureCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Pass paging information directly to search and get rid of adapterCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Renamed ambiguous $limit parameter to pageSizeCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Unfold call to ldap_parse_result. Handle cookie outside of adapter.Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Do not init a paged search for read operationsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Remove useless getReadArgs/setReadArgs methods from PagedResultsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Remove dead code in paged result handlingCôme Chilliet
There is only one paged result API now that PHP 7.2 is long dead. Starting by removing empty function calls. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Fix user_ldap testsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20Add back runtime cache for intermediate ldap read resultsCarl Schwan
This is a small optimization that save a few LDAP queries Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20Only cache base inGroup searchCarl Schwan
And not intermediate search for nested groups, this is causing issues othewise with nested groups Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20Add missing copyright author in Group_LDAPCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Removed unused use declarationCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Fix types in docblocksCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Add testing of nested group membershipCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Refactor group membership listing for nested groupsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Add tests for nested groupsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20Small optimisation of _groupMembersCôme Chilliet
This will not change the result as users are check to be existing afterwards but avoids this check when we know it’s a group. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>