-
Notifications
You must be signed in to change notification settings - Fork 2.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
Public session #4888
Public session #4888
Conversation
looks good 👍 |
Test failed. |
Test failed. |
@tanghus Awesome! I'll have a look later why jenkins is failing. |
I know why ;) 2 mins. |
Should be fixed now. |
👍 |
|
||
interface ISession { | ||
/** | ||
* @param string $key |
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.
These methods are quite self explaining - But I still like to have a little sentence here describing what the methods do.
We will generate the API documentation from the public interfaces and classes apt.owncloud.org
THX
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.
But I still like to have a little sentence here describing what the methods do.
Added basic docs @DeepDiver1975
👍 |
Add interface for Session and add getter in server container.
Refs #4863
@DeepDiver1975 @karlitschek @icewind1991