Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #26627 from nextcloud/smb-341 | blizzz | 2021-04-22 | 11 | -37/+52 | |
|\ | | | | | update icewind/smb to 3.4.1 | |||||
| * | update icewind/smb to 3.4.1 | Robin Appelman | 2021-04-19 | 11 | -37/+52 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-22 | 130 | -260/+262 | |
| | | ||||||
* | | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 2 | -4/+14 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #26648 from nextcloud/Valdnet-patch-7 | Roeland Jago Douma | 2021-04-21 | 1 | -1/+1 | |
|\ \ | | | | | | | l10n: Spelling unification | |||||
| * | | l10n: Spelling unification | Valdnet | 2021-04-20 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-21 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #26658 from nextcloud/bugfix/noid/continue-on-denied-acls | Morris Jobke | 2021-04-20 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Do not stop directory listing when ACL is blocking access | |||||
| * | | Continue iterating over diretory contents and just hide file if denied by acl | Julius Härtl | 2021-04-20 | 1 | -1/+1 | |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* / | [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 | |
| | ||||||
* | Bump js licenses | John Molakvoæ (skjnldsv) | 2021-03-31 | 3 | -26/+63 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Merge pull request #23444 from nextcloud/notify-dry-run | Roeland Jago Douma | 2021-03-30 | 1 | -32/+52 | |
|\ | | | | | add dry-run option to files_external:notify | |||||
| * | add dry-run option to files_external:notify | Robin Appelman | 2021-03-24 | 1 | -32/+52 | |
| | | | | | | | | | | | | and add some additional logging Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | ignore readonly flag for directories | Robin Appelman | 2021-03-25 | 1 | -8/+2 | |
|/ | | | | | | see http://support.microsoft.com/kb/326549 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 #26046 from nextcloud/smb-3.4.0 | Morris Jobke | 2021-03-21 | 75 | -1206/+1943 | |
|\ | | | | | update icewind/smb to 3.4.0 | |||||
| * | update icewind/smb to 3.4.0 | Robin Appelman | 2021-03-10 | 75 | -1206/+1943 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-20 | 2 | -22/+22 | |
| | | ||||||
* | | Merge pull request #26145 from nextcloud/smb-force-write-option | Morris Jobke | 2021-03-19 | 1 | -1/+9 | |
|\ \ | | | | | | | add (hidden) option to always show smb root as writable | |||||
| * | | add (hidden) option to always show smb root as writable | Robin Appelman | 2021-03-16 | 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> | |||||
* | | | Merge pull request #25129 from nextcloud/bugfix/smb-notify-subpath | Vincent Petry | 2021-03-19 | 1 | -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ärtl | 2021-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | SMB share Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-18 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #25676 from nextcloud/drop/utl-is-ie | Morris Jobke | 2021-03-17 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Drop \OCP\Util::isIe | |||||
| * | | | | Drop \OCP\Util::isIe | Christoph Wurst | 2021-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | | | Merge pull request #26160 from nextcloud/enh/eslint | John Molakvoæ | 2021-03-17 | 1 | -49/+49 | |
|\ \ \ \ \ | ||||||
| * | | | | | Lint fix | John Molakvoæ (skjnldsv) | 2021-03-17 | 1 | -49/+49 | |
| | |_|/ / | |/| | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* / | | | | Use correct exception type hint in catch statement | Morris Jobke | 2021-03-16 | 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 | |
| | | ||||||
* | | catch notfound and forbidden exception in smb::getmetadata | Robin Appelman | 2021-03-04 | 1 | -1/+7 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-04 | 2 | -46/+46 | |
| | | ||||||
* | | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -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/redundantcasts | Julius Härtl | 2021-03-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix a few RedundantCast | |||||
| * | | Fix a few RedundantCast | Roeland Jago Douma | 2021-03-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Reported by psalm For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | | [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 | |
| | | ||||||
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 2 | -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> |