Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-29 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 6 | -9/+0 | |
|\ \ | | | | | | | Remove unused imports | |||||
| * | | Remove unused imports | Christoph Wurst | 2020-03-25 | 6 | -9/+0 | |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-27 | 2 | -0/+10 | |
| | | | ||||||
* | | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 19 | -116/+116 | |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 11 | -53/+53 | |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-25 | 2 | -0/+8 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-23 | 2 | -2/+4 | |
| | ||||||
* | Do not use the deprecated service name | Christoph Wurst | 2020-03-19 | 1 | -4/+0 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #19932 from nextcloud/remove-placeholder-check | Roeland Jago Douma | 2020-03-17 | 2 | -77/+0 | |
|\ | | | | | remove the requirement that everything that looks like a placeholder … | |||||
| * | remove the requirement that everything that looks like a placeholder is ↵ | Robin Appelman | 2020-03-13 | 2 | -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 transifex | Nextcloud bot | 2020-03-17 | 2 | -0/+6 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-15 | 2 | -2/+2 | |
| | | ||||||
* | | fix external storage controller tests | Robin Appelman | 2020-03-13 | 1 | -0/+4 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #19915 from nextcloud/external-storage-password-placeholders | Joas Schilling | 2020-03-13 | 8 | -37/+65 | |
|\ | | | | | Use placeholder values for password fields in external storage webui | |||||
| * | Use placeholder values for password fields in external storage webui | Robin Appelman | 2020-03-12 | 8 | -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 transifex | Nextcloud bot | 2020-03-12 | 2 | -2/+2 | |
| | | ||||||
* | | faster implementation of SFTP write stream | Robin Appelman | 2020-03-10 | 3 | -0/+184 | |
| | | | | | | | | | | | | using mostly the same techniques as the read stream Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Faster implementation of sftp read stream | Robin Appelman | 2020-03-06 | 2 | -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 transifex | Nextcloud bot | 2020-03-05 | 2 | -8/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-28 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-26 | 4 | -4/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-23 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-19 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-14 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-13 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-11 | 4 | -2/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-08 | 2 | -0/+24 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 6 | -6/+8 | |
| | ||||||
* | Merge pull request #19312 from ↵ | Roeland Jago Douma | 2020-02-06 | 1 | -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 values | Arthur Schiwon | 2020-02-06 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-06 | 126 | -252/+324 | |
|/ | ||||||
* | Merge pull request #19300 from nextcloud/rakekniven-patch-1 | Roeland Jago Douma | 2020-02-05 | 1 | -1/+1 | |
|\ | | | | | l10n: Triple dot to ellipsis | |||||
| * | l10n: Triple dot to ellipsis | rakekniven | 2020-02-05 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-05 | 4 | -4/+6 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-03 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-02 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-29 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-24 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-23 | 2 | -0/+2 | |
| | ||||||
* | Compile templates | John Molakvoæ (skjnldsv) | 2020-01-21 | 1 | -14/+24 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Fix app updates | Roeland Jago Douma | 2020-01-21 | 1 | -2/+2 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-21 | 2 | -2/+64 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-20 | 2 | -38/+122 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-19 | 4 | -8/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-05 | 4 | -4/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-04 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-02 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-23 | 4 | -8/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-22 | 82 | -26/+260 | |
| |