summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove trailing and in between spacesChristoph Wurst2020-04-092-2/+2
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-091-2/+2
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-091-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-097-10/+10
|/
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-099-7/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-7/+7
* Fix multiline commentsChristoph Wurst2020-04-082-6/+6
* allow setting tooltips for external storage config optionsRobin Appelman2020-04-031-1/+21
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3114-5/+26
* Merge pull request #20208 from nextcloud/smb-folder-contents-normalize-pathJohn Molakvoæ2020-03-301-1/+1
|\
| * normalize smb path while listing folder contentsRobin Appelman2020-03-271-1/+1
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-5/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-254-5/+0
| |/
* / Use the short array syntax, everywhereChristoph Wurst2020-03-2611-39/+39
|/
* Do not use the deprecated service nameChristoph Wurst2020-03-191-4/+0
* remove the requirement that everything that looks like a placeholder is subst...Robin Appelman2020-03-131-28/+0
* Merge pull request #19915 from nextcloud/external-storage-password-placeholdersJoas Schilling2020-03-138-37/+65
|\
| * Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-128-37/+65
* | faster implementation of SFTP write streamRobin Appelman2020-03-103-0/+184
* | Faster implementation of sftp read streamRobin Appelman2020-03-062-0/+200
|/
* do not overwrite global user auth credentials with empty valuesArthur Schiwon2020-02-061-0/+5
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+3
|\
| * use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-091-1/+3
* | rejig right to left join for sqlite's satisfactionArthur Schiwon2019-12-061-3/+3
* | Update license headersChristoph Wurst2019-12-0598-109/+211
|/
* extend with group deletion handlingArthur Schiwon2019-11-282-6/+25
* when a user was delete remove them from applicable list, unlessArthur Schiwon2019-11-282-0/+41
* Some php-cs fixesRoeland Jago Douma2019-11-2255-236/+229
* Make timeout a optional parameterDaniel Kesselberg2019-11-091-0/+1
* Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
* Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma2019-09-272-1/+11
|\
| * Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman2019-09-251-1/+1
| * add (hidden) option to configure smb timeoutRobin Appelman2019-09-252-1/+11
* | Use local variable for directory nameDaniel Kesselberg2019-09-231-2/+3
* | Don't strip path from directory prefixDaniel Kesselberg2019-09-231-1/+6
* | Fill directory cache from opendirDaniel Kesselberg2019-09-231-1/+3
* | Change visibility to private (from protected)Daniel Kesselberg2019-09-231-1/+1
* | Rename $location to $pathDaniel Kesselberg2019-09-231-7/+7
* | Add method to check if directory existsDaniel Kesselberg2019-09-231-2/+41
* | Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+20
* | Merge pull request #16790 from nextcloud/admin-use-user-global-authRoeland Jago Douma2019-09-103-1/+79
|\ \
| * | allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-092-2/+12
| * | Allow admin configured mounts to use user configured global credentialsRobin Appelman2019-09-092-0/+68
| |/
* | set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-5/+13
* | catch auth issues also when php-smbclient is in useArthur Schiwon2019-08-221-0/+8
|/
* delay sending event from app init to when they are neededArthur Schiwon2019-08-022-6/+13
* fixes terminology and allows to request an IUser instanceArthur Schiwon2019-08-022-7/+23
* do not send null value when string is expectedArthur Schiwon2019-08-021-2/+2
* Provide proper user context from initMountPointsJulius Härtl2019-08-023-4/+16