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
2019-12-05Update license headersChristoph Wurst
2019-11-28extend with group deletion handlingArthur Schiwon
2019-11-28when a user was delete remove them from applicable list, unlessArthur Schiwon
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-09Make timeout a optional parameterDaniel Kesselberg
2019-10-21Remove superfluous fcloseDaniel Kesselberg
2019-09-27Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma
2019-09-25Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman
2019-09-25add (hidden) option to configure smb timeoutRobin Appelman
2019-09-23Use local variable for directory nameDaniel Kesselberg
2019-09-23Don't strip path from directory prefixDaniel Kesselberg
2019-09-23Fill directory cache from opendirDaniel Kesselberg
2019-09-23Change visibility to private (from protected)Daniel Kesselberg
2019-09-23Rename $location to $pathDaniel Kesselberg
2019-09-23Add method to check if directory existsDaniel Kesselberg
2019-09-15Disable app token creation for impersonated people, ref #15539Greta Doci
2019-09-10Merge pull request #16790 from nextcloud/admin-use-user-global-authRoeland Jago Douma
2019-09-09allow setting user provided global credentials trough credentials popupRobin Appelman
2019-09-09Allow admin configured mounts to use user configured global credentialsRobin Appelman
2019-08-22set a storage availability delay on auth issues to avoid lock outArthur Schiwon
2019-08-22catch auth issues also when php-smbclient is in useArthur Schiwon
2019-08-02delay sending event from app init to when they are neededArthur Schiwon
2019-08-02fixes terminology and allows to request an IUser instanceArthur Schiwon
2019-08-02do not send null value when string is expectedArthur Schiwon
2019-08-02Provide proper user context from initMountPointsJulius Härtl
2019-08-02files_external: Make sure the correct user context is used in substitution of...Julius Härtl
2019-07-22Fix wrong indentationDaniel Kesselberg
2019-07-21Fix invalid recursionDaniel Kesselberg
2019-07-16Allow hidden smb sharesDaniel Kesselberg
2019-07-08Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke
2019-05-23add option to show hidden files in SMB sharesRobin Appelman
2019-04-03do not attempt to replace anything in the passwordArthur Schiwon
2019-03-18Use two queries to mark parent as outdatedAri Selseng
2019-03-04Correct log attributeAri Selseng
2019-03-04Added logging to Notify command.Ari Selseng
2019-03-03Reconnect to DB after timeout for Notify command. Fixes #14479Ari Selseng
2019-03-01Merge pull request #14448 from mzamot/masterRoeland Jago Douma
2019-03-01Convert timestamp key value of metadata in Swift files_externalMichael Zamot
2019-03-01Fix a bug with smb notify having leading slash when it should notAri Selseng
2019-02-19Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke
2019-02-16typos in doc, no code changesArthur Schiwon
2019-02-14Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg
2019-02-14Prefix $path for filename for internal file cacheDaniel Kesselberg
2019-02-14reject mounts with unsubstituted placeholders as incompletely configuredArthur Schiwon
2019-02-14add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon
2019-02-14files_external: allow to register config handlers for flexible placeholdersArthur Schiwon
2018-11-30Merge pull request #12691 from nextcloud/storage-no-encryption-interfaceMorris Jobke
2018-11-29Add interface to allow storages from opting out of encryptionRobin Appelman
2018-11-27Fix cannot set 0 as value on files_external through OCC commandRobin Appelman
2018-11-14Fix UniqueConstraintViolationException while insert into files_external confi...Morris Jobke