| Commit message (Expand) | Author | Age | Files | Lines |
* | adjusts tests for CloudIdManager | Robin Appelman | 2022-08-31 | 3 | -3/+34 |
* | Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing | Côme Chilliet | 2022-08-30 | 3 | -34/+43 |
|\ |
|
| * | Fix BackgroundRepairTest | Côme Chilliet | 2022-08-25 | 1 | -14/+16 |
| * | Fix RepairTest | Côme Chilliet | 2022-08-25 | 1 | -19/+26 |
| * | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
* | | Remove deprecated at matcher from tests/lib | Côme Chilliet | 2022-08-29 | 10 | -368/+294 |
* | | Remove deprecated at matcher in Updater/VersionCheckTest.php | Côme Chilliet | 2022-08-29 | 1 | -107/+111 |
|/ |
|
* | Merge pull request #33516 from nextcloud/update-nextcloud-vue-6.0.0-beta.2 | Vincent Petry | 2022-08-25 | 5 | -7/+8 |
|\ |
|
| * | Adjust acceptance test selectors | Vincent Petry | 2022-08-25 | 5 | -7/+8 |
* | | Merge pull request #33668 from nextcloud/tests/fix-session-middleware | Carl Schwan | 2022-08-25 | 1 | -3/+17 |
|\ \ |
|
| * | | Fix SessionMiddlewareTest and cover new case with reopening | Julius Härtl | 2022-08-24 | 1 | -3/+17 |
* | | | Only pass parent if paths match | Julius Härtl | 2022-08-24 | 1 | -3/+33 |
* | | | Avoid extra query for the parent node if we can pass it along | Julius Härtl | 2022-08-24 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge pull request #33593 from nextcloud/improve-binary-caching | Carl Schwan | 2022-08-24 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 2 | -2/+2 |
* | | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated | Carl Schwan | 2022-08-23 | 3 | -11/+18 |
|\ \ |
|
| * | | Fix many tests and warnings | Carl Schwan | 2022-08-08 | 1 | -1/+1 |
| * | | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 2 | -10/+17 |
* | | | Support iMIP invitations from Mail | Anna Larch | 2022-08-22 | 1 | -1/+376 |
* | | | Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuse | Louis | 2022-08-17 | 1 | -41/+22 |
|\ \ \ |
|
| * | | | Fix unit tests | Joas Schilling | 2022-08-17 | 1 | -41/+22 |
| | |/
| |/| |
|
* | | | Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-ch... | Vincent Petry | 2022-08-17 | 2 | -18/+1 |
|\ \ \ |
|
| * | | | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-08-16 | 3 | -4/+8 |
| * | | | Revert "store unencrypted size in the unencrypted_size column" | Robin Appelman | 2022-08-16 | 2 | -7/+3 |
| * | | | Revert "add case statement to sql function builder" | Robin Appelman | 2022-08-16 | 1 | -17/+0 |
* | | | | Merge pull request #33540 from nextcloud/mount-provider-migration | Vincent Petry | 2022-08-17 | 1 | -0/+25 |
|\ \ \ \ |
|
| * | | | | add tests for cached mount provider migration | Robin Appelman | 2022-08-16 | 1 | -0/+25 |
| |/ / / |
|
* | | | | Merge pull request #33551 from nextcloud/scanner-dont-update-same-size | Vincent Petry | 2022-08-17 | 1 | -42/+36 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | cleanup scannertest a bit | Robin Appelman | 2022-08-16 | 1 | -42/+36 |
| |/ / |
|
* | | | Merge branch 'master' into display-name-cache-public | Carl Schwan | 2022-08-15 | 79 | -2220/+3826 |
|\| | |
|
| * | | Merge pull request #33415 from nextcloud/fix/integration-test-notif | Carl Schwan | 2022-08-08 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fix integration tests | Carl Schwan | 2022-08-01 | 1 | -2/+2 |
| * | | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classes | Carl Schwan | 2022-08-08 | 2 | -20/+25 |
| |\ \ \ |
|
| | * | | | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 2 | -20/+25 |
| | |/ / |
|
| * | | | Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-apps | Vincent Petry | 2022-08-05 | 1 | -0/+16 |
| |\ \ \ |
|
| | * | | | add unit test for ExceptionSerializer | Arthur Schiwon | 2022-07-29 | 1 | -0/+16 |
| * | | | | Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-tests | Côme Chilliet | 2022-08-04 | 3 | -56/+45 |
| |\ \ \ \ |
|
| | * | | | | Remove at matchers from tests in: | Côme Chilliet | 2022-08-02 | 3 | -56/+45 |
| * | | | | | Support specifying IPv6 proxies in CIDR notation | Simon Leiner | 2022-08-02 | 1 | -0/+77 |
| | |_|_|/
| |/| | | |
|
| * | | | | Merge pull request #32958 from nextcloud/fix/noid/permission-update-allow-pub... | Julius Härtl | 2022-08-02 | 1 | -1/+28 |
| |\ \ \ \ |
|
| | * | | | | fix share manager tests | Julien Veyssier | 2022-08-02 | 1 | -1/+28 |
| | |/ / / |
|
| * / / / | Fix dynamic property creations in test files | Côme Chilliet | 2022-08-01 | 4 | -2/+11 |
| |/ / / |
|
| * | | | Merge pull request #32482 from nextcloud/enh/noid/share-attributes | Carl Schwan | 2022-08-01 | 2 | -1/+39 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Fix share attribute related tests + code style | Vincent Petry | 2022-07-28 | 1 | -0/+3 |
| | * | | Add share attributes + prevent download permission | Vincent Petry | 2022-07-28 | 2 | -1/+36 |
| * | | | Merge pull request #33225 from nextcloud/fix/handle-one-time-passwords | Carl Schwan | 2022-07-29 | 1 | -1/+9 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Handle one time password better | Carl Schwan | 2022-07-28 | 1 | -1/+9 |
| * | | | Redesign guest pages for better accessibility | Carl Schwan | 2022-07-27 | 1 | -18/+6 |
| * | | | Adjust acceptance tests to changes in sharing tab | Daniel Calviño Sánchez | 2022-07-26 | 1 | -1/+1 |
| * | | | Merge pull request #33320 from nextcloud/bugfix/noid/remove-files-duplicate-d... | Vincent Petry | 2022-07-26 | 1 | -3/+3 |
| |\ \ \ |
|