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
path: root/apps
AgeCommit message (Expand)Author
2022-10-25Check share attributes on preview endpointsJulius Härtl
2022-10-25Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fixCôme Chilliet
2022-10-25Fix $host var handling to avoid passing null to ldap_connectCôme Chilliet
2022-10-25[tx-robot] updated from transifexNextcloud bot
2022-10-24Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet
2022-10-24Merge pull request #34742 from nextcloud/add_well-known_changepasswordChristoph Wurst
2022-10-24Merge pull request #34626 from nextcloud/enhancement/rename-personal-groupwar...Christoph Wurst
2022-10-24[tx-robot] updated from transifexNextcloud bot
2022-10-23[tx-robot] updated from transifexNextcloud bot
2022-10-22Add .well-known/changepassword handlerRoeland Jago Douma
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 #34508 from starypatyk/dav_displaynameVincent Petry
2022-10-21[tx-robot] updated from transifexNextcloud bot
2022-10-20Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-...Pytal
2022-10-20Use @nextcloud/vue MultiselectTags componentJoas Schilling
2022-10-20Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan
2022-10-20Add backtrace to ldap profiler collectorCarl Schwan
2022-10-20Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan
2022-10-20Clean up LDAP Wizard typingCôme Chilliet
2022-10-20Merge pull request #30223 from nextcloud/nested_ldap_groupsV2Cô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
2022-10-20Refactor _groupMembers to correctly use cache on intermediate resultsCôme Chilliet
2022-10-20Fix merging list with nullCarl Schwan
2022-10-20Unify a bit the types of the fetcherCarl Schwan
2022-10-20Add more type hintingCarl Schwan