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 (Expand)Author
2022-10-22Extract $ignoreMaxApps from array_map callback in AppSettingsControlleroptimize-show-appsThomas Citharel
2022-10-22[tx-robot] updated from transifexNextcloud bot
2022-10-21Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L
2022-10-21Merge pull request #34136 from nextcloud/fix/default-channelblizzz
2022-10-21Merge pull request #34579 from nextcloud/unencrypted-size-nullVincent Petry
2022-10-21Merge pull request #34662 from nextcloud/enh/error-pagesSimon L
2022-10-21Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry
2022-10-21silence psalmArthur Schiwon
2022-10-21Use proper error pages instead of always redirectingJulius Härtl
2022-10-21on installation save channel to config.php if not stableArthur Schiwon
2022-10-21Merge pull request #34717 from nextcloud/automated/noid/master-update-psalm-b...blizzz
2022-10-21extended hint messageblizzz
2022-10-21Merge pull request #34714 from nextcloud/fix/invert-more-iconSimon L
2022-10-21Update psalm baselinenextcloud-command
2022-10-21[tx-robot] updated from transifexNextcloud bot
2022-10-21Fix more icon colorChristopher Ng
2022-10-21Merge pull request #34688 from nextcloud/bugfix/34673/dont-crash-with-outdate...Simon L
2022-10-20Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-...Pytal
2022-10-20Merge pull request #34685 from nextcloud/fix-alt-login-classSimon L
2022-10-20RecompileJoas Schilling
2022-10-20Use @nextcloud/vue MultiselectTags componentJoas Schilling
2022-10-20Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan
2022-10-20Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan
2022-10-20Merge pull request #30223 from nextcloud/nested_ldap_groupsV2Côme Chilliet
2022-10-20Merge pull request #33703 from nextcloud/fix/ldap-simplify-paged-resultsCôme Chilliet
2022-10-20Fix psalmCarl Schwan
2022-10-20Check if cache is present with issetCarl Schwan
2022-10-20Bring back small fixes by CarlCôme Chilliet
2022-10-20Fix LDAP recursive nested group supportCôme Chilliet
2022-10-20Revert Carl changes on apps/user_ldap/lib/Group_LDAP.phpCarl Schwan
2022-10-20Fix autoloadCôme Chilliet
2022-10-20Cleanup typing and improve loggingCôme Chilliet
2022-10-20Fix ldap_parse_result callCôme Chilliet
2022-10-20Adapt interface to new search signatureCôme Chilliet
2022-10-20Pass paging information directly to search and get rid of adapterCôme Chilliet
2022-10-20Renamed ambiguous $limit parameter to pageSizeCôme Chilliet
2022-10-20Unfold call to ldap_parse_result. Handle cookie outside of adapter.Côme Chilliet
2022-10-20Do not init a paged search for read operationsCôme Chilliet
2022-10-20Remove useless getReadArgs/setReadArgs methods from PagedResultsCôme Chilliet
2022-10-20Remove dead code in paged result handlingCôme Chilliet
2022-10-20Fix user_ldap testsCarl Schwan
2022-10-20Add back runtime cache for intermediate ldap read resultsCarl Schwan
2022-10-20Only cache base inGroup searchCarl Schwan
2022-10-20Add missing copyright author in Group_LDAPCôme Chilliet
2022-10-20Removed unused use declarationCôme Chilliet
2022-10-20Fix types in docblocksCôme Chilliet
2022-10-20Add testing of nested group membershipCôme Chilliet
2022-10-20Refactor group membership listing for nested groupsCôme Chilliet
2022-10-20Add tests for nested groupsCôme Chilliet
2022-10-20Small optimisation of _groupMembersCôme Chilliet