Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-02-27 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-02-22 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-02-21 | 2 | -0/+36 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-02-10 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | perf(autoloading): Add authoritative autoloader for files_external | Christoph Wurst | 2023-02-09 | 13 | -0/+1362 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Respect OCP interface in private classes | C么me Chilliet | 2023-02-07 | 1 | -1/+1 | |
| | | | | | | | Because the parameter type was moved to phpdoc it needs to be removed from implementations Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | Strong type filesize related methods to ease 32bits problem findings | C么me Chilliet | 2023-02-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #36314 from nextcloud/sso-kerberos-fix | C么me Chilliet | 2023-02-07 | 4 | -33/+46 | |
|\ | | | | | Update kerberos sso test setup to use new user_saml config system | |||||
| * | Update kerberos sso test setup to use new user_saml config system | Robin Appelman | 2023-01-23 | 4 | -33/+46 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-02-01 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-31 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-27 | 2 | -0/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-25 | 2 | -0/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-24 | 4 | -12/+16 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-23 | 6 | -66/+82 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-22 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fixing samba test and adding details to kerberos job | C么me Chilliet | 2023-01-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix Samba test failure details output | C么me Chilliet | 2023-01-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | Attempt at reducing psalm errors | C么me Chilliet | 2023-01-20 | 1 | -4/+7 | |
| | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-20 | 4 | -0/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-19 | 6 | -0/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-18 | 10 | -0/+20 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-01-17 | 132 | -264/+320 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storage | Vincent Petry | 2023-01-16 | 6 | -32/+150 | |
|\ | | | | | Improve saving applicable users in ext storage | |||||
| * | Improve saving applicable users in ext storage | Vincent Petry | 2023-01-12 | 6 | -32/+150 | |
| | | | | | | | | | | | | | | Added a checkbox to prevent saving "All users" by mistake and giving access to everyone when not wanted. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | | Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-values | Vincent Petry | 2023-01-16 | 7 | -24/+65 | |
|\ \ | | | | | | | Ext storage configs default value support + enable SSL by default | |||||
| * | | Enable SSL by default in ext storage configs | Vincent Petry | 2023-01-13 | 5 | -4/+9 | |
| | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
| * | | Extend ext storage params to contain default value | Vincent Petry | 2023-01-13 | 3 | -20/+56 | |
| |/ | | | | | | | | | | | | | Extend the external storage configuration parameters definition to allow to specify a default value Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | | Merge pull request #36075 from fmenabe/s3-storage-class | C么me Chilliet | 2023-01-16 | 2 | -1/+4 | |
|\ \ | |/ |/| | Add support for s3 storage classes | |||||
| * | Support of s3 storage class in External Storage application | Fran莽ois M茅nab茅 | 2023-01-12 | 2 | -1/+4 | |
| | | | | | | | | Signed-off-by: Fran莽ois M茅nab茅 <francois.menabe@gmail.com> | |||||
* | | Compress SASS output | Christopher Ng | 2023-01-11 | 2 | -185/+2 | |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Fix preview crop | John Molakvo忙 | 2023-01-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvo忙 <skjnldsv@protonmail.com> | |||||
* | Fix files_external tests with phpunit 9 | C么me Chilliet | 2023-01-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix psalm issues related to signature changes from PHP 8.0 | C么me Chilliet | 2022-12-29 | 1 | -3/+0 | |
| | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2022-12-21 | 132 | -402/+132 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-08 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Add comments | Carl Schwan | 2022-12-05 | 2 | -0/+2 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Fix migration to non-empty secret | Carl Schwan | 2022-12-05 | 2 | -2/+8 | |
| | | | | | | Add a fallback for empty keys Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-04 | 2 | -18/+18 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | try to fix the popovermenu | Simon L | 2022-11-29 | 3 | -1/+9 | |
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-11-29 | 2 | -2/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-11-23 | 2 | -2/+36 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix s3 directory copy | Robin Appelman | 2022-11-15 | 1 | -3/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Make sure to not pass null to DateTime::createFromFormat | C么me Chilliet | 2022-11-14 | 1 | -2/+2 | |
| | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-11-05 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-30 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-21 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 7 | -67/+67 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Additional type hinting found by psalm | Carl Schwan | 2022-10-18 | 7 | -17/+19 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Specify type to internal storage class | Carl Schwan | 2022-10-17 | 1 | -0/+1 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> |