aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
...
* | [tx-robot] updated from transifexNextcloud bot2020-03-292-2/+2
| |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-9/+0
|\ \ | | | | | | Remove unused imports
| * | Remove unused importsChristoph Wurst2020-03-256-9/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-272-0/+10
| | |
* | | Use the short array syntax, everywhereChristoph Wurst2020-03-2619-116/+116
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2511-53/+53
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / [tx-robot] updated from transifexNextcloud bot2020-03-252-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-232-2/+4
|
* Do not use the deprecated service nameChristoph Wurst2020-03-191-4/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19932 from nextcloud/remove-placeholder-checkRoeland Jago Douma2020-03-172-77/+0
|\ | | | | remove the requirement that everything that looks like a placeholder …
| * remove the requirement that everything that looks like a placeholder is ↵Robin Appelman2020-03-132-77/+0
| | | | | | | | | | | | | | | | substituted While maybe not common, `$` is a valid option in config fields Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-03-172-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-152-2/+2
| |
* | fix external storage controller testsRobin Appelman2020-03-131-0/+4
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #19915 from nextcloud/external-storage-password-placeholdersJoas Schilling2020-03-138-37/+65
|\ | | | | Use placeholder values for password fields in external storage webui
| * Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-128-37/+65
| | | | | | | | | | | | | | | | | | | | This prevents the password from being sent to the webui. While an admin will always be able to retrieve the passwords (as they can do arbitrairy code execution by design) this prevents casual password snooping Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-03-122-2/+2
| |
* | faster implementation of SFTP write streamRobin Appelman2020-03-103-0/+184
| | | | | | | | | | | | using mostly the same techniques as the read stream Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Faster implementation of sftp read streamRobin Appelman2020-03-062-0/+200
|/ | | | | | | | | | - Keeps a single file handle open instead of creating a new one for every stream_read - Read from sftp in large chunks instead of the 8k internal php size - Request a read for the next chunk while we're still processing the current one Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-03-052-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-02-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-264-4/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-02-232-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-02-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-114-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-02-082-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-02-076-6/+8
|
* Merge pull request #19312 from ↵Roeland Jago Douma2020-02-061-0/+5
|\ | | | | | | | | nextcloud/fix/18195/do-not-overwrite-user-glob-auth do not overwrite global user auth credentials with empty values
| * do not overwrite global user auth credentials with empty valuesArthur Schiwon2020-02-061-0/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-02-06126-252/+324
|/
* Merge pull request #19300 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-02-051-1/+1
|\ | | | | l10n: Triple dot to ellipsis
| * l10n: Triple dot to ellipsis rakekniven2020-02-051-1/+1
| | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | [tx-robot] updated from transifexNextcloud bot2020-02-054-4/+6
|/
* [tx-robot] updated from transifexNextcloud bot2020-02-032-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-022-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-232-0/+2
|
* Compile templatesJohn Molakvoæ (skjnldsv)2020-01-211-14/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-212-2/+64
|
* [tx-robot] updated from transifexNextcloud bot2020-01-202-38/+122
|
* [tx-robot] updated from transifexNextcloud bot2020-01-194-8/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-01-054-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-01-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-234-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-12-2282-26/+260
|