aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #26046 from nextcloud/smb-3.4.0Morris Jobke2021-03-2175-1206/+1943
|\ | | | | update icewind/smb to 3.4.0
| * update icewind/smb to 3.4.0Robin Appelman2021-03-1075-1206/+1943
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-202-22/+22
| |
* | Merge pull request #26145 from nextcloud/smb-force-write-optionMorris Jobke2021-03-191-1/+9
|\ \ | | | | | | add (hidden) option to always show smb root as writable
| * | add (hidden) option to always show smb root as writableRobin Appelman2021-03-161-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>
* | | Merge pull request #25129 from nextcloud/bugfix/smb-notify-subpathVincent Petry2021-03-191-1/+1
|\ \ \ | | | | | | | | Fix files_external:notify command when running withing a subdirectory
| * | | Fix files_external:notify command when running withing a subdirectory of the ↵Julius Härtl2021-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | SMB share Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-182-2/+2
| | | |
* | | | Merge pull request #25676 from nextcloud/drop/utl-is-ieMorris Jobke2021-03-171-1/+1
|\ \ \ \ | | | | | | | | | | Drop \OCP\Util::isIe
| * | | | Drop \OCP\Util::isIeChristoph Wurst2021-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #26160 from nextcloud/enh/eslintJohn Molakvoæ2021-03-171-49/+49
|\ \ \ \ \
| * | | | | Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-49/+49
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / | | | Use correct exception type hint in catch statementMorris Jobke2021-03-161-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 transifexNextcloud bot2021-03-132-26/+26
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2021-03-102-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-03-062-6/+6
| |
* | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-1/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-042-46/+46
| |
* | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-1/+1
| | | | | | | | | | | | | | | | | | Psalm found an issue. However the issue found was because of lying docblocks. Fixed those and did some typing to make it all better. For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25670 from nextcloud/enh/psalm/redundantcastsJulius Härtl2021-03-021-1/+1
|\ \ | | | | | | Fix a few RedundantCast
| * | Fix a few RedundantCastRoeland Jago Douma2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | Reported by psalm For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2021-03-022-2/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-03-014-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-262-12/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-242-102/+146
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-202-6/+20
| |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-02-182-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-172-2/+134
| |
* | Drop redundant indesRoeland Jago Douma2021-02-163-4/+66
| | | | | | | | | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-02-072-2/+2
| |
* | This is 22Joas Schilling2021-02-031-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-032-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-02130-260/+130
| |
* | Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-291-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 transifexNextcloud bot2021-01-292-10/+208
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-242-2/+2
| |
* | Merge pull request #25214 from ↵Morris Jobke2021-01-211-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.30Christoph Wurst2021-01-191-0/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix potential empty resultJoas Schilling2021-01-201-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Compare and store the login name via the eventJoas Schilling2021-01-201-3/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Also fix the username when it changedJoas Schilling2021-01-201-2/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Don't save credentials of another userJoas Schilling2021-01-201-0/+5
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2021-01-192-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2021-01-132-4/+4
|
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-01-122-18/+18
|
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-115-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 testsRobin Appelman2021-01-083-4/+24
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* dont offer to edit external config settings if we can't edit themRobin Appelman2021-01-085-24/+58
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>