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
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-28extend with group deletion handlingArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28when a user was delete remove them from applicable list, unlessArthur Schiwon
it is the only user, then remove the mount Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-22Some php-cs fixesRoeland Jago Douma
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-09Make timeout a optional parameterDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-21Remove superfluous fcloseDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-27Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma
add (hidden) option to configure smb timeout
2019-09-25Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-25add (hidden) option to configure smb timeoutRobin Appelman
hidden from ui to prevent clutter ```occ files_external:config <mount> timeout 30``` Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-23Use local variable for directory nameDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-23Don't strip path from directory prefixDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-23Fill directory cache from opendirDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-23Change visibility to private (from protected)Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-23Rename $location to $pathDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-23Add method to check if directory existsDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-15Disable app token creation for impersonated people, ref #15539Greta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-09-10Merge pull request #16790 from nextcloud/admin-use-user-global-authRoeland Jago Douma
Allow admin configured mounts to use user configured global credentials
2019-09-09allow setting user provided global credentials trough credentials popupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-09Allow admin configured mounts to use user configured global credentialsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-08-22set a storage availability delay on auth issues to avoid lock outArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-22catch auth issues also when php-smbclient is in useArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02delay sending event from app init to when they are neededArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02fixes terminology and allows to request an IUser instanceArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02do not send null value when string is expectedArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02Provide proper user context from initMountPointsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-02files_external: Make sure the correct user context is used in substitution ↵Julius Härtl
of variables Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-22Fix wrong indentationDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-21Fix invalid recursionDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-16Allow hidden smb sharesDaniel Kesselberg
A hidden smb share ends with $. This patch changes the placeholder detection to allow shares with $ at the end. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-08Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke
See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-23add option to show hidden files in SMB sharesRobin Appelman
Note hidden files can mean different things in smb and the option the the files web ui, the webui only counts files starting with '.' as hidden, while smb files can be marked as hidden regardless, any files that are marked as hidden on smb will thus be shown in the webui regardless of the setting in the files app. Fixes #15644 Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-04-03do not attempt to replace anything in the passwordArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-03-18Use two queries to mark parent as outdatedAri Selseng
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-03-04Correct log attributeAri Selseng
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-03-04Added logging to Notify command.Ari Selseng
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-03-03Reconnect to DB after timeout for Notify command. Fixes #14479Ari Selseng
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-03-01Merge pull request #14448 from mzamot/masterRoeland Jago Douma
Convert value of timestamp metadata key in swift files_external
2019-03-01Convert timestamp key value of metadata in Swift files_externalMichael Zamot
modified: apps/files_external/lib/Lib/Storage/Swift.php Signed-off-by: Michael Zamot <michael@zamot.io> Convert value of timestamp metadata key in swift files_external to string
2019-03-01Fix a bug with smb notify having leading slash when it should notAri Selseng
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-02-19Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke
Prefix $path for filename for internal file cache
2019-02-16typos in doc, no code changesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-14Prefix $path for filename for internal file cacheDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-14reject mounts with unsubstituted placeholders as incompletely configuredArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon
* handler registered upon OCA\\Files_External::loadAdditionalBackends event as user_ldap is loaded before files_external * new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14files_external: allow to register config handlers for flexible placeholdersArthur Schiwon
* BackendService (directly accessable via \OC_Server) offers registerConfigHandler * SimpleSubstitutionTrait brings reusable logic for simple string replacments * internal $user replacement mechanism was migrated Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-11-30Merge pull request #12691 from nextcloud/storage-no-encryption-interfaceMorris Jobke
Add interface to allow storages from opting out of encryption
2018-11-29Add interface to allow storages from opting out of encryptionRobin Appelman
As opposed to hard-coding a list of excluded storages Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-27Fix cannot set 0 as value on files_external through OCC commandRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-14Fix UniqueConstraintViolationException while insert into files_external ↵Morris Jobke
config tables * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de>