Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | force full setup after external storage config change | Robin Appelman | 2022-03-24 | 6 | -8/+34 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #30991 from nextcloud/external-remove-config-migration | Robin Appelman | 2022-03-24 | 4 | -223/+2 | |
|\ \ \ | |/ / |/| | | remove old legacy external storage migration logic | |||||
| * | | remove old legacy external storage migration logic | Robin Appelman | 2022-02-09 | 4 | -223/+2 | |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-21 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-20 | 2 | -22/+22 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-19 | 10 | -0/+10 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | don't recheck config automatically when there are a large number of storages | Robin Appelman | 2022-03-17 | 1 | -2/+8 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | add all storage config rows in one go on load | Robin Appelman | 2022-03-17 | 2 | -13/+27 | |
| | | | | | | | | | | | | this prevents repeated reflows Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #31215 from nextcloud/smb-directory-invalid-type | Robin Appelman | 2022-03-17 | 1 | -9/+17 | |
|\ \ | | | | | | | handle invalid type when listing directory in smb | |||||
| * | | type hint as generator | Robin Appelman | 2022-03-04 | 1 | -9/+14 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | handle invilid type when listing directory in smb | Robin Appelman | 2022-03-04 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | just handle it as an empty directory Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | AmazonS3: allow not implemented versioning | Erik van Velzen | 2022-03-15 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the S3 implementation does not implement versioning, set it to false. Versioning was introduced in Nexcloud in commit 09ffac5e6dd5355c9aaf49c098942fa1e4fbed25 This is needed for compatibility with the Storj gateway. Signed-off-by: Erik van Velzen <erik@evanv.nl> | |||||
* | | | Merge pull request #31531 from nextcloud/fix/sftp-offset | John Molakvoæ | 2022-03-11 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Prevent reading key on SFTP stat bool | John Molakvoæ | 2022-03-11 | 1 | -0/+3 | |
| |/ / | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | | simplify setup of circular SetupManager<->Manager | Robin Appelman | 2022-03-04 | 1 | -6/+2 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | move logic to decide what to setup to setupmanager | Robin Appelman | 2022-03-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -1/+10 | |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-26 | 2 | -6/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-15 | 2 | -0/+2 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #30945 from ↵ | Joas Schilling | 2022-02-08 | 1 | -0/+2 | |
|\ | | | | | | | | | nextcloud/techdebt/noid/background-job-time-windows Background job time windows | |||||
| * | Use the new option to signaling insensitivity | Joas Schilling | 2022-02-07 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Add SCHEME_NULL to list of allowed auth mechanism | howardZa | 2022-02-07 | 1 | -0/+2 | |
|/ | | | | | | Add Auth::Mechanism::SCHEME_NULL to list of allowed auth mechanism for AmazonS3 backend to allow attaching S3 storage to nextcloud instances running on already authorized instances (e.g. EC2 instances with IAM Instance roles) Signed-off-by: Wolfram Gries <wolfram.gries@zapooflex.net> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-05 | 2 | -2/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-01 | 2 | -10/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-31 | 2 | -2/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-29 | 2 | -2/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-28 | 2 | -2/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix php:cs | Louis Chemineau | 2022-01-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-25 | 2 | -2/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-24 | 10 | -8/+32 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-23 | 6 | -2/+20 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #30795 from nextcloud/fix/smb-kerberos | John Molakvoæ | 2022-01-22 | 1 | -4/+2 | |
|\ | ||||||
| * | Fix accessing undefined offsets | Carl Schwan | 2022-01-21 | 1 | -4/+2 | |
| | | | | | | | | | | | | Move this to inside the else clause of the count($matches) Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-22 | 8 | -8/+24 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | l10n: Change to a capital letter | Valdnet | 2022-01-21 | 1 | -1/+1 | |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | Add test for samba kerberos sso in ci | Robin Appelman | 2022-01-20 | 1 | -0/+33 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | update icewind/smb to 3.5.2 | Robin Appelman | 2022-01-20 | 6 | -53/+72 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | update to release smb lib | Robin Appelman | 2022-01-20 | 1 | -4/+4 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | update icewind/smb to 3.5.1 | Robin Appelman | 2022-01-20 | 20 | -91/+375 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | do not use deprecated query() method | Arthur Schiwon | 2022-01-20 | 1 | -28/+28 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | add changes from Sebastian/dassIT and move default_realm to backend | Arthur Schiwon | 2022-01-20 | 2 | -5/+27 | |
| | | | | | | | | | - Sebastian added the switch depending on the preg_match result and with it the fall back to login credentials - I turned default_realm to a backend option (was previously suggested as system config key) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | add KerberosApacheAuth support to files_external | Arthur Schiwon | 2022-01-20 | 3 | -7/+78 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Merge pull request #29923 from alacn1/fix_basicauth_must_be_string | Carl Schwan | 2022-01-14 | 1 | -0/+4 | |
|\ | | | | | Fix users can't login external mount user entered credentials not set | |||||
| * | files_external SMB: throw InvalidArgument when user is not set | Anderson Luiz Alves | 2021-12-03 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Anderson Luiz Alves <alacn1@gmail.com> | |||||
* | | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix psalm not running | |||||
| * | | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | | | Merge pull request #30572 from nextcloud/fix/lint_warnings | Louis | 2022-01-12 | 5 | -9/+9 | |
|\ \ \ | | | | | | | | | Fix lint warnings | |||||
| * | | | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
| * | | | Add generic type and description when its missing | Louis Chemineau | 2022-01-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |