summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-174-0/+28
|
* Merge pull request #10673 from owncloud/smb-newMorris Jobke2015-02-1677-670/+5411
|\ | | | | New SMB storage backend
| * also make sure we have a leading slash for the test rootRobin Appelman2015-02-162-4/+3
| |
| * make sure the root has a trailing slashRobin Appelman2015-02-161-0/+3
| |
| * remove outdated testRobin Appelman2015-02-161-39/+0
| |
| * handle deleting non existing filesRobin Appelman2015-02-161-7/+11
| |
| * Use better way to check for the existence of smbclientRobin Appelman2015-02-161-7/+2
| |
| * New SMB storage backendRobin Appelman2015-02-1675-628/+5407
| |
* | Merge pull request #14076 from owncloud/autotest-external-ftpThomas Müller2015-02-163-4/+105
|\ \ | |/ |/| [files_external] ftp tests
| * [files_external] ftp testsMorris Jobke2015-02-103-4/+105
| |
* | Merge pull request #13922 from owncloud/smb-autotest-externalThomas Müller2015-02-165-13/+112
|\ \ | | | | | | [files_external] add SMB autotest
| * | [files_external] add SMB autotestMorris Jobke2015-02-105-13/+112
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1516-10/+28
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-144-8/+8
| | |
* | | Ensure that passed argument is always a stringLukas Reschke2015-02-131-1/+1
| | | | | | | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-138-2/+14
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1260-34/+140
| | |
* | | Remove unused fileLukas Reschke2015-02-111-54/+0
| | | | | | | | | | | | This file is unused and has been last modified two years ago. Furthermore it won't evne work anymore properly because it uses things like `CONFIG_DATEFORMAT` which are gone a long time ago...
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1149-9/+49
| | |
* | | add rreadme for files external testsMorris Jobke2015-02-101-0/+58
| |/ |/|
* | Merge pull request #13190 from is-apps/master-sftp-keyVincent Petry2015-02-1010-7/+472
|\ \ | |/ |/| Add SFTP public key authentication support
| * Add support for SFTP key authenticationRoss Nicoll2015-01-1410-7/+472
| | | | | | | | | | | | | | | | | | | | Add support for external files accessed via SFTP using public key exchange authentication. Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised. Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys. Generated public keys are saved in user's data directory for easy retrieval by an external application. Add controller for SFTP key generation AJAX SFTP class initialisation no longer produces a warning if the password field is missing. Add unit tests for SFTP with key authentication backend
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1010-18/+20
| |
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-106-24/+24
|\ \ | | | | | | Cleanup of PHPDoc return types
| * | Cleanup of PHPDoc return typesRobin McCorkell2015-01-166-24/+24
| | |
* | | Merge pull request #13663 from ↵Morris Jobke2015-02-102-5/+17
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue/13624-notification-when-favorting-fails Only update favorite icon if the operation was successful
| * | | toggle back when the action was not performedJoas Schilling2015-02-021-2/+7
| | | |
| * | | fix response for tags and show error messageMorris Jobke2015-02-022-6/+11
| | | |
| * | | Only update favorite icon if the operation was successfulJoas Schilling2015-02-021-1/+3
| | | | | | | | | | | | | | | | Also shows a notification in case an error occured on updating the tags
* | | | Merge pull request #13925 from owncloud/fix-13898blizzz2015-02-092-5/+11
|\ \ \ \ | | | | | | | | | | no fruitless count attempts, and notification should disappear
| * | | | no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-052-5/+11
| | | | |
* | | | | Merge pull request #13364 from is-apps/files_external_cleanupVincent Petry2015-02-093-57/+82
|\ \ \ \ \ | | | | | | | | | | | | Clean up files_external
| * | | | | Updated Dropbox and Google UI Javascript to create input elements instead of ↵Ross Nicoll2015-01-142-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | anchor.
| * | | | | Change from array() to [] style in files_external application info.Ross Nicoll2015-01-141-54/+75
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0912-12/+110
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-088-10/+26
| | | | | |
* | | | | | Merge pull request #13502 from owncloud/streamline-authentication-in-newfileMorris Jobke2015-02-071-6/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Streamline CSRF and login check
| * | | | | | Streamline CSRF and login checkLukas Reschke2015-01-201-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's make this consistent with other pieces of the code to make it easier to auditable.
* | | | | | | Merge pull request #13655 from Sugaroverdose/fix_#13632Morris Jobke2015-02-072-2/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not change color of 'new' button on hover and make new file menu more consistent with button
| * | | | | | | Prevent 1px padding between button and dropdown in ie11 when zoomingSugaroverdose2015-01-281-1/+1
| | | | | | | |
| * | | | | | | Play with z-index to make proper dropdown overlapSugaroverdose2015-01-282-1/+8
| | | | | | | |
| * | | | | | | Fix #13632 and make new file menu more consistent with buttonSugaroverdose2015-01-251-1/+3
| | | | | | | |
* | | | | | | | Merge pull request #13848 from owncloud/ldap-warnMorris Jobke2015-02-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Reduce log level of bind failed to WARN - fixes #11624
| * | | | | | | | Reduce log level of bind failed to WARN - fixes #11624Morris Jobke2015-02-031-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #13889 from owncloud/catch-exceptionMorris Jobke2015-02-072-8/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Catch exception properly
| * | | | | | | | | Catch exception properlyLukas Reschke2015-02-042-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`)
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0710-4/+50
| | | | | | | | | |
* | | | | | | | | | Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-073-280/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #13692 from rullzer/capabilitiesFrank Karlitschek2015-02-063-0/+280
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add OCS sharing info to capabilities
| * | | | | | | | | | Updated unit testsRoeland Jago Douma2015-02-061-43/+123
| | | | | | | | | | |