aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36120 from nextcloud/enh/32bits-supportCôme Chilliet2023-02-0774-207/+363
|\ | | | | Fix 32bit support and add workflow for 32bits testing
| * Show logs on smb-kerberos CI failureCôme Chilliet2023-02-071-0/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Respect OCP interface in private classesCôme Chilliet2023-02-0710-10/+10
| | | | | | | | | | | | | | 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>
| * Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-072-2/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-072-12/+3
| | | | | | | | | | | | Also fixed numericToString to correctly convert float to int if it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Document that size may be a float in new class VersionEntityCôme Chilliet2023-02-074-9/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Only run 32bit CI once a dayCôme Chilliet2023-02-071-1/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Skip tests that cannot succeed on 32bitsCôme Chilliet2023-02-071-2/+9
| | | | | | | | | | | | | | | | For some reason a timestamp in the past also triggers the PHP error about not being able to represent it as an int, so skipping that test on 32bits. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Skip buggy tests for 32bits CICôme Chilliet2023-02-073-5/+18
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Psalm easy fixes in apps/files/appinfo/routes.phpCôme Chilliet2023-02-071-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix Sabre connector testCôme Chilliet2023-02-071-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix psalm errorsCôme Chilliet2023-02-074-10/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix name of skip method for phpunitCôme Chilliet2023-02-071-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Put back string in $includeMounts as it actually does somethingCôme Chilliet2023-02-071-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-073-20/+34
| | | | | | | | | | | | | | We do not support events after 2038 on 32bits but still behave better when date range start/end is after 2038. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-075-1/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve error output on failed Router testCôme Chilliet2023-02-071-1/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Type sizes as int|float throughout the code baseCôme Chilliet2023-02-0718-43/+35
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-073-10/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix setQuota on User on 32bitsCôme Chilliet2023-02-071-2/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix computerFileSize when called with a string without unitCôme Chilliet2023-02-072-3/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix a few tests that were using too big int values for 32bitsCôme Chilliet2023-02-073-6/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-073-28/+27
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-073-9/+27
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix filesize return type error in ViewTestCôme Chilliet2023-02-071-4/+16
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix bigsize support on 32bits in OC_HelperCôme Chilliet2023-02-071-7/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve test failure output for RouterTest.phpCôme Chilliet2023-02-071-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix psalm errors related to filesizesCôme Chilliet2023-02-075-11/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-0717-46/+24
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add apcu and ffmpeg to have less skipped testsCôme Chilliet2023-02-077-2/+31
| | | | | | | | | | | | Also exclude test groups which rely on a service Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Running all tests on 32bits to see what happensCôme Chilliet2023-02-071-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Revert "remove 32-bit workarounds"Côme Chilliet2023-02-074-4/+31
| | | | | | | | | | | | This reverts commit dd8774389e21b59c07882580356d51de018fe867. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add workflow for 32bits testingCôme Chilliet2023-02-071-0/+47
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #36314 from nextcloud/sso-kerberos-fixCôme Chilliet2023-02-075-45/+60
|\ | | | | Update kerberos sso test setup to use new user_saml config system
| * Update kerberos sso test setup to use new user_saml config systemRobin Appelman2023-01-235-45/+58
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * run kerberos sso test when the action is changedRobin Appelman2023-01-231-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #36286 from ↵Daniel2023-02-073-2/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-sending-state-token-in-flowv1 Fix event listener race condition on login-form
| * | Fix event listener race condition on login-formMarcel Müller2023-01-233-2/+4
| | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | | Merge pull request #36451 from ↵Côme Chilliet2023-02-071-54/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2023-02-071-54/+0
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-078-466/+50
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36489 from ↵Joas Schilling2023-02-062-1/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/brute-force-protection-password-reset Add bruteforce protection to password reset page
| * | | fix(CI): Adjust expected resultJoas Schilling2023-02-061-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add bruteforce protection to password reset pageJoas Schilling2023-02-021-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builderJoas Schilling2023-02-061-0/+1
|\ \ \ \ | | | | | | | | | | Don't reuse query builder object with populated parameters in FederatedShareProvider
| * | | | Don't reuse query builder object with populated parametersJoas Schilling2023-01-231-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #36552 from ↵Christoph Wurst2023-02-062-3/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/client-login-flow/missing-state-token fix(client-login-flow): Handle missing stateToken gracefully
| * | | | | fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-062-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #36509 from ↵Christoph Wurst2023-02-063-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/fix/user-management/delete-user-hidden-group fix(user-management): Fix deleting user in hidden group(s)
| * | | | | fix(user-management): Fix deleting user in hidden group(s)Christoph Wurst2023-02-033-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. guest_users Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>