| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | updateProperties: catch exception when reading calendar data | Georg Ehrke | 2017-04-25 | 1 | -1/+6 |
* | add repairstep with backgroundjob to index calendar data | Georg Ehrke | 2017-04-25 | 1 | -1/+1 |
* | remove unused CalendarSearchValidator | Georg Ehrke | 2017-04-24 | 1 | -20/+0 |
* | add Nextcloud Search extension to CalDAV | Georg Ehrke | 2017-04-24 | 1 | -0/+278 |
* | add owner-displayname property to calendars and addressbooks | Georg Ehrke | 2017-04-23 | 1 | -0/+30 |
* | Make sure transparency is an integer when saving a calendar | Joas Schilling | 2017-03-30 | 1 | -2/+2 |
* | fix bug with shared_by for own calendars if shared | Georg Ehrke | 2017-03-25 | 1 | -0/+4 |
* | Make sure shares use read-write when available | Joas Schilling | 2017-03-02 | 1 | -2/+12 |
* | Don't waste energy unless necessary | Joas Schilling | 2017-03-02 | 1 | -3/+5 |
* | Fix legacy caldav endpoints | Roeland Jago Douma | 2017-01-02 | 1 | -12/+18 |
* | Add test execution against legacy DAV backend | Lukas Reschke | 2017-01-02 | 1 | -1/+1 |
* | Minor fixes | Roeland Jago Douma | 2016-11-04 | 1 | -3/+3 |
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -22/+71 |
* | Activities for events and todos | Joas Schilling | 2016-11-03 | 1 | -0/+4 |
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 1 | -287/+19 |
* | Add activities for shares | Joas Schilling | 2016-11-03 | 1 | -7/+83 |
* | Fix unshare actions for author != owner | Joas Schilling | 2016-11-03 | 1 | -16/+38 |
* | Add activity for unshare from group | Joas Schilling | 2016-11-03 | 1 | -0/+26 |
* | Unshare user activities | Joas Schilling | 2016-11-03 | 1 | -2/+70 |
* | Start working on calendar activities | Joas Schilling | 2016-11-03 | 1 | -1/+95 |
* | Translate the personal calendar | Joas Schilling | 2016-10-06 | 1 | -0/+3 |
* | Merge pull request #1545 from nextcloud/delete-calendars-with-their-users | Morris Jobke | 2016-09-28 | 1 | -0/+52 |
|\ |
|
| * | Rename deleteAllSharesForUser() to deleteAllSharesByUser() | Thomas Citharel | 2016-09-28 | 1 | -1/+1 |
| * | fix deletion of calendars | Thomas Citharel | 2016-09-27 | 1 | -0/+42 |
| * | delete shares to an user | Thomas Citharel | 2016-09-27 | 1 | -0/+10 |
* | | add in same request | Thomas Citharel | 2016-09-26 | 1 | -19/+2 |
* | | fix public calendars | Thomas Citharel | 2016-09-26 | 1 | -0/+17 |
* | | Use true random string as uri for public calendars - as a result we can no lo... | Thomas Müller | 2016-09-26 | 1 | -8/+18 |
* | | Add new constructor args | Lukas Reschke | 2016-09-26 | 1 | -2/+5 |
* | | add space between calendarname and owner name | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
* | | fix getChild() | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
* | | Add publicuri to oc_dav_shares table and start working with it | Thomas Citharel | 2016-09-26 | 1 | -11/+56 |
* | | move getPublicCalendar inside the caldav backend | Thomas Citharel | 2016-09-26 | 1 | -4/+22 |
* | | fix indent once and for all | Thomas Citharel | 2016-09-26 | 1 | -3/+3 |
* | | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 1 | -24/+25 |
* | | Fix wrong way to get publish status | Thomas Citharel | 2016-09-26 | 1 | -2/+1 |
* | | correct get published status and minor fixes | Thomas Citharel | 2016-09-26 | 1 | -29/+1 |
* | | Fix DB call for MySQL databases | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
* | | Allow not-authenticated access to specific urls | Thomas Müller | 2016-09-26 | 1 | -0/+1 |
* | | Add new root collection public-calendars which holds all public calendars | Thomas Müller | 2016-09-26 | 1 | -0/+58 |
* | | Start work on returning CalDAV published calendars | Thomas Citharel | 2016-09-26 | 1 | -0/+28 |
* | | Fix publish-url property & getPublishStatus() fct | Thomas Citharel | 2016-09-26 | 1 | -3/+6 |
* | | Make little corrections | Thomas Citharel | 2016-09-26 | 1 | -2/+3 |
* | | Proper work on Publishing | Thomas Citharel | 2016-09-26 | 1 | -0/+37 |
|/ |
|
* | Close cursors | Joas Schilling | 2016-09-15 | 1 | -5/+6 |
* | Chunk if you have too many events | Joas Schilling | 2016-09-14 | 1 | -11/+17 |
* | Cast query result to int | Roeland Jago Douma | 2016-09-09 | 1 | -1/+1 |
* | more efficient check if addressbook and calendar exists for user | Robin Appelman | 2016-08-31 | 1 | -0/+23 |
* | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 1 | -2/+28 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+4 |