aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #26627 from nextcloud/smb-341blizzz2021-04-2211-37/+52
|\ | | | | update icewind/smb to 3.4.1
| * update icewind/smb to 3.4.1Robin Appelman2021-04-1911-37/+52
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-04-22130-260/+262
| |
* | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-212-4/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #26648 from nextcloud/Valdnet-patch-7Roeland Jago Douma2021-04-211-1/+1
|\ \ | | | | | | l10n: Spelling unification
| * | l10n: Spelling unificationValdnet2021-04-201-1/+1
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-212-2/+2
| | |
* | | Merge pull request #26658 from nextcloud/bugfix/noid/continue-on-denied-aclsMorris Jobke2021-04-201-1/+1
|\ \ \ | |/ / |/| | Do not stop directory listing when ACL is blocking access
| * | Continue iterating over diretory contents and just hide file if denied by aclJulius Härtl2021-04-201-1/+1
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / [tx-robot] updated from transifexNextcloud bot2021-04-202-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-182-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-174-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-04-162-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-04-152-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-04-132-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
|
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-26/+63
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #23444 from nextcloud/notify-dry-runRoeland Jago Douma2021-03-301-32/+52
|\ | | | | add dry-run option to files_external:notify
| * add dry-run option to files_external:notifyRobin Appelman2021-03-241-32/+52
| | | | | | | | | | | | and add some additional logging Signed-off-by: Robin Appelman <robin@icewind.nl>
* | ignore readonly flag for directoriesRobin Appelman2021-03-251-8/+2
|/ | | | | | see http://support.microsoft.com/kb/326549 Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2021-03-232-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-03-222-10/+10
|
* 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>