Birthday Calendar Reminder Setting#33251
Merged
miaulalala merged 2 commits intonextcloud:masterfrom Jul 26, 2022
cneukom:feature/birthday-calendar-reminder-settings
Merged
Birthday Calendar Reminder Setting#33251miaulalala merged 2 commits intonextcloud:masterfrom cneukom:feature/birthday-calendar-reminder-settings
miaulalala merged 2 commits intonextcloud:masterfrom
cneukom:feature/birthday-calendar-reminder-settings
Conversation
Signed-off-by: Cédric Neukom <github@webguy.ch>
Signed-off-by: Cédric Neukom <github@webguy.ch>
Contributor
|
Performance check fails bc remote is not origin. |
miaulalala
requested changes
Jul 18, 2022
tcitworld
approved these changes
Jul 25, 2022
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Merged
tcitworld
added a commit
that referenced
this pull request
Aug 19, 2023
In #33251 the default offset for a birthday event alarm was changed to 9AM on the day of the event. However the birthdayEvenChanged method did not account for alarm changes, so it was never propagated to existing birthday events, which were kept on midnight. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 tasks
miaulalala
pushed a commit
that referenced
this pull request
Aug 28, 2023
In #33251 the default offset for a birthday event alarm was changed to 9AM on the day of the event. However the birthdayEvenChanged method did not account for alarm changes, so it was never propagated to existing birthday events, which were kept on midnight. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld
added a commit
that referenced
this pull request
Oct 2, 2023
In #33251 the default offset for a birthday event alarm was changed to 9AM on the day of the event. However the birthdayEvenChanged method did not account for alarm changes, so it was never propagated to existing birthday events, which were kept on midnight. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld
added a commit
that referenced
this pull request
Oct 2, 2023
In #33251 the default offset for a birthday event alarm was changed to 9AM on the day of the event. However the birthdayEvenChanged method did not account for alarm changes, so it was never propagated to existing birthday events, which were kept on midnight. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
blizzz
pushed a commit
that referenced
this pull request
Oct 11, 2023
In #33251 the default offset for a birthday event alarm was changed to 9AM on the day of the event. However the birthdayEvenChanged method did not account for alarm changes, so it was never propagated to existing birthday events, which were kept on midnight. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld
added a commit
that referenced
this pull request
Feb 1, 2024
In #33251 the default offset for a birthday event alarm was changed to 9AM on the day of the event. However the birthdayEvenChanged method did not account for alarm changes, so it was never propagated to existing birthday events, which were kept on midnight. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First part for closing #1505.