Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten resource table names to allow install on oracle again | Joas Schilling | 2018-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #9942 from ↵ | Roeland Jago Douma | 2018-07-11 | 2 | -6/+206 |
|\ | | | | | | | | | nextcloud/feature/2338/invitation_response_in_email Include accept / decline links in CalDAV invitation emails | ||||
| * | Include accept / decline links in CalDAV invitation emails | Georg Ehrke | 2018-06-29 | 2 | -6/+206 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Correctly parse the subject parameters for link (un)shares of calendars | Joas Schilling | 2018-07-02 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | apply group restrictions to resources | Georg Ehrke | 2018-06-25 | 4 | -27/+93 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | add resource / room principals | Georg Ehrke | 2018-06-25 | 7 | -7/+430 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Merge pull request #9609 from ↵ | Morris Jobke | 2018-06-01 | 1 | -0/+67 |
|\ | | | | | | | | | nextcloud/bugfix/3830/invitations_for_shared_calendars send invitations for shared calendars | ||||
| * | send invitations for shared calendars | Georg Ehrke | 2018-05-25 | 1 | -0/+67 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | When sharing calendars and addressbooks the principal has to be verified to ↵ | Roeland Jago Douma | 2018-05-27 | 1 | -1/+1 |
|/ | | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use multibyte substring | Roeland Jago Douma | 2018-04-05 | 1 | -2/+2 |
| | | | | | | Fixes #7661 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix group displaynames in activity | Joas Schilling | 2018-03-08 | 3 | -25/+54 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 4 | -6/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7707 from ↵ | Morris Jobke | 2018-01-26 | 1 | -3/+4 |
|\ | | | | | | | | | nextcloud/bugfix/noid/birthdaycalendar-different-uids generate different UIDs for Birthday, Anniversary and Death event | ||||
| * | generate different UIDs for Birthday, Anniversary and Death event | Georg Ehrke | 2018-01-04 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 2 | -2/+2 |
| | | | | | | | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8052 from nextcloud/fix-array-methods | Roeland Jago Douma | 2018-01-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fix array method usages with a proper call | ||||
| * | | Fix array method usages with a proper call | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Remove useless return statements | Morris Jobke | 2018-01-25 | 1 | -2/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix unit tests for CalendarManager | Morris Jobke | 2017-12-12 | 1 | -2/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #6884 from ↵ | Morris Jobke | 2017-12-12 | 6 | -8/+261 |
|\ | | | | | | | | | nextcloud/feature/3003/opt_out_of_birthday_calendar Opt out of birthday calendar | ||||
| * | generate birthday calendars in a background job after admin enabled them | Georg Ehrke | 2017-11-11 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | create a user's birthday calendar right after they requested it | Georg Ehrke | 2017-11-11 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | respect admin / user choice about birthday calendars in corresponding hooks | Georg Ehrke | 2017-11-11 | 1 | -2/+50 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | disallow users to create calendars with reserved names | Georg Ehrke | 2017-11-11 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | add CalDAV interface that allows users to re-enable their birthday calendar | Georg Ehrke | 2017-11-11 | 1 | -0/+130 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | remember when a user deleted their contact birthdays calendar | Georg Ehrke | 2017-11-10 | 3 | -6/+41 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #6590 from nextcloud/dav-create-activities-for-publishing | Morris Jobke | 2017-12-11 | 3 | -0/+29 |
|\ \ | | | | | | | Create activities for (un)publishing calendar events | ||||
| * | | Update wording | Morris Jobke | 2017-12-11 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Create activities for (un)publishing calendar events | Thomas Citharel | 2017-12-11 | 3 | -0/+29 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | exclude shared calendars from freeBusy | Georg Ehrke | 2017-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Fix functions to search for principals in the backend. | Christoph Seitz | 2017-12-11 | 2 | -0/+100 |
|/ / | | | | | | | | | | | | | Add a "searchPrincipals" function to the NC principal backend. Fix the "findByUri" function to respect the prefixPath. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de> | ||||
* | | catch errors when parsing calendar data for calendar query requests | Georg Ehrke | 2017-11-27 | 1 | -1/+28 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #7152 from ↵ | Morris Jobke | 2017-11-17 | 1 | -0/+16 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/adjust_calendarobject_size_after_applying_class remove cached size from shared calendar objects | ||||
| * | | remove cached size from shared calendar objects | Georg Ehrke | 2017-11-12 | 1 | -0/+16 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #7193 from nextcloud/bugfix/noid/invitation-email-refinements | Morris Jobke | 2017-11-16 | 1 | -4/+6 |
|\ \ | | | | | | | refine invitation email | ||||
| * | | refine invitation email | Georg Ehrke | 2017-11-16 | 1 | -4/+6 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #6840 from nextcloud/feature/5282/calendar_api | Morris Jobke | 2017-11-16 | 3 | -0/+361 |
|\ \ \ | |/ / |/| | | Calendar API for apps | ||||
| * | | add option to filter CalendarAPI by componenttype | Georg Ehrke | 2017-11-09 | 1 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | integrate Dav app with Calendar API | Georg Ehrke | 2017-11-09 | 3 | -0/+355 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* / | show name of organizer in from name of invitation email | Georg Ehrke | 2017-11-14 | 1 | -1/+11 |
|/ | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Merge pull request #7042 from ↵ | Lukas Reschke | 2017-11-07 | 1 | -0/+14 |
|\ | | | | | | | | | nextcloud/bugfix/noid/ensure_unique_uid_for_calendar_objects ensure uid for calendar objects is unique | ||||
| * | ensure uid for calendar objects is unique | Georg Ehrke | 2017-11-06 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 17 | -17/+17 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 30 | -100/+164 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | fancify invitation emails | Georg Ehrke | 2017-11-03 | 1 | -28/+174 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Correctly use the email templating | Joas Schilling | 2017-11-03 | 1 | -80/+47 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Language depending dates | Joas Schilling | 2017-11-03 | 1 | -5/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix phpStorm complaints | Joas Schilling | 2017-11-03 | 1 | -34/+53 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | DAV: Initial email customization support | Leon Klingele | 2017-11-03 | 1 | -13/+149 |
|/ | | | | | Signed-Off-By: Leon Klingele <leon@struktur.de> Signed-off-by: Georg Ehrke <developer@georgehrke.com> |