| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #49867 from nextcloud/useHttpFramework | Git'Fellow | 2024-12-16 | 1 | -1/+2 |
|\ |
|
| * | refactor: Use Http framework where possibleuseHttpFramework | Git'Fellow | 2024-12-14 | 1 | -1/+2 |
* | | fix: replace null character when serializingfix/issue-47879-property-serialization | SebastianKrupinski | 2024-12-13 | 1 | -2/+6 |
|/ |
|
* | fix(dav): Cleanup view-only checkfix/dav/view-only-check | provokateurin | 2024-10-28 | 1 | -0/+1 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 6 | -90/+32 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 5 | -5/+10 |
* | Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circles | Richard Steinmetz | 2024-09-10 | 1 | -1/+1 |
|\ |
|
| * | fix(dav): also allow unsharing of circle shares | Anna Larch | 2024-09-05 | 1 | -1/+1 |
* | | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -5/+5 |
|/ |
|
* | fix: make preload custom proterties sharding compatible | Robin Appelman | 2024-08-28 | 1 | -9/+9 |
* | fix(dav): Allow apps to get unshares for DAV resources | Joas Schilling | 2024-08-26 | 2 | -5/+22 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 4 | -6/+6 |
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 1 | -2/+3 |
* | fix(caldav): stricter default calendar checks | Richard Steinmetz | 2024-07-22 | 1 | -2/+7 |
* | fix(db): Don't use deprecated 3rdparty constant: `Doctrine\DBAL\Connection::P... | Joas Schilling | 2024-07-19 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 12 | -245/+43 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | fix(dav): ACLs for shared addressbooks | Christoph Wurst | 2024-03-21 | 1 | -1/+1 |
* | feat(dav): update a principal's schedule-default-calendar-URL | Richard Steinmetz | 2024-02-28 | 1 | -4/+135 |
* | Refactors "substr" calls to improve code readability | Hamid Dehnavi | 2024-02-23 | 1 | -1/+1 |
* | Check share attributes when downloading versions | Louis Chemineau | 2024-02-21 | 1 | -4/+16 |
* | enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c... | Anna Larch | 2024-02-15 | 3 | -136/+269 |
* | Improve view only error message | Louis Chemineau | 2024-01-10 | 1 | -1/+1 |
* | Don't query oc_properties for metadata props | Louis Chemineau | 2023-12-18 | 1 | -2/+7 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -6/+6 |
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -2/+2 |
* | Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_app | Christoph Wurst | 2023-09-17 | 3 | -4/+4 |
|\ |
|
| * | Fixes "PossiblyNullArgument" Psalm warnings. | Faraz Samapoor | 2023-06-12 | 1 | -1/+1 |
| * | Refactors "strpos" calls in /apps/dav to improve code readability. | Faraz Samapoor | 2023-06-12 | 3 | -3/+3 |
* | | preload shares for calendars when listing calendars | Robin Appelman | 2023-07-26 | 2 | -0/+64 |
* | | Merge pull request #38397 from nextcloud/enh/contacts/hide-adressbook-option | Daniel | 2023-07-18 | 1 | -0/+15 |
|\ \ |
|
| * | | enh(contacts): show/hide addressbooks for all | Johannes Merkel | 2023-07-10 | 1 | -0/+15 |
| |/ |
|
* / | preload custom properties when propfinding folders | Robin Appelman | 2023-07-09 | 1 | -2/+42 |
|/ |
|
* | fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul... | Thomas Citharel | 2023-04-17 | 1 | -10/+15 |
* | Fix DAV types | jld3103 | 2023-04-05 | 1 | -1/+1 |
* | assign group share value | Maximilian Martin | 2023-02-20 | 1 | -1/+1 |
* | Extend ViewOnly DAV plugin to versions endpoint | Vincent Petry | 2023-01-13 | 1 | -3/+7 |
* | Do not output a warning when a file is not found | Côme Chilliet | 2022-09-12 | 1 | -6/+1 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Fix copy in view-only mode | Vincent Petry | 2022-08-26 | 1 | -0/+1 |
* | Fix dynamic property creations in test files | Côme Chilliet | 2022-08-01 | 1 | -1/+1 |
* | Multiple fixes | Carl Schwan | 2022-07-31 | 1 | -22/+16 |
* | Fix view-only code after code review comments | Vincent Petry | 2022-07-28 | 1 | -4/+4 |
* | Fix share attribute related tests + code style | Vincent Petry | 2022-07-28 | 1 | -0/+1 |
* | Add share attributes + prevent download permission | Vincent Petry | 2022-07-28 | 1 | -0/+113 |
* | Fix typos in apps/dav subdirectory | luz paz | 2022-07-26 | 2 | -2/+2 |
* | catch any exception for transaction control | Arthur Schiwon | 2022-07-06 | 1 | -1/+1 |
* | DAV custom props: catch Exception and rollback transaction in case | Arthur Schiwon | 2022-07-01 | 1 | -54/+76 |
* | Add typing to Sharing Backend | Carl Schwan | 2022-06-22 | 2 | -64/+36 |
* | Use {$var} instead of ${var} for PHP 8.2 compatibility | Côme Chilliet | 2022-06-14 | 1 | -1/+1 |