aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "disable upgrades to 26 for 32-bit"Côme Chilliet2023-02-071-3/+0
* Merge pull request #36120 from nextcloud/enh/32bits-supportCôme Chilliet2023-02-0774-207/+363
|\
| * Show logs on smb-kerberos CI failureCôme Chilliet2023-02-071-0/+6
| * Respect OCP interface in private classesCôme Chilliet2023-02-0710-10/+10
| * Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-072-2/+8
| * Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-072-12/+3
| * Document that size may be a float in new class VersionEntityCôme Chilliet2023-02-074-9/+13
| * Only run 32bit CI once a dayCôme Chilliet2023-02-071-1/+4
| * Skip tests that cannot succeed on 32bitsCôme Chilliet2023-02-071-2/+9
| * Skip buggy tests for 32bits CICôme Chilliet2023-02-073-5/+18
| * Psalm easy fixes in apps/files/appinfo/routes.phpCôme Chilliet2023-02-071-2/+2
| * Fix Sabre connector testCôme Chilliet2023-02-071-2/+2
| * Fix psalm errorsCôme Chilliet2023-02-074-10/+10
| * Fix name of skip method for phpunitCôme Chilliet2023-02-071-1/+1
| * Put back string in $includeMounts as it actually does somethingCôme Chilliet2023-02-071-1/+1
| * Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-073-20/+34
| * Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-075-1/+11
| * Improve error output on failed Router testCôme Chilliet2023-02-071-1/+6
| * Type sizes as int|float throughout the code baseCôme Chilliet2023-02-0718-43/+35
| * Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-073-10/+5
| * Fix setQuota on User on 32bitsCôme Chilliet2023-02-071-2/+6
| * Fix computerFileSize when called with a string without unitCôme Chilliet2023-02-072-3/+4
| * Fix a few tests that were using too big int values for 32bitsCôme Chilliet2023-02-073-6/+3
| * Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-073-28/+27
| * Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-073-9/+27
| * Fix filesize return type error in ViewTestCôme Chilliet2023-02-071-4/+16
| * Fix bigsize support on 32bits in OC_HelperCôme Chilliet2023-02-071-7/+4
| * Improve test failure output for RouterTest.phpCôme Chilliet2023-02-071-0/+1
| * Fix psalm errors related to filesizesCôme Chilliet2023-02-075-11/+11
| * Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-0717-46/+24
| * Add apcu and ffmpeg to have less skipped testsCôme Chilliet2023-02-077-2/+31
| * Running all tests on 32bits to see what happensCôme Chilliet2023-02-071-1/+1
| * Revert "remove 32-bit workarounds"Côme Chilliet2023-02-074-4/+31
| * Add workflow for 32bits testingCôme Chilliet2023-02-071-0/+47
|/
* 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 systemRobin Appelman2023-01-235-45/+58
| * run kerberos sso test when the action is changedRobin Appelman2023-01-231-0/+2
* | Merge pull request #36286 from nextcloud/bugfix/noid/fix-sending-state-token-...Daniel2023-02-073-2/+4
|\ \
| * | Fix event listener race condition on login-formMarcel Müller2023-01-233-2/+4
* | | Merge pull request #36451 from nextcloud/automated/noid/master-update-psalm-b...Côme Chilliet2023-02-071-54/+0
|\ \ \
| * | | Update psalm baselinenextcloud-command2023-02-071-54/+0
|/ / /
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-078-466/+50
* | | Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-p...Joas Schilling2023-02-062-1/+6
|\ \ \
| * | | fix(CI): Adjust expected resultJoas Schilling2023-02-061-0/+1
| * | | Add bruteforce protection to password reset pageJoas Schilling2023-02-021-1/+5
* | | | 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 parametersJoas Schilling2023-01-231-0/+1
* | | | | Merge pull request #36552 from nextcloud/fix/client-login-flow/missing-state-...Christoph Wurst2023-02-062-3/+32
|\ \ \ \ \
| * | | | | fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-062-3/+32
* | | | | | Merge pull request #36509 from nextcloud/fix/user-management/delete-user-hidd...Christoph Wurst2023-02-063-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |