Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Add group display name cache | Anna Larch | 2022-11-28 | 1 | -29/+33 | |
| | * | | Copy to clipboard with button instead of link | Christopher Ng | 2022-11-24 | 1 | -2/+2 | |
| | * | | Add label to sharing search field | Christopher Ng | 2022-11-23 | 1 | -2/+2 | |
| | * | | Fix tests | Carl Schwan | 2022-11-22 | 1 | -0/+39 | |
| | * | | Increase the fair-use push limit to 1.000 users | Joas Schilling | 2022-11-18 | 1 | -4/+4 | |
| | * | | getAppValue expects string | John Molakvoæ | 2022-11-17 | 1 | -1/+1 | |
| | * | | Tests adjustement | Git'Fellow | 2022-11-16 | 1 | -1/+1 | |
| | * | | Fix some more problems with tests under PHP 8.2 | Côme Chilliet | 2022-11-15 | 1 | -12/+14 | |
| | * | | Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.php | Côme Chilliet | 2022-11-15 | 1 | -3/+3 | |
| | * | | Fix syntax in VerificationTokenTest.php | Côme Chilliet | 2022-11-15 | 1 | -1/+1 | |
| | * | | Fix errors from PHP 8.2 testing | Côme Chilliet | 2022-11-14 | 1 | -2/+4 | |
| | * | | Fix dynamic properties and other problems in tests for PHP 8.2 | Côme Chilliet | 2022-11-14 | 4 | -18/+26 | |
| | * | | Merge pull request #35093 from nextcloud/nickvergessen-patch-1 | Simon L | 2022-11-14 | 1 | -0/+2 | |
| | |\ \ | ||||||
| | | * | | Run integration tests on 3rdparty bump | Joas Schilling | 2022-11-11 | 1 | -0/+2 | |
| | * | | | Fix PublicKeyTokenProviderTest import and mock | Christoph Wurst | 2022-11-10 | 1 | -4/+2 | |
| | |/ / | ||||||
| * | | | Attempt to fix CalendarImpl tests | Julius Härtl | 2022-11-09 | 1 | -0/+2 | |
| * | | | Fix some phpunit test warnings | Julius Härtl | 2022-11-09 | 1 | -3/+1 | |
| |/ / | ||||||
| * | | Limit-number-of-concurrent-preview-generations | szaimen | 2022-11-05 | 1 | -2/+7 | |
| * | | Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-to | Julius Härtl | 2022-11-04 | 1 | -3/+14 | |
| |\ \ | ||||||
| | * | | Do not throw errors when invalid setTo email is provided | Julius Härtl | 2022-11-03 | 1 | -3/+14 | |
| * | | | Merge pull request #34678 from pulsejet/patch-jpeg | Côme Chilliet | 2022-11-03 | 1 | -0/+2 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Interlace all output JPEG | Varun Patil | 2022-10-25 | 1 | -0/+2 | |
| * | | | Merge pull request #34330 from nextcloud/fix/fix-contacts-test-php8 | Côme Chilliet | 2022-11-03 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix ContactsStoreTests under PHP 8.2 | Côme Chilliet | 2022-10-26 | 1 | -0/+1 | |
| * | | | | Merge pull request #32565 from nextcloud/chore/modernize-error-handler | Christoph Wurst | 2022-11-03 | 1 | -16/+33 | |
| |\ \ \ \ | ||||||
| | * | | | | Refactor the ErrorHandler into a dynamic class | Christoph Wurst | 2022-11-02 | 1 | -16/+33 | |
| * | | | | | Add remote host validation API | Christoph Wurst | 2022-10-31 | 7 | -219/+477 | |
| |/ / / / | ||||||
| * | | | | Rewrite admin theming in Vue | Christopher Ng | 2022-10-28 | 2 | -19/+27 | |
| * | | | | Merge pull request #34847 from nextcloud/refactor/local-address-checker-metho... | Joas Schilling | 2022-10-27 | 2 | -9/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | Rename LocalAddressChecker methods to lower case | Christoph Wurst | 2022-10-27 | 2 | -9/+9 | |
| | |/ / / | ||||||
| * / / / | Emit typed event when preview is requested | Julius Härtl | 2022-10-27 | 1 | -8/+39 | |
| |/ / / | ||||||
| * | | | test disabling write check | Robin Appelman | 2022-10-26 | 2 | -0/+13 | |
| * | | | Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributes | Julius Härtl | 2022-10-26 | 1 | -0/+9 | |
| |\ \ \ | ||||||
| | * | | | Check share attributes on preview endpoints | Julius Härtl | 2022-10-25 | 1 | -0/+9 | |
| * | | | | Skip general login with email for non-valid addresses and LDAP | Julius Härtl | 2022-10-26 | 1 | -2/+3 | |
| |/ / / | ||||||
| * | | | Revert "fix external storages access" | Simon L | 2022-10-23 | 1 | -1/+3 | |
| * | | | Merge pull request #33087 from nextcloud/fix/30282/external-storages | John Molakvoæ | 2022-10-23 | 1 | -3/+1 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | fix external storages access | szaimen | 2022-07-01 | 1 | -3/+1 | |
| * | | | Add config and fix selenium | John Molakvoæ | 2022-10-19 | 1 | -0/+4 | |
| * | | | Fix LostController test | Côme Chilliet | 2022-10-18 | 1 | -2/+7 | |
| * | | | Merge pull request #34379 from nextcloud/fix/transactional-session-token-renewal | Christoph Wurst | 2022-10-18 | 1 | -2/+18 | |
| |\ \ \ | ||||||
| | * | | | Run session token renewals in a database transaction | Christoph Wurst | 2022-10-18 | 1 | -2/+18 | |
| * | | | | Merge pull request #34609 from nextcloud/enh/noid/always-enable-theming | blizzz | 2022-10-18 | 2 | -2/+12 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | set theming app to alwaysEnabled | szaimen | 2022-10-17 | 2 | -2/+12 | |
| * | | | | Merge pull request #31499 from nextcloud/bugfix/empty-secret | Carl Schwan | 2022-10-17 | 1 | -3/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix unit tests | Carl Schwan | 2022-03-10 | 1 | -3/+15 | |
| * | | | | | Fix tests | John Molakvoæ | 2022-10-14 | 1 | -0/+19 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #34437 from nextcloud/feat/theming-default-system-value | Simon L | 2022-10-13 | 2 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Allow to pick custom colour | John Molakvoæ (skjnldsv) | 2022-10-13 | 2 | -3/+3 | |
| * | | | | | Make CI green again | Joas Schilling | 2022-10-13 | 2 | -43/+46 | |
| |/ / / / |