Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-20 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-19 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-18 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-17 | 4 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-16 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-15 | 2 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-13 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-05 | 2 | -2/+2 |
| | |||||
* | update icewind/smb to 3.4.0 | Robin Appelman | 2021-03-23 | 75 | -1206/+1943 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-23 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-22 | 2 | -10/+10 |
| | |||||
* | Merge pull request #26215 from nextcloud/backport/26145/stable21 | Roeland Jago Douma | 2021-03-20 | 1 | -1/+9 |
|\ | | | | | [stable21] add (hidden) option to always show smb root as writable | ||||
| * | add (hidden) option to always show smb root as writable | Robin Appelman | 2021-03-19 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some smb servers are very insistent in reporting that the root of the share is readonly, even if it isn't. This works around the problem by adding a hidden option to overwrite the permissions of the root of the share. This can be enabled using ```bash occ files_external:config <mount id> root_force_writable true ``` where you can find your mount id using ```bash occ files_external:list ``` Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-20 | 2 | -22/+22 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-18 | 2 | -2/+2 |
| | |||||
* | Merge pull request #25943 from nextcloud/backport/25659/stable21 | Morris Jobke | 2021-03-17 | 1 | -1/+7 |
|\ | | | | | [stable21] catch notfound and forbidden exception in smb::getmetadata | ||||
| * | catch notfound and forbidden exception in smb::getmetadata | Robin Appelman | 2021-03-05 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Use correct exception type hint in catch statement | Morris Jobke | 2021-03-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Found by psalm update 4.6.2 to 4.6.3 in #26111 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-13 | 2 | -26/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-10 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-06 | 2 | -6/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-04 | 2 | -46/+46 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-02 | 2 | -2/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-01 | 4 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-26 | 2 | -12/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-24 | 2 | -102/+146 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-20 | 2 | -6/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-18 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-17 | 2 | -2/+134 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-07 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-03 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-02 | 130 | -260/+130 |
| | |||||
* | Properly handle SMB ACL blocking scanning a directory | Julius Härtl | 2021-01-29 | 1 | -2/+7 |
| | | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-29 | 2 | -10/+208 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #25214 from ↵ | Morris Jobke | 2021-01-21 | 1 | -0/+1 |
|\ | | | | | | | | | nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30 Bump phpseclib/phpseclib from 2.0.25 to 2.0.30 | ||||
| * | Bump phpseclib/phpseclib from 2.0.25 to 2.0.30 | Christoph Wurst | 2021-01-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Fix potential empty result | Joas Schilling | 2021-01-20 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Compare and store the login name via the event | Joas Schilling | 2021-01-20 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Also fix the username when it changed | Joas Schilling | 2021-01-20 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Don't save credentials of another user | Joas Schilling | 2021-01-20 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-19 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-13 | 2 | -4/+4 |
| | |||||
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-12 | 2 | -18/+18 |
| | |||||
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 5 | -18/+18 |
| | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | adjust tests | Robin Appelman | 2021-01-08 | 3 | -4/+24 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | dont offer to edit external config settings if we can't edit them | Robin Appelman | 2021-01-08 | 5 | -24/+58 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #23261 from nextcloud/enh/external-storage-session-type | Morris Jobke | 2021-01-07 | 4 | -4/+21 |
|\ | | | | | Expose session based authentication through mount point type | ||||
| * | Expose session based authentication through mount point type | Julius Härtl | 2020-12-21 | 4 | -4/+21 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |