Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update psalm baseline | nextcloud-command | 2022-11-03 | 1 | -9/+2 | |
* | Update psalm baseline | nextcloud-command | 2022-10-29 | 1 | -26/+0 | |
* | Only check unsupported browsers on user rendering | John Molakvoæ | 2022-10-28 | 1 | -4/+31 | |
* | silence psalm | Arthur Schiwon | 2022-10-21 | 1 | -0/+3 | |
* | Update psalm baseline | nextcloud-command | 2022-10-21 | 1 | -2/+1 | |
* | Merge pull request #34624 from nextcloud/fix/files_external_psalm | Carl Schwan | 2022-10-20 | 1 | -182/+1 | |
|\ | ||||||
| * | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 1 | -11/+1 | |
| * | Additional type hinting found by psalm | Carl Schwan | 2022-10-18 | 1 | -0/+8 | |
| * | Update psalm baseline following previous fixes | Carl Schwan | 2022-10-17 | 1 | -180/+0 | |
* | | Fix psalm | Carl Schwan | 2022-10-20 | 1 | -11/+1 | |
* | | Merge pull request #34628 from nextcloud/fix/files_sharing_psalm | Carl Schwan | 2022-10-18 | 1 | -60/+1 | |
|\ \ | ||||||
| * | | Fix various other small psalm issues | Carl Schwan | 2022-10-17 | 1 | -60/+1 | |
| |/ | ||||||
* | | Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registry | Carl Schwan | 2022-10-18 | 1 | -21/+2 | |
|\ \ | ||||||
| * | | Fix the type of the return array in a few more places | Carl Schwan | 2022-10-18 | 1 | -11/+2 | |
| * | | Fix wrong types in phpdoc for twofactor registry | Carl Schwan | 2022-10-12 | 1 | -10/+0 | |
* | | | Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments | Christoph Wurst | 2022-10-17 | 1 | -3/+0 | |
|\ \ \ | ||||||
| * | | | Fix TooManyArguments warning for carddav.php | Daniel Kesselberg | 2022-10-16 | 1 | -3/+0 | |
* | | | | Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments | Christoph Wurst | 2022-10-17 | 1 | -5/+0 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Fix TooManyArguments for FakeLockerPlugin | Daniel Kesselberg | 2022-10-14 | 1 | -5/+0 | |
| |/ / | ||||||
* / / | Update psalm baseline | nextcloud-command | 2022-10-16 | 1 | -3/+0 | |
|/ / | ||||||
* | | Improve container return type annotations | Julius Härtl | 2022-10-14 | 1 | -1/+4 | |
* | | Update psalm baseline | nextcloud-command | 2022-10-12 | 1 | -5/+0 | |
|/ | ||||||
* | Update psalm baseline | nextcloud-command | 2022-10-07 | 1 | -3/+0 | |
* | Update psalm baseline | nextcloud-command | 2022-10-02 | 1 | -20/+1 | |
* | Update psalm baseline | nextcloud-command | 2022-09-16 | 1 | -4/+0 | |
* | Update psalm baseline | nextcloud-command | 2022-09-13 | 1 | -2/+1 | |
* | Refactor cache handling | Julius Härtl | 2022-08-31 | 1 | -0/+7 | |
* | Update psalm baseline | nextcloud-command | 2022-08-31 | 1 | -60/+0 | |
* | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 1 | -17/+0 | |
* | Update psalm baseline | nextcloud-command | 2022-08-24 | 1 | -8/+0 | |
* | Update psalm baseline | nextcloud-command | 2022-08-23 | 1 | -5/+0 | |
* | Update psalm baseline | nextcloud-command | 2022-08-09 | 1 | -2/+1 | |
* | Update psalm baseline | nextcloud-command | 2022-07-13 | 1 | -5/+0 | |
* | Update psalm baseline | nextcloud-command | 2022-07-12 | 1 | -3/+0 | |
* | Merge pull request #32973 from nextcloud/cleanup/avatar-code | Carl Schwan | 2022-07-11 | 1 | -36/+0 | |
|\ | ||||||
| * | Make Color class public | Carl Schwan | 2022-07-05 | 1 | -30/+0 | |
| * | Cleanup avatar related code | Carl Schwan | 2022-06-22 | 1 | -6/+0 | |
* | | Update psalm baseline | nextcloud-command | 2022-06-29 | 1 | -45/+0 | |
* | | Summer cleanup of the federation app | Carl Schwan | 2022-06-24 | 1 | -11/+0 | |
|/ | ||||||
* | Merge pull request #32971 from nextcloud/automated/noid/master-update-psalm-b... | Daniel | 2022-06-22 | 1 | -11/+0 | |
|\ | ||||||
| * | Update psalm baseline | nextcloud-command | 2022-06-22 | 1 | -11/+0 | |
| * | Update psalm baseline | nextcloud-command | 2022-06-21 | 1 | -46/+2 | |
* | | Add typing to Sharing Backend | Carl Schwan | 2022-06-22 | 1 | -55/+2 | |
|/ | ||||||
* | Update psalm-baseline | Daniel Kesselberg | 2022-05-31 | 1 | -14/+23 | |
* | Update psalm baseline | nextcloud-command | 2022-05-31 | 1 | -5/+0 | |
* | Update psalm baseline | nextcloud-command | 2022-05-30 | 1 | -8/+0 | |
* | Merge pull request #32548 from nextcloud/fix/return-type | Carl Schwan | 2022-05-24 | 1 | -5/+0 | |
|\ | ||||||
| * | Fix return type and make type stricter | Carl Schwan | 2022-05-24 | 1 | -5/+0 | |
* | | Merge pull request #32378 from nextcloud/fix/psalm-userbackend | Carl Schwan | 2022-05-23 | 1 | -53/+3 | |
|\ \ | |/ |/| | ||||||
| * | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -58/+3 |