summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-08-164-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-08-152-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-08-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-08-126-6/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-08-114-4/+4
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2016-08-062-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-08-052-0/+14
|
* Merge pull request #465 from nextcloud/fix_smb_attributesMorris Jobke2016-08-041-0/+13
|\ | | | | Fix file permissions for SMB (read-only folders will be writeable) (#…
| * Fix file permissions for SMB (read-only folders will be writeable) (#25301)Juan Pablo Villafañez2016-07-201-0/+13
| | | | | | | | | | | | | | | | * Fix file permissions for SMB (read-only folders will be writeable) * Read-only folders won't be deletable * Added comment for the read-only behaviour for folders
* | [tx-robot] updated from transifexNextcloud bot2016-07-312-0/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-306-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-292-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-282-2/+2
| |
* | Add proper scope to files external CSSMorris Jobke2016-07-252-5/+6
| | | | | | | | * for select2
* | [tx-robot] updated from transifexNextcloud bot2016-07-232-2/+2
| |
* | Also increase the min versionJoas Schilling2016-07-221-1/+1
| |
* | bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
| |
* | Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ \ | | | | | | Bump version
| * | Increase app versionsJoas Schilling2016-07-211-1/+1
| | |
* | | Update with robinJoas Schilling2016-07-2177-77/+77
| | |
* | | Fix apps/Joas Schilling2016-07-21132-192/+333
|/ /
* | Merge pull request #471 from nextcloud/storage-fopenspecialcharsMorris Jobke2016-07-201-1/+1
|\ \ | | | | | | Added storage tests for fopen with special chars
| * | Added storage tests for fopen with special charsVincent Petry2016-07-201-1/+1
| |/ | | | | | | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names.
* | Merge pull request #470 from nextcloud/sftp-renameoverwritedirMorris Jobke2016-07-201-1/+1
|\ \ | | | | | | Fix overwriting folders on rename with SFTP
| * | Fix overwriting folders on rename with SFTPVincent Petry2016-07-201-1/+1
| |/ | | | | | | | | This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory
* | Merge pull request #402 from nextcloud/smb-notificationsMorris Jobke2016-07-204-2/+236
|\ \ | |/ |/| smb update notifications
| * add files_external:notify commandRobin Appelman2016-07-142-0/+176
| |
| * add notify support to smb storageRobin Appelman2016-07-141-1/+58
| |
| * Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-182-0/+4
|/
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-5/+2
| | | | * the setup check is still there
* Fix type hintingRobin Appelman2016-07-082-3/+3
|
* add missing varRobin Appelman2016-07-081-2/+2
|
* hint global handlebarsRobin Appelman2016-07-081-2/+4
|
* Fix undefined propertiesRobin Appelman2016-07-082-0/+7
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-071-3/+18
|\ | | | | Sync master
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-0768-75/+837
| |\
| * | Revert "[tx-robot] updated from transifex"Morris Jobke2016-07-0712-60/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-074-2/+40
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-052-2/+2
| | |
| * | Merge pull request #25314 from owncloud/files_external-backends-configVincent Petry2016-07-041-3/+18
| |\ \ | | | | | | | | show configuration options for authentication backends
| | * | show configuration options for authentication backends while listing storageRobin Appelman2016-06-301-0/+4
| | | | | | | | | | | | | | | | Fixes #22447
| | * | hide hidden parameters from list backend/auth parametersRobin Appelman2016-06-301-3/+14
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-044-0/+8
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-032-0/+6
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-022-0/+4
| |/ /
* | / [tx-robot] updated from transifexNextcloud bot2016-07-072-10/+10
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-07-0656-70/+160
| |
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-014-0/+8
|\|