summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2421-5/+23
* Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke2020-08-201-17/+1
|\
| * disable touch to update mtime for external s3 storageRobin Appelman2020-07-071-17/+1
* | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-193-4/+4
* | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-142-5/+3
* | Remove setCustomJs of the files_external FrontendDefinitionTraitMorris Jobke2020-08-131-10/+0
* | Remove unused method uploadFileDaniel Kesselberg2020-08-131-9/+0
* | Move event listener to dedicated classMorris Jobke2020-07-302-22/+67
* | update saved credentials on password changeRobin Appelman2020-07-301-1/+27
* | remove saved credentails if the user no longer has any storage configured usi...Robin Appelman2020-07-302-4/+78
* | Only save login credentials in database once there is an external storage tha...Robin Appelman2020-07-301-23/+29
* | Merge pull request #21728 from nextcloud/bugfix/noid/s3-external-mtime-cacheMorris Jobke2020-07-151-0/+6
|\ \
| * | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-07-071-0/+6
| |/
* | Merge pull request #21785 from nextcloud/techdebt/noid/remove-classmap-in-fil...Morris Jobke2020-07-1312-24/+26
|\ \
| * | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-1012-24/+26
| |/
* / filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-0/+17
|/
* Move files_external to migrationsJoas Schilling2020-07-061-0/+150
* Also always return in app commandsJoas Schilling2020-06-2610-11/+19
* Remove rescanDelay from directory mtimeJulius Härtl2020-06-221-6/+1
* 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