Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix legacy routes | Joas Schilling | 2020-04-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-16 | 2 | -0/+2 |
| | |||||
* | Fix issues with Keystone auth v3 in files_external app | Julien Lutran | 2020-04-15 | 2 | -2/+2 |
| | | | | Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-15 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-13 | 2 | -2/+2 |
| | |||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 14 | -42/+42 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 15 | -18/+18 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 85 | -162/+63 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 10 | -19/+19 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-10 | 2 | -2/+2 |
| | |||||
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 10 | -14/+13 |
|\ | | | | | Remove all extra whitespace PSR2 does not like | ||||
| * | Make sure there is exactly one newline after imports | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | Make sure every file ends with an empty newline | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 8 | -8/+8 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
|\ \ | |/ |/| | Use php keywords in lowercase | ||||
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 11 | -16/+16 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 10 | -8/+2 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 5 | -18/+18 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20363 from nextcloud/smb-3.2.3 | John Molakvoæ | 2020-04-09 | 12 | -27/+70 |
|\ | | | | | update icewind/smb to 3.2.3 | ||||
| * | update icewind/smb to 3.2.3 | Robin Appelman | 2020-04-08 | 12 | -27/+70 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix multiline comments | Christoph Wurst | 2020-04-08 | 2 | -6/+6 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-08 | 2 | -2/+2 |
| | |||||
* | Merge pull request #20276 from nextcloud/files-external-param-tooltop | Roeland Jago Douma | 2020-04-06 | 3 | -5/+34 |
|\ | | | | | allow setting tooltips for external storage config options | ||||
| * | allow setting tooltips for external storage config options | Robin Appelman | 2020-04-03 | 3 | -5/+34 |
| | | | | | | | | | | | | allows explaining non-obvious config options a bit more Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-05 | 2 | -22/+116 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-03 | 2 | -0/+8 |
|/ | |||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 30 | -5/+43 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20208 from nextcloud/smb-folder-contents-normalize-path | John Molakvoæ | 2020-03-30 | 1 | -1/+1 |
|\ | | | | | normalize smb path while listing folder contents | ||||
| * | normalize smb path while listing folder contents | Robin Appelman | 2020-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | currently when listing `'/'`, it will include a double slash in the paths used for the listing logic this causes unneeeded cache misses in the statCache Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #20207 from nextcloud/smb-3.2.1 | John Molakvoæ | 2020-03-30 | 21 | -93/+300 |
|\ \ | | | | | | | update icewind/smb to 3.2.1 | ||||
| * | | update icewind/smb to 3.2.1 | Robin Appelman | 2020-03-27 | 21 | -93/+300 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [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 |
| | |