Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 6 | -2050/+0 |
| | | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 | ||||
* | Birthday calendar should never have write acl - fixes #24154 | Thomas Müller | 2016-04-21 | 1 | -6/+7 |
| | |||||
* | Translate contacts birthday - fixes #23982 | Thomas Müller | 2016-04-14 | 2 | -10/+21 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-04-08 | 1 | -1/+1 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooks | Thomas Müller | 2016-04-08 | 1 | -19/+52 |
|\ | | | | | Propagate birthdays of shared addressbooks to the sharee's birthday c… | ||||
| * | Propagate birthday to group shares as well | Thomas Müller | 2016-03-23 | 1 | -18/+29 |
| | | |||||
| * | Propagate birthdays of shared addressbooks to the sharee's birthday calendar ↵ | Thomas Müller | 2016-03-23 | 1 | -18/+40 |
| | | | | | | | | as well | ||||
* | | Merge pull request #23501 from owncloud/alarms_for_birthdayevents | Thomas Müller | 2016-04-06 | 1 | -0/+5 |
|\ \ | | | | | | | add VALARM for birthday events | ||||
| * \ | Merge branch 'master' into alarms_for_birthdayevents | Achim Königs | 2016-03-26 | 2 | -7/+38 |
| |\ \ | |||||
| * | | | add VALARM for birthday events | Achim Königs | 2016-03-23 | 1 | -0/+5 |
| | |/ | |/| | | | | | | | ACTION=DISPLAY *should* prevents audible alarms. | ||||
* | | | apps/dav: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-30 | 1 | -2/+2 |
| |/ |/| | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-24 | 2 | -6/+36 |
| | | |||||
* | | Fix group shares on v1 caldav and carddav - fixes #23328 | Thomas Müller | 2016-03-24 | 1 | -1/+2 |
|/ | |||||
* | Create the contact birthday calendar right away as soon as the command is ↵ | Thomas Müller | 2016-03-16 | 1 | -16/+12 |
| | | | | executed once - fixes #23203 | ||||
* | Merge pull request #23082 from owncloud/contacts_calendar_name_color | Thomas Müller | 2016-03-16 | 1 | -0/+5 |
|\ | | | | | add title and color to birthday calendar | ||||
| * | add title and color to birthday calendar | Georg Ehrke | 2016-03-10 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #23074 from ↵ | Thomas Müller | 2016-03-15 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | owncloud/issue-22835-correctly-use-querybuilder-api Correctly escape join statements and use selectAlias | ||||
| * | | Correctly escape join statements and use selectAlias | Joas Schilling | 2016-03-10 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #23080 from owncloud/use-non-localized-birthday-title | Thomas Müller | 2016-03-11 | 1 | -2/+2 |
|\ \ | | | | | | | Use a birthday title which does not require translation because we ha… | ||||
| * | | Use a birthday title which does not require translation because we have no ↵ | Thomas Müller | 2016-03-10 | 1 | -2/+2 |
| |/ | | | | | | | idea about the target device language and forcing English upon all users is kind of bad | ||||
* | | Merge pull request #23048 from owncloud/no-fatal-error-if-DSTART-is-not-set | Thomas Müller | 2016-03-10 | 1 | -2/+2 |
|\ \ | | | | | | | No fatal error if dstart is not set | ||||
| * | | fixes #23004 | Thomas Müller | 2016-03-10 | 1 | -1/+1 |
| | | | |||||
| * | | fixes #23020 | Thomas Müller | 2016-03-09 | 1 | -1/+1 |
| |/ | |||||
* / | The birthday_calendar is read-only | Thomas Müller | 2016-03-10 | 1 | -4/+9 |
|/ | |||||
* | Merge pull request #22244 from owncloud/dont-update-shared-resource-properties | Thomas Müller | 2016-03-07 | 1 | -0/+10 |
|\ | | | | | For 9.0 we don't have the possibility to store calendar and addressbo… | ||||
| * | Allow to hide a shared calendar | Joas Schilling | 2016-02-29 | 1 | -1/+3 |
| | | |||||
| * | For 9.0 we don't have the possibility to store calendar and addressbook ↵ | Thomas Müller | 2016-02-29 | 1 | -0/+8 |
| | | | | | | | | properties on a per-user basis and therefore we simple don't allow this for now | ||||
* | | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | | |||||
* | | Map Maci | Lukas Reschke | 2016-03-01 | 3 | -0/+3 |
| | | |||||
* | | Update author information | Lukas Reschke | 2016-03-01 | 4 | -3/+58 |
| | | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -2/+2 |
|/ | |||||
* | Convert the old principal to the new principal before getting calendars | Joas Schilling | 2016-02-19 | 1 | -2/+13 |
| | |||||
* | Adding cli command to sync birthday calendar | Thomas Müller | 2016-02-18 | 1 | -3/+39 |
| | |||||
* | Prevent deletion of birthday calendar | Thomas Müller | 2016-02-18 | 2 | -6/+4 |
| | |||||
* | Sync a users contacts birthday to the users birthday calendar | Thomas Müller | 2016-02-18 | 2 | -0/+163 |
| | |||||
* | Migration of calendars | Thomas Müller | 2016-02-09 | 1 | -9/+115 |
| | |||||
* | Adding common name to sharee | Thomas Müller | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | Original resources should not be overwritten by shared resources | Thomas Müller | 2016-02-08 | 1 | -2/+6 |
| | |||||
* | Remove entries in dav_shares on deletion of a calendar | Thomas Müller | 2016-02-03 | 1 | -0/+2 |
| | |||||
* | Deleting a shared address book results in unshare | Thomas Müller | 2016-02-03 | 1 | -10/+20 |
| | |||||
* | Deleting a shared calendar results in unshare | Thomas Müller | 2016-02-03 | 1 | -2/+14 |
| | |||||
* | Fix ACLs on shared calendars | Thomas Müller | 2016-02-03 | 2 | -19/+0 |
| | |||||
* | No duplicate calendars if shared with user and group and the user is part of ↵ | Thomas Müller | 2016-02-03 | 1 | -4/+3 |
| | | | | the group | ||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 4 | -1/+271 |
| | |||||
* | Replace other usages | Joas Schilling | 2016-01-25 | 1 | -1/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -2/+21 |
| | |||||
* | Adding IMip scheduling which uses ownClouds mail delivery | Thomas Müller | 2016-01-08 | 1 | -0/+110 |
| | |||||
* | Adjust sabre changes in core | Thomas Müller | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-20 | 1 | -4/+3 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Use uri as displayname | Thomas Müller | 2015-11-16 | 1 | -19/+7 |
| |