summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* normalize sftp path in read and write streamRobin Appelman2020-05-252-0/+6
* Update license headers for 19Christoph Wurst2020-04-2934-1/+34
* add tooltip to optionRobin Appelman2020-04-221-1/+2
* Add option to check share ACL's when listing directoriesRobin Appelman2020-04-212-0/+37
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-8/+57
* Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-152-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-1013-39/+39
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1012-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1065-128/+36
* Use elseif instead of else ifChristoph Wurst2020-04-1010-19/+19
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-093-3/+2
|\
| * Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
| * 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