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
2021-04-21set mimetype for objects uploaded to object storagesRobin Appelman
2021-04-20Continue iterating over diretory contents and just hide file if denied by aclJulius Härtl
2021-03-30Merge pull request #23444 from nextcloud/notify-dry-runRoeland Jago Douma
2021-03-25ignore readonly flag for directoriesRobin Appelman
2021-03-24add dry-run option to files_external:notifyRobin Appelman
2021-03-19Merge pull request #26145 from nextcloud/smb-force-write-optionMorris Jobke
2021-03-19Merge pull request #25129 from nextcloud/bugfix/smb-notify-subpathVincent Petry
2021-03-17Use correct exception type hint in catch statementMorris Jobke
2021-03-16add (hidden) option to always show smb root as writableRobin Appelman
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-03-03Fix types in the Group ManagerRoeland Jago Douma
2021-03-01Fix a few RedundantCastRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-16Drop redundant indesRoeland Jago Douma
2021-01-29Properly handle SMB ACL blocking scanning a directoryJulius Härtl
2021-01-21Merge pull request #25214 from nextcloud/dependabot/composer/phpseclib/phpsec...Morris Jobke
2021-01-20Fix potential empty resultJoas Schilling
2021-01-20Compare and store the login name via the eventJoas Schilling
2021-01-20Also fix the username when it changedJoas Schilling
2021-01-20Don't save credentials of another userJoas Schilling
2021-01-19Bump phpseclib/phpseclib from 2.0.25 to 2.0.30Christoph Wurst
2021-01-14Fix files_external:notify command when running withing a subdirectory of the ...Julius Härtl
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2021-01-08dont offer to edit external config settings if we can't edit themRobin Appelman
2021-01-07Merge pull request #23261 from nextcloud/enh/external-storage-session-typeMorris Jobke
2021-01-07Revert "allow using any ldap property as login name when using login credenti...blizzz
2021-01-04allow using any ldap property as login name when using external storage login...Robin Appelman
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-22Expose session based authentication through mount point typeJulius Härtl
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-09Adjust further columnsVincent Petry
2020-12-02set mountid for personal external storage mountsRobin Appelman
2020-11-27Remove the deprecated update.phpChristoph Wurst
2020-11-11Remove unused and deprecated methods from files_external MountConfigMorris Jobke
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-26Check if array elements exist before using themRoeland Jago Douma
2020-10-13Merge pull request #23021 from nextcloud/notify-saved-login-authblizzz
2020-10-08Merge pull request #23020 from nextcloud/disable-notify-self-checkRobin Appelman
2020-10-07also give storage backend it's change to manipulate the configRobin Appelman
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-23allow using saved login credentials for notifyRobin Appelman
2020-09-23add option to disable notify self checkRobin Appelman
2020-09-17improve handling of out of space errors for smbRobin Appelman
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-10Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl
2020-09-10fix s3 doesDirectoryExist check for empty directoriesRobin Appelman
2020-09-09Fix reading empty files from objectstorageRoeland Jago Douma
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke