-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(dav): implement personal absence settings backend #41051
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
Conversation
ChristophWurst
left a comment
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.
Looks good!
| * @method string getMessage() | ||
| * @method void setMessage(string $message) | ||
| */ | ||
| class Absence extends Entity implements JsonSerializable { |
Check notice
Code scanning / Psalm
PropertyNotSetInConstructor
| $absence->setStatus($status); | ||
| $absence->setMessage($message); | ||
|
|
||
| if ($absence->getId() === null) { |
Check notice
Code scanning / Psalm
DocblockTypeContradiction
31703ad to
d4cbd23
Compare
Signed-off-by: Richard Steinmetz <[email protected]>
d4cbd23 to
45ed9b1
Compare
| <summary>WebDAV endpoint</summary> | ||
| <description>WebDAV endpoint</description> | ||
| <version>1.28.0</version> | ||
| <version>1.29.0</version> |
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.
thought: 1.28.1 would have been nice instead, to keep in sync with the NC version.
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.
semantic > syntactic versioning 😉
Summary
The backend for #40616.
All (related) feedback from #40767 is addressed here.
Checklist