Commit Graph

64 Commits (6151a0540b94dea0bb014b26e9ac6ea84d000f05)

Author SHA1 Message Date
Thomas Müller 682821c71e Happy new year! 10 years ago
Robin Appelman d8d6368dd7 cap the number of entries we cache in smb's statcache 10 years ago
Robin McCorkell fc52327d2c Check libsmbclient-php as well as smbclient binary 10 years ago
Robin Appelman 667d7383e1 clear statcache after fopen for smb 10 years ago
Scrutinizer Auto-Fixer 97f9213da9 Scrutinizer Auto-Fixes 10 years ago
Vincent Petry 761ba344b7 Double slash for SMB storage id for compatibility 11 years ago
Morris Jobke d3d70e5d90 Re-add use statement 11 years ago
Scrutinizer Auto-Fixer fdbc21fc6c Scrutinizer Auto-Fixes 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Robin Appelman 6467369cad make sure the root has a trailing slash 11 years ago
Robin Appelman e98983485f handle deleting non existing files 11 years ago
Robin Appelman e5731b6e1a Use better way to check for the existence of smbclient 11 years ago
Robin Appelman d2255a1d30 New SMB storage backend 11 years ago
Joas Schilling 0274dcba57 Replace some more "command -v" calls with the Helper method 11 years ago
Robin McCorkell 6930ae22e4 Fix more missing or broken PHPDoc 12 years ago
Thomas Müller c6976d89a6 use command -v to detect if smbclient exists 12 years ago
Philipp Kapfer 730bca98b4 Moved dependency checks to end of class files 12 years ago
Philipp Kapfer 46379113a1 Changed dependency check messages from warnings to notes 12 years ago
Philipp Kapfer f7da4280ca Modified app to dynamically register backends instead of hard-coding them 12 years ago
Vincent Petry 40a70ecf79 Added password obfuscation for external storage config 12 years ago
Vincent Petry d69243ee51 Fixed FTP and SMB to use rmdir() when deleting folders 12 years ago
Vincent Petry 5b6d1d79d0 Fixed SMB file deletion success detection 12 years ago
Vincent Petry 8ab40f1959 Removing trailing dot in path that samba doesn't seem to like 12 years ago
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 13 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 13 years ago
Thomas Müller 6c518797ef fixing require path 13 years ago
Thomas Müller 7575186fa6 moving Dropbox and smb4php 3rdparty code over to the apps 13 years ago
Thomas Mueller 1d7d5d2894 In cases where smb4php returns false of an empty array stat/( has to return false. 13 years ago
Robin Appelman c05195a46d Dont task external storages with creating their own root 13 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 13 years ago
Thomas Mueller 318c0b3408 user name and password need to be encoded as well 13 years ago
Thomas Mueller 0c1174770d use urlencode not rawurlencode 13 years ago
Thomas Mueller 392be78162 the path must be encoded because within the smb4pph code it's decoded again - pretty easy but still ..... 13 years ago
Thomas Mueller 89bc26210a [files_external] removing function as it's the same in the base class - THX Robin 13 years ago
Michael Gapczynski ad902a9848 Move storage backend tests from constructor to test function 13 years ago
Michael Gapczynski 0dbf1d0260 Show status icons for mount points in external storage UI 13 years ago
Jörn Friedrich Dreyer 92df70b6e5 fix checkstyle for files_external app, add whitespace for readability 13 years ago
Robin Appelman 54240140b1 fix incorectly merged smb.php 13 years ago
Felix Moeller 0e70ea9d8b Checkstyle: Fix the last 25 NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Robin Appelman 33cabcf590 postpone the cost of setting up some of the external storage backends untill we actually need it 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 141ff806c6 fix namespace problems for external storage backends 13 years ago
Robin Appelman 542869114a implement getId for the external storage providers 13 years ago
Robin Appelman 92ddefe5a6 fix filetype for smb storage backend 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Thomas Mueller ebb28412ca no more require_once() 14 years ago