Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if... | Ferdinand Thiessen | 2023-02-06 | 5 | -6/+71 | |
* | | | | | | | | Merge pull request #36588 from nextcloud/revert/34908 | blizzz | 2023-02-07 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Revert "disable upgrades to 26 for 32-bit" | Côme Chilliet | 2023-02-07 | 1 | -3/+0 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #36524 from nextcloud/bugfix/36510/fix-uploading-to-public... | Joas Schilling | 2023-02-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | fix(sharing): Remove casting to int from INF | Joas Schilling | 2023-02-07 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36120 from nextcloud/enh/32bits-support | Côme Chilliet | 2023-02-07 | 74 | -207/+363 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Show logs on smb-kerberos CI failure | Côme Chilliet | 2023-02-07 | 1 | -0/+6 | |
| * | | | | | | Respect OCP interface in private classes | Côme Chilliet | 2023-02-07 | 10 | -10/+10 | |
| * | | | | | | Move back typing to phpdoc to keep backward compatibility in OCP | Côme Chilliet | 2023-02-07 | 2 | -2/+8 | |
| * | | | | | | Removed catch of ValueError as we cannot know if it’s >2038 or <1970 | Côme Chilliet | 2023-02-07 | 2 | -12/+3 | |
| * | | | | | | Document that size may be a float in new class VersionEntity | Côme Chilliet | 2023-02-07 | 4 | -9/+13 | |
| * | | | | | | Only run 32bit CI once a day | Côme Chilliet | 2023-02-07 | 1 | -1/+4 | |
| * | | | | | | Skip tests that cannot succeed on 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+9 | |
| * | | | | | | Skip buggy tests for 32bits CI | Côme Chilliet | 2023-02-07 | 3 | -5/+18 | |
| * | | | | | | Psalm easy fixes in apps/files/appinfo/routes.php | Côme Chilliet | 2023-02-07 | 1 | -2/+2 | |
| * | | | | | | Fix Sabre connector test | Côme Chilliet | 2023-02-07 | 1 | -2/+2 | |
| * | | | | | | Fix psalm errors | Côme Chilliet | 2023-02-07 | 4 | -10/+10 | |
| * | | | | | | Fix name of skip method for phpunit | Côme Chilliet | 2023-02-07 | 1 | -1/+1 | |
| * | | | | | | Put back string in $includeMounts as it actually does something | Côme Chilliet | 2023-02-07 | 1 | -1/+1 | |
| * | | | | | | Improve behavior with dates on 32bits and fix tests or skip them | Côme Chilliet | 2023-02-07 | 3 | -20/+34 | |
| * | | | | | | Silence errors of return type mismatch from Sabre for now | Côme Chilliet | 2023-02-07 | 5 | -1/+11 | |
| * | | | | | | Improve error output on failed Router test | Côme Chilliet | 2023-02-07 | 1 | -1/+6 | |
| * | | | | | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 18 | -43/+35 | |
| * | | | | | | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 3 | -10/+5 | |
| * | | | | | | Fix setQuota on User on 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+6 | |
| * | | | | | | Fix computerFileSize when called with a string without unit | Côme Chilliet | 2023-02-07 | 2 | -3/+4 | |
| * | | | | | | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 3 | -6/+3 | |
| * | | | | | | Fix 32bits bigint support in Util/OC_Helper | Côme Chilliet | 2023-02-07 | 3 | -28/+27 | |
| * | | | | | | Add helper to cast to int|float, fix MemoryInfo on 32bits | Côme Chilliet | 2023-02-07 | 3 | -9/+27 | |
| * | | | | | | Fix filesize return type error in ViewTest | Côme Chilliet | 2023-02-07 | 1 | -4/+16 | |
| * | | | | | | Fix bigsize support on 32bits in OC_Helper | Côme Chilliet | 2023-02-07 | 1 | -7/+4 | |
| * | | | | | | Improve test failure output for RouterTest.php | Côme Chilliet | 2023-02-07 | 1 | -0/+1 | |
| * | | | | | | Fix psalm errors related to filesizes | Côme Chilliet | 2023-02-07 | 5 | -11/+11 | |
| * | | | | | | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 17 | -46/+24 | |
| * | | | | | | Add apcu and ffmpeg to have less skipped tests | Côme Chilliet | 2023-02-07 | 7 | -2/+31 | |
| * | | | | | | Running all tests on 32bits to see what happens | Côme Chilliet | 2023-02-07 | 1 | -1/+1 | |
| * | | | | | | Revert "remove 32-bit workarounds" | Côme Chilliet | 2023-02-07 | 4 | -4/+31 | |
| * | | | | | | Add workflow for 32bits testing | Côme Chilliet | 2023-02-07 | 1 | -0/+47 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36314 from nextcloud/sso-kerberos-fix | Côme Chilliet | 2023-02-07 | 5 | -45/+60 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update kerberos sso test setup to use new user_saml config system | Robin Appelman | 2023-01-23 | 5 | -45/+58 | |
| * | | | | | | run kerberos sso test when the action is changed | Robin Appelman | 2023-01-23 | 1 | -0/+2 | |
* | | | | | | | Merge pull request #36286 from nextcloud/bugfix/noid/fix-sending-state-token-... | Daniel | 2023-02-07 | 3 | -2/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix event listener race condition on login-form | Marcel Müller | 2023-01-23 | 3 | -2/+4 | |
* | | | | | | | | Merge pull request #36451 from nextcloud/automated/noid/master-update-psalm-b... | Côme Chilliet | 2023-02-07 | 1 | -54/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update psalm baseline | nextcloud-command | 2023-02-07 | 1 | -54/+0 | |
|/ / / / / / / / | ||||||
* | | | / / / / | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-07 | 8 | -466/+50 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-p... | Joas Schilling | 2023-02-06 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix(CI): Adjust expected result | Joas Schilling | 2023-02-06 | 1 | -0/+1 | |
| * | | | | | | | Add bruteforce protection to password reset page | Joas Schilling | 2023-02-02 | 1 | -1/+5 | |
* | | | | | | | | Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builder | Joas Schilling | 2023-02-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | |