aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [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
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-292-0/+2
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-282-0/+6
| |
* | Merge pull request #236 from nextcloud/master-sync-upstreamMorris Jobke2016-06-281-0/+4
|\ \ | | | | | | [Master] sync upstream
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-0/+4
| |\|
| | * Quickfix: do not lazy load auth mechanisms for ext storagesVincent Petry2016-06-271-0/+4
| | | | | | | | | | | | | | | Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded.
* | | Merge pull request #235 from nextcloud/fix-app-codeMarius Blüm2016-06-271-2/+0
|\ \ \ | |/ / |/| | Add app:check-code for already compatible apps
| * | Add app:check-code for already compatible appsMorris Jobke2016-06-271-2/+0
| | | | | | | | | | | | | | | | | | * admin_audit, comments, federation * removed not needed call to OC_Util::checkAdminUser() (is already done by the request handler before)
* | | Merge pull request #233 from nextcloud/allow-users-to-change-global-credentialsMorris Jobke2016-06-272-3/+216
|\ \ \ | | | | | | | | Allow regular users to specify global credentials password
| * | | Allow regular users to specify global credentials passwordLukas Reschke2016-06-272-3/+216
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | While the UI is existent the feature simply doesn't work because admin privileges are required for the controller. This adds proper permission checks and also unit tests. To test this: 1. Enable external storage 2. Login as non-admin user 3. Go to personal page and try to change global credentials
* | | Merge pull request #190 from nextcloud/add-wnd-1Lukas Reschke2016-06-273-0/+182
|\ \ \ | |/ / |/| | Add "Login credentials" and "User Provided"
| * | Add "Login credentials" and "User Provided"Lukas Reschke2016-06-213-0/+182
| | | | | | | | | | | | | | | | | | This adds the "Login Credentials" and "User Provided" option to the external storage implementation, it is basically done by reverting 176fb191b7ec1c742b70295ca2a315d8cc1f1ea0 from https://github.com/owncloud/core/pull/22432. This was taken from owncloud/core which is AGPL licensed.
* | | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-2610-11/+93
|\ \ \ | |/ / |/| / | |/