-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activities for calendars, events and todos #1733
Conversation
@nickvergessen, thanks for your PR! By analyzing the history of the files in this pull request, we identified @DeepDiver1975, @tcitworld and @LukasReschke to be potential reviewers. |
@@ -357,10 +357,8 @@ public function testPublications() { | |||
$calendar->setPublishStatus(false); | |||
$this->assertEquals(false, $calendar->getPublishStatus()); | |||
|
|||
$publicCalendarURI = md5($this->config->getSystemValue('secret', '') . $calendar->getResourceId()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
094b031
to
22b412f
Compare
|
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
22b412f
to
7a0e003
Compare
Added a bunch of tests, will add the missing tests later in another PR. |
Tested and works - but only with nextcloud/activity#64 👍 |
cc @rullzer - review time |
Current coverage is 58.11% (diff: 22.74%)@@ master #1733 diff @@
==========================================
Files 1088 1090 +2
Lines 62149 63854 +1705
Methods 6937 7169 +232
Messages 0 0
Branches 0 0
==========================================
+ Hits 35886 37107 +1221
- Misses 26263 26747 +484
Partials 0 0
|
LGTM |
@mmluqman when you switch to Nextcloud, you can have activities for calendar and task changes already since version 11. I just saw you commented on the ownCloud feature request for it. So I thought you might be interested in it ;) |
Supports:
Todos:
Ref #745
@MorrisJobke @LukasReschke @rullzer please review :)