| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that the dav propfind plugins always use the proper user id | Julius Härtl | 2021-07-24 | 2 | -17/+16 |
* | Reference correct private variable | Lukas Reschke | 2021-06-22 | 1 | -1/+1 |
* | Throttle on public DAV endpoint | Lukas Reschke | 2021-06-22 | 1 | -1/+8 |
* | Merge pull request #26421 from mattian/enh/25771/occ-delete-calendar | Christoph Wurst | 2021-06-14 | 1 | -0/+250 |
|\ |
|
| * | occ: new command dav:delete-calendar | Mattia Narducci | 2021-06-13 | 1 | -0/+250 |
* | | Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-tests | Morris Jobke | 2021-06-07 | 2 | -88/+36 |
|\ \ |
|
| * | | Code style fixes | Morris Jobke | 2021-06-07 | 2 | -10/+0 |
| * | | Fix dispatcher handling in CalDavBackendTest | Joas Schilling | 2021-06-04 | 2 | -82/+40 |
* | | | Merge pull request #27008 from francoisfreitag/no-jq-app-calendar | John Molakvoæ | 2021-06-05 | 1 | -1/+21 |
|\ \ \ |
|
| * | | | Port dav calendar settings page to Vue.js | François Freitag | 2021-06-05 | 1 | -1/+21 |
| |/ / |
|
* / / | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 136 | -218/+105 |
|/ / |
|
* | | Merge pull request #27312 from francoisfreitag/tests-at | Lukas Reschke | 2021-06-01 | 3 | -16/+14 |
|\ \ |
|
| * | | Rewrite birthday calendar tests without $this->at() | François Freitag | 2021-05-31 | 3 | -16/+14 |
| |/ |
|
* | | Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-gr... | Christoph Wurst | 2021-06-01 | 1 | -24/+49 |
|\ \
| |/
|/| |
|
| * | Make dav respect disallowing sharing with groups | Thomas Citharel | 2021-05-26 | 1 | -24/+49 |
* | | Add a trashbin for calendars and calendar objects | Christoph Wurst | 2021-05-31 | 4 | -11/+26 |
|/ |
|
* | Fix CS check | Roeland Jago Douma | 2021-05-12 | 1 | -2/+0 |
* | remove private AccountManager from SyncService | Arthur Schiwon | 2021-05-11 | 1 | -45/+13 |
* | dav: do not use private AccountManager | Arthur Schiwon | 2021-05-08 | 1 | -44/+45 |
* | Remove the untyped calendar update event | Christoph Wurst | 2021-05-07 | 1 | -3/+5 |
* | Remove the untyped calendar create event | Christoph Wurst | 2021-05-07 | 2 | -6/+12 |
* | Clean up reminder actions and call methods directly | Christoph Wurst | 2021-05-07 | 1 | -12/+6 |
* | Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject event | Christoph Wurst | 2021-05-07 | 2 | -18/+32 |
* | Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject event | Christoph Wurst | 2021-05-07 | 1 | -3/+6 |
* | Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject event | Christoph Wurst | 2021-05-07 | 1 | -12/+20 |
* | Fix test | Valdnet | 2021-05-04 | 1 | -1/+1 |
* | fix creating vcards with multiple string values | Arthur Schiwon | 2021-04-30 | 1 | -2/+12 |
* | Exclusively use the typed calendar deletion events for DAV | Christoph Wurst | 2021-04-29 | 2 | -13/+20 |
* | Only set copy etag if the destination source can be found | Christoph Wurst | 2021-04-23 | 1 | -0/+14 |
* | Fix DAV unit tests | Joas Schilling | 2021-04-20 | 3 | -4/+8 |
* | Map old account scope properties to new names | Vincent Petry | 2021-03-26 | 2 | -14/+14 |
* | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 1 | -0/+51 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 3 | -1/+11 |
* | Move DirectMapper to QBMapper | Roeland Jago Douma | 2021-03-03 | 1 | -0/+2 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 3 | -5/+5 |
* | Fix PluginManager annotation | Roeland Jago Douma | 2021-02-14 | 1 | -12/+22 |
* | add event for when a direct download is triggered | Robin Appelman | 2021-02-12 | 2 | -2/+15 |
* | Do not send imip email to invalid recipients | Christoph Wurst | 2021-02-11 | 1 | -0/+14 |
* | Parse calendar object for attendees and emit interaction events | Christoph Wurst | 2021-02-03 | 1 | -0/+202 |
* | [CalDAV] Validate notified emails | Thomas Citharel | 2021-01-25 | 1 | -64/+107 |
* | Dismiss reminder notifications from passed events | Thomas Citharel | 2021-01-14 | 1 | -7/+76 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 28 | -23/+30 |
* | Merge pull request #24629 from nextcloud/enh/noid/optional-before-required | Christoph Wurst | 2020-12-16 | 1 | -6/+13 |
|\ |
|
| * | Add $secureRandom to test case | Daniel Kesselberg | 2020-12-10 | 1 | -6/+13 |
* | | dav search to honour sharing.maxAutocompleteResults setting | Arthur Schiwon | 2020-12-15 | 1 | -1/+24 |
* | | Add tel, note, org and title search | John Molakvoæ (skjnldsv) | 2020-12-14 | 1 | -1/+11 |
|/ |
|
* | Handle deck share type in audit and dav app | Julius Härtl | 2020-12-09 | 1 | -0/+1 |
* | Merge pull request #24486 from nextcloud/feature/noid/phone-number-validation | Joas Schilling | 2020-12-08 | 2 | -15/+17 |
|\ |
|
| * | Make code strict | Joas Schilling | 2020-12-07 | 2 | -15/+17 |
* | | php cs fix | Roeland Jago Douma | 2020-12-07 | 1 | -1/+0 |